lesjoursfr / gdpr-consent

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

Update all non-major dependencies #176

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.17.7 -> ^7.17.8 age adoption passing confidence
babel-loader ^8.2.3 -> ^8.2.4 age adoption passing confidence
eslint (source) ^8.11.0 -> ^8.12.0 age adoption passing confidence
eslint-plugin-n ^15.0.1 -> ^15.1.0 age adoption passing confidence
sass ^1.49.9 -> ^1.49.10 age adoption passing confidence
stylelint (source) ^14.6.0 -> ^14.6.1 age adoption passing confidence

Release Notes

babel/babel ### [`v7.17.8`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7178-2022-03-18) [Compare Source](https://togithub.com/babel/babel/compare/v7.17.7...v7.17.8) ##### :eyeglasses: Spec Compliance - `babel-helpers`, `babel-plugin-proposal-decorators` - [#​14353](https://togithub.com/babel/babel/pull/14353) Update decorators to match latest spec ([@​pzuraq](https://togithub.com/pzuraq)) - [#​14339](https://togithub.com/babel/babel/pull/14339) Decorators misc fixes ([@​JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-plugin-transform-modules-systemjs` - [#​14057](https://togithub.com/babel/babel/pull/14057) \[systemjs] Fix nested `let`/`const` shadowing imported bindings ([@​The-x-Theorist](https://togithub.com/The-x-Theorist)) - `babel-parser` - [#​14362](https://togithub.com/babel/babel/pull/14362) Allow keywords in TS qualified types ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :leftwards_arrow_with_hook: Revert - `babel-parser` - [#​14367](https://togithub.com/babel/babel/pull/14367) Defer `() => {}` TSX error to Babel 8 ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
babel/babel-loader ### [`v8.2.4`](https://togithub.com/babel/babel-loader/releases/v8.2.4) [Compare Source](https://togithub.com/babel/babel-loader/compare/v8.2.3...v8.2.4) #### What's Changed - doc(README.md): fix a broken markdown link by [@​loveDstyle](https://togithub.com/loveDstyle) in [https://github.com/babel/babel-loader/pull/919](https://togithub.com/babel/babel-loader/pull/919) - Bump loader-utils to 2.x by [@​stianjensen](https://togithub.com/stianjensen) in [https://github.com/babel/babel-loader/pull/931](https://togithub.com/babel/babel-loader/pull/931) - Use md5 hashing for OpenSSL 3 by [@​pathmapper](https://togithub.com/pathmapper) in [https://github.com/babel/babel-loader/pull/924](https://togithub.com/babel/babel-loader/pull/924) Thanks [@​loveDstyle](https://togithub.com/loveDstyle), [@​stianjensen](https://togithub.com/stianjensen) and [@​pathmapper](https://togithub.com/pathmapper) for your first PRs!
eslint/eslint ### [`v8.12.0`](https://togithub.com/eslint/eslint/releases/v8.12.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.11.0...v8.12.0) #### Features - [`685a67a`](https://togithub.com/eslint/eslint/commit/685a67a62bdea19ca9ce12008a034b8d31162422) feat: fix logic for top-level `this` in no-invalid-this and no-eval ([#​15712](https://togithub.com/eslint/eslint/issues/15712)) (Milos Djermanovic) #### Chores - [`18f5e05`](https://togithub.com/eslint/eslint/commit/18f5e05bce10503186989d81ca484abb185a2c9d) chore: padding-line-between-statements remove useless `additionalItems` ([#​15706](https://togithub.com/eslint/eslint/issues/15706)) (Martin Sadovy)
weiran-zsd/eslint-plugin-node ### [`v15.1.0`](https://togithub.com/weiran-zsd/eslint-plugin-node/releases/15.1.0) [Compare Source](https://togithub.com/weiran-zsd/eslint-plugin-node/compare/15.0.1...15.1.0) - feat: Allow dynamic import for Node.js >=12.17 <13 || >=13.2 ([#​13](https://togithub.com/weiran-zsd/eslint-plugin-node/issues/13)) ([`caccbef`](https://togithub.com/weiran-zsd/eslint-plugin-node/commit/caccbef))
sass/dart-sass ### [`v1.49.10`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​14910) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.49.9...1.49.10) - Quiet deps mode now silences compiler warnings in mixins and functions that are defined in dependencies even if they're invoked from application stylesheets. - In expanded mode, Sass will now emit colors using `rgb()`, `rbga()`, `hsl()`, and `hsla()` function notation if they were defined using the corresponding notation. As per our browser support policy, this change was only done once 95% of browsers were confirmed to support this output format, and so is not considered a breaking change. Note that this output format is intended for human readability and not for interoperability with other tools. As always, Sass targets the CSS specification, and any tool that consumes Sass's output should parse all colors that are supported by the CSS spec. - Fix a bug in which a color written using the four- or eight-digit hex format could be emitted as a hex color rather than a format with higher browser compatibility. - Calculations are no longer simplified within supports declarations
stylelint/stylelint ### [`v14.6.1`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#​1461) [Compare Source](https://togithub.com/stylelint/stylelint/compare/14.6.0...14.6.1) - Fixed: `custom-property-pattern` TypeError for "Cannot destructure property..." ([#​5982](https://togithub.com/stylelint/stylelint/pull/5982)). - Fixed: `selector-type-case` false positives for SVG elements ([#​5973](https://togithub.com/stylelint/stylelint/pull/5973)). - Fixed: `unit-no-unknown` false positives for large/small/dynamic viewport units ([#​5970](https://togithub.com/stylelint/stylelint/pull/5970)).

Configuration

📅 Schedule: "after 10:00 am and before 5:00 pm on the first day of the month" in timezone Europe/Paris.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» 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 WhiteSource Renovate. View repository job log here.