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 #238

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
@web/test-runner 0.13.20 -> 0.13.25 age adoption passing confidence
@web/test-runner-commands 0.5.13 -> 0.6.1 age adoption passing confidence
eslint (source) 8.6.0 -> 8.7.0 age adoption passing confidence
lint-staged 12.1.7 -> 12.3.1 age adoption passing confidence
puppeteer 13.0.1 -> 13.1.1 age adoption passing confidence

Release Notes

modernweb-dev/web (@​web/test-runner) ### [`v0.13.25`](https://togithub.com/modernweb-dev/web/blob/HEAD/packages/test-runner/CHANGELOG.md#​01325) [Compare Source](https://togithub.com/modernweb-dev/web/compare/@web/test-runner@0.13.24...@web/test-runner@0.13.25) ##### Patch Changes - [`24cc921`](https://togithub.com/modernweb-dev/web/commit/24cc9212): Add `sendMousePlugin` to the default test runner config so that it will load automatically. ### [`v0.13.24`](https://togithub.com/modernweb-dev/web/blob/HEAD/packages/test-runner/CHANGELOG.md#​01324) [Compare Source](https://togithub.com/modernweb-dev/web/compare/@web/test-runner@0.13.23...@web/test-runner@0.13.24) ##### Patch Changes - [`65eed8d`](https://togithub.com/modernweb-dev/web/commit/65eed8d7): Adds a summary reporter which lists all the tests run when the test runner finishes. ```js import { summaryReporter } from '@​web/test-runner'; export default { reporters: [summaryReporter()], }; ``` If you'd like to flatten the suite names, so that each test is reported with it's full chain of suite titles, set the `flatten` option to true. ```js summaryReporter({ flatten: true }); ``` - [`8edded3`](https://togithub.com/modernweb-dev/web/commit/8edded31): Adds a dot reporter a la mocha. ```js import { dotReporter } from '@​web/test-runner'; export default { reporters: [dotReporter()], }; ``` ### [`v0.13.23`](https://togithub.com/modernweb-dev/web/blob/HEAD/packages/test-runner/CHANGELOG.md#​01323) [Compare Source](https://togithub.com/modernweb-dev/web/compare/@web/test-runner@0.13.22...@web/test-runner@0.13.23) ##### Patch Changes - Updated dependencies \[[`36a0616`](https://togithub.com/modernweb-dev/web/commit/36a06160)] - Updated dependencies \[[`064b9dd`](https://togithub.com/modernweb-dev/web/commit/064b9dde)] - [@​web/test-runner-commands](https://togithub.com/web/test-runner-commands)[@​0](https://togithub.com/0).6.0 ### [`v0.13.22`](https://togithub.com/modernweb-dev/web/blob/HEAD/packages/test-runner/CHANGELOG.md#​01322) [Compare Source](https://togithub.com/modernweb-dev/web/compare/@web/test-runner@0.13.21...@web/test-runner@0.13.22) ##### Patch Changes - [`3f79c24`](https://togithub.com/modernweb-dev/web/commit/3f79c247): Update dependency chrome-launcher to ^0.15.0 - Updated dependencies \[[`3f79c24`](https://togithub.com/modernweb-dev/web/commit/3f79c247)] - [@​web/test-runner-chrome](https://togithub.com/web/test-runner-chrome)[@​0](https://togithub.com/0).10.5 ### [`v0.13.21`](https://togithub.com/modernweb-dev/web/blob/HEAD/packages/test-runner/CHANGELOG.md#​01321) [Compare Source](https://togithub.com/modernweb-dev/web/compare/@web/test-runner@0.13.20...@web/test-runner@0.13.21) ##### Patch Changes - [`aab9a42`](https://togithub.com/modernweb-dev/web/commit/aab9a42f): Update dependency puppeteer-core to v11 - Updated dependencies \[[`aab9a42`](https://togithub.com/modernweb-dev/web/commit/aab9a42f)] - [@​web/test-runner-chrome](https://togithub.com/web/test-runner-chrome)[@​0](https://togithub.com/0).10.4
modernweb-dev/web (@​web/test-runner-commands) ### [`v0.6.1`](https://togithub.com/modernweb-dev/web/blob/HEAD/packages/test-runner-commands/CHANGELOG.md#​061) [Compare Source](https://togithub.com/modernweb-dev/web/compare/@web/test-runner-commands@0.6.0...@web/test-runner-commands@0.6.1) ##### Patch Changes - [`73286ca`](https://togithub.com/modernweb-dev/web/commit/73286ca6): Add missing exports to mjs entrypoints ### [`v0.6.0`](https://togithub.com/modernweb-dev/web/blob/HEAD/packages/test-runner-commands/CHANGELOG.md#​060) [Compare Source](https://togithub.com/modernweb-dev/web/compare/@web/test-runner-commands@0.5.13...@web/test-runner-commands@0.6.0) ##### Minor Changes - [`36a0616`](https://togithub.com/modernweb-dev/web/commit/36a06160): Add the sendMouse command for moving the mouse and clicking mouse buttons - [`064b9dd`](https://togithub.com/modernweb-dev/web/commit/064b9dde): Add a resetMouse command that resets the mouse position and releases mouse buttons.
eslint/eslint ### [`v8.7.0`](https://togithub.com/eslint/eslint/releases/v8.7.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.6.0...v8.7.0) #### Features - [`19ad061`](https://togithub.com/eslint/eslint/commit/19ad061290e1e97f760cfdce90a651cea9042c32) feat: no-restricted-imports support casing ([#​15439](https://togithub.com/eslint/eslint/issues/15439)) (gfyoung) - [`564ecdb`](https://togithub.com/eslint/eslint/commit/564ecdb992c6e236fa3ca903f8b2a645afc32d7e) feat: Support arbitrary module namespace names in no-restricted-imports ([#​15491](https://togithub.com/eslint/eslint/issues/15491)) (Milos Djermanovic) - [`968a02a`](https://togithub.com/eslint/eslint/commit/968a02af455f76446269afe07191c6aa37d44a88) feat: Support arbitrary module namespace names in no-useless-rename ([#​15493](https://togithub.com/eslint/eslint/issues/15493)) (Milos Djermanovic) - [`0d2b9a6`](https://togithub.com/eslint/eslint/commit/0d2b9a6dfa544f7ab084425eafc90a90aa14bcae) feat: move `eslint --init` to [@​eslint/create-config](https://togithub.com/eslint/create-config) ([#​15150](https://togithub.com/eslint/eslint/issues/15150)) (唯然) - [`127f524`](https://togithub.com/eslint/eslint/commit/127f524337f92dd72d36e71e646c91c9715ad444) feat: false negative with `property` option in `id-match` ([#​15474](https://togithub.com/eslint/eslint/issues/15474)) (Nitin Kumar) - [`359b2c1`](https://togithub.com/eslint/eslint/commit/359b2c18233cb48f7dae9433a877e5727fab3411) feat: Support arbitrary module namespace names in the camelcase rule ([#​15490](https://togithub.com/eslint/eslint/issues/15490)) (Milos Djermanovic) - [`3549571`](https://togithub.com/eslint/eslint/commit/3549571702dc3e0d9a4d3de615adb6abb13859c4) feat: Support arbitrary module namespace names in the quotes rule ([#​15479](https://togithub.com/eslint/eslint/issues/15479)) (Milos Djermanovic) - [`5563c45`](https://togithub.com/eslint/eslint/commit/5563c454901aafd54e01521e923cdcbaf051b08d) feat: Support arbitrary module namespace names in keyword-spacing ([#​15481](https://togithub.com/eslint/eslint/issues/15481)) (Milos Djermanovic) - [`fd3683f`](https://togithub.com/eslint/eslint/commit/fd3683f2f5ead78a2444163cab6849784a966a0a) feat: Support arbitrary module namespace names in no-restricted-exports ([#​15478](https://togithub.com/eslint/eslint/issues/15478)) (Milos Djermanovic) #### Bug Fixes - [`a8db9a5`](https://togithub.com/eslint/eslint/commit/a8db9a597672d3f9122f1cc8de8dfeb6a7f6aeac) fix: no-invalid-this false positive in class field initializer ([#​15495](https://togithub.com/eslint/eslint/issues/15495)) (Milos Djermanovic) - [`02d6426`](https://togithub.com/eslint/eslint/commit/02d642690282189664b9551e02fb7ff0e4b5c4fb) fix: Correctly consume RuleTester statics ([#​15507](https://togithub.com/eslint/eslint/issues/15507)) (Brad Zacher) - [`db15802`](https://togithub.com/eslint/eslint/commit/db15802ec4d129c89e563a4bf43ec610292695ab) fix: Add property `fatalErrorCount` to ignored file results ([#​15520](https://togithub.com/eslint/eslint/issues/15520)) (Francesco Trotta) - [`03ac8cf`](https://togithub.com/eslint/eslint/commit/03ac8cfc773279c01a62897692160f9a883ff4f5) fix: Prevent false positives with no-constant-condition ([#​15486](https://togithub.com/eslint/eslint/issues/15486)) (Jordan Eldredge) #### Documentation - [`f50f849`](https://togithub.com/eslint/eslint/commit/f50f849d2d2d92f28a944846cda209eaf624b9f4) docs: Update CLI docs to prefer local install ([#​15513](https://togithub.com/eslint/eslint/issues/15513)) (Nicholas C. Zakas) - [`0469eb1`](https://togithub.com/eslint/eslint/commit/0469eb1028e82e71a2da8608a1b8864dc3f47f24) docs: Update shell code fences for new website ([#​15522](https://togithub.com/eslint/eslint/issues/15522)) (Olga) #### Chores - [`369fb1b`](https://togithub.com/eslint/eslint/commit/369fb1b066279d761e59502111c2580834a41648) chore: Upgrade to eslint-visitor-keys@3.2.0 ([#​15526](https://togithub.com/eslint/eslint/issues/15526)) (Brandon Mills) - [`ba6317b`](https://togithub.com/eslint/eslint/commit/ba6317b4031c9f782b317bd1d9913e70b5625f28) ci: remove master branch from CI configs ([#​15501](https://togithub.com/eslint/eslint/issues/15501)) (Milos Djermanovic) - [`79b6340`](https://togithub.com/eslint/eslint/commit/79b6340d6ced0ad62628de6e51dce18d50a5be9f) chore: fixed typo in client-Engine ([#​15497](https://togithub.com/eslint/eslint/issues/15497)) (Abhay Gupta) - [`6278281`](https://togithub.com/eslint/eslint/commit/6278281fab5e1a9623c32ace62a050561e1c0a21) chore: switch `new syntax` issue template to forms ([#​15480](https://togithub.com/eslint/eslint/issues/15480)) (Nitin Kumar)
okonet/lint-staged ### [`v12.3.1`](https://togithub.com/okonet/lint-staged/releases/v12.3.1) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.3.0...v12.3.1) ##### Bug Fixes - **deps:** update dependencies ([f190fc3](https://togithub.com/okonet/lint-staged/commit/f190fc31888d0a3c6f7070cb0f97edcbc7018a0e)) ### [`v12.3.0`](https://togithub.com/okonet/lint-staged/releases/v12.3.0) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.2.2...v12.3.0) ##### Features - add `--cwd` option for overriding task directory ([62b5b83](https://togithub.com/okonet/lint-staged/commit/62b5b833950774e731b0ca034aa9289ec254a602)) ### [`v12.2.2`](https://togithub.com/okonet/lint-staged/releases/v12.2.2) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.2.1...v12.2.2) ##### Bug Fixes - always search config from `cwd` first ([4afcda5](https://togithub.com/okonet/lint-staged/commit/4afcda5addade65ef847e3c5b0c4a38db80d020b)) ### [`v12.2.1`](https://togithub.com/okonet/lint-staged/releases/v12.2.1) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.2.0...v12.2.1) ##### Bug Fixes - only throw if no configurations were found ([36b9546](https://togithub.com/okonet/lint-staged/commit/36b9546dda5ca24174b519ce6d132f31077b093b)) ### [`v12.2.0`](https://togithub.com/okonet/lint-staged/releases/v12.2.0) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.1.7...v12.2.0) ##### Bug Fixes - make console task titles more explicit ([1c94c27](https://togithub.com/okonet/lint-staged/commit/1c94c2780485f3a2273f8b82db8e74ecafe258b4)) ##### Features - support multiple configuration files ([90d1035](https://togithub.com/okonet/lint-staged/commit/90d1035ef709329d297272e9164b0452c1ed37bd))
puppeteer/puppeteer ### [`v13.1.1`](https://togithub.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#​1311-httpsgithubcompuppeteerpuppeteercomparev1310v1311-2022-01-18) [Compare Source](https://togithub.com/puppeteer/puppeteer/compare/v13.1.0...v13.1.1) ### [`v13.1.0`](https://togithub.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#​1310-httpsgithubcompuppeteerpuppeteercomparev1301v1310-2022-01-17) [Compare Source](https://togithub.com/puppeteer/puppeteer/compare/v13.0.1...v13.1.0) ##### Features - **chromium:** roll to Chromium 98.0.4758.0 (r950341) ([#​7907](https://togithub.com/puppeteer/puppeteer/issues/7907)) ([a55c86f](https://togithub.com/puppeteer/puppeteer/commit/a55c86fac504b5e89ba23735fb3a1b1d54a4e1e5)) ##### Bug Fixes - apply OOPIF offsets to bounding box and box model calls ([#​7906](https://togithub.com/puppeteer/puppeteer/issues/7906)) ([a566263](https://togithub.com/puppeteer/puppeteer/commit/a566263ba28e58ff648bffbdb628606f75d5876f)) - correctly compute clickable points for elements inside OOPIFs ([#​7900](https://togithub.com/puppeteer/puppeteer/issues/7900)) ([486bbe0](https://togithub.com/puppeteer/puppeteer/commit/486bbe010d5ee5c446d9e8daf61a080232379c3f)), closes [#​7849](https://togithub.com/puppeteer/puppeteer/issues/7849) - error for pre-existing OOPIFs ([#​7899](https://togithub.com/puppeteer/puppeteer/issues/7899)) ([d7937b8](https://togithub.com/puppeteer/puppeteer/commit/d7937b806d331bf16c2016aaf16e932b1334eac8)), closes [#​7844](https://togithub.com/puppeteer/puppeteer/issues/7844) [#​7896](https://togithub.com/puppeteer/puppeteer/issues/7896) ##### [13.0.1](https://togithub.com/puppeteer/puppeteer/compare/v13.0.0...v13.0.1) (2021-12-22) ##### Bug Fixes - disable a test failing on Firefox ([#​7846](https://togithub.com/puppeteer/puppeteer/issues/7846)) ([36207c5](https://togithub.com/puppeteer/puppeteer/commit/36207c5efe8ca21f4b3fc5b00212700326a701d2)) - make sure ElementHandle.waitForSelector is evaluated in the right context ([#​7843](https://togithub.com/puppeteer/puppeteer/issues/7843)) ([8d8e874](https://togithub.com/puppeteer/puppeteer/commit/8d8e874b072b17fc763f33d08e51c046b7435244)) - predicate arguments for waitForFunction ([#​7845](https://togithub.com/puppeteer/puppeteer/issues/7845)) ([1c44551](https://togithub.com/puppeteer/puppeteer/commit/1c44551f1b5bb19455b4a1eb7061715717ec880e)), closes [#​7836](https://togithub.com/puppeteer/puppeteer/issues/7836)

Configuration

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

🚦 Automerge: Disabled due to failing status checks.

â™» 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 3.36.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: