adobe / helix-sidekick

Browser-based helper for authors on Helix projects
Apache License 2.0
4 stars 10 forks source link

chore(deps): update external fixes #251

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/eslint-parser (source) 7.16.5 -> 7.17.0 age adoption passing confidence
@web/test-runner 0.13.26 -> 0.13.27 age adoption passing confidence
ajv (source) 8.9.0 -> 8.10.0 age adoption passing confidence
eslint (source) 8.8.0 -> 8.9.0 age adoption passing confidence
lint-staged 12.3.2 -> 12.3.4 age adoption passing confidence
puppeteer 13.1.2 -> 13.3.2 age adoption passing confidence

Release Notes

babel/babel ### [`v7.17.0`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7170-2022-02-02) [Compare Source](https://togithub.com/babel/babel/compare/v7.16.5...v7.17.0) ##### :rocket: New Feature - `babel-cli`, `babel-core` - [#​14065](https://togithub.com/babel/babel/pull/14065) Allow plugins/presets to indicate external dependencies ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-parser`, `babel-traverse` - [#​14174](https://togithub.com/babel/babel/pull/14174) Expose `.index` on Position to internally track nodes location ([@​tolmasky](https://togithub.com/tolmasky)) - `babel-generator`, `babel-parser`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-syntax-pipeline-operator` - [#​13973](https://togithub.com/babel/babel/pull/13973) proposal-pipe: Add support for `^^` and `@@​` topics ([@​js-choi](https://togithub.com/js-choi)) - `babel-traverse` - [#​13940](https://togithub.com/babel/babel/pull/13940) Add new method to check if node is null or not ([@​danez](https://togithub.com/danez)) - `babel-generator`, `babel-parser`, `babel-plugin-syntax-destructuring-private`, `babel-standalone` - [#​13931](https://togithub.com/babel/babel/pull/13931) Parse destructuring private fields ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-syntax-decorators`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`, `babel-standalone`, `babel-types` - [#​14004](https://togithub.com/babel/babel/pull/14004) Add new decorators transform ([@​pzuraq](https://togithub.com/pzuraq)) - `babel-generator`, `babel-parser`, `babel-traverse`, `babel-types` - [#​13681](https://togithub.com/babel/babel/pull/13681) Add the `decoratorsAutoAccessors` parser plugin ([@​pzuraq](https://togithub.com/pzuraq)) - `babel-core`, `babel-helper-create-regexp-features-plugin`, `babel-plugin-proposal-unicode-sets-regex`, `babel-plugin-syntax-unicode-sets-regex`, `babel-plugin-transform-dotall-regex` - [#​14125](https://togithub.com/babel/babel/pull/14125) Add transform support for the "regexp unicode sets" proposal ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​14086](https://togithub.com/babel/babel/pull/14086) Add parser support for the "regexp unicode sets" proposal ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-register` - [#​14087](https://togithub.com/babel/babel/pull/14087) Expose `@babel/register/experimental-worker` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :bug: Bug Fix - `babel-parser` - [#​14145](https://togithub.com/babel/babel/pull/14145) Reinterpret << when parsing TS type arguments ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-runtime` - [#​14187](https://togithub.com/babel/babel/pull/14187) Normalize absolute paths on Windows ([@​atti187](https://togithub.com/atti187)) ##### :memo: Documentation - [#​14223](https://togithub.com/babel/babel/pull/14223) Remove Babel 6 from SECURITY.md ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-helper-fixtures`, `babel-parser` - [#​14201](https://togithub.com/babel/babel/pull/14201) Fuzz test location-related parser options ([@​tolmasky](https://togithub.com/tolmasky)) - `babel-compat-data` - [#​14208](https://togithub.com/babel/babel/pull/14208) Update compat data (specifically for rhino 1.7.14) ([@​phulin](https://togithub.com/phulin)) - Other - [#​14190](https://togithub.com/babel/babel/pull/14190) chore: run tscheck on babel 8 breaking test ([@​JLHwung](https://togithub.com/JLHwung)) ##### :running_woman: Performance - `babel-cli`, `babel-core` - [#​14209](https://togithub.com/babel/babel/pull/14209) Switch to `@ampproject/remapping` to merge source maps ([@​jridgewell](https://togithub.com/jridgewell))
modernweb-dev/web ### [`v0.13.27`](https://togithub.com/modernweb-dev/web/blob/HEAD/packages/test-runner/CHANGELOG.md#​01327) [Compare Source](https://togithub.com/modernweb-dev/web/compare/@web/test-runner@0.13.26...@web/test-runner@0.13.27) ##### Patch Changes - [`3192c9f`](https://togithub.com/modernweb-dev/web/commit/3192c9ff): Update puppeteer-core dependency to 13.1.3 - Updated dependencies \[[`3192c9f`](https://togithub.com/modernweb-dev/web/commit/3192c9ff)] - [@​web/test-runner-chrome](https://togithub.com/web/test-runner-chrome)[@​0](https://togithub.com/0).10.7
ajv-validator/ajv ### [`v8.10.0`](https://togithub.com/ajv-validator/ajv/releases/v8.10.0) [Compare Source](https://togithub.com/ajv-validator/ajv/compare/v8.9.0...v8.10.0) `uriResolver` option ([@​zekth](https://togithub.com/zekth), [#​1862](https://togithub.com/ajv-validator/ajv/issues/1862))
eslint/eslint ### [`v8.9.0`](https://togithub.com/eslint/eslint/releases/v8.9.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.8.0...v8.9.0) #### Features - [`68f64a9`](https://togithub.com/eslint/eslint/commit/68f64a9218341e5e9d83270c72587e1b413846de) feat: update eslint-scope to ignore `"use strict"` directives in ES3 ([#​15595](https://togithub.com/eslint/eslint/issues/15595)) (Milos Djermanovic) - [`db57639`](https://togithub.com/eslint/eslint/commit/db576396d20f5e31af1a90f8e5d88e08284a1672) feat: add `es2016`, `es2018`, `es2019`, and `es2022` environments ([#​15587](https://togithub.com/eslint/eslint/issues/15587)) (Milos Djermanovic) - [`2dc38aa`](https://togithub.com/eslint/eslint/commit/2dc38aa653f1d5137a9abf82024c67a11620bb7c) feat: fix bug with arrow function return types in function-paren-newline ([#​15541](https://togithub.com/eslint/eslint/issues/15541)) (Milos Djermanovic) - [`6f940c3`](https://togithub.com/eslint/eslint/commit/6f940c3ce715327f282c197d0f71b91848e5d83d) feat: Implement FlatRuleTester ([#​15519](https://togithub.com/eslint/eslint/issues/15519)) (Nicholas C. Zakas) #### Documentation - [`570a036`](https://togithub.com/eslint/eslint/commit/570a03699c5abfbcde39bb00fba39329695771e5) docs: add `one-var` example with `for-loop` initializer ([#​15596](https://togithub.com/eslint/eslint/issues/15596)) (Milos Djermanovic) - [`417191d`](https://togithub.com/eslint/eslint/commit/417191dff0dbfa353675c409e25f27f578ee1559) docs: Remove the $ prefix in terminal commands ([#​15565](https://togithub.com/eslint/eslint/issues/15565)) (Andreas Lewis) - [`389ff34`](https://togithub.com/eslint/eslint/commit/389ff34e26cb8ebad49e5ace0280a1f859f8d7ca) docs: add missing `Variable#scope` property in the scope manager docs ([#​15571](https://togithub.com/eslint/eslint/issues/15571)) (Milos Djermanovic) - [`f63795d`](https://togithub.com/eslint/eslint/commit/f63795dc710f6394d884932034a3e0cbe48f4ad2) docs: no-eval replace dead link with working one ([#​15568](https://togithub.com/eslint/eslint/issues/15568)) (rasenplanscher) - [`0383591`](https://togithub.com/eslint/eslint/commit/0383591a6cd7083455af9e34fa9333da7fed46bf) docs: Remove old Markdown issue template ([#​15556](https://togithub.com/eslint/eslint/issues/15556)) (Brandon Mills) - [`a8dd5a2`](https://togithub.com/eslint/eslint/commit/a8dd5a286bcb68595b85cd29490e081251a2c3c7) docs: add 'when not to use it' section in no-duplicate-case docs ([#​15563](https://togithub.com/eslint/eslint/issues/15563)) (Milos Djermanovic) - [`1ad439e`](https://togithub.com/eslint/eslint/commit/1ad439ed1d6c4ee50183c8f5d146a771e6c1be4c) docs: add missed verb in docs ([#​15550](https://togithub.com/eslint/eslint/issues/15550)) (Jeff Mosawy) #### Chores - [`586d45c`](https://togithub.com/eslint/eslint/commit/586d45c54b8468fb23376b7b2aedf984cf701cc2) chore: Upgrade to espree@9.3.1 ([#​15600](https://togithub.com/eslint/eslint/issues/15600)) (Milos Djermanovic) - [`623e1e2`](https://togithub.com/eslint/eslint/commit/623e1e28643381025b393a379493d9baea9b4869) chore: Upgrade to eslint-visitor-keys@3.3.0 ([#​15599](https://togithub.com/eslint/eslint/issues/15599)) (Milos Djermanovic) - [`355b23d`](https://togithub.com/eslint/eslint/commit/355b23d0c4e050be4e53292f552a47c10ec6e00e) chore: fix outdated link to Code of Conduct in PR template ([#​15578](https://togithub.com/eslint/eslint/issues/15578)) (Rich Trott) - [`b10fef2`](https://togithub.com/eslint/eslint/commit/b10fef25c99134d514fec4ddde19302661db5974) ci: use Node 16 for browser test ([#​15569](https://togithub.com/eslint/eslint/issues/15569)) (Milos Djermanovic) - [`92f89fb`](https://togithub.com/eslint/eslint/commit/92f89fb0647fef10468fd70d6782a845d75330e3) chore: suggest demo link in bug report template ([#​15557](https://togithub.com/eslint/eslint/issues/15557)) (Brandon Mills)
okonet/lint-staged ### [`v12.3.4`](https://togithub.com/okonet/lint-staged/releases/v12.3.4) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.3.3...v12.3.4) ##### Bug Fixes - add `package.json` to exports ([#​1059](https://togithub.com/okonet/lint-staged/issues/1059)) ([3395150](https://togithub.com/okonet/lint-staged/commit/339515010ccd95a2f952dbe65f8366463f94d26a)) ### [`v12.3.3`](https://togithub.com/okonet/lint-staged/releases/v12.3.3) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.3.2...v12.3.3) ##### Bug Fixes - use config directory as cwd, when multiple configs present ([#​1091](https://togithub.com/okonet/lint-staged/issues/1091)) ([9a14e92](https://togithub.com/okonet/lint-staged/commit/9a14e92e37abf658fc3a0d5504ff4e980e49996c))
puppeteer/puppeteer ### [`v13.3.2`](https://togithub.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#​1332-httpsgithubcompuppeteerpuppeteercomparev1331v1332-2022-02-14) [Compare Source](https://togithub.com/puppeteer/puppeteer/compare/v13.3.1...v13.3.2) ### [`v13.3.1`](https://togithub.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#​1331-httpsgithubcompuppeteerpuppeteercomparev1330v1331-2022-02-10) [Compare Source](https://togithub.com/puppeteer/puppeteer/compare/v13.3.0...v13.3.1) ### [`v13.3.0`](https://togithub.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#​1330-httpsgithubcompuppeteerpuppeteercomparev1320v1330-2022-02-09) [Compare Source](https://togithub.com/puppeteer/puppeteer/compare/v13.2.0...v13.3.0) ##### Features - **puppeteer:** export esm modules in package.json ([#​7964](https://togithub.com/puppeteer/puppeteer/issues/7964)) ([523b487](https://togithub.com/puppeteer/puppeteer/commit/523b487e8802824cecff86d256b4f7dbc4c47c8a)) ### [`v13.2.0`](https://togithub.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#​1320-httpsgithubcompuppeteerpuppeteercomparev1313v1320-2022-02-07) [Compare Source](https://togithub.com/puppeteer/puppeteer/compare/v13.1.3...v13.2.0) ##### Features - add more models to DeviceDescriptors ([#​7904](https://togithub.com/puppeteer/puppeteer/issues/7904)) ([6a655cb](https://togithub.com/puppeteer/puppeteer/commit/6a655cb647e12eaf1055be0b298908d83bebac25)) - **chromium:** roll to Chromium 99.0.4844.16 (r961656) ([#​7960](https://togithub.com/puppeteer/puppeteer/issues/7960)) ([96c3f94](https://togithub.com/puppeteer/puppeteer/commit/96c3f943b2f6e26bd871ecfcce71b6a33e214ebf)) ##### Bug Fixes - make projectRoot optional in Puppeteer and launchers ([#​7967](https://togithub.com/puppeteer/puppeteer/issues/7967)) ([9afdc63](https://togithub.com/puppeteer/puppeteer/commit/9afdc6300b80f01091dc4cb42d4ebe952c7d60f0)) - migrate more files to strict-mode TypeScript ([#​7950](https://togithub.com/puppeteer/puppeteer/issues/7950)) ([aaac8d9](https://togithub.com/puppeteer/puppeteer/commit/aaac8d9c44327a2c503ffd6c97b7f21e8010c3e4)) - typos in documentation ([#​7968](https://togithub.com/puppeteer/puppeteer/issues/7968)) ([41ab4e9](https://togithub.com/puppeteer/puppeteer/commit/41ab4e9127df64baa6c43ecde2f7ddd702ba7b0c)) ##### [13.1.3](https://togithub.com/puppeteer/puppeteer/compare/v13.1.2...v13.1.3) (2022-01-31) ##### Bug Fixes - issue with reading versions.js in doclint ([#​7940](https://togithub.com/puppeteer/puppeteer/issues/7940)) ([06ba963](https://togithub.com/puppeteer/puppeteer/commit/06ba9632a4c63859244068d32c312817d90daf63)) - make more files work in strict-mode TypeScript ([#​7936](https://togithub.com/puppeteer/puppeteer/issues/7936)) ([0636513](https://togithub.com/puppeteer/puppeteer/commit/0636513e34046f4d40b5e88beb2b18b16dab80aa)) - page.pdf producing an invalid pdf ([#​7868](https://togithub.com/puppeteer/puppeteer/issues/7868)) ([afea509](https://togithub.com/puppeteer/puppeteer/commit/afea509544fb99bfffe5b0bebe6f3575c53802f0)), closes [#​7757](https://togithub.com/puppeteer/puppeteer/issues/7757) ##### [13.1.2](https://togithub.com/puppeteer/puppeteer/compare/v13.1.1...v13.1.2) (2022-01-25) ##### Bug Fixes - **package.json:** update node-fetch package ([#​7924](https://togithub.com/puppeteer/puppeteer/issues/7924)) ([e4c48d3](https://togithub.com/puppeteer/puppeteer/commit/e4c48d3b8c2a812752094ed8163e4f2f32c4b6cb)) - types in Browser.ts to be compatible with strict mode Typescript ([#​7918](https://togithub.com/puppeteer/puppeteer/issues/7918)) ([a8ec0aa](https://togithub.com/puppeteer/puppeteer/commit/a8ec0aadc9c90d224d568d9e418d14261e6e85b1)), closes [#​6769](https://togithub.com/puppeteer/puppeteer/issues/6769) - types in Connection.ts to be compatible with strict mode Typescript ([#​7919](https://togithub.com/puppeteer/puppeteer/issues/7919)) ([d80d602](https://togithub.com/puppeteer/puppeteer/commit/d80d6027ea8e1b7fcdaf045398629cf8e6512658)), closes [#​6769](https://togithub.com/puppeteer/puppeteer/issues/6769) ##### [13.1.1](https://togithub.com/puppeteer/puppeteer/compare/v13.1.0...v13.1.1) (2022-01-18) ##### Bug Fixes - use content box for OOPIF offset calculations ([#​7911](https://togithub.com/puppeteer/puppeteer/issues/7911)) ([344feb5](https://togithub.com/puppeteer/puppeteer/commit/344feb53c28ce018a4c600d408468f6d9d741eee)) ### [`v13.1.3`](https://togithub.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#​1313-httpsgithubcompuppeteerpuppeteercomparev1312v1313-2022-01-31) [Compare Source](https://togithub.com/puppeteer/puppeteer/compare/v13.1.2...v13.1.3)

Configuration

📅 Schedule: "after 2pm on Saturday" in timezone Europe/Zurich.

🚦 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.

trieloff commented 2 years ago

:tada: This PR is included in version 4.2.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: