canonical / global-nav

A script and stylesheet that displays the Canonical global nav across the top of a site
https://www.npmjs.com/package/@canonical/global-nav
5 stars 23 forks source link

Update all dependencies #190

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.15.8 -> 7.16.0 age adoption passing confidence
@babel/preset-env (source) 7.15.8 -> 7.16.0 age adoption passing confidence
autoprefixer 10.3.7 -> 10.4.0 age adoption passing confidence
cssnano 5.0.8 -> 5.0.10 age adoption passing confidence
eslint (source) 8.1.0 -> 8.2.0 age adoption passing confidence
eslint-plugin-import 2.25.2 -> 2.25.3 age adoption passing confidence
rollup (source) 2.58.3 -> 2.59.0 age adoption passing confidence
rollup-plugin-terser ^7.0.2 -> 7.0.2 age adoption passing confidence

Release Notes

babel/babel ### [`v7.16.0`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7160-2021-10-30) [Compare Source](https://togithub.com/babel/babel/compare/v7.15.8...v7.16.0) ##### :eyeglasses: Spec Compliance - `babel-helpers`, `babel-plugin-proposal-async-generator-functions`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​13824](https://togithub.com/babel/babel/pull/13824) Await promises from sync iterators with `for-await` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :rocket: New Feature - `babel-generator`, `babel-parser`, `babel-plugin-transform-typescript`, `babel-types` - [#​13802](https://togithub.com/babel/babel/pull/13802) Support TypeScript 4.5 type-only import/export specifiers ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - `babel-parser` - [#​13887](https://togithub.com/babel/babel/pull/13887) feat: support `startColumn` option ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-fixtures`, `babel-helper-transform-fixture-test-runner`, `babel-parser`, `babel-plugin-syntax-typescript`, `babel-preset-typescript` - [#​13838](https://togithub.com/babel/babel/pull/13838) Handle `.mts` and `.cts` files in `@babel/preset-typescript` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Other - [#​13782](https://togithub.com/babel/babel/pull/13782) Add ESLint 8 support to `@babel/eslint-parser` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-parser`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-syntax-pipeline-operator` - [#​13749](https://togithub.com/babel/babel/pull/13749) Caret topic (pipe operator) ([@​js-choi](https://togithub.com/js-choi)) - `babel-compat-data`, `babel-generator`, `babel-parser`, `babel-preset-env`, `babel-types` - [#​13713](https://togithub.com/babel/babel/pull/13713) Enable class static blocks by default ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - `babel-helper-skip-transparent-expression-wrappers`, `babel-plugin-proposal-optional-chaining` - [#​13687](https://togithub.com/babel/babel/pull/13687) add `skipTransparentExprWrapperNodes` helper ([@​lightmare](https://togithub.com/lightmare)) - `babel-traverse`, `babel-types` - [#​13666](https://togithub.com/babel/babel/pull/13666) Add aliases for Standardized, TypeScript, and Flow ([@​jridgewell](https://togithub.com/jridgewell)) ##### :bug: Bug Fix - `babel-parser`, `babel-plugin-transform-typescript` - [#​13876](https://togithub.com/babel/babel/pull/13876) \[ts] Support private methods overloads ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-typescript` - [#​13865](https://togithub.com/babel/babel/pull/13865) fix: allow enum member without initializer after non-literal member ([@​lightmare](https://togithub.com/lightmare)) - `babel-core`, `babel-helper-create-class-features-plugin`, `babel-plugin-transform-typescript` - [#​13854](https://togithub.com/babel/babel/pull/13854) Don't transform `declare class` in plugin-proposal-class-properties ([@​forivall](https://togithub.com/forivall)) - `babel-compat-data`, `babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression`, `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`, `babel-plugin-transform-react-constant-elements`, `babel-preset-env`, `babel-traverse` - [#​13842](https://togithub.com/babel/babel/pull/13842) Implement @​babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-proposal-async-generator-functions`, `babel-traverse` - [#​13813](https://togithub.com/babel/babel/pull/13813) Restore traversal context after enter / traverse ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-traverse`, `babel-types` - [#​13832](https://togithub.com/babel/babel/pull/13832) Mark static block as FunctionParent ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-generator` - [#​13825](https://togithub.com/babel/babel/pull/13825) Fix missing inner comments in function expressions ([@​overlookmotel](https://togithub.com/overlookmotel)) ##### :house: Internal - *Every package* - [#​13772](https://togithub.com/babel/babel/pull/13772) Use `workspace:^` to specify `@babel/` dependencies ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Other - [#​13856](https://togithub.com/babel/babel/pull/13856) Update to Yarn 3.1 ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​13867](https://togithub.com/babel/babel/pull/13867) Test on Node.js 17 ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-fixtures`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-runtime`, `babel-preset-react` - [#​13858](https://togithub.com/babel/babel/pull/13858) Force loading plugins/presets from the monorepo in tests ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-types` - [#​13844](https://togithub.com/babel/babel/pull/13844) \[ts] precise return type on `createTypeAnnotationBasedOnTypeof` (babel-types) ([@​lightmare](https://togithub.com/lightmare)) - `babel-helpers` - [#​13841](https://togithub.com/babel/babel/pull/13841) minor: remove ineffectual helper names filter ([@​lightmare](https://togithub.com/lightmare)) - `babel-core`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx`, `babel-types` - [#​13820](https://togithub.com/babel/babel/pull/13820) Improve transform-react-jsx typings ([@​JLHwung](https://togithub.com/JLHwung)) ##### :running_woman: Performance - `babel-types` - [#​13843](https://togithub.com/babel/babel/pull/13843) Simplify (transpiled) babel-types builder wrappers ([@​lightmare](https://togithub.com/lightmare))
postcss/autoprefixer ### [`v10.4.0`](https://togithub.com/postcss/autoprefixer/releases/10.4.0) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.3.7...10.4.0) Coat of arms of South Africa In Autoprefixer 10.4 [@​lukewarlow](https://togithub.com/lukewarlow) added `:autofill` support: ```css input:-webkit-autofill { background-color: red; } input:autofill { background-color: red; } ```
cssnano/cssnano ### [`v5.0.10`](https://togithub.com/cssnano/cssnano/compare/cssnano@5.0.9...cssnano@5.0.10) [Compare Source](https://togithub.com/cssnano/cssnano/compare/cssnano@5.0.9...cssnano@5.0.10) ### [`v5.0.9`](https://togithub.com/cssnano/cssnano/releases/cssnano@5.0.9) [Compare Source](https://togithub.com/cssnano/cssnano/compare/cssnano@5.0.8...cssnano@5.0.9) #### Bug fixes - **postcss-svgo:** normalize SVG with escaped quote characters ([#​1200](https://togithub.com/cssnano/cssnano/pull/1200)) ([4ef5e41](https://togithub.com/cssnano/cssnano/commit/4ef5e41a6c61a23094001da82a76321ca746b22f)) - **postcss-convert-values:** preserve percentage-only properties ([#​1212](https://togithub.com/cssnano/cssnano/pull/1212)) ([8f3453](https://togithub.com/cssnano/cssnano/commit/8f345385b210cf85e9d591382d387f76ca4b0f64)) - **postcss-minify-gradients:** handle 2 color-stop-length in linear gradient ([#​1215](https://togithub.com/cssnano/cssnano/pull/1215)) ([8bb7ba6c](https://togithub.com/cssnano/cssnano/commit/8bb7ba6c1733fd12122589169d847b1a1212a6b5)) - **cssnano-preset-advanced:** update autoprefixer ([#​1213](https://togithub.com/cssnano/cssnano/pull/1213)) ([f19932](https://togithub.com/cssnano/cssnano/commit/f199323a8368546d9632112d381419930106e384)) #### Chore - **postcss-colormin:** use colord plugin for color minification ([#​1207](https://togithub.com/cssnano/cssnano/pull/1207)) ([3dbaa04](https://togithub.com/cssnano/cssnano/commit/3dbaa04addfa2f18375262377e172b03819dc2c0))
eslint/eslint ### [`v8.2.0`](https://togithub.com/eslint/eslint/releases/v8.2.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.1.0...v8.2.0) ##### Features - [`c9fefd2`](https://togithub.com/eslint/eslint/commit/c9fefd2e40348b3e02b855597707a557dc4991d5) feat: report class evaluation TDZ errors in no-use-before-define ([#​15134](https://togithub.com/eslint/eslint/issues/15134)) (Milos Djermanovic) ##### Documentation - [`c415c04`](https://togithub.com/eslint/eslint/commit/c415c041912a3abbf106cc5713bdcf4ef42590ac) docs: Use string rule severity in CLI examples ([#​15253](https://togithub.com/eslint/eslint/issues/15253)) (Kevin Partington) - [`12b627d`](https://togithub.com/eslint/eslint/commit/12b627da401c68a5081822a49068421f1bb2465c) docs: fix typo in `working-with-rules.md` ([#​15233](https://togithub.com/eslint/eslint/issues/15233)) (Nitin Kumar) - [`a86ffc0`](https://togithub.com/eslint/eslint/commit/a86ffc076014d1de7eefc7456a8ccfb3a2318155) docs: fix broken anchor in configuration files ([#​15223](https://togithub.com/eslint/eslint/issues/15223)) (Pierre Berger) - [`ee8af5f`](https://togithub.com/eslint/eslint/commit/ee8af5fb864b510ba6b50dcfb706b8b28fdfb74e) docs: Link to unit tests from rule documentation ([#​15207](https://togithub.com/eslint/eslint/issues/15207)) (Brandon Mills) - [`1c0ca3c`](https://togithub.com/eslint/eslint/commit/1c0ca3c744dd5761d424d19c9cdcccc569dfe34c) docs: add `ci` and `perf` tags for commit ([#​15215](https://togithub.com/eslint/eslint/issues/15215)) (Nitin Kumar) ##### Build Related - [`796587a`](https://togithub.com/eslint/eslint/commit/796587ad950f6804d60473c2b5998ed3ec71c59e) build: upgrade eslint-release to v3.2.0 to support conventional commits ([#​15246](https://togithub.com/eslint/eslint/issues/15246)) (Milos Djermanovic) ##### Chores - [`cf5b6be`](https://togithub.com/eslint/eslint/commit/cf5b6be6f8144f5932cdf062d380f7c0f51e64bd) chore: update [@​eslint/eslintrc](https://togithub.com/eslint/eslintrc) to avoid different versions of `js-yaml` ([#​15265](https://togithub.com/eslint/eslint/issues/15265)) (Milos Djermanovic) - [`4fd7a6c`](https://togithub.com/eslint/eslint/commit/4fd7a6ca7339bcbbfa6feda266dcca96684b81c6) perf: don't prepare a fix for valid code in key-spacing ([#​15239](https://togithub.com/eslint/eslint/issues/15239)) (Milos Djermanovic) - [`fda533c`](https://togithub.com/eslint/eslint/commit/fda533cda4b70278acfce4e21b5b1ebe52ff7a3d) chore: update `strip-ansi` dependency ([#​15221](https://togithub.com/eslint/eslint/issues/15221)) (Nitin Kumar) - [`67949bd`](https://togithub.com/eslint/eslint/commit/67949bd9f3cbda08442d2e5946feb9a4f8b22d85) ci: Remove Node 16 CI prerelease workaround ([#​14935](https://togithub.com/eslint/eslint/issues/14935)) (Brandon Mills)
import-js/eslint-plugin-import ### [`v2.25.3`](https://togithub.com/import-js/eslint-plugin-import/blob/master/CHANGELOG.md#​2253---2021-11-09) [Compare Source](https://togithub.com/import-js/eslint-plugin-import/compare/v2.25.2...v2.25.3) ##### Fixed - \[`extensions`]: ignore unresolveable type-only imports (\[[#​2270](https://togithub.com/import-js/eslint-plugin-import/issues/2270)], \[[#​2271](https://togithub.com/import-js/eslint-plugin-import/issues/2271)], \[[@​jablko](https://togithub.com/jablko)]) - `importType`: fix `isExternalModule` calculation (\[[#​2282](https://togithub.com/import-js/eslint-plugin-import/issues/2282)], \[[@​mx-bernhard](https://togithub.com/mx-bernhard)]) - \[`no-import-module-exports`]: avoid false positives with a shadowed `module` or `exports` (\[[#​2297](https://togithub.com/import-js/eslint-plugin-import/issues/2297)], \[[@​ljharb](https://togithub.com/ljharb)]) ##### Changed - \[Docs] \[`order`]: add type to the default groups (\[[#​2272](https://togithub.com/import-js/eslint-plugin-import/issues/2272)], \[[@​charpeni](https://togithub.com/charpeni)]) - \[readme] Add note to TypeScript docs to install appropriate resolver (\[[#​2279](https://togithub.com/import-js/eslint-plugin-import/issues/2279)], \[[@​johnthagen](https://togithub.com/johnthagen)]) - \[Refactor] `importType`: combine redundant `isScoped` and `isScopedModule` (\[[@​ljharb](https://togithub.com/ljharb)]) - \[Docs] HTTP => HTTPS (\[[#​2287](https://togithub.com/import-js/eslint-plugin-import/issues/2287)], \[[@​Schweinepriester](https://togithub.com/Schweinepriester)])
rollup/rollup ### [`v2.59.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2590) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.58.3...v2.59.0) *2021-11-01* ##### Features - Support static class initialization blocks ([#​4249](https://togithub.com/rollup/rollup/issues/4249)) ##### Bug Fixes - Fix an issue with the CommonJS plugin when module.exports has inherited properties ([#​4256](https://togithub.com/rollup/rollup/issues/4256)) ##### Pull Requests - [#​4236](https://togithub.com/rollup/rollup/pull/4236): typescript bug class field initialization order ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4249](https://togithub.com/rollup/rollup/pull/4249): Support for class static initialization block ([@​dnalborczyk](https://togithub.com/dnalborczyk) and [@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4256](https://togithub.com/rollup/rollup/pull/4256): Skip inherited properties in synthetic namespaces ([@​lukastaegert](https://togithub.com/lukastaegert))

Configuration

📅 Schedule: "on the first day of january" (UTC).

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

webteam-app commented 2 years ago

renovate[bot] is not a collaborator of the repo

bethcollins92 commented 2 years ago

Tried to run this PR but getting this error: error eslint@8.1.0: The engine "node" is incompatible with this module. Expected version "^12.22.0 || ^14.17.0 || >=16.0.0". Got "12.14.0". It's the same error from this PR