Skip to content

Bump the npm-patching group with 43 updates - #4125

Closed
dependabot[bot] wants to merge 3 commits into
masterfrom
dependabot/npm_and_yarn/npm-patching-609feeaa7f
Closed

Bump the npm-patching group with 43 updates#4125
dependabot[bot] wants to merge 3 commits into
masterfrom
dependabot/npm_and_yarn/npm-patching-609feeaa7f

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the npm-patching group with 43 updates:

Package From To
cssnano 8.0.2 8.0.4
eslint-plugin-n 18.2.2 18.3.0
@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.13
browserslist 4.28.7 4.28.8
caniuse-lite 1.0.30001806 1.0.30001809
comment-parser 1.4.7 1.4.8
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.405
node-releases 2.0.51 2.0.53
postcss 8.5.25 8.5.26
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-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
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.4

Release notes

Sourced from cssnano's releases.

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
  • 6b64af9 chore: update types
  • 6a2ed8b Publish cssnano 8.0.4
  • cb09239 fix(postcss-svgo): use built-in URI encoder
  • e1a7419 fix(postcss-svgo): improve character encoding
  • dceffee chore: update lockfile after creating devEngines field in package.json
  • dca50f7 docs: add devengines field to website package.json
  • c169273 docs: remove unused website dependency
  • bca3dad docs: add browserslist query for building the website
  • 67c666e chore: remove unused package.json field
  • c24a5a4 chore(ci): update devTools packageManger and use pnpm/setup everywhere
  • Additional commits viewable in compare view

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 @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.13

Commits
  • 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 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

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 cssnano-utils from 6.0.1 to 6.0.3

Release notes

Sourced from cssnano-utils's releases.

v6.0.3

Bug fixes

  • do not sort unknown properties

Other

  • Require latest browserslist and postcss-selector-parser

v6.0.2

  • fix: update cssnano peer dependency to 8.4.31 to avoid security issue
  • fix: update postcss-calc to 9.0.1 to solve disappearing expressions inside two brackets
  • deps(postcss-svgo): update SVGO to 3.0.5 and update doc
  • chore: update css-declaration-sorter
  • fix(postcss-minify-selectors): prevent mangling of timeline range names
  • fix(postcss-convert-values): keep percent unit in @Property
  • chore(cssnano): update lilconfig to 3.0.0
Commits
  • 796988e Publish cssnano 6.0.3
  • 1797d35 chore: add workflow to publish to npm
  • b1aea33 chore(postcss-svgo)): update SVGO to 3.0.2
  • 1ead72d chore: update postcss-selector-parser to 6.0.15
  • f233b22 chore: update postcss-selector-parser
  • bbca7b3 chore: update all dependencies
  • b433b4c test(cssnano): update google-fonts-complete dependency
  • a2107c6 Update development dependencies (#1541)
  • 5066593 chore: update ESLint config to flat config
  • 42249e7 fix(postcss-svgo): update SVGO to 3.1.0
  • Additional commits viewable in compare view

Updates electron-to-chromium from 1.5.401 to 1.5.405

Commits

Updates node-releases from 2.0.51 to 2.0.53

Commits

Updates postcss from 8.5.25 to 8.5.26

Release notes

Sourced from postcss's releases.

8.5.26

  • Fixed list.split() regression (by @​lazerg).
  • Track symlinks in path protection in source map loading (by @​drengir1).
Changelog

Sourced from postcss's changelog.

8.5.26

  • Fixed list.split() regression (by @​lazerg).
  • Track symlinks in path protection in source map loading (by @​drengir1).
Commits

Updates postcss-colormin from 8.0.1 to 8.0.3

Release notes

Sourced from postcss-colormin's releases.

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

v8.0.2

What's Changed

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

Commits
  • 16644ca Publish cssnano 8.0.3
  • 1f3123b build: configure pnpm release to write the changelog
  • 5e746e5 chore: update linters
  • fdd7723 chore: update pnpm
  • 0ba5e30 fix(postcss-reduce-initial): update property definition
  • a8550c4 refactor(postcss-reduce-initial): simplify data acquisition
  • be5d8eb test(postcss-reduce-initial): clarify tests
  • 84d6e09 chore: remove postcss-font-magician from workspace root
  • 9ec5150 docs: get rid of polyfills
  • d19aa24 feat: make some packages usable on the web without extra polyfills
  • Additional commits viewable in compare view

Updates postcss-convert-values from 8.0.1 to 8.0.3

Release notes

Sourced from postcss-convert-values's releases.

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

v8.0.2

What's Changed

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

Commits
  • 16644ca Publish cssnano 8.0.3
  • 1f3123b build: configure pnpm release to write the changelog
  • 5e746e5 chore: update linters
  • fdd7723 chore: update pnpm
  • 0ba5e30 fix(postcss-reduce-initial): update property definition
  • a8550c4 refactor(postcss-reduce-initial): simplify data acquisition
  • be5d8eb test(postcss-reduce-initial): clarify tests
  • 84d6e09 chore: remove postcss-font-magician from workspace root
  • 9ec5150 docs: get rid of polyfills
  • d19aa24 feat: make some packages usable on the web without extra polyfills
  • Additional commits viewable in compare view

Updates postcss-discard-comments from 8.0.1 to 8.0.3

Release notes

Sourced from postcss-discard-comments's releases.

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

v8.0.2

What's Changed

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

Commits
  • 16644ca Publish cssnano 8.0.3
  • 1f3123b build: configure pnpm release to write the changelog
  • 5e746e5 chore: update linters
  • fdd7723 chore: update pnpm
  • 0ba5e30 fix(postcss-reduce-initial): update property definition
  • a8550c4 refactor(postcss-reduce-initial): simplify data acquisition
  • be5d8eb test(postcss-reduce-initial): clarify tests
  • 84d6e09 chore: remove postcss-font-magician from workspace root
  • 9ec5150 docs: get rid of polyfills
  • d19aa24 feat: make some packages usable on the web without extra polyfills
  • Additional commits viewable in compare view

Updates postcss-discard-duplicates from 8.0.1 to 8.0.3

Release notes

Sourced from postcss-discard-duplicates's releases.

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

v8.0.2

What's Changed

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

Commits
  • 16644ca Publish cssnano 8.0.3
  • 1f3123b build: configure pnpm release to write the changelog
  • 5e746e5 chore: update linters
  • fdd7723 chore: update pnpm
  • 0ba5e30 fix(postcss-reduce-initial): update property definition
  • a8550c4 refactor(postcss-reduce-initial): simplify data acquisition
  • be5d8eb test(postcss-reduce-initial): clarify tests
  • 84d6e09 chore: remove postcss-font-magician from workspace root
  • 9ec5150 docs: get rid of polyfills
  • d19aa24 feat: make some packages usable on the web without extra polyfills
  • Additional commits viewable in compare view

Updates postcss-discard-empty from 8.0.1 to 8.0.3

Release notes

Sourced from postcss-discard-empty's releases.

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

v8.0.2

What's Changed

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

Commits
  • 16644ca Publish cssnano 8.0.3
  • 1f3123b build: configure pnpm release to write the changelog
  • 5e746e5 chore: update linters
  • fdd7723 chore: update pnpm
  • 0ba5e30 fix(postcss-reduce-initial): update property definition
  • a8550c4 refactor(postcss-reduce-initial): simplify data acquisition
  • be5d8eb test(postcss-reduce-initial): clarify tests
  • 84d6e09 chore: remove postcss-font-magician from workspace root
  • 9ec5150 docs: get rid of polyfills
  • d19aa24 feat: make some packages usable on the web without extra polyfills
  • Additional commits viewable in compare view

Updates postcss-discard-overridden from 8.0.1 to 8.0.3

Release notes

Sourced from postcss-discard-overridden's releases.

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

v8.0.2

What's Changed

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

Commits
  • 16644ca Publish cssnano 8.0.3
  • 1f3123b build: configure pnpm release to write the changelog
  • 5e746e5 chore: update linters
  • fdd7723 chore: update pnpm
  • 0ba5e30 fix(postcss-reduce-initial): update property definition
  • a8550c4 refactor(postcss-reduce-initial): simplify data acquisition

Bumps the npm-patching group with 43 updates:

| Package | From | To |
| --- | --- | --- |
| [cssnano](https://github.com/cssnano/cssnano) | `8.0.2` | `8.0.4` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `18.2.2` | `18.3.0` |
| [@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.13` |
| [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` |
| [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.405` |
| [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-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-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` |
| [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.4
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/cssnano@8.0.2...cssnano@8.0.4)

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 `@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.13
- [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases)
- [Commits](web-platform-dx/baseline-browser-mapping@v2.11.12...v2.11.13)

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 `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.405
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/main/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.401...v1.5.405)

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-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-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 `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.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: "@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.13
  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: 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.405
  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-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-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: 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 12, 2026
@lewisgoddard

Copy link
Copy Markdown
Member

@dependabot ignore cssnano major version

@dependabot @github

dependabot Bot commented on behalf of github Aug 12, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you about version 8.x.x of cssnano again, unless you unignore it.

@dependabot @github

dependabot Bot commented on behalf of github Aug 12, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 12, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/npm-patching-609feeaa7f branch August 12, 2026 22:15
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