Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2025

Bumps postcss from 8.5.4 to 8.5.6.

Release notes

Sourced from postcss's releases.

8.5.6

  • Fixed ContainerWithChildren type discriminating (by @​Goodwine).

8.5.5

  • Fixed package.jsonexports compatibility with some tools (by @​JounQin).
Changelog

Sourced from postcss's changelog.

8.5.6

  • Fixed ContainerWithChildren type discriminating (by @​Goodwine).

8.5.5

  • Fixed package.jsonexports compatibility with some tools (by @​JounQin).
Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by Sourcery

Bump PostCSS from v8.5.4 to v8.5.6 in dev dependencies and refresh the lockfile to include updated patch versions

Build:

  • Upgrade PostCSS to 8.5.6 in package.json and pnpm-lock.yaml
  • Update transitive mapping dependencies (@jridgewell/source-map, gen-mapping, sourcemap-codec, trace-mapping) to their latest patch releases

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [postcss](https://github.com/postcss/postcss) from 8.5.4 to 8.5.6.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.4...8.5.6)

---
updated-dependencies:
- dependency-name: postcss
  dependency-version: 8.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 1, 2025
@vercel
Copy link

vercel bot commented Jul 1, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Project Deployment Preview Comments Updated (UTC)
stiletto-web Ready Preview Comment Aug 13, 2025 10:11pm

@sourcery-ai
Copy link
Contributor

sourcery-ai bot commented Jul 1, 2025

Reviewer's Guide

This PR upgrades postcss from 8.5.4 to 8.5.6 by updating its specifier, version entries, and integrity hashes in pnpm-lock.yaml and package.json, adjusts related nested dependencies (autoprefixer, postcss-import/js/load-config/nested), and bumps several @jridgewell mapping sub-dependencies to their latest patch versions.

Entity relationship diagram for updated PostCSS and related dependencies

erDiagram
  PACKAGE_JSON ||--o{ POSTCSS : specifies
  PACKAGE_JSON ||--o{ AUTOPREFIXER : specifies
  PACKAGE_JSON ||--o{ TAILWINDCSS : specifies
  POSTCSS ||--o{ AUTOPREFIXER : dependency
  POSTCSS ||--o{ POSTCSS_IMPORT : dependency
  POSTCSS ||--o{ POSTCSS_JS : dependency
  POSTCSS ||--o{ POSTCSS_LOAD_CONFIG : dependency
  POSTCSS ||--o{ POSTCSS_NESTED : dependency
  POSTCSS ||--o{ JRIDGEWELL_SOURCE_MAP : dependency
  JRIDGEWELL_SOURCE_MAP ||--o{ JRIDGEWELL_GEN_MAPPING : dependency
  JRIDGEWELL_GEN_MAPPING ||--o{ JRIDGEWELL_SOURCEMAP_CODEC : dependency
  JRIDGEWELL_GEN_MAPPING ||--o{ JRIDGEWELL_TRACE_MAPPING : dependency
  JRIDGEWELL_TRACE_MAPPING ||--o{ JRIDGEWELL_SOURCEMAP_CODEC : dependency

  PACKAGE_JSON {
    string name
    string version
    string devDependencies
  }
  POSTCSS {
    string version
  }
  AUTOPREFIXER {
    string version
    string postcss
  }
  TAILWINDCSS {
    string version
  }
  POSTCSS_IMPORT {
    string version
    string postcss
  }
  POSTCSS_JS {
    string version
    string postcss
  }
  POSTCSS_LOAD_CONFIG {
    string version
    string postcss
  }
  POSTCSS_NESTED {
    string version
    string postcss
  }
  JRIDGEWELL_SOURCE_MAP {
    string version
    string gen-mapping
    string trace-mapping
  }
  JRIDGEWELL_GEN_MAPPING {
    string version
    string sourcemap-codec
    string trace-mapping
  }
  JRIDGEWELL_SOURCEMAP_CODEC {
    string version
  }
  JRIDGEWELL_TRACE_MAPPING {
    string version
    string resolve-uri
    string sourcemap-codec
  }
Loading

File-Level Changes

Change Details Files
Bump postcss version and update nested dependencies in lockfile
  • Update specifier and version for postcss entries
  • Refresh integrity hash for postcss package
  • Align autoprefixer, postcss-import/js/load-config/nested and other snapshots to new postcss version
pnpm-lock.yaml
Upgrade @jridgewell mapping sub-dependencies in lockfile
  • Add newer versions for @jridgewell/gen-mapping, source-map, sourcemap-codec, trace-mapping
  • Update resolution integrity entries for each bumped package
  • Adjust optional and nested dependency graph snapshots
pnpm-lock.yaml
Update postcss dev dependency in package.json
  • Change postcss version from 8.5.4 to 8.5.6
package.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jul 1, 2025

@github-actions
Copy link
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
npm/postcss 8.5.6 🟢 4.8
Details
CheckScoreReason
Code-Review🟢 5Found 15/29 approved changesets -- score normalized to 5
Packaging⚠️ -1packaging workflow not detected
Maintained🟢 1012 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Security-Policy⚠️ 0security policy file not detected
Binary-Artifacts🟢 10no binaries found in the repo
License🟢 10license file detected
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Vulnerabilities🟢 91 existing vulnerabilities detected
npm/@jridgewell/gen-mapping 0.3.11 UnknownUnknown
npm/@jridgewell/source-map 0.3.9 UnknownUnknown
npm/@jridgewell/sourcemap-codec 1.5.3 UnknownUnknown
npm/@jridgewell/trace-mapping 0.3.28 UnknownUnknown
npm/postcss 8.5.6 🟢 4.8
Details
CheckScoreReason
Code-Review🟢 5Found 15/29 approved changesets -- score normalized to 5
Packaging⚠️ -1packaging workflow not detected
Maintained🟢 1012 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Security-Policy⚠️ 0security policy file not detected
Binary-Artifacts🟢 10no binaries found in the repo
License🟢 10license file detected
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Vulnerabilities🟢 91 existing vulnerabilities detected

Scanned Files

  • package.json
  • pnpm-lock.yaml

@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants