Skip to content

Bump css-selector-parser from 2.3.2 to 3.1.1 #50

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2025

Bumps css-selector-parser from 2.3.2 to 3.1.1.

Changelog

Sourced from css-selector-parser's changelog.

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

  • align identifier parsing with CSS standards and browser behaviour (6087705)

3.0.2 (2023-11-21)

Bug Fixes

... (truncated)

Commits
  • 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
  • cd56683 feat: Add "modules" property to SyntaxDefinition and include latest CSS modules
  • 6dbe132 feat: Add support for CSS Shadow Parts module with ::part() pseudo-element
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 17, 2025
Bumps [css-selector-parser](https://github.com/mdevils/css-selector-parser) from 2.3.2 to 3.1.1.
- [Changelog](https://github.com/mdevils/css-selector-parser/blob/master/CHANGELOG.md)
- [Commits](mdevils/css-selector-parser@v2.3.2...v3.1.1)

---
updated-dependencies:
- dependency-name: css-selector-parser
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/css-selector-parser-3.1.1 branch from ed19336 to 6a8ee64 Compare April 4, 2025 23:34
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 14, 2025

Superseded by #51.

@dependabot dependabot bot closed this Apr 14, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/css-selector-parser-3.1.1 branch April 14, 2025 18:43
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