nozomiishii / configs

🍱 Crucial Configs
MIT License
5 stars 0 forks source link

chore(deps): update eslint #454

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-playwright 1.0.1 -> 1.2.0 age adoption passing confidence
eslint-plugin-storybook 0.6.15 -> 0.8.0 age adoption passing confidence

Release Notes

playwright-community/eslint-plugin-playwright (eslint-plugin-playwright) ### [`v1.2.0`](https://togithub.com/playwright-community/eslint-plugin-playwright/releases/tag/v1.2.0) [Compare Source](https://togithub.com/playwright-community/eslint-plugin-playwright/compare/v1.1.2...v1.2.0) ##### Features - Add `max-expects` rule ([acf80a0](https://togithub.com/playwright-community/eslint-plugin-playwright/commit/acf80a030ea4f90bc887828ac1f7edf7240ac731)) - Add `no-commented-out-tests` rule ([718d900](https://togithub.com/playwright-community/eslint-plugin-playwright/commit/718d900a81e63e1b44e56e11418b6445429234d3)) - Add `no-conditional-expect` rule ([dbf91cc](https://togithub.com/playwright-community/eslint-plugin-playwright/commit/dbf91ccd64c0c6fa4cb6cad4f26f5b19a2ffcb00)) - Add `no-duplicate-hooks` rule ([0a28d25](https://togithub.com/playwright-community/eslint-plugin-playwright/commit/0a28d25bd2042492f9905e320ea92af780bdedf3)) - Add `no-standalone-expect` rule ([#​223](https://togithub.com/playwright-community/eslint-plugin-playwright/issues/223)) ([8aa75d2](https://togithub.com/playwright-community/eslint-plugin-playwright/commit/8aa75d23627708ad8a4989821ab70d2824b9ba67)) - Add `prefer-hooks-in-order` rule ([10babed](https://togithub.com/playwright-community/eslint-plugin-playwright/commit/10babedbcc0987a7e410a0589bb67eafcab3ef7b)) - Add `prefer-hooks-on-top` rule ([24a51d2](https://togithub.com/playwright-community/eslint-plugin-playwright/commit/24a51d2063200ca22ae74f1756c200c4f72121ad)) ### [`v1.1.2`](https://togithub.com/playwright-community/eslint-plugin-playwright/releases/tag/v1.1.2) [Compare Source](https://togithub.com/playwright-community/eslint-plugin-playwright/compare/v1.1.1...v1.1.2) ##### Bug Fixes - **no-unsafe-references:** Ignore TypeScript type references ([3b3cafd](https://togithub.com/playwright-community/eslint-plugin-playwright/commit/3b3cafd9ad2c2b1de198537efa57bada78bac205)), closes [#​214](https://togithub.com/playwright-community/eslint-plugin-playwright/issues/214) - Update ESLint peer requirements to 8.40.0 ([3a9c302](https://togithub.com/playwright-community/eslint-plugin-playwright/commit/3a9c3027f8b6865065f167af537a590a85688fa4)) ### [`v1.1.1`](https://togithub.com/playwright-community/eslint-plugin-playwright/releases/tag/v1.1.1) [Compare Source](https://togithub.com/playwright-community/eslint-plugin-playwright/compare/v1.1.0...v1.1.1) ##### Bug Fixes - False positives for `no-unsafe-references` when using Promise, window, or console ([c2e9e10](https://togithub.com/playwright-community/eslint-plugin-playwright/commit/c2e9e101ef7b65c9538dccac0cddfd36b05a3139)) - **no-unsafe-references:** Add arguments after existing array elements ([50df5ba](https://togithub.com/playwright-community/eslint-plugin-playwright/commit/50df5ba4cc7bb885ca8ddbc94378f1a804effa55)) - **no-unsafe-references:** Convert non-array params to array when adding references ([b4ef27c](https://togithub.com/playwright-community/eslint-plugin-playwright/commit/b4ef27c1a9dbe43bd50972370230091d4b77a90a)) ### [`v1.1.0`](https://togithub.com/playwright-community/eslint-plugin-playwright/releases/tag/v1.1.0) [Compare Source](https://togithub.com/playwright-community/eslint-plugin-playwright/compare/v1.0.1...v1.1.0) ##### Features - Add `no-unsafe-references` rule to check for unsafe references to variables within `page.evaluate()` ([27f6236](https://togithub.com/playwright-community/eslint-plugin-playwright/commit/27f6236df22df5a0d150970e9674eb04b29bcca1)) - Support variable references in `prefer-web-first-assertions` ([#​210](https://togithub.com/playwright-community/eslint-plugin-playwright/issues/210)) ([8dae81e](https://togithub.com/playwright-community/eslint-plugin-playwright/commit/8dae81e879c802bbd9b8d7449859cfe6ef408c96)) ##### Bug Fixes - Set lowest Node.js version to 16.6.0 ([c8938e0](https://togithub.com/playwright-community/eslint-plugin-playwright/commit/c8938e0ebb390bf444ee0336a94573eff414b80e)) ##### Tests - Add Node 20 to CI tests ([72f96bb](https://togithub.com/playwright-community/eslint-plugin-playwright/commit/72f96bb3c49fd8d08debf5f88d47d62eb72dda8a))
storybookjs/eslint-plugin-storybook (eslint-plugin-storybook) ### [`v0.8.0`](https://togithub.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v080-Fri-Feb-16-2024) [Compare Source](https://togithub.com/storybookjs/eslint-plugin-storybook/compare/v0.7.0...v0.8.0) ##### 🚀 Enhancement - upgrades and stuff [#​150](https://togithub.com/storybookjs/eslint-plugin-storybook/pull/150) ([@​ndelangen](https://togithub.com/ndelangen)) ##### 🐛 Bug Fix - fix release [#​151](https://togithub.com/storybookjs/eslint-plugin-storybook/pull/151) ([@​ndelangen](https://togithub.com/ndelangen)) ##### Authors: 1 - Norbert de Langen ([@​ndelangen](https://togithub.com/ndelangen)) *** ### [`v0.7.0`](https://togithub.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v070-Fri-Feb-16-2024) [Compare Source](https://togithub.com/storybookjs/eslint-plugin-storybook/compare/v0.6.15...v0.7.0) ##### 🚀 Enhancement - Disable rule of hooks in stories files [#​149](https://togithub.com/storybookjs/eslint-plugin-storybook/pull/149) ([@​ndelangen](https://togithub.com/ndelangen)) ##### Authors: 1 - Norbert de Langen ([@​ndelangen](https://togithub.com/ndelangen)) ***

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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