Skip to content

chore(deps-dev): bump postcss from 8.5.15 to 8.5.23 in the npm_and_yarn group across 1 directory - #523

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/npm_and_yarn-6b7f7a8c69
Open

chore(deps-dev): bump postcss from 8.5.15 to 8.5.23 in the npm_and_yarn group across 1 directory#523
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/npm_and_yarn-6b7f7a8c69

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 12, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm_and_yarn group with 1 update in the / directory: postcss.

Updates postcss from 8.5.15 to 8.5.23

Release notes

Sourced from postcss's releases.

8.5.23

  • Do not load source map without opts.from for security reasons.

8.5.22

8.5.21

8.5.20

8.5.19

  • Fixed cleaning before for new nodes inserted to Root (by @​MahinAnowar).

8.5.18

  • Restricted loading previous source maps file to the opts.from folder for security reasons (use unsafeMap: true to disable the check).

8.5.17

  • Fixed Maximum call stack size exceeded error.
  • Fixed Prototype hijacking for postcss.fromJSON().
  • Fixed Input#origin() for unmapped end position (by @​chatman-media).

8.5.16

Changelog

Sourced from postcss's changelog.

8.5.23

  • Do not load source map without opts.from for security reasons.

8.5.22

8.5.21

8.5.20

8.5.19

  • Fixed cleaning before for new nodes inserted to Root (by @​MahinAnowar).

8.5.18

  • Restricted loading previous source maps file to the opts.from folder for security reasons (use unsafeMap: true to disable the check).

8.5.17

  • Fixed Maximum call stack size exceeded error.
  • Fixed Prototype hijacking for postcss.fromJSON().
  • Fixed Input#origin() for unmapped end position (by @​chatman-media).

8.5.16

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for postcss since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the npm_and_yarn group with 1 update in the / directory: [postcss](https://github.com/postcss/postcss).


Updates `postcss` from 8.5.15 to 8.5.23
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.15...8.5.23)

---
updated-dependencies:
- dependency-name: postcss
  dependency-version: 8.5.23
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 12, 2026
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 12, 2026
@dependabot
dependabot Bot requested a review from Kraci as a code owner August 12, 2026 05:40
@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Aug 12, 2026
@cla-bot cla-bot Bot added the cla-signed label Aug 12, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d62f6dd32e

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread package.json
"openapi-typescript": "^7.8.0",
"pino-pretty": "^13.1.1",
"postcss": "8.5.15",
"postcss": "8.5.23",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Update the Bun lockfile with the PostCSS bump

Changing the direct postcss devDependency without updating bun.lock leaves the workspace lock entry and package entry pinned to 8.5.15, so the committed dependency graph still does not contain 8.5.23. This breaks reproducible installs in contexts that use the lockfile strictly: .github/workflows/sync-infra-specs.yml runs bun install --frozen-lockfile, and bun install --help defines that flag as disallowing lockfile changes. Please regenerate and commit bun.lock alongside this manifest change.

Useful? React with 👍 / 👎.

Comment thread package.json
"openapi-typescript": "^7.8.0",
"pino-pretty": "^13.1.1",
"postcss": "8.5.15",
"postcss": "8.5.23",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 package.json now exact-pins postcss to 8.5.23, but bun.lock was not regenerated — it still records postcss@8.5.15 (workspace snapshot at line 101, resolved entry at line 1367). Since the lockfile no longer satisfies the exact package.json pin, bun install --frozen-lockfile (used in .github/workflows/sync-infra-specs.yml:65) will fail the next time that job runs. Please regenerate bun.lock (e.g. ·@·d·ependabot r·ecreate or bun install) alongside this bump.

Extended reasoning...

The bug

This is a dependency-bump PR that only touches package.json, changing the postcss devDependency pin from 8.5.15 to an exact 8.5.23 (no ^ range). Dependabot normally regenerates bun.lock in the same commit as a version bump so the lockfile and manifest stay in sync — that did not happen here.

Where it shows up

bun.lock still has the old version in two places:

  • Line 101, inside the workspace package snapshot: "postcss": "8.5.15"
  • Line 1367, the resolved package entry: "postcss": ["postcss@8.5.15", ...]

Since package.json now demands the exact string 8.5.23, and the lockfile only records 8.5.15, the two files disagree.

Why nothing today catches this

test.yml and code-quality.yml invoke plain bun install, which will silently rewrite bun.lock to match package.json and mask the drift — so CI on this PR itself stays green. The problem surfaces in .github/workflows/sync-infra-specs.yml:65, which runs bun install --frozen-lockfile. That flag makes bun refuse to modify the lockfile and instead hard-fail if the manifest and lockfile disagree.

Step-by-step proof

  1. Merge this PR: package.json devDependencies now require postcss at exactly 8.5.23.
  2. bun.lock is untouched, still resolving postcss@8.5.15 per lines 101 and 1367.
  3. A later PR modifies a tracked OpenAPI spec file, satisfying the has_changes gate in sync-infra-specs.yml.
  4. That workflow reaches its "Install dependencies" step (sync-infra-specs.yml:65): bun install --frozen-lockfile.
  5. Bun compares the exact-pinned 8.5.23 requirement in package.json against the 8.5.15 entry frozen in bun.lock, finds a mismatch, and exits non-zero rather than touching the lockfile — the job fails.

Impact and fix

The immediate PR does not break merge-gating CI (which uses plain bun install), but it leaves the repo in a state where the very next spec-sync run breaks, and the failure is unrelated to whatever that PR actually changes — a confusing false-positive to debug later. The fix is trivial: regenerate bun.lock in this PR (e.g. comment ·@·d·ependabot r·ecreate, or run bun install locally and commit the updated lockfile) so both files agree on postcss@8.5.23.

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

Labels

cla-signed 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.

0 participants