Commit 7ac50ea
authored
Bump the npm-patching group across 1 directory with 87 updates (#4072)
Bumps the npm-patching group with 37 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [cssnano](https://github.com/cssnano/cssnano) | `8.0.1` | `8.0.2` |
| [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) | `11.3.0` | `11.3.1` |
| [webpack](https://github.com/webpack/webpack) | `5.107.1` | `5.107.2` |
| [eslint-plugin-import-x](https://github.com/un-ts/eslint-plugin-import-x) | `4.16.2` | `4.17.0` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `18.0.1` | `18.1.0` |
| [@eslint/plugin-kit](https://github.com/eslint/rewrite/tree/HEAD/packages/plugin-kit) | `0.7.1` | `0.7.2` |
| [@napi-rs/wasm-runtime](https://github.com/napi-rs/napi-rs/tree/HEAD/wasm-runtime) | `1.1.4` | `1.1.5` |
| [@types/estree](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/estree) | `1.0.8` | `1.0.9` |
| [@typescript-eslint/types](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/types) | `8.59.4` | `8.62.0` |
| [acorn](https://github.com/acornjs/acorn) | `8.16.0` | `8.17.0` |
| [bare-events](https://github.com/holepunchto/bare-events) | `2.8.3` | `2.9.1` |
| [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) | `2.10.20` | `2.10.38` |
| [browserslist](https://github.com/browserslist/browserslist) | `4.28.2` | `4.28.4` |
| [chrome-trace-event](https://github.com/samccone/chrome-trace-event) | `1.0.3` | `1.0.4` |
| [cosmiconfig](https://github.com/cosmiconfig/cosmiconfig) | `9.0.1` | `9.0.2` |
| [end-of-stream](https://github.com/mafintosh/end-of-stream) | `1.4.4` | `1.4.5` |
| [enhanced-resolve](https://github.com/webpack/enhanced-resolve) | `5.22.0` | `5.24.0` |
| [fastq](https://github.com/mcollina/fastq) | `1.13.0` | `1.20.1` |
| [hasown](https://github.com/inspect-js/hasOwn) | `2.0.3` | `2.0.4` |
| [identifier-regex](https://github.com/sindresorhus/identifier-regex) | `1.0.0` | `1.0.1` |
| [is-core-module](https://github.com/inspect-js/is-core-module) | `2.16.1` | `2.16.2` |
| [is-identifier](https://github.com/sindresorhus/is-identifier) | `1.0.0` | `1.0.1` |
| [optionator](https://github.com/gkz/optionator) | `0.9.3` | `0.9.4` |
| [pump](https://github.com/mafintosh/pump) | `3.0.0` | `3.0.4` |
| [reserved-identifiers](https://github.com/sindresorhus/reserved-identifiers) | `1.0.0` | `1.2.0` |
| [resolve](https://github.com/browserify/resolve) | `1.22.11` | `1.22.12` |
| [reusify](https://github.com/mcollina/reusify) | `1.0.4` | `1.1.0` |
| [sax](https://github.com/isaacs/sax-js) | `1.5.0` | `1.6.0` |
| [streamx](https://github.com/mafintosh/streamx) | `2.25.0` | `2.28.0` |
| [@csstools/css-syntax-patches-for-csstree](https://github.com/csstools/postcss-plugins/tree/HEAD/packages/css-syntax-patches-for-csstree) | `1.1.4` | `1.1.5` |
| [super-regex](https://github.com/sindresorhus/super-regex) | `1.0.0` | `1.1.0` |
| [supports-hyperlinks](https://github.com/chalk/supports-hyperlinks) | `4.4.0` | `4.5.0` |
| [terser-webpack-plugin](https://github.com/webpack/minimizer-webpack-plugin) | `5.6.0` | `5.6.1` |
| [to-buffer](https://github.com/browserify/to-buffer) | `1.1.1` | `1.2.2` |
| [touch](https://github.com/isaacs/node-touch) | `3.1.0` | `3.1.1` |
| [watchpack](https://github.com/webpack/watchpack) | `2.5.1` | `2.5.2` |
| [yaml](https://github.com/eemeli/yaml) | `2.8.3` | `2.9.0` |
Updates `cssnano` from 8.0.1 to 8.0.2
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/cssnano@8.0.1...cssnano@8.0.2)
Updates `postcss-preset-env` from 11.3.0 to 11.3.1
- [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 `webpack` from 5.107.1 to 5.107.2
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack@v5.107.1...v5.107.2)
Updates `eslint-plugin-import-x` from 4.16.2 to 4.17.0
- [Release notes](https://github.com/un-ts/eslint-plugin-import-x/releases)
- [Changelog](https://github.com/un-ts/eslint-plugin-import-x/blob/master/CHANGELOG.md)
- [Commits](un-ts/eslint-plugin-import-x@v4.16.2...v4.17.0)
Updates `eslint-plugin-n` from 18.0.1 to 18.1.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.0.1...v18.1.0)
Updates `@csstools/postcss-alpha-function` from 2.0.5 to 2.0.6
- [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/css-color-parser` from 4.1.1 to 4.1.8
- [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-color-function` from 5.0.4 to 5.0.5
- [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.4 to 2.0.5
- [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.4 to 4.0.5
- [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.4 to 2.0.5
- [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-contrast-color-function` from 3.0.4 to 3.0.5
- [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.4 to 3.0.5
- [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.4 to 6.0.5
- [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.4 to 5.0.5
- [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-oklab-function` from 5.0.4 to 5.0.5
- [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-relative-color-syntax` from 4.0.4 to 4.0.5
- [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 `@eslint/plugin-kit` from 0.7.1 to 0.7.2
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/plugin-kit/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/plugin-kit-v0.7.2/packages/plugin-kit)
Updates `@napi-rs/wasm-runtime` from 1.1.4 to 1.1.5
- [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.1.5/wasm-runtime)
Updates `@types/estree` from 1.0.8 to 1.0.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/estree)
Updates `@typescript-eslint/types` from 8.59.4 to 8.62.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.62.0/packages/types)
Updates `acorn` from 8.16.0 to 8.17.0
- [Commits](acornjs/acorn@8.16.0...8.17.0)
Updates `bare-events` from 2.8.3 to 2.9.1
- [Release notes](https://github.com/holepunchto/bare-events/releases)
- [Commits](holepunchto/bare-events@v2.8.3...v2.9.1)
Updates `baseline-browser-mapping` from 2.10.20 to 2.10.38
- [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases)
- [Commits](web-platform-dx/baseline-browser-mapping@v2.10.20...v2.10.38)
Updates `browserslist` from 4.28.2 to 4.28.4
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](browserslist/browserslist@4.28.2...4.28.4)
Updates `caniuse-api` from 3.0.0 to 4.0.0
- [Release notes](https://github.com/MoOx/caniuse-api/releases)
- [Changelog](https://github.com/MoOx/caniuse-api/blob/main/CHANGELOG.md)
- [Commits](MoOx/caniuse-api@3.0.0...4.0.0)
Updates `caniuse-lite` from 1.0.30001788 to 1.0.30001799
- [Commits](browserslist/caniuse-lite@1.0.30001788...1.0.30001799)
Updates `chrome-trace-event` from 1.0.3 to 1.0.4
- [Changelog](https://github.com/samccone/chrome-trace-event/blob/master/CHANGES.md)
- [Commits](https://github.com/samccone/chrome-trace-event/commits)
Updates `cosmiconfig` from 9.0.1 to 9.0.2
- [Release notes](https://github.com/cosmiconfig/cosmiconfig/releases)
- [Changelog](https://github.com/cosmiconfig/cosmiconfig/blob/main/CHANGELOG.md)
- [Commits](https://github.com/cosmiconfig/cosmiconfig/commits)
Updates `cssnano-preset-default` from 8.0.1 to 8.0.2
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/cssnano-preset-default@8.0.1...cssnano-preset-default@8.0.2)
Updates `cssnano-utils` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/cssnano-utils@6.0.0...cssnano-utils@6.0.1)
Updates `electron-to-chromium` from 1.5.340 to 1.5.376
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/main/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.340...v1.5.376)
Updates `end-of-stream` from 1.4.4 to 1.4.5
- [Commits](mafintosh/end-of-stream@v1.4.4...v1.4.5)
Updates `enhanced-resolve` from 5.22.0 to 5.24.0
- [Release notes](https://github.com/webpack/enhanced-resolve/releases)
- [Changelog](https://github.com/webpack/enhanced-resolve/blob/main/CHANGELOG.md)
- [Commits](webpack/enhanced-resolve@v5.22.0...v5.24.0)
Updates `fastq` from 1.13.0 to 1.20.1
- [Release notes](https://github.com/mcollina/fastq/releases)
- [Commits](mcollina/fastq@v1.13.0...v1.20.1)
Updates `hasown` from 2.0.3 to 2.0.4
- [Changelog](https://github.com/inspect-js/hasOwn/blob/main/CHANGELOG.md)
- [Commits](inspect-js/hasOwn@v2.0.3...v2.0.4)
Updates `identifier-regex` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/sindresorhus/identifier-regex/releases)
- [Commits](sindresorhus/identifier-regex@v1.0.0...v1.0.1)
Updates `is-core-module` from 2.16.1 to 2.16.2
- [Changelog](https://github.com/inspect-js/is-core-module/blob/main/CHANGELOG.md)
- [Commits](inspect-js/is-core-module@v2.16.1...v2.16.2)
Updates `is-identifier` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/sindresorhus/is-identifier/releases)
- [Commits](sindresorhus/is-identifier@v1.0.0...v1.0.1)
Updates `nanoid` from 3.3.11 to 3.3.15
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/3.3.15/CHANGELOG.md)
- [Commits](ai/nanoid@3.3.11...3.3.15)
Updates `node-releases` from 2.0.37 to 2.0.48
- [Commits](chicoxyzzy/node-releases@v2.0.37...v2.0.48)
Updates `optionator` from 0.9.3 to 0.9.4
- [Changelog](https://github.com/gkz/optionator/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gkz/optionator/commits)
Updates `postcss` from 8.5.14 to 8.5.15
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.14...8.5.15)
Updates `postcss-color-functional-notation` from 8.0.4 to 8.0.5
- [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.0 to 8.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-colormin@8.0.0...postcss-colormin@8.0.1)
Updates `postcss-convert-values` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-convert-values@8.0.0...postcss-convert-values@8.0.1)
Updates `postcss-discard-comments` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-comments@8.0.0...postcss-discard-comments@8.0.1)
Updates `postcss-discard-duplicates` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-duplicates@8.0.0...postcss-discard-duplicates@8.0.1)
Updates `postcss-discard-empty` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-empty@8.0.0...postcss-discard-empty@8.0.1)
Updates `postcss-discard-overridden` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-overridden@8.0.0...postcss-discard-overridden@8.0.1)
Updates `postcss-lab-function` from 8.0.4 to 8.0.5
- [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.0 to 8.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-merge-longhand@8.0.0...postcss-merge-longhand@8.0.1)
Updates `postcss-merge-rules` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-merge-rules@8.0.0...postcss-merge-rules@8.0.1)
Updates `postcss-minify-font-values` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-font-values@8.0.0...postcss-minify-font-values@8.0.1)
Updates `postcss-minify-gradients` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-gradients@8.0.0...postcss-minify-gradients@8.0.1)
Updates `postcss-minify-params` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-params@8.0.0...postcss-minify-params@8.0.1)
Updates `postcss-minify-selectors` from 8.0.1 to 8.0.2
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-selectors@8.0.1...postcss-minify-selectors@8.0.2)
Updates `postcss-normalize-charset` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-charset@8.0.0...postcss-normalize-charset@8.0.1)
Updates `postcss-normalize-display-values` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-display-values@8.0.0...postcss-normalize-display-values@8.0.1)
Updates `postcss-normalize-positions` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-positions@8.0.0...postcss-normalize-positions@8.0.1)
Updates `postcss-normalize-repeat-style` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-repeat-style@8.0.0...postcss-normalize-repeat-style@8.0.1)
Updates `postcss-normalize-string` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-string@8.0.0...postcss-normalize-string@8.0.1)
Updates `postcss-normalize-timing-functions` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-timing-functions@8.0.0...postcss-normalize-timing-functions@8.0.1)
Updates `postcss-normalize-unicode` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-unicode@8.0.0...postcss-normalize-unicode@8.0.1)
Updates `postcss-normalize-url` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-url@8.0.0...postcss-normalize-url@8.0.1)
Updates `postcss-normalize-whitespace` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-whitespace@8.0.0...postcss-normalize-whitespace@8.0.1)
Updates `postcss-ordered-values` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-ordered-values@8.0.0...postcss-ordered-values@8.0.1)
Updates `postcss-reduce-initial` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-reduce-initial@8.0.0...postcss-reduce-initial@8.0.1)
Updates `postcss-reduce-transforms` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-reduce-transforms@8.0.0...postcss-reduce-transforms@8.0.1)
Updates `postcss-selector-parser` from 7.1.1 to 7.1.4
- [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@v7.1.1...7.1.4)
Updates `postcss-svgo` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-svgo@8.0.0...postcss-svgo@8.0.1)
Updates `postcss-unique-selectors` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-unique-selectors@8.0.0...postcss-unique-selectors@8.0.1)
Updates `pump` from 3.0.0 to 3.0.4
- [Commits](mafintosh/pump@v3.0.0...v3.0.4)
Updates `reserved-identifiers` from 1.0.0 to 1.2.0
- [Release notes](https://github.com/sindresorhus/reserved-identifiers/releases)
- [Commits](sindresorhus/reserved-identifiers@v1.0.0...v1.2.0)
Updates `resolve` from 1.22.11 to 1.22.12
- [Commits](browserify/resolve@v1.22.11...v1.22.12)
Updates `reusify` from 1.0.4 to 1.1.0
- [Release notes](https://github.com/mcollina/reusify/releases)
- [Commits](mcollina/reusify@v1.0.4...v1.1.0)
Updates `sax` from 1.5.0 to 1.6.0
- [Commits](isaacs/sax-js@v1.5.0...v1.6.0)
Updates `streamx` from 2.25.0 to 2.28.0
- [Commits](mafintosh/streamx@v2.25.0...v2.28.0)
Updates `stylehacks` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/stylehacks@8.0.0...stylehacks@8.0.1)
Updates `@csstools/css-syntax-patches-for-csstree` from 1.1.4 to 1.1.5
- [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 `super-regex` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/sindresorhus/super-regex/releases)
- [Commits](sindresorhus/super-regex@v1.0.0...v1.1.0)
Updates `supports-hyperlinks` from 4.4.0 to 4.5.0
- [Release notes](https://github.com/chalk/supports-hyperlinks/releases)
- [Commits](chalk/supports-hyperlinks@v4.4.0...v4.5.0)
Updates `terser-webpack-plugin` from 5.6.0 to 5.6.1
- [Release notes](https://github.com/webpack/minimizer-webpack-plugin/releases)
- [Changelog](https://github.com/webpack/minimizer-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](webpack/minimizer-webpack-plugin@v5.6.0...v5.6.1)
Updates `to-buffer` from 1.1.1 to 1.2.2
- [Changelog](https://github.com/browserify/to-buffer/blob/main/CHANGELOG.md)
- [Commits](browserify/to-buffer@v1.1.1...v1.2.2)
Updates `touch` from 3.1.0 to 3.1.1
- [Commits](isaacs/node-touch@v3.1.0...v3.1.1)
Updates `watchpack` from 2.5.1 to 2.5.2
- [Release notes](https://github.com/webpack/watchpack/releases)
- [Changelog](https://github.com/webpack/watchpack/blob/main/CHANGELOG.md)
- [Commits](webpack/watchpack@v2.5.1...v2.5.2)
Updates `yaml` from 2.8.3 to 2.9.0
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.8.3...v2.9.0)
---
updated-dependencies:
- dependency-name: "@csstools/css-color-parser"
dependency-version: 4.1.8
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.5
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: "@csstools/postcss-alpha-function"
dependency-version: 2.0.6
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: "@csstools/postcss-color-function"
dependency-version: 5.0.5
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.5
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: "@csstools/postcss-color-mix-function"
dependency-version: 4.0.5
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.5
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: "@csstools/postcss-contrast-color-function"
dependency-version: 3.0.5
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: "@csstools/postcss-gamut-mapping"
dependency-version: 3.0.5
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: "@csstools/postcss-gradients-interpolation-method"
dependency-version: 6.0.5
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: "@csstools/postcss-hwb-function"
dependency-version: 5.0.5
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: "@csstools/postcss-oklab-function"
dependency-version: 5.0.5
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: "@csstools/postcss-relative-color-syntax"
dependency-version: 4.0.5
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: "@eslint/plugin-kit"
dependency-version: 0.7.2
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: "@napi-rs/wasm-runtime"
dependency-version: 1.1.5
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: "@types/estree"
dependency-version: 1.0.9
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: "@typescript-eslint/types"
dependency-version: 8.62.0
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: npm-patching
- dependency-name: acorn
dependency-version: 8.17.0
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: npm-patching
- dependency-name: bare-events
dependency-version: 2.9.1
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: npm-patching
- dependency-name: baseline-browser-mapping
dependency-version: 2.10.38
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: browserslist
dependency-version: 4.28.4
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: caniuse-api
dependency-version: 4.0.0
dependency-type: indirect
update-type: version-update:semver-major
dependency-group: npm-patching
- dependency-name: caniuse-lite
dependency-version: 1.0.30001799
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: chrome-trace-event
dependency-version: 1.0.4
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: cosmiconfig
dependency-version: 9.0.2
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: cssnano
dependency-version: 8.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: cssnano-preset-default
dependency-version: 8.0.2
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: cssnano-utils
dependency-version: 6.0.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: electron-to-chromium
dependency-version: 1.5.376
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: end-of-stream
dependency-version: 1.4.5
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: enhanced-resolve
dependency-version: 5.24.0
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: npm-patching
- dependency-name: eslint-plugin-import-x
dependency-version: 4.17.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-patching
- dependency-name: eslint-plugin-n
dependency-version: 18.1.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-patching
- dependency-name: fastq
dependency-version: 1.20.1
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: npm-patching
- dependency-name: hasown
dependency-version: 2.0.4
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: identifier-regex
dependency-version: 1.0.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: is-core-module
dependency-version: 2.16.2
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: is-identifier
dependency-version: 1.0.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: nanoid
dependency-version: 3.3.15
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: node-releases
dependency-version: 2.0.48
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: optionator
dependency-version: 0.9.4
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: postcss
dependency-version: 8.5.15
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: postcss-color-functional-notation
dependency-version: 8.0.5
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: postcss-colormin
dependency-version: 8.0.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: postcss-convert-values
dependency-version: 8.0.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: postcss-discard-comments
dependency-version: 8.0.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: postcss-discard-duplicates
dependency-version: 8.0.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: postcss-discard-empty
dependency-version: 8.0.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: postcss-discard-overridden
dependency-version: 8.0.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: postcss-lab-function
dependency-version: 8.0.5
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: postcss-merge-longhand
dependency-version: 8.0.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: postcss-merge-rules
dependency-version: 8.0.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: postcss-minify-font-values
dependency-version: 8.0.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: postcss-minify-gradients
dependency-version: 8.0.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: postcss-minify-params
dependency-version: 8.0.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: postcss-minify-selectors
dependency-version: 8.0.2
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: postcss-normalize-charset
dependency-version: 8.0.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: postcss-normalize-display-values
dependency-version: 8.0.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: postcss-normalize-positions
dependency-version: 8.0.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: postcss-normalize-repeat-style
dependency-version: 8.0.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: postcss-normalize-string
dependency-version: 8.0.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: postcss-normalize-timing-functions
dependency-version: 8.0.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: postcss-normalize-unicode
dependency-version: 8.0.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: postcss-normalize-url
dependency-version: 8.0.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: postcss-normalize-whitespace
dependency-version: 8.0.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: postcss-ordered-values
dependency-version: 8.0.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: postcss-preset-env
dependency-version: 11.3.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: postcss-reduce-initial
dependency-version: 8.0.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: postcss-reduce-transforms
dependency-version: 8.0.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: postcss-selector-parser
dependency-version: 7.1.4
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: postcss-svgo
dependency-version: 8.0.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: postcss-unique-selectors
dependency-version: 8.0.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: pump
dependency-version: 3.0.4
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: reserved-identifiers
dependency-version: 1.2.0
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: npm-patching
- dependency-name: resolve
dependency-version: 1.22.12
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: reusify
dependency-version: 1.1.0
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: npm-patching
- dependency-name: sax
dependency-version: 1.6.0
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: npm-patching
- dependency-name: streamx
dependency-version: 2.28.0
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: npm-patching
- dependency-name: stylehacks
dependency-version: 8.0.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: super-regex
dependency-version: 1.1.0
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: npm-patching
- dependency-name: supports-hyperlinks
dependency-version: 4.5.0
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: npm-patching
- dependency-name: terser-webpack-plugin
dependency-version: 5.6.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: to-buffer
dependency-version: 1.2.2
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: npm-patching
- dependency-name: touch
dependency-version: 3.1.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: watchpack
dependency-version: 2.5.2
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: webpack
dependency-version: 5.107.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: npm-patching
- dependency-name: yaml
dependency-version: 2.9.0
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: npm-patching
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 2eeb58c commit 7ac50ea
2 files changed
Lines changed: 870 additions & 799 deletions
0 commit comments