Skip to content

Bump the npm-patching group with 72 updates - #4131

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/npm-patching-118026b97a
Closed

Bump the npm-patching group with 72 updates#4131
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/npm-patching-118026b97a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-patching group with 72 updates:

Package From To
cssnano 8.0.2 8.0.5
postcss-preset-env 11.3.2 11.4.0
eslint-plugin-n 18.2.2 18.3.0
globals 17.9.0 17.11.0
@csstools/color-helpers 6.1.0 6.1.1
@csstools/css-color-parser 4.1.10 4.2.0
@csstools/postcss-alpha-function 2.0.8 2.0.9
@csstools/postcss-color-function 5.0.7 5.0.8
@csstools/postcss-color-function-display-p3-linear 2.0.7 2.0.8
@csstools/postcss-color-mix-function 4.0.7 4.0.8
@csstools/postcss-color-mix-variadic-function-arguments 2.0.7 2.0.8
@csstools/postcss-content-alt-text 3.0.2 3.0.3
@csstools/postcss-contrast-color-function 3.0.7 3.0.8
@csstools/postcss-gamut-mapping 3.0.7 3.0.8
@csstools/postcss-gradients-interpolation-method 6.0.7 6.0.8
@csstools/postcss-hwb-function 5.0.7 5.0.8
@csstools/postcss-ic-unit 5.0.2 5.0.3
@csstools/postcss-image-function 1.0.1 1.0.2
@csstools/postcss-light-dark-function 3.0.2 3.0.3
@csstools/postcss-oklab-function 5.0.7 5.0.8
@csstools/postcss-progressive-custom-properties 5.1.1 5.1.2
@csstools/postcss-random-function 3.0.3 4.0.0
@csstools/postcss-relative-color-syntax 4.0.7 4.0.8
@csstools/postcss-text-decoration-shorthand 5.0.4 5.0.5
@napi-rs/wasm-runtime 1.2.2 1.2.3
@types/node 26.1.2 26.2.0
@typescript-eslint/types 8.65.0 8.67.0
baseline-browser-mapping 2.11.12 2.11.15
browserslist 4.28.7 4.28.8
caniuse-lite 1.0.30001806 1.0.30001809
comment-parser 1.4.7 1.4.8
cssdb 8.9.0 8.10.0
cssnano-preset-default 8.0.2 8.0.5
cssnano-utils 6.0.1 6.0.3
electron-to-chromium 1.5.401 1.5.407
get-tsconfig 4.14.1 4.14.3
node-releases 2.0.51 2.0.53
postcss 8.5.25 8.5.26
postcss-color-functional-notation 8.0.7 8.0.8
postcss-colormin 8.0.1 8.0.3
postcss-convert-values 8.0.1 8.0.3
postcss-discard-comments 8.0.1 8.0.3
postcss-discard-duplicates 8.0.1 8.0.3
postcss-discard-empty 8.0.1 8.0.3
postcss-discard-overridden 8.0.1 8.0.3
postcss-double-position-gradients 7.0.2 7.0.3
postcss-lab-function 8.0.7 8.0.8
postcss-merge-longhand 8.0.1 8.0.3
postcss-merge-rules 8.0.1 8.0.3
postcss-minify-font-values 8.0.1 8.0.3
postcss-minify-gradients 8.0.1 8.0.3
postcss-minify-params 8.0.1 8.0.3
postcss-minify-selectors 8.0.2 8.0.4
postcss-normalize-charset 8.0.1 8.0.3
postcss-normalize-display-values 8.0.1 8.0.3
postcss-normalize-positions 8.0.1 8.0.3
postcss-normalize-repeat-style 8.0.1 8.0.3
postcss-normalize-string 8.0.1 8.0.3
postcss-normalize-timing-functions 8.0.1 8.0.3
postcss-normalize-unicode 8.0.1 8.0.3
postcss-normalize-url 8.0.1 8.0.3
postcss-normalize-whitespace 8.0.1 8.0.3
postcss-ordered-values 8.0.1 8.0.3
postcss-reduce-initial 8.0.1 8.0.3
postcss-reduce-transforms 8.0.1 8.0.3
postcss-selector-parser 7.1.4 7.1.5
postcss-svgo 8.0.1 8.0.4
postcss-unique-selectors 8.0.1 8.0.3
stylehacks 8.0.1 8.0.3
@csstools/css-syntax-patches-for-csstree 1.1.7 1.1.8
terser 5.49.0 5.50.0
update-browserslist-db 1.2.3 1.3.1

Updates cssnano from 8.0.2 to 8.0.5

Release notes

Sourced from cssnano's releases.

v8.0.5

What's Changed

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@8.0.4...cssnano@8.0.5

v8.0.4

What's Changed

Bug Fixes

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@8.0.3...cssnano@8.0.4

v8.0.3

What's Changed

Bug Fixes

  • postcss-reduce-initial: update initial properties
  • potcss-minify-gradients: handle more than two stops
  • postcss-normalize-whitespace: preserve whitespace in custom prop
  • postcss-normalize-url: ensure trailing slash is preserved

Other Changes

  • packages now define an exports field in package.json. This prevents any file added to the package to automatically be exposed as a possible import. The has been done in a backward compatible way, so you should be able to import every file you did in the previous release.

  • types have also been regenerated with TypeScript 7.

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@8.0.2...cssnano@8.0.3

Commits
  • 5270b4c Publish cssnano 8.0.5
  • 14f6254 fix: update dependencies
  • 2303923 fix(postcss-merge-longhand): fix issues with border merging
  • a0928d9 test: explicitly mark async function
  • 8697a49 test: reuse PostCSS instance when config does not change
  • 3e38af3 refactor: add more explicit returns
  • ad5c613 build: increase language level to ECMA 2025
  • da6515b build: improve TypeScript configuration
  • 8397d68 chore: update development deps
  • 406c2eb chore: set complexity limit as a lint rule
  • Additional commits viewable in compare view

Updates postcss-preset-env from 11.3.2 to 11.4.0

Changelog

Sourced from postcss-preset-env's changelog.

11.4.0

August 15, 2026

Commits

Updates eslint-plugin-n from 18.2.2 to 18.3.0

Release notes

Sourced from eslint-plugin-n's releases.

v18.3.0

18.3.0 (2026-08-08)

🌟 Features

  • add prefer-process-get-builtin-module rule (#554) (8d9bd05)
  • implement prefer-import/assert-strict rule (#553) (d7afbed)

🩹 Fixes

  • handle import.meta paths in no-path-concat (#559) (a6b3ce2)
  • no-unsupported-features: classify util.styleText as experimental (#560) (b8e39c5)
  • support brace expansion and extglobs in package files (#558) (8cae1af)

📚 Documentation

  • add eslint-plugin-node migration guide (#561) (4138d4e)
  • update outdated http links to https in docs/rules (#562) (a6cd6a5)

🧹 Chores

Changelog

Sourced from eslint-plugin-n's changelog.

18.3.0 (2026-08-08)

🌟 Features

  • add prefer-process-get-builtin-module rule (#554) (8d9bd05)
  • implement prefer-import/assert-strict rule (#553) (d7afbed)

🩹 Fixes

  • handle import.meta paths in no-path-concat (#559) (a6b3ce2)
  • no-unsupported-features: classify util.styleText as experimental (#560) (b8e39c5)
  • support brace expansion and extglobs in package files (#558) (8cae1af)

📚 Documentation

  • add eslint-plugin-node migration guide (#561) (4138d4e)
  • update outdated http links to https in docs/rules (#562) (a6cd6a5)

🧹 Chores

Commits
  • 6a9980a chore(master): release 18.3.0 (#564)
  • d7afbed feat: implement prefer-import/assert-strict rule (#553)
  • d499fc1 chore: rename default export n (#556)
  • 8d9bd05 feat: add prefer-process-get-builtin-module rule (#554)
  • 8cae1af fix: support brace expansion and extglobs in package files (#558)
  • a6b3ce2 fix: handle import.meta paths in no-path-concat (#559)
  • b8e39c5 fix(no-unsupported-features): classify util.styleText as experimental (#560)
  • a6cd6a5 docs: update outdated http links to https in docs/rules (#562)
  • 4138d4e docs: add eslint-plugin-node migration guide (#561)
  • See full diff in compare view

Updates globals from 17.9.0 to 17.11.0

Release notes

Sourced from globals's releases.

v17.11.0

  • Add react-native globals (#337) 61eafbf

sindresorhus/globals@v17.10.0...v17.11.0

v17.10.0

  • Add GM_cookie to Greasemonkey globals (#349) f468407

sindresorhus/globals@v17.9.0...v17.10.0

Commits

Updates @csstools/color-helpers from 6.1.0 to 6.1.1

Changelog

Sourced from @​csstools/color-helpers's changelog.

6.1.1

August 15, 2026

  • Updated: gamut mapping algorithm
Commits

Updates @csstools/css-color-parser from 4.1.10 to 4.2.0

Changelog

Sourced from @​csstools/css-color-parser's changelog.

4.2.0

August 15, 2026

  • Add computedValue() serialization function for color data.
  • Mandatory alpha in the relative alpha() function.
  • Updated @csstools/color-helpers to 6.1.1 (patch)
Commits

Updates @csstools/postcss-alpha-function from 2.0.8 to 2.0.9

Changelog

Sourced from @​csstools/postcss-alpha-function's changelog.

2.0.9

August 15, 2026

Commits

Updates @csstools/postcss-color-function from 5.0.7 to 5.0.8

Changelog

Sourced from @​csstools/postcss-color-function's changelog.

5.0.8

August 15, 2026

Commits

Updates @csstools/postcss-color-function-display-p3-linear from 2.0.7 to 2.0.8

Changelog

Sourced from @​csstools/postcss-color-function-display-p3-linear's changelog.

2.0.8

August 15, 2026

Commits

Updates @csstools/postcss-color-mix-function from 4.0.7 to 4.0.8

Changelog

Sourced from @​csstools/postcss-color-mix-function's changelog.

4.0.8

August 15, 2026

Commits

Updates @csstools/postcss-color-mix-variadic-function-arguments from 2.0.7 to 2.0.8

Changelog

Sourced from @​csstools/postcss-color-mix-variadic-function-arguments's changelog.

2.0.8

August 15, 2026

Commits

Updates @csstools/postcss-content-alt-text from 3.0.2 to 3.0.3

Changelog

Sourced from @​csstools/postcss-content-alt-text's changelog.

3.0.3

August 15, 2026

Commits

Updates @csstools/postcss-contrast-color-function from 3.0.7 to 3.0.8

Changelog

Sourced from @​csstools/postcss-contrast-color-function's changelog.

3.0.8

August 15, 2026

Commits

Updates @csstools/postcss-gamut-mapping from 3.0.7 to 3.0.8

Changelog

Sourced from @​csstools/postcss-gamut-mapping's changelog.

3.0.8

August 15, 2026

Commits

Updates @csstools/postcss-gradients-interpolation-method from 6.0.7 to 6.0.8

Changelog

Sourced from @​csstools/postcss-gradients-interpolation-method's changelog.

6.0.8

August 15, 2026

Commits

Updates @csstools/postcss-hwb-function from 5.0.7 to 5.0.8

Changelog

Sourced from @​csstools/postcss-hwb-function's changelog.

5.0.8

August 15, 2026

Commits

Updates @csstools/postcss-ic-unit from 5.0.2 to 5.0.3

Changelog

Sourced from @​csstools/postcss-ic-unit's changelog.

5.0.3

August 15, 2026

Commits

Updates @csstools/postcss-image-function from 1.0.1 to 1.0.2

Changelog

Sourced from @​csstools/postcss-image-function's changelog.

1.0.2

August 15, 2026

Commits

Updates @csstools/postcss-light-dark-function from 3.0.2 to 3.0.3

Changelog

Sourced from @​csstools/postcss-light-dark-function's changelog.

3.0.3

August 15, 2026

Commits

Updates @csstools/postcss-oklab-function from 5.0.7 to 5.0.8

Changelog

Sourced from @​csstools/postcss-oklab-function's changelog.

5.0.8

August 15, 2026

Commits

Updates @csstools/postcss-progressive-custom-properties from 5.1.1 to 5.1.2

Changelog

Sourced from @​csstools/postcss-progressive-custom-properties's changelog.

5.1.2

August 15, 2026

  • Update @webref/css to v8.7.1
Commits

Updates @csstools/postcss-random-function from 3.0.3 to 4.0.0

Changelog

Sourced from @​csstools/postcss-random-function's changelog.

4.0.0

July 22, 2026

  • Updated to match the latest spec
    • use element-scoped, property-scoped and property-index-scoped keywords to tune the random results
  • Updated @csstools/css-calc to 3.3.0 (minor)
Commits

Updates @csstools/postcss-relative-color-syntax from 4.0.7 to 4.0.8

Changelog

Sourced from @​csstools/postcss-relative-color-syntax's changelog.

4.0.8

August 15, 2026

Commits

Updates @csstools/postcss-text-decoration-shorthand from 5.0.4 to 5.0.5

Changelog

Sourced from @​csstools/postcss-text-decoration-shorthand's changelog.

5.0.5

August 15, 2026

Commits

Updates @napi-rs/wasm-runtime from 1.2.2 to 1.2.3

Changelog

Sourced from @​napi-rs/wasm-runtime's changelog.

1.2.3 (2026-08-12)

Bug Fixes

Commits

Updates @types/node from 26.1.2 to 26.2.0

Commits

Updates @typescript-eslint/types from 8.65.0 to 8.67.0

Release notes

Sourced from @​typescript-eslint/types's releases.

v8.67.0

8.67.0 (2026-08-10)

🚀 Features

  • typescript-eslint: export basic globs for using tseslint (#12105)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.66.0

8.66.0 (2026-08-03)

🚀 Features

  • typescript-estree: handle import.defer() as ImportExpression (#12609)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-conversion] ignore shadowed built-ins (#12590)
  • eslint-plugin: [prefer-nullish-coalescing] handle shadowed Boolean calls (#12591)
  • eslint-plugin: [no-useless-default-assignment] don't report defaults used by other overloads (#12607)
  • eslint-plugin: [no-unnecessary-type-parameters] check MappedType key remapping (#12588)
  • eslint-plugin: [class-literal-property-style] preserve type annotations and don't drop decorators (#12617)
  • website: list onUnsupportedTypeScriptVersion in parser options (#12585)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/types's changelog.

8.67.0 (2026-08-10)

This was a version bump only for types to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.66.0 (2026-08-03)

This was a version bump only for types to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Updates baseline-browser-mapping from 2.11.12 to 2.11.15

Commits
  • c287d19 Patch to 2.11.15 because browser or feature data changed
  • de3d24a Browser or feature data changed
  • f943d06 Updating static site
  • b8c07ea Patch to 2.11.14 because browser or feature data changed
  • 2040357 Browser or feature data changed
  • fd7c026 Updating static site
  • bd67e5d Patch to 2.11.13 because browser or feature data changed
  • 97f42ca Browser or feature data changed
  • 5a1924d Check that timeline has changed before changing lastUpdated
  • 141163f Updating static site
  • See full diff in compare view

Updates browserslist from 4.28.7 to 4.28.8

Release notes

Sourced from browserslist's releases.

4.28.8

  • Fixed including kaios in baseline queries (by @​Jaybhade).
Changelog

Sourced from browserslist's changelog.

4.28.8

  • Fixed including kaios in baseline queries (by @​Jaybhade).
Commits
  • f2f2e6c Release 4.28.8 version
  • d0787c8 Update dependencies
  • fcf8fa9 Merge pull request #939 from Jaybhade/fix/baseline-kaios-without-downstream
  • 57ecd64 fix: support "including kaios" without downstream
  • 093a0f6 Update EM banner
  • See full diff in compare view

Updates caniuse-lite from 1.0.30001806 to 1.0.30001809

Commits

Updates comment-parser from 1.4.7 to 1.4.8

Changelog

Sourced from comment-parser's changelog.

1.4.8

Patch Changes

  • 1f4f081: fix: update types

    refactor: use non-deprecated methods

    chore: update devDependencies and add rootDir to avoid warning

    chore: add recommended baseline-browser-mapping

    chore: disallow scripts as per latest npm guidance

Commits

Updates cssdb from 8.9.0 to 8.10.0

Release notes

Sourced from cssdb's releases.

v8.10.0

  • Added fit-tolerance-property
  • Added property-rule-optional-descriptors
Changelog

Sourced from cssdb's changelog.

8.10.0 (Aug 15, 2026)

  • Added fit-tolerance-property
  • Added property-rule-optional-descriptors
Commits

Updates cssnano-preset-default from 8.0.2 to 8.0.5

Release notes

Sourced from cssnano-preset-default's releases.

v8.0.5

What's Changed

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@8.0.4...cssnano@8.0.5

v8.0.4

What's Changed

Bug Fixes

  • Fix postcs-svgo encoding in

Bumps the npm-patching group with 72 updates:

| Package | From | To |
| --- | --- | --- |
| [cssnano](https://github.com/cssnano/cssnano) | `8.0.2` | `8.0.5` |
| [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) | `11.3.2` | `11.4.0` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `18.2.2` | `18.3.0` |
| [globals](https://github.com/sindresorhus/globals) | `17.9.0` | `17.11.0` |
| [@csstools/color-helpers](https://github.com/csstools/postcss-plugins/tree/HEAD/packages/color-helpers) | `6.1.0` | `6.1.1` |
| [@csstools/css-color-parser](https://github.com/csstools/postcss-plugins/tree/HEAD/packages/css-color-parser) | `4.1.10` | `4.2.0` |
| [@csstools/postcss-alpha-function](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-alpha-function) | `2.0.8` | `2.0.9` |
| [@csstools/postcss-color-function](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-color-function) | `5.0.7` | `5.0.8` |
| [@csstools/postcss-color-function-display-p3-linear](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-color-function-display-p3-linear) | `2.0.7` | `2.0.8` |
| [@csstools/postcss-color-mix-function](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-color-mix-function) | `4.0.7` | `4.0.8` |
| [@csstools/postcss-color-mix-variadic-function-arguments](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-color-mix-variadic-function-arguments) | `2.0.7` | `2.0.8` |
| [@csstools/postcss-content-alt-text](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-content-alt-text) | `3.0.2` | `3.0.3` |
| [@csstools/postcss-contrast-color-function](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-contrast-color-function) | `3.0.7` | `3.0.8` |
| [@csstools/postcss-gamut-mapping](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-gamut-mapping) | `3.0.7` | `3.0.8` |
| [@csstools/postcss-gradients-interpolation-method](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-gradients-interpolation-method) | `6.0.7` | `6.0.8` |
| [@csstools/postcss-hwb-function](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-hwb-function) | `5.0.7` | `5.0.8` |
| [@csstools/postcss-ic-unit](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-ic-unit) | `5.0.2` | `5.0.3` |
| [@csstools/postcss-image-function](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-image-function) | `1.0.1` | `1.0.2` |
| [@csstools/postcss-light-dark-function](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-light-dark-function) | `3.0.2` | `3.0.3` |
| [@csstools/postcss-oklab-function](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-oklab-function) | `5.0.7` | `5.0.8` |
| [@csstools/postcss-progressive-custom-properties](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-progressive-custom-properties) | `5.1.1` | `5.1.2` |
| [@csstools/postcss-random-function](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-random-function) | `3.0.3` | `4.0.0` |
| [@csstools/postcss-relative-color-syntax](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-relative-color-syntax) | `4.0.7` | `4.0.8` |
| [@csstools/postcss-text-decoration-shorthand](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-text-decoration-shorthand) | `5.0.4` | `5.0.5` |
| [@napi-rs/wasm-runtime](https://github.com/napi-rs/napi-rs/tree/HEAD/wasm-runtime) | `1.2.2` | `1.2.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.1.2` | `26.2.0` |
| [@typescript-eslint/types](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/types) | `8.65.0` | `8.67.0` |
| [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) | `2.11.12` | `2.11.15` |
| [browserslist](https://github.com/browserslist/browserslist) | `4.28.7` | `4.28.8` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001806` | `1.0.30001809` |
| [comment-parser](https://github.com/yavorskiy/comment-parser) | `1.4.7` | `1.4.8` |
| [cssdb](https://github.com/csstools/cssdb) | `8.9.0` | `8.10.0` |
| [cssnano-preset-default](https://github.com/cssnano/cssnano) | `8.0.2` | `8.0.5` |
| [cssnano-utils](https://github.com/cssnano/cssnano) | `6.0.1` | `6.0.3` |
| [electron-to-chromium](https://github.com/Kilian/electron-to-chromium) | `1.5.401` | `1.5.407` |
| [get-tsconfig](https://github.com/privatenumber/get-tsconfig) | `4.14.1` | `4.14.3` |
| [node-releases](https://github.com/chicoxyzzy/node-releases) | `2.0.51` | `2.0.53` |
| [postcss](https://github.com/postcss/postcss) | `8.5.25` | `8.5.26` |
| [postcss-color-functional-notation](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-color-functional-notation) | `8.0.7` | `8.0.8` |
| [postcss-colormin](https://github.com/cssnano/cssnano) | `8.0.1` | `8.0.3` |
| [postcss-convert-values](https://github.com/cssnano/cssnano) | `8.0.1` | `8.0.3` |
| [postcss-discard-comments](https://github.com/cssnano/cssnano) | `8.0.1` | `8.0.3` |
| [postcss-discard-duplicates](https://github.com/cssnano/cssnano) | `8.0.1` | `8.0.3` |
| [postcss-discard-empty](https://github.com/cssnano/cssnano) | `8.0.1` | `8.0.3` |
| [postcss-discard-overridden](https://github.com/cssnano/cssnano) | `8.0.1` | `8.0.3` |
| [postcss-double-position-gradients](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-double-position-gradients) | `7.0.2` | `7.0.3` |
| [postcss-lab-function](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-lab-function) | `8.0.7` | `8.0.8` |
| [postcss-merge-longhand](https://github.com/cssnano/cssnano) | `8.0.1` | `8.0.3` |
| [postcss-merge-rules](https://github.com/cssnano/cssnano) | `8.0.1` | `8.0.3` |
| [postcss-minify-font-values](https://github.com/cssnano/cssnano) | `8.0.1` | `8.0.3` |
| [postcss-minify-gradients](https://github.com/cssnano/cssnano) | `8.0.1` | `8.0.3` |
| [postcss-minify-params](https://github.com/cssnano/cssnano) | `8.0.1` | `8.0.3` |
| [postcss-minify-selectors](https://github.com/cssnano/cssnano) | `8.0.2` | `8.0.4` |
| [postcss-normalize-charset](https://github.com/cssnano/cssnano) | `8.0.1` | `8.0.3` |
| [postcss-normalize-display-values](https://github.com/cssnano/cssnano) | `8.0.1` | `8.0.3` |
| [postcss-normalize-positions](https://github.com/cssnano/cssnano) | `8.0.1` | `8.0.3` |
| [postcss-normalize-repeat-style](https://github.com/cssnano/cssnano) | `8.0.1` | `8.0.3` |
| [postcss-normalize-string](https://github.com/cssnano/cssnano) | `8.0.1` | `8.0.3` |
| [postcss-normalize-timing-functions](https://github.com/cssnano/cssnano) | `8.0.1` | `8.0.3` |
| [postcss-normalize-unicode](https://github.com/cssnano/cssnano) | `8.0.1` | `8.0.3` |
| [postcss-normalize-url](https://github.com/cssnano/cssnano) | `8.0.1` | `8.0.3` |
| [postcss-normalize-whitespace](https://github.com/cssnano/cssnano) | `8.0.1` | `8.0.3` |
| [postcss-ordered-values](https://github.com/cssnano/cssnano) | `8.0.1` | `8.0.3` |
| [postcss-reduce-initial](https://github.com/cssnano/cssnano) | `8.0.1` | `8.0.3` |
| [postcss-reduce-transforms](https://github.com/cssnano/cssnano) | `8.0.1` | `8.0.3` |
| [postcss-selector-parser](https://github.com/postcss/postcss-selector-parser) | `7.1.4` | `7.1.5` |
| [postcss-svgo](https://github.com/cssnano/cssnano) | `8.0.1` | `8.0.4` |
| [postcss-unique-selectors](https://github.com/cssnano/cssnano) | `8.0.1` | `8.0.3` |
| [stylehacks](https://github.com/cssnano/cssnano) | `8.0.1` | `8.0.3` |
| [@csstools/css-syntax-patches-for-csstree](https://github.com/csstools/postcss-plugins/tree/HEAD/packages/css-syntax-patches-for-csstree) | `1.1.7` | `1.1.8` |
| [terser](https://github.com/terser/terser) | `5.49.0` | `5.50.0` |
| [update-browserslist-db](https://github.com/browserslist/update-db) | `1.2.3` | `1.3.1` |


Updates `cssnano` from 8.0.2 to 8.0.5
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/cssnano@8.0.2...cssnano@8.0.5)

Updates `postcss-preset-env` from 11.3.2 to 11.4.0
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env)

Updates `eslint-plugin-n` from 18.2.2 to 18.3.0
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-n@v18.2.2...v18.3.0)

Updates `globals` from 17.9.0 to 17.11.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.9.0...v17.11.0)

Updates `@csstools/color-helpers` from 6.1.0 to 6.1.1
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/packages/color-helpers/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/packages/color-helpers)

Updates `@csstools/css-color-parser` from 4.1.10 to 4.2.0
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/packages/css-color-parser/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/packages/css-color-parser)

Updates `@csstools/postcss-alpha-function` from 2.0.8 to 2.0.9
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-alpha-function/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-alpha-function)

Updates `@csstools/postcss-color-function` from 5.0.7 to 5.0.8
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-color-function/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-color-function)

Updates `@csstools/postcss-color-function-display-p3-linear` from 2.0.7 to 2.0.8
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-color-function-display-p3-linear/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-color-function-display-p3-linear)

Updates `@csstools/postcss-color-mix-function` from 4.0.7 to 4.0.8
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-color-mix-function/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-color-mix-function)

Updates `@csstools/postcss-color-mix-variadic-function-arguments` from 2.0.7 to 2.0.8
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-color-mix-variadic-function-arguments/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-color-mix-variadic-function-arguments)

Updates `@csstools/postcss-content-alt-text` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-content-alt-text/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-content-alt-text)

Updates `@csstools/postcss-contrast-color-function` from 3.0.7 to 3.0.8
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-contrast-color-function/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-contrast-color-function)

Updates `@csstools/postcss-gamut-mapping` from 3.0.7 to 3.0.8
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-gamut-mapping/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-gamut-mapping)

Updates `@csstools/postcss-gradients-interpolation-method` from 6.0.7 to 6.0.8
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-gradients-interpolation-method)

Updates `@csstools/postcss-hwb-function` from 5.0.7 to 5.0.8
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-hwb-function/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-hwb-function)

Updates `@csstools/postcss-ic-unit` from 5.0.2 to 5.0.3
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-ic-unit/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-ic-unit)

Updates `@csstools/postcss-image-function` from 1.0.1 to 1.0.2
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-image-function/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-image-function)

Updates `@csstools/postcss-light-dark-function` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-light-dark-function/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-light-dark-function)

Updates `@csstools/postcss-oklab-function` from 5.0.7 to 5.0.8
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-oklab-function/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-oklab-function)

Updates `@csstools/postcss-progressive-custom-properties` from 5.1.1 to 5.1.2
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-progressive-custom-properties)

Updates `@csstools/postcss-random-function` from 3.0.3 to 4.0.0
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-random-function/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-random-function)

Updates `@csstools/postcss-relative-color-syntax` from 4.0.7 to 4.0.8
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-relative-color-syntax/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-relative-color-syntax)

Updates `@csstools/postcss-text-decoration-shorthand` from 5.0.4 to 5.0.5
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-text-decoration-shorthand/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-text-decoration-shorthand)

Updates `@napi-rs/wasm-runtime` from 1.2.2 to 1.2.3
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Changelog](https://github.com/napi-rs/napi-rs/blob/main/wasm-runtime/CHANGELOG.md)
- [Commits](https://github.com/napi-rs/napi-rs/commits/@napi-rs/wasm-runtime@1.2.3/wasm-runtime)

Updates `@types/node` from 26.1.2 to 26.2.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/types` from 8.65.0 to 8.67.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/types/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.67.0/packages/types)

Updates `baseline-browser-mapping` from 2.11.12 to 2.11.15
- [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases)
- [Commits](web-platform-dx/baseline-browser-mapping@v2.11.12...v2.11.15)

Updates `browserslist` from 4.28.7 to 4.28.8
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](browserslist/browserslist@4.28.7...4.28.8)

Updates `caniuse-lite` from 1.0.30001806 to 1.0.30001809
- [Commits](browserslist/caniuse-lite@1.0.30001806...1.0.30001809)

Updates `comment-parser` from 1.4.7 to 1.4.8
- [Changelog](https://github.com/syavorsky/comment-parser/blob/main/CHANGELOG.md)
- [Commits](syavorsky/comment-parser@v1.4.7...v1.4.8)

Updates `cssdb` from 8.9.0 to 8.10.0
- [Release notes](https://github.com/csstools/cssdb/releases)
- [Changelog](https://github.com/csstools/cssdb/blob/main/CHANGELOG.md)
- [Commits](csstools/cssdb@v8.9.0...v8.10.0)

Updates `cssnano-preset-default` from 8.0.2 to 8.0.5
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/cssnano-preset-default@8.0.2...cssnano@8.0.5)

Updates `cssnano-utils` from 6.0.1 to 6.0.3
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/cssnano-utils@6.0.1...cssnano@6.0.3)

Updates `electron-to-chromium` from 1.5.401 to 1.5.407
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/main/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.401...v1.5.407)

Updates `get-tsconfig` from 4.14.1 to 4.14.3
- [Release notes](https://github.com/privatenumber/get-tsconfig/releases)
- [Commits](privatenumber/get-tsconfig@v4.14.1...v4.14.3)

Updates `node-releases` from 2.0.51 to 2.0.53
- [Commits](chicoxyzzy/node-releases@v2.0.51...v2.0.53)

Updates `postcss` from 8.5.25 to 8.5.26
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.25...8.5.26)

Updates `postcss-color-functional-notation` from 8.0.7 to 8.0.8
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-color-functional-notation/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-color-functional-notation)

Updates `postcss-colormin` from 8.0.1 to 8.0.3
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-colormin@8.0.1...cssnano@8.0.3)

Updates `postcss-convert-values` from 8.0.1 to 8.0.3
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-convert-values@8.0.1...cssnano@8.0.3)

Updates `postcss-discard-comments` from 8.0.1 to 8.0.3
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-comments@8.0.1...cssnano@8.0.3)

Updates `postcss-discard-duplicates` from 8.0.1 to 8.0.3
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-duplicates@8.0.1...cssnano@8.0.3)

Updates `postcss-discard-empty` from 8.0.1 to 8.0.3
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-empty@8.0.1...cssnano@8.0.3)

Updates `postcss-discard-overridden` from 8.0.1 to 8.0.3
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-overridden@8.0.1...cssnano@8.0.3)

Updates `postcss-double-position-gradients` from 7.0.2 to 7.0.3
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-double-position-gradients/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-double-position-gradients)

Updates `postcss-lab-function` from 8.0.7 to 8.0.8
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-lab-function/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-lab-function)

Updates `postcss-merge-longhand` from 8.0.1 to 8.0.3
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-merge-longhand@8.0.1...cssnano@8.0.3)

Updates `postcss-merge-rules` from 8.0.1 to 8.0.3
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-merge-rules@8.0.1...cssnano@8.0.3)

Updates `postcss-minify-font-values` from 8.0.1 to 8.0.3
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-font-values@8.0.1...cssnano@8.0.3)

Updates `postcss-minify-gradients` from 8.0.1 to 8.0.3
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-gradients@8.0.1...cssnano@8.0.3)

Updates `postcss-minify-params` from 8.0.1 to 8.0.3
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-params@8.0.1...cssnano@8.0.3)

Updates `postcss-minify-selectors` from 8.0.2 to 8.0.4
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-selectors@8.0.2...cssnano@8.0.4)

Updates `postcss-normalize-charset` from 8.0.1 to 8.0.3
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-charset@8.0.1...cssnano@8.0.3)

Updates `postcss-normalize-display-values` from 8.0.1 to 8.0.3
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-display-values@8.0.1...cssnano@8.0.3)

Updates `postcss-normalize-positions` from 8.0.1 to 8.0.3
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-positions@8.0.1...cssnano@8.0.3)

Updates `postcss-normalize-repeat-style` from 8.0.1 to 8.0.3
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-repeat-style@8.0.1...cssnano@8.0.3)

Updates `postcss-normalize-string` from 8.0.1 to 8.0.3
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-string@8.0.1...cssnano@8.0.3)

Updates `postcss-normalize-timing-functions` from 8.0.1 to 8.0.3
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-timing-functions@8.0.1...cssnano@8.0.3)

Updates `postcss-normalize-unicode` from 8.0.1 to 8.0.3
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-unicode@8.0.1...cssnano@8.0.3)

Updates `postcss-normalize-url` from 8.0.1 to 8.0.3
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-url@8.0.1...cssnano@8.0.3)

Updates `postcss-normalize-whitespace` from 8.0.1 to 8.0.3
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-whitespace@8.0.1...cssnano@8.0.3)

Updates `postcss-ordered-values` from 8.0.1 to 8.0.3
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-ordered-values@8.0.1...cssnano@8.0.3)

Updates `postcss-reduce-initial` from 8.0.1 to 8.0.3
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-reduce-initial@8.0.1...cssnano@8.0.3)

Updates `postcss-reduce-transforms` from 8.0.1 to 8.0.3
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-reduce-transforms@8.0.1...cssnano@8.0.3)

Updates `postcss-selector-parser` from 7.1.4 to 7.1.5
- [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@7.1.4...7.1.5)

Updates `postcss-svgo` from 8.0.1 to 8.0.4
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-svgo@8.0.1...cssnano@8.0.4)

Updates `postcss-unique-selectors` from 8.0.1 to 8.0.3
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-unique-selectors@8.0.1...cssnano@8.0.3)

Updates `stylehacks` from 8.0.1 to 8.0.3
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/stylehacks@8.0.1...cssnano@8.0.3)

Updates `@csstools/css-syntax-patches-for-csstree` from 1.1.7 to 1.1.8
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/packages/css-syntax-patches-for-csstree/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/packages/css-syntax-patches-for-csstree)

Updates `terser` from 5.49.0 to 5.50.0
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](terser/terser@v5.49.0...v5.50.0)

Updates `update-browserslist-db` from 1.2.3 to 1.3.1
- [Release notes](https://github.com/browserslist/update-db/releases)
- [Changelog](https://github.com/browserslist/update-db/blob/main/CHANGELOG.md)
- [Commits](browserslist/update-db@1.2.3...1.3.1)

---
updated-dependencies:
- dependency-name: cssnano
  dependency-version: 8.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: postcss-preset-env
  dependency-version: 11.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: eslint-plugin-n
  dependency-version: 18.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: globals
  dependency-version: 17.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: "@csstools/color-helpers"
  dependency-version: 6.1.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@csstools/css-color-parser"
  dependency-version: 4.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: "@csstools/postcss-alpha-function"
  dependency-version: 2.0.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@csstools/postcss-color-function"
  dependency-version: 5.0.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@csstools/postcss-color-function-display-p3-linear"
  dependency-version: 2.0.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@csstools/postcss-color-mix-function"
  dependency-version: 4.0.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@csstools/postcss-color-mix-variadic-function-arguments"
  dependency-version: 2.0.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@csstools/postcss-content-alt-text"
  dependency-version: 3.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@csstools/postcss-contrast-color-function"
  dependency-version: 3.0.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@csstools/postcss-gamut-mapping"
  dependency-version: 3.0.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@csstools/postcss-gradients-interpolation-method"
  dependency-version: 6.0.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@csstools/postcss-hwb-function"
  dependency-version: 5.0.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@csstools/postcss-ic-unit"
  dependency-version: 5.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@csstools/postcss-image-function"
  dependency-version: 1.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@csstools/postcss-light-dark-function"
  dependency-version: 3.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@csstools/postcss-oklab-function"
  dependency-version: 5.0.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@csstools/postcss-progressive-custom-properties"
  dependency-version: 5.1.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@csstools/postcss-random-function"
  dependency-version: 4.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: npm-patching
- dependency-name: "@csstools/postcss-relative-color-syntax"
  dependency-version: 4.0.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@csstools/postcss-text-decoration-shorthand"
  dependency-version: 5.0.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@napi-rs/wasm-runtime"
  dependency-version: 1.2.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@types/node"
  dependency-version: 26.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: "@typescript-eslint/types"
  dependency-version: 8.67.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: baseline-browser-mapping
  dependency-version: 2.11.15
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: browserslist
  dependency-version: 4.28.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: caniuse-lite
  dependency-version: 1.0.30001809
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: comment-parser
  dependency-version: 1.4.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: cssdb
  dependency-version: 8.10.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: cssnano-preset-default
  dependency-version: 8.0.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: cssnano-utils
  dependency-version: 6.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: electron-to-chromium
  dependency-version: 1.5.407
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: get-tsconfig
  dependency-version: 4.14.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: node-releases
  dependency-version: 2.0.53
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: postcss
  dependency-version: 8.5.26
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: postcss-color-functional-notation
  dependency-version: 8.0.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: postcss-colormin
  dependency-version: 8.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: postcss-convert-values
  dependency-version: 8.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: postcss-discard-comments
  dependency-version: 8.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: postcss-discard-duplicates
  dependency-version: 8.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: postcss-discard-empty
  dependency-version: 8.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: postcss-discard-overridden
  dependency-version: 8.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: postcss-double-position-gradients
  dependency-version: 7.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: postcss-lab-function
  dependency-version: 8.0.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: postcss-merge-longhand
  dependency-version: 8.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: postcss-merge-rules
  dependency-version: 8.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: postcss-minify-font-values
  dependency-version: 8.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: postcss-minify-gradients
  dependency-version: 8.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: postcss-minify-params
  dependency-version: 8.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: postcss-minify-selectors
  dependency-version: 8.0.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: postcss-normalize-charset
  dependency-version: 8.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: postcss-normalize-display-values
  dependency-version: 8.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: postcss-normalize-positions
  dependency-version: 8.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: postcss-normalize-repeat-style
  dependency-version: 8.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: postcss-normalize-string
  dependency-version: 8.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: postcss-normalize-timing-functions
  dependency-version: 8.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: postcss-normalize-unicode
  dependency-version: 8.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: postcss-normalize-url
  dependency-version: 8.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: postcss-normalize-whitespace
  dependency-version: 8.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: postcss-ordered-values
  dependency-version: 8.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: postcss-reduce-initial
  dependency-version: 8.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: postcss-reduce-transforms
  dependency-version: 8.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: postcss-selector-parser
  dependency-version: 7.1.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: postcss-svgo
  dependency-version: 8.0.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: postcss-unique-selectors
  dependency-version: 8.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: stylehacks
  dependency-version: 8.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@csstools/css-syntax-patches-for-csstree"
  dependency-version: 1.1.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: terser
  dependency-version: 5.50.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: update-browserslist-db
  dependency-version: 1.3.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
...

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 Aug 19, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 20, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/npm-patching-118026b97a branch August 20, 2026 07: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.

1 participant