lesjoursfr / gdpr-consent

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

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

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/js (source) ^9.4.0 -> ^9.5.0 age adoption passing confidence
@types/babel__preset-env (source) ^7.9.6 -> ^7.9.7 age adoption passing confidence
@types/node (source) ^20.14.2 -> ^20.14.9 age adoption passing confidence
eslint (source) ^9.4.0 -> ^9.5.0 age adoption passing confidence
globals ^15.4.0 -> ^15.6.0 age adoption passing confidence
sass ^1.77.4 -> ^1.77.6 age adoption passing confidence
typescript (source) ^5.4.5 -> ^5.5.2 age adoption passing confidence
typescript-eslint (source) ^8.0.0-alpha.30 -> ^8.0.0-alpha.34 age adoption passing confidence
webpack ^5.91.0 -> ^5.92.1 age adoption passing confidence
yarn (source) 4.3.0 -> 4.3.1 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js) ### [`v9.5.0`](https://togithub.com/eslint/eslint/releases/tag/v9.5.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v9.4.0...v9.5.0) #### Features - [`b2d256c`](https://togithub.com/eslint/eslint/commit/b2d256c7356838f908c4a5762d6dc64b41bbce5d) feat: `no-sparse-arrays` report on "comma" instead of the whole array ([#​18579](https://togithub.com/eslint/eslint/issues/18579)) (fisker Cheung) #### Bug Fixes - [`6880286`](https://togithub.com/eslint/eslint/commit/6880286e17375b08323512f38ea59fed440a4fb5) fix: treat `*` as a universal pattern ([#​18586](https://togithub.com/eslint/eslint/issues/18586)) (Milos Djermanovic) - [`7fbe211`](https://togithub.com/eslint/eslint/commit/7fbe211427432aba5fa972252b9b6b5cf9866624) fix: message template for all files ignored ([#​18564](https://togithub.com/eslint/eslint/issues/18564)) (Milos Djermanovic) - [`469cb36`](https://togithub.com/eslint/eslint/commit/469cb363f87564bafb8e628e738e01b53f4d6911) fix: Don't lint the same file multiple times ([#​18552](https://togithub.com/eslint/eslint/issues/18552)) (Milos Djermanovic) - [`5cff638`](https://togithub.com/eslint/eslint/commit/5cff638c03183204d09eb0a7a8bd2e032630db17) fix: improve message for ignored files without a matching config ([#​18404](https://togithub.com/eslint/eslint/issues/18404)) (Francesco Trotta) #### Documentation - [`455f7fd`](https://togithub.com/eslint/eslint/commit/455f7fd1662069e9e0f4dc912ecda72962679fbe) docs: add section about including `.gitignore` files ([#​18590](https://togithub.com/eslint/eslint/issues/18590)) (Milos Djermanovic) - [`721eafe`](https://togithub.com/eslint/eslint/commit/721eafeae45b33b95addf385c23eca1e2f8017d0) docs: update info about universal `files` patterns ([#​18587](https://togithub.com/eslint/eslint/issues/18587)) (Francesco Trotta) - [`8127127`](https://togithub.com/eslint/eslint/commit/8127127386180a2882bb1b75a8fbc7ffda78dce1) docs: Update README (GitHub Actions Bot) - [`55c2a66`](https://togithub.com/eslint/eslint/commit/55c2a6621cc403f2fc11eb4ad762eadc70a54874) docs: Update README (GitHub Actions Bot) - [`eb76282`](https://togithub.com/eslint/eslint/commit/eb76282e0a2db8aa10a3d5659f5f9237d9729121) docs: Update README (GitHub Actions Bot) - [`ff6e96e`](https://togithub.com/eslint/eslint/commit/ff6e96ec30862a4eb77a201551ec8c618335bfc2) docs: `baseConfig` and `overrideConfig` can be arrays ([#​18571](https://togithub.com/eslint/eslint/issues/18571)) (Milos Djermanovic) - [`d2d83e0`](https://togithub.com/eslint/eslint/commit/d2d83e045ad03f024d1679275708054d789ebe20) docs: Add mention of eslint-transforms to v9 migration guide ([#​18566](https://togithub.com/eslint/eslint/issues/18566)) (Nicholas C. Zakas) - [`9ce6832`](https://togithub.com/eslint/eslint/commit/9ce6832578d5798b591f490a8609c87235e881c7) docs: add callout box for unintuitive behavior ([#​18567](https://togithub.com/eslint/eslint/issues/18567)) (Ben McCann) - [`b8db99c`](https://togithub.com/eslint/eslint/commit/b8db99c575c75edc9b42e6333e1b0aa7d26d9a01) docs: Add VS Code info to config migration guide ([#​18555](https://togithub.com/eslint/eslint/issues/18555)) (Nicholas C. Zakas) - [`518a35c`](https://togithub.com/eslint/eslint/commit/518a35c8fa9161522cbe9066d48e6c6fcd8aadf3) docs: Mention config migrator ([#​18561](https://togithub.com/eslint/eslint/issues/18561)) (Nicholas C. Zakas) - [`eb440fc`](https://togithub.com/eslint/eslint/commit/eb440fcf16bd2f62d58b7aa9bbaf546cd94e9918) docs: specifying files with arbitrary or no extension ([#​18539](https://togithub.com/eslint/eslint/issues/18539)) (Francesco Trotta) - [`38c159e`](https://togithub.com/eslint/eslint/commit/38c159e7dda812ce6dfdbf8c5b78db7cdd676c62) docs: Provide example of reading package.json for plugins meta ([#​18530](https://togithub.com/eslint/eslint/issues/18530)) (Nicholas C. Zakas) - [`d16a659`](https://togithub.com/eslint/eslint/commit/d16a6599cad35726f62eb230bb95af463611c6c6) docs: add link to migration guide for `--ext` CLI option ([#​18537](https://togithub.com/eslint/eslint/issues/18537)) (Milos Djermanovic) - [`73408de`](https://togithub.com/eslint/eslint/commit/73408de08dbe1873bf6b5564533c0d81134cfeee) docs: add link to configuration file docs before examples ([#​18535](https://togithub.com/eslint/eslint/issues/18535)) (Milos Djermanovic) #### Chores - [`f588160`](https://togithub.com/eslint/eslint/commit/f588160c2f9996c9c62b787f1fe678f71740ec43) chore: upgrade [@​eslint/js](https://togithub.com/eslint/js)[@​9](https://togithub.com/9).5.0 ([#​18591](https://togithub.com/eslint/eslint/issues/18591)) (Milos Djermanovic) - [`5890841`](https://togithub.com/eslint/eslint/commit/58908415c3e9e7924d39a2ff96573f7677ddb806) chore: package.json update for [@​eslint/js](https://togithub.com/eslint/js) release (Jenkins) - [`e9f4ccd`](https://togithub.com/eslint/eslint/commit/e9f4ccd8a182801e08d96d4246df10246ea82a58) chore: remove unused eslint-disable directive ([#​18589](https://togithub.com/eslint/eslint/issues/18589)) (Milos Djermanovic) - [`4b23ffd`](https://togithub.com/eslint/eslint/commit/4b23ffd6454cfb1a269430f5fe28e7d1c37b9d3e) refactor: Move JS parsing logic into JS language ([#​18448](https://togithub.com/eslint/eslint/issues/18448)) (Nicholas C. Zakas) - [`1495b93`](https://togithub.com/eslint/eslint/commit/1495b93d6fac4d7b6c9efa24c46b613f47feb1d4) chore: update WebdriverIO packages ([#​18558](https://togithub.com/eslint/eslint/issues/18558)) (Christian Bromann) - [`cea7ede`](https://togithub.com/eslint/eslint/commit/cea7ede4618d789180d37ee12a57939b30a5c4ee) chore: add website donate link instead of opencollective ([#​18582](https://togithub.com/eslint/eslint/issues/18582)) (Strek) - [`ec94880`](https://togithub.com/eslint/eslint/commit/ec948803c99ab1b001f093c7a2c412945fbb385f) chore: package.json update for eslint-config-eslint release (Jenkins) - [`6912586`](https://togithub.com/eslint/eslint/commit/69125865b058c08ded162d4395d606dd22acb77d) chore: extract formatting rules into separate config ([#​18560](https://togithub.com/eslint/eslint/issues/18560)) (Milos Djermanovic) - [`9738f7e`](https://togithub.com/eslint/eslint/commit/9738f7e9dee49a9a3a7b8bfce87eb236ede6f572) ci: fix CLI flags for c8, raise thresholds ([#​18554](https://togithub.com/eslint/eslint/issues/18554)) (Francesco Trotta) - [`c6de7bb`](https://togithub.com/eslint/eslint/commit/c6de7bba57054efd4620e0630c23e2c63b1927b2) chore: update dependency markdownlint-cli to ^0.41.0 ([#​18538](https://togithub.com/eslint/eslint/issues/18538)) (renovate\[bot]) - [`2c8fd34`](https://togithub.com/eslint/eslint/commit/2c8fd34bf1471efbd6e616b50d4e25ea858a6989) ci: pin [@​wdio/browser-runner](https://togithub.com/wdio/browser-runner) v8.36.0 ([#​18540](https://togithub.com/eslint/eslint/issues/18540)) (唯然)
eslint/eslint (eslint) ### [`v9.5.0`](https://togithub.com/eslint/eslint/compare/v9.4.0...535235701fb029db6f656bd4e58acdfdeb8c02de) [Compare Source](https://togithub.com/eslint/eslint/compare/v9.4.0...v9.5.0)
sindresorhus/globals (globals) ### [`v15.6.0`](https://togithub.com/sindresorhus/globals/releases/tag/v15.6.0) [Compare Source](https://togithub.com/sindresorhus/globals/compare/v15.5.0...v15.6.0) - Add Chai globals ([#​247](https://togithub.com/sindresorhus/globals/issues/247)) [`9b0c591`](https://togithub.com/sindresorhus/globals/commit/9b0c591) ### [`v15.5.0`](https://togithub.com/sindresorhus/globals/releases/tag/v15.5.0) [Compare Source](https://togithub.com/sindresorhus/globals/compare/v15.4.0...v15.5.0) - Update globals ([#​254](https://togithub.com/sindresorhus/globals/issues/254)) [`19ea4cf`](https://togithub.com/sindresorhus/globals/commit/19ea4cf)
sass/dart-sass (sass) ### [`v1.77.6`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1776) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.77.5...1.77.6) - Fix a few cases where comments and occasionally even whitespace wasn't allowed between the end of Sass statements and the following semicolon. ### [`v1.77.5`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1775) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.77.4...1.77.5) - Fully trim redundant selectors generated by `@extend`.
Microsoft/TypeScript (typescript) ### [`v5.5.2`](https://togithub.com/Microsoft/TypeScript/compare/v5.4.5...ce2e60e4ea15a65992e54a9e8877d16be9d42abb) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.2)
typescript-eslint/typescript-eslint (typescript-eslint) ### [`v8.0.0-alpha.34`](https://togithub.com/typescript-eslint/typescript-eslint/compare/ec20eafa33265be97ec63c1a63eb56dc89fb5e13...78ed7d4bc8897e77e46346bb19ccabf918373603) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/ec20eafa33265be97ec63c1a63eb56dc89fb5e13...78ed7d4bc8897e77e46346bb19ccabf918373603) ### [`v8.0.0-alpha.33`](https://togithub.com/typescript-eslint/typescript-eslint/compare/332a271ffad9ee6ae81415ee7b1cd61f7c5cdc43...ec20eafa33265be97ec63c1a63eb56dc89fb5e13) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/332a271ffad9ee6ae81415ee7b1cd61f7c5cdc43...ec20eafa33265be97ec63c1a63eb56dc89fb5e13) ### [`v8.0.0-alpha.32`](https://togithub.com/typescript-eslint/typescript-eslint/compare/2cdf240f13af938c651e5cb5970d60fa788895d3...332a271ffad9ee6ae81415ee7b1cd61f7c5cdc43) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/2cdf240f13af938c651e5cb5970d60fa788895d3...332a271ffad9ee6ae81415ee7b1cd61f7c5cdc43) ### [`v8.0.0-alpha.31`](https://togithub.com/typescript-eslint/typescript-eslint/compare/0f1b0643b228af7b369cc108922873687862d86e...2cdf240f13af938c651e5cb5970d60fa788895d3) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/0f1b0643b228af7b369cc108922873687862d86e...2cdf240f13af938c651e5cb5970d60fa788895d3)
webpack/webpack (webpack) ### [`v5.92.1`](https://togithub.com/webpack/webpack/compare/v5.92.0...a82e0cd00e26d8452295f0d680417e4656a6d7cc) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.92.0...v5.92.1) ### [`v5.92.0`](https://togithub.com/webpack/webpack/releases/tag/v5.92.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.91.0...v5.92.0) #### Bug Fixes - Correct tidle range's comutation for module federation - Consider runtime for pure expression dependency update hash - Return value in the `subtractRuntime` function for runtime logic - Fixed failed to resolve promise when eager import a dynamic cjs - Avoid generation extra code for external modules when remapping is not required - The `css/global` type now handles the exports name - Avoid hashing for `@keyframe` and `@property` at-rules in `css/global` type - Fixed mangle with destructuring for JSON modules - The `stats.hasWarnings()` method now respects the `ignoreWarnings` option - Fixed `ArrayQueue` iterator - Correct behavior of `__webpack_exports_info__.a.b.canMangle` - Changed to the correct plugin name for the `CommonJsChunkFormatPlugin` plugin - Set the `chunkLoading` option to the `import` when environment is unknown and output is module - Fixed when runtimeChunk has no exports when `module` chunkFormat used - \[CSS] Fixed parsing minimized CSS import - \[CSS] URLs in CSS files now have correct public path - \[CSS] The `css` module type should not allow parser to switch mode - \[Types] Improved context module types #### New Features - Added platform target properties to compiler - Improved multi compiler cache location and validating it - Support `import attributes` spec (`with` keyword) - Support `node:` prefix for Node.js core modules in runtime code - Support prefetch/preload for module chunk format - Support "..." in the `importsFields` option for resolver - Root module is less prone to be wrapped in IIFE - Export `InitFragment` class for plugins - Export `compileBooleanMatcher` util for plugins - Export `InputFileSystem` and `OutputFileSystem` types - \[CSS] Support the `esModule` generator option for CSS modules - \[CSS] Support CSS when chunk format is module
yarnpkg/berry (yarn) ### [`v4.3.1`](https://togithub.com/yarnpkg/berry/compare/b2eb9dce084f1a892101d1b693fea25f05428ff8...2e73cdb7e2057a3ab4bd93074190b508b407c7ab) [Compare Source](https://togithub.com/yarnpkg/berry/compare/b2eb9dce084f1a892101d1b693fea25f05428ff8...2e73cdb7e2057a3ab4bd93074190b508b407c7ab)

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 has been generated by Mend Renovate. View repository job log here.