lesjoursfr / gdpr-consent

GDPR banner to comply with the European cookie law. Inspired by tarteaucitronjs.
MIT License
7 stars 4 forks source link

chore(deps): update all non-major dependencies #264

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/js (source) ^9.9.1 -> ^9.10.0 age adoption passing confidence
@types/node (source) ^20.16.2 -> ^20.16.5 age adoption passing confidence
eslint (source) ^9.9.1 -> ^9.10.0 age adoption passing confidence
postcss (source) ^8.4.41 -> ^8.4.45 age adoption passing confidence
sass ^1.77.8 -> ^1.78.0 age adoption passing confidence
typescript (source) ^5.5.4 -> ^5.6.2 age adoption passing confidence
typescript-eslint (source) ^8.3.0 -> ^8.5.0 age adoption passing confidence
webpack-dev-server ^5.0.4 -> ^5.1.0 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js) ### [`v9.10.0`](https://redirect.github.com/eslint/eslint/compare/v9.9.1...1ebdde1cf2793b12c2e9417ce428ae3326ce8ea3) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.9.1...v9.10.0)
eslint/eslint (eslint) ### [`v9.10.0`](https://redirect.github.com/eslint/eslint/compare/v9.9.1...6448f3280f85137b429c1c320da6fb4b48169bd5) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.9.1...v9.10.0)
postcss/postcss (postcss) ### [`v8.4.45`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8445) [Compare Source](https://redirect.github.com/postcss/postcss/compare/8.4.44...8.4.45) - Removed unnecessary fix which could lead to infinite loop. ### [`v8.4.44`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8444) [Compare Source](https://redirect.github.com/postcss/postcss/compare/8.4.43...8.4.44) - Another way to fix `markClean is not a function` error. ### [`v8.4.43`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8443) [Compare Source](https://redirect.github.com/postcss/postcss/compare/8.4.42...8.4.43) - Fixed `markClean is not a function` error. ### [`v8.4.42`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8442) [Compare Source](https://redirect.github.com/postcss/postcss/compare/8.4.41...8.4.42) - Fixed CSS syntax error on long minified files (by [@​varpstar](https://redirect.github.com/varpstar)).
sass/dart-sass (sass) ### [`v1.78.0`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1780) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.77.8...1.78.0) - The `meta.feature-exists` function is now deprecated. This deprecation is named `feature-exists`. - Fix a crash when using `@at-root` without any queries or children in the indented syntax. ##### JS API - Backport the deprecation options (`fatalDeprecations`, `futureDeprecations`, and `silenceDeprecations`) to the legacy JS API. The legacy JS API is itself deprecated, and you should move off of it if possible, but this will allow users of bundlers and other tools that are still using the legacy API to still control deprecation warnings. - Fix a bug where accessing `SourceSpan.url` would crash when a relative URL was passed to the Sass API. ##### Embedded Sass - Explicitly expose a `sass` executable from the `sass-embedded` npm package. This was intended to be included in 1.63.0, but due to the way platform-specific dependency executables are installed it did not work as intended. Now users can run `npx sass` for local installs or just `sass` when `sass-embedded` is installed globally. - Add linux-riscv64, linux-musl-riscv64, and android-riscv64 support for the `sass-embedded` npm package. - Fix an edge case where the Dart VM could hang when shutting down when requests were in flight. - Fix a race condition where the embedded host could fail to shut down if it was closed around the same time a new compilation was started. - Fix a bug where parse-time deprecation warnings could not be controlled by the deprecation options in some circumstances.
microsoft/TypeScript (typescript) ### [`v5.6.2`](https://redirect.github.com/microsoft/TypeScript/compare/v5.5.4...a7e3374f13327483fbe94e32806d65785b0b6cda) [Compare Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2)
typescript-eslint/typescript-eslint (typescript-eslint) ### [`v8.5.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#850-2024-09-09) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.4.0...v8.5.0) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v8.4.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#840-2024-09-02) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.3.0...v8.4.0) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
webpack/webpack-dev-server (webpack-dev-server) ### [`v5.1.0`](https://redirect.github.com/webpack/webpack-dev-server/blob/HEAD/CHANGELOG.md#510-2024-09-03) [Compare Source](https://redirect.github.com/webpack/webpack-dev-server/compare/v5.0.4...v5.1.0) ##### Features - add visual progress indicators ([a8f40b7](https://redirect.github.com/webpack/webpack-dev-server/commit/a8f40b74e6439a8281b9fe8868eb9db7e4c5de50)) - added the `app` option to be `Function` (by default only with `connect` compatibility frameworks) ([3096148](https://redirect.github.com/webpack/webpack-dev-server/commit/3096148746c906105c4424352f5b5ad1bff0fd4f)) - allow the `server` option to be `Function` ([#​5275](https://redirect.github.com/webpack/webpack-dev-server/issues/5275)) ([02a1c6d](https://redirect.github.com/webpack/webpack-dev-server/commit/02a1c6d788f5fc47c11cc7d910fd1b5e17aed886)) - http2 support for `connect` and `connect` compatibility frameworks which support HTTP2 ([#​5267](https://redirect.github.com/webpack/webpack-dev-server/issues/5267)) ([6509a3f](https://redirect.github.com/webpack/webpack-dev-server/commit/6509a3fd3eb5decb61f60a9f2db97d76f71ecb99)) ##### Bug Fixes - check the `platform` property to determinate the target ([#​5269](https://redirect.github.com/webpack/webpack-dev-server/issues/5269)) ([c3b532c](https://redirect.github.com/webpack/webpack-dev-server/commit/c3b532c6360317319793dcda22c76fbfc05fbdcf)) - ipv6 output ([#​5270](https://redirect.github.com/webpack/webpack-dev-server/issues/5270)) ([06005e7](https://redirect.github.com/webpack/webpack-dev-server/commit/06005e7cb99e4c412b968ed3fb786acfb8c2e037)) - replace `rimraf` with `rm` ([#​5162](https://redirect.github.com/webpack/webpack-dev-server/issues/5162)) ([1a1561f](https://redirect.github.com/webpack/webpack-dev-server/commit/1a1561f09bdfa7a98434d7d9cd62e323b887dfbf)) - replace default gateway ([#​5255](https://redirect.github.com/webpack/webpack-dev-server/issues/5255)) ([f5f0902](https://redirect.github.com/webpack/webpack-dev-server/commit/f5f09024ff4fe6625aa94bcd69439462d74013f0)) - support `devServer: false` ([#​5272](https://redirect.github.com/webpack/webpack-dev-server/issues/5272)) ([8b341cb](https://redirect.github.com/webpack/webpack-dev-server/commit/8b341cb8c1dc01cef62c70959620cd0cbd87fee7)) ##### [5.0.4](https://redirect.github.com/webpack/webpack-dev-server/compare/v5.0.3...v5.0.4) (2024-03-19) ##### Bug Fixes - **security:** bump webpack-dev-middleware ([#​5112](https://redirect.github.com/webpack/webpack-dev-server/issues/5112)) ([aab576a](https://redirect.github.com/webpack/webpack-dev-server/commit/aab576a9e4930a1731e8b0380c859552fc9a6e11)) ##### [5.0.3](https://redirect.github.com/webpack/webpack-dev-server/compare/v5.0.2...v5.0.3) (2024-03-12) ##### Bug Fixes - **types:** proxy ([#​5101](https://redirect.github.com/webpack/webpack-dev-server/issues/5101)) ([6e1aed3](https://redirect.github.com/webpack/webpack-dev-server/commit/6e1aed30ffd6456935b4fe22851cd560b0eae176)) ##### [5.0.2](https://redirect.github.com/webpack/webpack-dev-server/compare/v5.0.1...v5.0.2) (2024-02-16) ##### Bug Fixes - types ([#​5057](https://redirect.github.com/webpack/webpack-dev-server/issues/5057)) ([da2c24d](https://redirect.github.com/webpack/webpack-dev-server/commit/da2c24ddd92198a1337553457eedcece6af38195)) ##### [5.0.1](https://redirect.github.com/webpack/webpack-dev-server/compare/v5.0.0...v5.0.1) (2024-02-13) ##### Bug Fixes - avoid using eval in client ([#​5045](https://redirect.github.com/webpack/webpack-dev-server/issues/5045)) ([7681477](https://redirect.github.com/webpack/webpack-dev-server/commit/76814771dcebe80628b4462f5e1d30064ae226d5)) - overlay and `require-trusted-types-for` ([#​5046](https://redirect.github.com/webpack/webpack-dev-server/issues/5046)) ([e115436](https://redirect.github.com/webpack/webpack-dev-server/commit/e11543677120b004d1f20e11fdf34c07897c7b0c))

Configuration

📅 Schedule: Branch creation - "before 4:00 am on the first day of the month" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.