Skip to content

Bump css-selector-parser from 2.3.2 to 3.1.2 #51

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2025

Bumps css-selector-parser from 2.3.2 to 3.1.2.

Changelog

Sourced from css-selector-parser's changelog.

3.1.2 (2025-04-13)

Bug Fixes

3.1.1 (2025-03-16)

3.1.0 (2025-03-16)

Features

  • Add "css-pseudo-4" CSS Module with new pseudo-classes and pseudo-elements (16c1bb1)
  • Add "modules" property to SyntaxDefinition and include latest CSS modules (cd56683)
  • Add comprehensive tests for CSS features option (74137f0)
  • Add CSS modules tests for position, scoping, and multiple module support (4cd3ecd)
  • Add css-position-1 and css-position-2 modules with tests (59b1161)
  • Add location information to pseudo-class and pseudo-element error messages (bafafe9)
  • Add Selectors Level 4 experimental features and syntax definitions (9cda2ca)
  • Add support for CSS feature modules in parser configuration (42ba90e)
  • Add support for CSS Shadow Parts module with ::part() pseudo-element (6dbe132)
  • in case of undefined pseudos, show in which css level / module it is defined (894053a)
  • latest should include all latest modules (6d7a116)

Bug Fixes

3.0.5 (2024-03-02)

Bug Fixes

  • single hyphen is not a valid identifier, throwing an exception, closes #38 (2520a49)

3.0.4 (2023-12-15)

Bug Fixes

  • align identifier and string parsing and rendering with CSS standards, closes #36, closes #37 (ac0dbc0)

3.0.3 (2023-12-08)

Bug Fixes

... (truncated)

Commits
  • c537d2c chore(release): 3.1.2
  • b127517 fix: improve documentation
  • d040190 chore(release): 3.1.1
  • 15deca6 Merge pull request #46 from denisx/patch-1
  • 6bfdcc3 chore: fix modules example
  • 83609c6 chore(release): 3.1.0
  • ceaa832 docs: Add CSS Modules documentation to README
  • 894053a feat: in case of undefined pseudos, show in which css level / module it is de...
  • bafafe9 feat: Add location information to pseudo-class and pseudo-element error messages
  • 6d7a116 feat: latest should include all latest modules
  • Additional commits viewable in compare view

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 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)

Bumps [css-selector-parser](https://github.com/mdevils/css-selector-parser) from 2.3.2 to 3.1.2.
- [Changelog](https://github.com/mdevils/css-selector-parser/blob/master/CHANGELOG.md)
- [Commits](mdevils/css-selector-parser@v2.3.2...v3.1.2)

---
updated-dependencies:
- dependency-name: css-selector-parser
  dependency-version: 3.1.2
  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 Apr 14, 2025
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