Skip to content

chore(deps): Bump css-select from 6.0.0 to 7.0.0#1209

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/css-select-7.0.0
Open

chore(deps): Bump css-select from 6.0.0 to 7.0.0#1209
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/css-select-7.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps css-select from 6.0.0 to 7.0.0.

Release notes

Sourced from css-select's releases.

v7.0.0

Breaking Changes

  • ESM only: the package now sets "type": "module"; CommonJS require() is only supported in modern environments #1746
    • Minimum Node.js version is now 20.19.0
  • Cleaned up deprecations
    • Removed the deprecated _compileToken export. Use _compileUnsafe instead
    • Removed the deprecated re-exports of aliases, filters, and pseudos. Use the pseudos option instead
    • Removed ./package.json subpath export
  • :enabled now only matches form elements

New Features

  • Added support for the :lang() pseudo-class
  • Added support for of in nth-* pseudo-classes, e.g. :nth-last-child(3n+2 of .a)

Full Changelog: fb55/css-select@v6.0.0...v7.0.0

Commits
  • 6c73b05 7.0.0
  • d3fc608 feat: support nth of, fix :enabled (#1754)
  • b77508c feat(pseudo-classes): support :lang (#1753)
  • cd66254 chore(docs): Update README
  • a01007e chore(deps): bump dependencies
  • 34f3097 build(deps-dev): bump @​feedic/eslint-config from 0.2.3 to 0.3.1 (#1741)
  • d13b510 BREAKING: Make module ESM only (#1746)
  • 738b083 build(deps-dev): bump @​biomejs/biome from 2.4.7 to 2.4.8 (#1747)
  • 635d1d3 build(deps-dev): bump typescript-eslint from 8.57.0 to 8.57.1 (#1745)
  • 6faeed3 chore(deps-dev): remove unused cheerio-soupselect
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for css-select 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 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)

Bumps [css-select](https://github.com/fb55/css-select) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/fb55/css-select/releases)
- [Commits](fb55/css-select@v6.0.0...v7.0.0)

---
updated-dependencies:
- dependency-name: css-select
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Mar 23, 2026
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

Development

Successfully merging this pull request may close these issues.

0 participants