An open index of dependabot pull requests across open source projects.

chore(deps-dev): bump @eslint/css from 0.10.0 to 0.11.0

Merged
Number: #726
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: September 02, 2025 at 05:52 AM UTC
(10 days ago)
Updated: September 02, 2025 at 05:25 PM UTC
(10 days ago)
Merged: September 02, 2025 at 05:25 PM UTC
(10 days ago)
Time to Close: about 12 hours
Labels:
dependencies javascript
Description:

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps @eslint/css from 0.10.0 to 0.11.0.

Release notes

Sourced from @​eslint/css's releases.

css: v0.11.0

0.11.0 (2025-08-28)

Features

  • add @​namespace validation to no-invalid-at-rule-placement rule (#183) (26b902c)
  • add font-family-fallbacks rule (#174) (5678024)
  • add allow-list options for at-rules, properties, and selectors (#228) (623ad8e)
  • add autofix to no-duplicate-imports rule (#216) (0aa7b97)
  • add new rule no-duplicate-keyframe-selectors (#143) (dfe9c05)
  • add suggestion to no-important rule to remove !important flag (#217) (47e26b3)
  • allow relative-size and global values in relative-font-units (#214) (933d71c)
  • make var() regex multiline-safe in no-invalid-properties (#242) (c123f6e)

Bug Fixes

  • allow any type for meta.docs.recommended in custom rules (#231) (6ea61a5)
  • bump plugin-kit to latest to resolve security vulnerabilities (#209) (32e02d6)
  • disallow extra properties in rule options (#197) (8fd755d)
  • enforce strict syntax for [@charset](https://github.com/charset) in no-invalid-at-rules (#192) (4d3d140)
  • make no-invalid-properties var() case-insensitive (#232) (ad0cbdb)
  • make relative-font-units unit matching case-insensitive (#222) (7a2ecad)
  • prevent false positives for !important inside comments (#218) (3c6937a)
  • recursively resolve custom properties in no-invalid-properties (#237) (f2ee3fd)
  • treat at-rule names as case-insensitive across rules (#233) (9765135)
  • update baseline data (8ee9da0)
  • update baseline data (#207) (79e06c6)
  • update baseline data (#213) (30ca01c)
  • update baseline data (#234) (5f409d3)
  • update baseline data (#238) (d058f1c)
  • update baseline data (#241) (330c326)
  • Upgrade @​eslint/css-tree (#243) (136e2ab)
  • var() with fallback value in no-invalid-properties (#184) (1db0b1a)
Changelog

Sourced from @​eslint/css's changelog.

0.11.0 (2025-08-28)

Features

  • add @​namespace validation to no-invalid-at-rule-placement rule (#183) (26b902c)
  • add font-family-fallbacks rule (#174) (5678024)
  • add allow-list options for at-rules, properties, and selectors (#228) (623ad8e)
  • add autofix to no-duplicate-imports rule (#216) (0aa7b97)
  • add new rule no-duplicate-keyframe-selectors (#143) (dfe9c05)
  • add suggestion to no-important rule to remove !important flag (#217) (47e26b3)
  • allow relative-size and global values in relative-font-units (#214) (933d71c)
  • make var() regex multiline-safe in no-invalid-properties (#242) (c123f6e)

Bug Fixes

  • allow any type for meta.docs.recommended in custom rules (#231) (6ea61a5)
  • bump plugin-kit to latest to resolve security vulnerabilities (#209) (32e02d6)
  • disallow extra properties in rule options (#197) (8fd755d)
  • enforce strict syntax for [@charset](https://github.com/charset) in no-invalid-at-rules (#192) (4d3d140)
  • make no-invalid-properties var() case-insensitive (#232) (ad0cbdb)
  • make relative-font-units unit matching case-insensitive (#222) (7a2ecad)
  • prevent false positives for !important inside comments (#218) (3c6937a)
  • recursively resolve custom properties in no-invalid-properties (#237) (f2ee3fd)
  • treat at-rule names as case-insensitive across rules (#233) (9765135)
  • update baseline data (8ee9da0)
  • update baseline data (#207) (79e06c6)
  • update baseline data (#213) (30ca01c)
  • update baseline data (#234) (5f409d3)
  • update baseline data (#238) (d058f1c)
  • update baseline data (#241) (330c326)
  • Upgrade @​eslint/css-tree (#243) (136e2ab)
  • var() with fallback value in no-invalid-properties (#184) (1db0b1a)
Commits
  • b8f8644 chore: release 0.11.0 🚀 (#202)
  • 136e2ab fix: Upgrade @​eslint/css-tree (#243)
  • c123f6e feat: make var() regex multiline-safe in no-invalid-properties (#242)
  • 5af3a5a refactor: update eslint-config-eslint (#229)
  • f2ee3fd fix: recursively resolve custom properties in no-invalid-properties (#237)
  • 623ad8e feat: add allow-list options for at-rules, properties, and selectors (#228)
  • 330c326 fix: update baseline data (#241)
  • 0598689 test: update use-baseline tests for new baseline data (#240)
  • 4d3d140 fix: enforce strict syntax for @charset in no-invalid-at-rules (#192)
  • 9765135 fix: treat at-rule names as case-insensitive across rules (#233)
  • 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)
Pull Request Statistics
Commits:
0
Files Changed:
0
Additions:
+0
Deletions:
-0
Package Dependencies
Package:
@eslint/css
Ecosystem:
npm
Version Change:
0.10.0 → 0.11.0
Update Type:
Minor
Technical Details
ID: 6868823
UUID: 2791351497
Node ID: PR_kwDOLMpjbM6mYKTJ
Host: GitHub
Repository: googlemaps-samples/js-api-samples