lesjoursfr / gdpr-consent

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

Update all non-major dependencies #180

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.9 -> ^7.17.10 age adoption passing confidence
@babel/preset-env (source) ^7.16.11 -> ^7.17.10 age adoption passing confidence
babel-loader ^8.2.4 -> ^8.2.5 age adoption passing confidence
eslint (source) ^8.13.0 -> ^8.14.0 age adoption passing confidence
eslint-config-standard ^17.0.0-1 -> ^17.0.0 age adoption passing confidence
eslint-plugin-n ^15.1.0 -> ^15.2.0 age adoption passing confidence
postcss (source) ^8.4.12 -> ^8.4.13 age adoption passing confidence
sass ^1.50.0 -> ^1.51.0 age adoption passing confidence
stylelint (source) ^14.6.1 -> ^14.8.1 age adoption passing confidence

Release Notes

babel/babel ### [`v7.17.10`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v71710-2022-04-29) [Compare Source](https://togithub.com/babel/babel/compare/v7.17.9...v7.17.10) ##### :bug: Bug Fix - `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-transform-fixture-test-runner` - [#​14479](https://togithub.com/babel/babel/pull/14479) \[cli] Avoid `SourceMapGenerator` for simple map concatenation ([@​jridgewell](https://togithub.com/jridgewell)) ##### :nail_care: Polish - `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-fixtures`, `babel-helper-transform-fixture-test-runner` - [#​14506](https://togithub.com/babel/babel/pull/14506) Do not add sourcemap markings for indentation ([@​jridgewell](https://togithub.com/jridgewell)) - `babel-plugin-proposal-pipeline-operator`, `babel-traverse` - [#​14424](https://togithub.com/babel/babel/pull/14424) Update detection of pure nodes (`Scope#isPure`) ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - `babel-core` - [#​14493](https://togithub.com/babel/babel/pull/14493) Remove git.io shortlinks from repo ([@​Andoryuuta](https://togithub.com/Andoryuuta)) - Other - [#​14462](https://togithub.com/babel/babel/pull/14462) fix: build standalone on windows ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :running_woman: Performance - `babel-cli`, `babel-core`, `babel-generator` - [#​14497](https://togithub.com/babel/babel/pull/14497) Switch to `@jridgewell/gen-mapping` for sourcemap generation ([@​jridgewell](https://togithub.com/jridgewell))
babel/babel-loader ### [`v8.2.5`](https://togithub.com/babel/babel-loader/releases/v8.2.5) [Compare Source](https://togithub.com/babel/babel-loader/compare/v8.2.4...v8.2.5) #### What's Changed - fix: respect `inputSourceMap` loader option by [@​alan-agius4](https://togithub.com/alan-agius4) in [https://github.com/babel/babel-loader/pull/896](https://togithub.com/babel/babel-loader/pull/896) #### New Contributors - [@​alan-agius4](https://togithub.com/alan-agius4) made their first contribution in [https://github.com/babel/babel-loader/pull/896](https://togithub.com/babel/babel-loader/pull/896) **Full Changelog**: https://github.com/babel/babel-loader/compare/v8.2.4...v8.2.5
eslint/eslint ### [`v8.14.0`](https://togithub.com/eslint/eslint/releases/v8.14.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.13.0...v8.14.0) #### Features - [`ab6363d`](https://togithub.com/eslint/eslint/commit/ab6363dffb9dfd9c6a9abb5292fc712745fe7a64) feat: Add rule no-constant-binary-expression ([#​15296](https://togithub.com/eslint/eslint/issues/15296)) (Jordan Eldredge) #### Bug Fixes - [`35fa1dd`](https://togithub.com/eslint/eslint/commit/35fa1dd8932ef3e55c37ec0e4b73b5d88f187e69) fix: allow project paths to have URL-encoded characters ([#​15795](https://togithub.com/eslint/eslint/issues/15795)) (Milos Djermanovic) - [`413f1d5`](https://togithub.com/eslint/eslint/commit/413f1d55f0ad05b6fe75bdde6df423253806797d) fix: update `astUtils.isDirectiveComment` with `globals` and `exported` ([#​15775](https://togithub.com/eslint/eslint/issues/15775)) (Milos Djermanovic) #### Build Related - [`c2407e8`](https://togithub.com/eslint/eslint/commit/c2407e81caf2d50325d9aa09bae70d38615ddf2c) build: add node v18 ([#​15791](https://togithub.com/eslint/eslint/issues/15791)) (唯然) #### Chores - [`735458c`](https://togithub.com/eslint/eslint/commit/735458cc96d4ecdb4ed97448b63ed4a579890b13) chore: add static frontmatter to no-constant-binary-expression docs ([#​15798](https://togithub.com/eslint/eslint/issues/15798)) (Milos Djermanovic) - [`db28f2c`](https://togithub.com/eslint/eslint/commit/db28f2c9ea6b654f615daf2f7e6f1a2034b85062) chore: Add static frontmatter to docs ([#​15782](https://togithub.com/eslint/eslint/issues/15782)) (Nicholas C. Zakas) - [`3bca59e`](https://togithub.com/eslint/eslint/commit/3bca59e30de73fb82d4def262ae1df72089df80d) chore: markdownlint autofix on commit ([#​15783](https://togithub.com/eslint/eslint/issues/15783)) (Nicholas C. Zakas)
standard/eslint-config-standard ### [`v17.0.0`](https://togithub.com/standard/eslint-config-standard/compare/v16.0.3...v17.0.0) [Compare Source](https://togithub.com/standard/eslint-config-standard/compare/v17.0.0-1...v17.0.0)
weiran-zsd/eslint-plugin-node ### [`v15.2.0`](https://togithub.com/weiran-zsd/eslint-plugin-node/releases/15.2.0) [Compare Source](https://togithub.com/weiran-zsd/eslint-plugin-node/compare/15.1.0...15.2.0) - feat: exports-style fixable ([#​17](https://togithub.com/weiran-zsd/eslint-plugin-node/issues/17)) ([`7e2bf41`](https://togithub.com/weiran-zsd/eslint-plugin-node/commit/7e2bf41))
postcss/postcss ### [`v8.4.13`](https://togithub.com/postcss/postcss/blob/HEAD/CHANGELOG.md#​8413) [Compare Source](https://togithub.com/postcss/postcss/compare/8.4.12...8.4.13) - Fixed `append()` error after using `.parent` (by Jordan Pittman).
sass/dart-sass ### [`v1.51.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1510) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.50.1...1.51.0) - **Potentially breaking change**: Change the order of maps returned by `map.deep-merge()` to match those returned by `map.merge()`. All keys that appeared in the first map will now be listed first in the same order they appeared in that map, followed by any new keys added from the second map. - Improve the string output of some AST nodes in error messages. ### [`v1.50.1`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1501) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.50.0...1.50.1) ##### Embedded Sass - The JS embedded host and the embedded compiler will now properly avoid resolving imports relative to the current working directory unless `'.'` is passed as a load path. - Fix a bug in the JS embedded host's implementation of the legacy JS API where imports that began with `/` could crash on Windows.
stylelint/stylelint ### [`v14.8.1`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#​1481) [Compare Source](https://togithub.com/stylelint/stylelint/compare/14.8.0...14.8.1) - Fixed: `declaration-block-no-*` end positions that avoid errors ([#​6040](https://togithub.com/stylelint/stylelint/pull/6040)). - Fixed: `named-grid-areas-no-invalid` false positives for arealess templates ([#​6042](https://togithub.com/stylelint/stylelint/pull/6042)). - Fixed: `function-calc-no-unspaced-operator` false positives and memory leak ([#​6045](https://togithub.com/stylelint/stylelint/pull/6045)). ### [`v14.8.0`](https://togithub.com/stylelint/stylelint/compare/14.7.1...14.8.0) [Compare Source](https://togithub.com/stylelint/stylelint/compare/14.7.1...14.8.0) ### [`v14.7.1`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#​1471) [Compare Source](https://togithub.com/stylelint/stylelint/compare/14.7.0...14.7.1) - Fixed: a regression for `/* stylelint-disable */` comments ([#​6018](https://togithub.com/stylelint/stylelint/pull/6018)). - Fixed: `font-family-name-quotes` false positives for `ui-*` generic system font keywords ([#​6017](https://togithub.com/stylelint/stylelint/pull/6017)). ### [`v14.7.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#​1470) [Compare Source](https://togithub.com/stylelint/stylelint/compare/14.6.1...14.7.0) - Added: ranges for warnings that can be used by formatters and integrations ([#​5725](https://togithub.com/stylelint/stylelint/pull/5725)). - Added: `selector-not-notation` rule ([#​5975](https://togithub.com/stylelint/stylelint/pull/5975)). - Fixed: `font-weight-notation` false positives for Sass functions and column position ([#​6005](https://togithub.com/stylelint/stylelint/pull/6005)).

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.