Skip to content

chore(deps): bump postcss-selector-parser from 6.1.2 to 6.1.4 in the npm_and_yarn group across 1 directory - #154

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/npm_and_yarn-4e74362abf
Closed

chore(deps): bump postcss-selector-parser from 6.1.2 to 6.1.4 in the npm_and_yarn group across 1 directory#154
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/npm_and_yarn-4e74362abf

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown

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

Updates postcss-selector-parser from 6.1.2 to 6.1.4

Release notes

Sourced from postcss-selector-parser's releases.

6.1.4

  • fix: tolerate non-node children when serializing selectors

6.1.3

Changelog

Sourced from postcss-selector-parser's changelog.

Changelog of postcss-selector-parser

7.1.5 - 2026-08-07

  • fix: don't treat a non-prefix token before | as a namespace (#324 by @​spokodev)
  • fix: preserve whitespace before a * namespace in attribute selectors (#325 by @​spokodev)
  • fix: TypeError on unclosed [, ( and trailing | (#330 by @​theRizwan)

7.1.4 - 2026-06-11

  • fix: tolerate non-node children when serializing selectors

7.1.3 - 2026-06-11

  • Improve fix CVE-2026-9358 (NVD) / SNYK-JS-POSTCSSSELECTORPARSER-16873882 (clone/walk)

7.1.2 - 2026-06-09

7.1.1

  • perf: replace startsWith with strict equality (#308)
  • fix(types): add walkUniversal declaration (#311)

7.1.0

  • feat: insert(Before|After) support multiple new node

7.0.0

  • Feat: make insertions during iteration safe (major)
Commits
Maintainer changes

This version was pushed to npm by moox, a new releaser for postcss-selector-parser 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-selector-parser](https://github.com/postcss/postcss-selector-parser).


Updates `postcss-selector-parser` from 6.1.2 to 6.1.4
- [Release notes](https://github.com/postcss/postcss-selector-parser/releases)
- [Changelog](https://github.com/postcss/postcss-selector-parser/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss-selector-parser@v6.1.2...6.1.4)

---
updated-dependencies:
- dependency-name: postcss-selector-parser
  dependency-version: 6.1.4
  dependency-type: indirect
  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 Sep 1, 2026
nicolasiscoding added a commit that referenced this pull request Sep 9, 2026
…i, qs, postcss-selector-parser (#157)

* chore(deps): patch-duty security bumps — faker, browserslist, fast-uri, qs, postcss-selector-parser

Weekly patch duty. Base: develop. Closes every fixable Dependabot alert via
transitive overrides:
- @faker-js/faker -> 10.5.0 (high)
- browserslist -> 4.28.7 (high)
- fast-uri -> 3.1.6 (high, 3 advisory ranges)
- qs -> 6.16.0 (medium)
- postcss-selector-parser 6 -> 6.1.3, 7 -> 7.1.3 (low)

Supersedes standalone Dependabot PR #154 (postcss-selector-parser).

Queued (need more than a lockfile bump):
- @tiptap/core family (medium, GHSA-cp6q-959q-f8rh) — the whole @tiptap/* set is
  on 3.22.4-3.30.3; the fix needs 3.30.4+ with @tiptap/extension-code-block-lowlight
  at 3.31.3 (flagged breaking), a coordinated ~35-package bump that must be verified
  against the block editor. Tracked for a separate, tested change.
- image-size (high) — no upstream fix exists.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016amyscuSg6tbhYVvuQJ2S3

* fix(deps): drop @faker-js/faker override — it broke the Docusaurus build

The @faker-js/faker ^10.5.0 override forced faker 10 into postman-collection
(via openapi-to-postmanv2, used at build time by dev-docs-openapi.js), which
pins faker 5.x. faker 10 dropped the legacy address shape, so postman-collection
crashed at config load: "Cannot read properties of undefined (reading 'city')".

postman-collection@5.x is the ONLY faker consumer in the tree, and it cannot use
faker 10 — so the advisory (GHSA on faker <=10.4.0) is not resolvable by an
override without upgrading openapi-to-postmanv2/postman-collection, which is out
of scope for a lockfile bump. faker runs only at build time on trusted OpenAPI
input. Queued as not-cleanly-fixable.

The other four bumps (browserslist, fast-uri, qs, postcss-selector-parser) stay.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016amyscuSg6tbhYVvuQJ2S3

---------

Co-authored-by: Nicolas Fry <nicolas@turbodocx.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
@dependabot @github

dependabot Bot commented on behalf of github Sep 9, 2026

Copy link
Copy Markdown
Author

Looks like postcss-selector-parser is no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 9, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/npm_and_yarn-4e74362abf branch September 9, 2026 15:09
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.

0 participants