AlexRogalskiy / screenshots

📸 Styled Screenshots API
https://styled-screenshots.vercel.app/
GNU General Public License v3.0
3 stars 1 forks source link

:arrow_up: Updates eslint-plugin-jest to v28 #934

Open renovate[bot] opened 5 months ago

renovate[bot] commented 5 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-jest ^24.4.0 -> ^28.0.0 age adoption passing confidence

Release Notes

jest-community/eslint-plugin-jest (eslint-plugin-jest) ### [`v28.8.1`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2881-2024-08-29) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v28.8.0...v28.8.1) ##### Bug Fixes - **prefer-importing-jest-globals:** support typescript-eslint parser ([#​1639](https://togithub.com/jest-community/eslint-plugin-jest/issues/1639)) ([307f6a7](https://togithub.com/jest-community/eslint-plugin-jest/commit/307f6a7b3aad7a5c891d8fea9f115e5d2f4f3fbb)) ### [`v28.8.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2880-2024-08-07) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v28.7.0...v28.8.0) ##### Features - import formatting rules from `eslint-plugin-jest-formatting` ([#​1563](https://togithub.com/jest-community/eslint-plugin-jest/issues/1563)) ([74078ee](https://togithub.com/jest-community/eslint-plugin-jest/commit/74078ee13dd7c7d257d514809dadc5593a214e74)) ### [`v28.7.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2870-2024-08-03) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v28.6.0...v28.7.0) ##### Features - allow `[@typescript-eslint](https://togithub.com/typescript-eslint)` v8 ([#​1636](https://togithub.com/jest-community/eslint-plugin-jest/issues/1636)) ([fb43171](https://togithub.com/jest-community/eslint-plugin-jest/commit/fb43171a150922524744194e023841af12b3f76b)) ### [`v28.6.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2860-2024-06-06) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v28.5.0...v28.6.0) ##### Features - **prefer-jest-mocked:** add new rule ([#​1599](https://togithub.com/jest-community/eslint-plugin-jest/issues/1599)) ([4b6a4f2](https://togithub.com/jest-community/eslint-plugin-jest/commit/4b6a4f29c51ccc2dbb79a2f24d4a5cecd8195a8b)) - **valid-expect:** supporting automatically fixing adding async in some cases ([#​1579](https://togithub.com/jest-community/eslint-plugin-jest/issues/1579)) ([5b9b47e](https://togithub.com/jest-community/eslint-plugin-jest/commit/5b9b47e3822e7895f8d74d73b0e07e3eff406523)) ### [`v28.5.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2850-2024-05-03) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v28.4.0...v28.5.0) ##### Features - allow `@typescript-eslint/utils` v7 as a direct dependency ([#​1567](https://togithub.com/jest-community/eslint-plugin-jest/issues/1567)) ([1476f10](https://togithub.com/jest-community/eslint-plugin-jest/commit/1476f10d39ce78fe5675b8b2c9d7095573eceb6b)) ### [`v28.4.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2840-2024-05-03) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v28.3.0...v28.4.0) ##### Features - **valid-expect:** supporting automatically fixing missing `await` in some cases ([#​1574](https://togithub.com/jest-community/eslint-plugin-jest/issues/1574)) ([a407098](https://togithub.com/jest-community/eslint-plugin-jest/commit/a40709833cd12a87b746ddf2e26a10af838bca0a)) ### [`v28.3.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2830-2024-04-27) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v28.2.0...v28.3.0) ##### Features - prefer importing jest globals for specific types ([#​1568](https://togithub.com/jest-community/eslint-plugin-jest/issues/1568)) ([c464ae3](https://togithub.com/jest-community/eslint-plugin-jest/commit/c464ae311b81f005af29df610d4032519125bafa)) ### [`v28.2.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2820-2024-04-06) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v28.1.1...v28.2.0) ##### Features - support providing aliases for `@jest/globals` package ([#​1543](https://togithub.com/jest-community/eslint-plugin-jest/issues/1543)) ([744d4f6](https://togithub.com/jest-community/eslint-plugin-jest/commit/744d4f6fa5685e0c87062cc867ecadbad9b2e06c)) #### [28.1.1](https://togithub.com/jest-community/eslint-plugin-jest/compare/v28.1.0...v28.1.1) (2024-04-06) ##### Bug Fixes - **max-expects:** properly reset counter when exiting a test case ([#​1550](https://togithub.com/jest-community/eslint-plugin-jest/issues/1550)) ([b4b7cbc](https://togithub.com/jest-community/eslint-plugin-jest/commit/b4b7cbc6195b47ba032fcf9ef1443de6b851d42b)) ### [`v28.1.1`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2811-2024-04-06) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v28.1.0...v28.1.1) ##### Bug Fixes - **max-expects:** properly reset counter when exiting a test case ([#​1550](https://togithub.com/jest-community/eslint-plugin-jest/issues/1550)) ([b4b7cbc](https://togithub.com/jest-community/eslint-plugin-jest/commit/b4b7cbc6195b47ba032fcf9ef1443de6b851d42b)) ### [`v28.1.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2810-2024-04-06) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v28.0.0...v28.1.0) ##### Features - add `prefer-importing-jest-globals` rule ([#​1490](https://togithub.com/jest-community/eslint-plugin-jest/issues/1490)) ([37478d8](https://togithub.com/jest-community/eslint-plugin-jest/commit/37478d860eb15841f2ab73bb3fb6d94f51841638)), closes [#​1101](https://togithub.com/jest-community/eslint-plugin-jest/issues/1101) ### [`v28.0.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2800-2024-04-06) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.9.0...v28.0.0) ##### Bug Fixes - allow ESLint 9 as peer dependency ([#​1547](https://togithub.com/jest-community/eslint-plugin-jest/issues/1547)) ([3c5e167](https://togithub.com/jest-community/eslint-plugin-jest/commit/3c5e1673afd02dc2c9b90d259c0452326715ae6c)) - drop support for Node 19 ([#​1548](https://togithub.com/jest-community/eslint-plugin-jest/issues/1548)) ([c87e388](https://togithub.com/jest-community/eslint-plugin-jest/commit/c87e3887e736c40d1460af9cdbdffe30f79fdaea)) - **no-large-snapshots:** avoid `instanceof RegExp` check for ESLint v9 compatibility ([#​1542](https://togithub.com/jest-community/eslint-plugin-jest/issues/1542)) ([af4a9c9](https://togithub.com/jest-community/eslint-plugin-jest/commit/af4a9c94d624b5db4643c994f5bec96b0cb889b8)) ##### Features - drop support for `@typescript-eslint/eslint-plugin` v5 ([#​1530](https://togithub.com/jest-community/eslint-plugin-jest/issues/1530)) ([150e355](https://togithub.com/jest-community/eslint-plugin-jest/commit/150e3558a637b49ddd76d362f88332b30f78dc5c)) - drop support for Node v14 ([#​1527](https://togithub.com/jest-community/eslint-plugin-jest/issues/1527)) ([df5e580](https://togithub.com/jest-community/eslint-plugin-jest/commit/df5e58081d1bd15fbed8bd22f6c03d5f350d73b6)) - remove `no-if` rule ([#​1528](https://togithub.com/jest-community/eslint-plugin-jest/issues/1528)) ([f976fc8](https://togithub.com/jest-community/eslint-plugin-jest/commit/f976fc8c71fc5e9f55cd5ae09092f15ee277fd2c)) - remove `snapshot` processor and `flat/snapshot` config ([#​1532](https://togithub.com/jest-community/eslint-plugin-jest/issues/1532)) ([98087f9](https://togithub.com/jest-community/eslint-plugin-jest/commit/98087f9bb27082f9fbda59a56c65536fb9d8a0dc)) - upgrade `@typescript-eslint/utils` to v6 ([#​1508](https://togithub.com/jest-community/eslint-plugin-jest/issues/1508)) ([dc6e8cd](https://togithub.com/jest-community/eslint-plugin-jest/commit/dc6e8cd249817de585b50e473c2146e1542dd146)) ##### BREAKING CHANGES - Node v19 is no longer supported - removed unneeded `snapshot` processor and `flat/snapshot` config - dropped support for `@typescript-eslint/eslint-plugin` v5 - dropped support for Node v14 - removed `no-if` in favor of `no-conditional-in-test` ### [`v27.9.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2790-2024-02-16) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.8.0...v27.9.0) ##### Features - add should-be-fine support for flat configs ([#​1505](https://togithub.com/jest-community/eslint-plugin-jest/issues/1505)) ([4cc2a1b](https://togithub.com/jest-community/eslint-plugin-jest/commit/4cc2a1b680507ff006b5d2b02fa6d262584bb263)) ### [`v27.8.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2780-2024-02-13) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.7.0...v27.8.0) ##### Features - support `failing.each` ([#​1499](https://togithub.com/jest-community/eslint-plugin-jest/issues/1499)) ([9e9cf83](https://togithub.com/jest-community/eslint-plugin-jest/commit/9e9cf8302ae182402da853a11b05e1560ccc63ee)) ### [`v27.7.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2770-2024-02-13) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.6.3...v27.7.0) ##### Features - allow `[@typescript-eslint](https://togithub.com/typescript-eslint)` v7 ([#​1500](https://togithub.com/jest-community/eslint-plugin-jest/issues/1500)) ([6be2928](https://togithub.com/jest-community/eslint-plugin-jest/commit/6be2928816c69afca88a598e302910b113068ee9)) #### [27.6.3](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.6.2...v27.6.3) (2024-01-12) ##### Bug Fixes - replace use of deprecated methods ([#​1453](https://togithub.com/jest-community/eslint-plugin-jest/issues/1453)) ([9204a51](https://togithub.com/jest-community/eslint-plugin-jest/commit/9204a51b4a43541e5e59c6c7fb3a3da1e2d49c2b)) #### [27.6.2](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.6.1...v27.6.2) (2024-01-10) ##### Reverts - Revert "chore: use relative path to parent `tsconfig.json` ([#​1476](https://togithub.com/jest-community/eslint-plugin-jest/issues/1476))" ([5e6199d](https://togithub.com/jest-community/eslint-plugin-jest/commit/5e6199d62154e21ccc732bc09d8bbb87bd3ef748)), closes [#​1476](https://togithub.com/jest-community/eslint-plugin-jest/issues/1476) #### [27.6.1](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.6.0...v27.6.1) (2024-01-01) ##### Bug Fixes - include plugin `meta` information with snapshot processor for ESLint v9 ([#​1484](https://togithub.com/jest-community/eslint-plugin-jest/issues/1484)) ([067e246](https://togithub.com/jest-community/eslint-plugin-jest/commit/067e246864813fa88933f06628b6ca0ff31ca863)) ### [`v27.6.3`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2763-2024-01-12) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.6.2...v27.6.3) ##### Bug Fixes - replace use of deprecated methods ([#​1453](https://togithub.com/jest-community/eslint-plugin-jest/issues/1453)) ([9204a51](https://togithub.com/jest-community/eslint-plugin-jest/commit/9204a51b4a43541e5e59c6c7fb3a3da1e2d49c2b)) ### [`v27.6.2`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2762-2024-01-10) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.6.1...v27.6.2) ##### Reverts - Revert "chore: use relative path to parent `tsconfig.json` ([#​1476](https://togithub.com/jest-community/eslint-plugin-jest/issues/1476))" ([5e6199d](https://togithub.com/jest-community/eslint-plugin-jest/commit/5e6199d62154e21ccc732bc09d8bbb87bd3ef748)), closes [#​1476](https://togithub.com/jest-community/eslint-plugin-jest/issues/1476) ### [`v27.6.1`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2761-2024-01-01) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.6.0...v27.6.1) ##### Bug Fixes - include plugin `meta` information with snapshot processor for ESLint v9 ([#​1484](https://togithub.com/jest-community/eslint-plugin-jest/issues/1484)) ([067e246](https://togithub.com/jest-community/eslint-plugin-jest/commit/067e246864813fa88933f06628b6ca0ff31ca863)) ### [`v27.6.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2760-2023-10-26) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.5.0...v27.6.0) ##### Features - include plugin `meta` information for ESLint v9 ([#​1454](https://togithub.com/jest-community/eslint-plugin-jest/issues/1454)) ([4d57146](https://togithub.com/jest-community/eslint-plugin-jest/commit/4d571467631a407a038d5b4d61bc45f4622954f1)) ### [`v27.5.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2750-2023-10-26) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.4.3...v27.5.0) ##### Features - **valid-title:** allow ignoring tests with non-string titles ([#​1460](https://togithub.com/jest-community/eslint-plugin-jest/issues/1460)) ([ea89da9](https://togithub.com/jest-community/eslint-plugin-jest/commit/ea89da9b4e726980d80f97b69d31a4c4f81ff562)) #### [27.4.3](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.4.2...v27.4.3) (2023-10-20) ##### Bug Fixes - **expect-expert:** change reporting node ([#​1452](https://togithub.com/jest-community/eslint-plugin-jest/issues/1452)) ([64d5cda](https://togithub.com/jest-community/eslint-plugin-jest/commit/64d5cda7e64df7c73cde03ca057dfb71e87f50c4)) #### [27.4.2](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.4.1...v27.4.2) (2023-09-29) ##### Bug Fixes - make rule message punctuation consistent ([#​1444](https://togithub.com/jest-community/eslint-plugin-jest/issues/1444)) ([84121ee](https://togithub.com/jest-community/eslint-plugin-jest/commit/84121eee018cc8cc32e6c7a267fc27efd3a4a0a0)) #### [27.4.1](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.4.0...v27.4.1) (2023-09-29) ##### Bug Fixes - **no-focused-tests:** make reporting location consistent ([#​1443](https://togithub.com/jest-community/eslint-plugin-jest/issues/1443)) ([a871775](https://togithub.com/jest-community/eslint-plugin-jest/commit/a87177504430d1c469af70d6fc3b674a388291d8)) ### [`v27.4.3`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2743-2023-10-20) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.4.2...v27.4.3) ##### Bug Fixes - **expect-expert:** change reporting node ([#​1452](https://togithub.com/jest-community/eslint-plugin-jest/issues/1452)) ([64d5cda](https://togithub.com/jest-community/eslint-plugin-jest/commit/64d5cda7e64df7c73cde03ca057dfb71e87f50c4)) ### [`v27.4.2`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2742-2023-09-29) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.4.1...v27.4.2) ##### Bug Fixes - make rule message punctuation consistent ([#​1444](https://togithub.com/jest-community/eslint-plugin-jest/issues/1444)) ([84121ee](https://togithub.com/jest-community/eslint-plugin-jest/commit/84121eee018cc8cc32e6c7a267fc27efd3a4a0a0)) ### [`v27.4.1`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2741-2023-09-29) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.4.0...v27.4.1) ##### Bug Fixes - **no-focused-tests:** make reporting location consistent ([#​1443](https://togithub.com/jest-community/eslint-plugin-jest/issues/1443)) ([a871775](https://togithub.com/jest-community/eslint-plugin-jest/commit/a87177504430d1c469af70d6fc3b674a388291d8)) ### [`v27.4.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2740-2023-09-15) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.3.0...v27.4.0) ##### Features - **valid-title:** support ignoring leading and trailing whitespace ([#​1433](https://togithub.com/jest-community/eslint-plugin-jest/issues/1433)) ([bc96473](https://togithub.com/jest-community/eslint-plugin-jest/commit/bc96473488e004885d8926dc716ef96f889c3d1b)) ### [`v27.3.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2730-2023-09-15) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.2.3...v27.3.0) ##### Features - add `no-confusing-set-time` rule ([#​1425](https://togithub.com/jest-community/eslint-plugin-jest/issues/1425)) ([ff8e482](https://togithub.com/jest-community/eslint-plugin-jest/commit/ff8e482380b36bf8423dac7f9fb6340aca8ae313)) #### [27.2.3](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.2.2...v27.2.3) (2023-07-13) ##### Bug Fixes - allow `@typescript-eslint/eslint-plugin` v6 as peer dep ([#​1400](https://togithub.com/jest-community/eslint-plugin-jest/issues/1400)) ([04b2bf2](https://togithub.com/jest-community/eslint-plugin-jest/commit/04b2bf29bf086f8ce8173a9c3bc15ce31915dbe2)), closes [#​1398](https://togithub.com/jest-community/eslint-plugin-jest/issues/1398) #### [27.2.2](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.2.1...v27.2.2) (2023-06-19) ##### Bug Fixes - add missing (optional) peer dependency on Jest ([#​1384](https://togithub.com/jest-community/eslint-plugin-jest/issues/1384)) ([34c3d32](https://togithub.com/jest-community/eslint-plugin-jest/commit/34c3d32cab726c88dc385a9e7a8998c727f4720c)) #### [27.2.1](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.2.0...v27.2.1) (2023-01-06) ##### Bug Fixes - **valid-expect-in-promise:** handle sparse arrays ([#​1325](https://togithub.com/jest-community/eslint-plugin-jest/issues/1325)) ([21e72c9](https://togithub.com/jest-community/eslint-plugin-jest/commit/21e72c9d94ed66c1006212e5da78bac8b62fa8c7)) ### [`v27.2.3`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2723-2023-07-13) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.2.2...v27.2.3) ##### Bug Fixes - allow `@typescript-eslint/eslint-plugin` v6 as peer dep ([#​1400](https://togithub.com/jest-community/eslint-plugin-jest/issues/1400)) ([04b2bf2](https://togithub.com/jest-community/eslint-plugin-jest/commit/04b2bf29bf086f8ce8173a9c3bc15ce31915dbe2)), closes [#​1398](https://togithub.com/jest-community/eslint-plugin-jest/issues/1398) ### [`v27.2.2`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2722-2023-06-19) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.2.1...v27.2.2) ##### Bug Fixes - add missing (optional) peer dependency on Jest ([#​1384](https://togithub.com/jest-community/eslint-plugin-jest/issues/1384)) ([34c3d32](https://togithub.com/jest-community/eslint-plugin-jest/commit/34c3d32cab726c88dc385a9e7a8998c727f4720c)) ### [`v27.2.1`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2721-2023-01-06) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.2.0...v27.2.1) ##### Bug Fixes - **valid-expect-in-promise:** handle sparse arrays ([#​1325](https://togithub.com/jest-community/eslint-plugin-jest/issues/1325)) ([21e72c9](https://togithub.com/jest-community/eslint-plugin-jest/commit/21e72c9d94ed66c1006212e5da78bac8b62fa8c7)) ### [`v27.2.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2720-2022-12-31) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.1.7...v27.2.0) ##### Features - create `no-untyped-mock-factory` rule ([#​1314](https://togithub.com/jest-community/eslint-plugin-jest/issues/1314)) ([ee43c3f](https://togithub.com/jest-community/eslint-plugin-jest/commit/ee43c3f4d5de5e6935d0242cc846f1dec43af20d)) #### [27.1.7](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.1.6...v27.1.7) (2022-12-15) ##### Bug Fixes - **prefer-spy-on:** improve autofix ([#​1308](https://togithub.com/jest-community/eslint-plugin-jest/issues/1308)) ([5d1b7a7](https://togithub.com/jest-community/eslint-plugin-jest/commit/5d1b7a76dbc07eb52b5c9111213c32b09e3bec9b)) #### [27.1.6](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.1.5...v27.1.6) (2022-11-24) ##### Bug Fixes - ensure rule fixes produce valid code when function params and args have trailing commas ([#​1282](https://togithub.com/jest-community/eslint-plugin-jest/issues/1282)) ([8eca0b7](https://togithub.com/jest-community/eslint-plugin-jest/commit/8eca0b78920011d62eee35b42a90663082862131)) #### [27.1.5](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.1.4...v27.1.5) (2022-11-10) ##### Performance Improvements - use `Set` instead of iterating, and deduplicate a function ([#​1278](https://togithub.com/jest-community/eslint-plugin-jest/issues/1278)) ([0e048f1](https://togithub.com/jest-community/eslint-plugin-jest/commit/0e048f1577565119cf686eac4477be64a41b2a08)) #### [27.1.4](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.1.3...v27.1.4) (2022-11-04) ##### Performance Improvements - don't collect more info than needed when resolving jest functions ([#​1275](https://togithub.com/jest-community/eslint-plugin-jest/issues/1275)) ([e4a5674](https://togithub.com/jest-community/eslint-plugin-jest/commit/e4a567434d84585e01efcdd22ca7e77288069ae5)) #### [27.1.3](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.1.2...v27.1.3) (2022-10-18) ##### Bug Fixes - **no-restricted-jest-methods:** don't crash on `jest()` ([#​1269](https://togithub.com/jest-community/eslint-plugin-jest/issues/1269)) ([4450daa](https://togithub.com/jest-community/eslint-plugin-jest/commit/4450daa17ae542bbfed85d16845c5dac1c310dea)) #### [27.1.2](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.1.1...v27.1.2) (2022-10-14) ##### Bug Fixes - **valid-expect-in-promise:** adjust grammar in rule message ([#​1264](https://togithub.com/jest-community/eslint-plugin-jest/issues/1264)) ([4494ed2](https://togithub.com/jest-community/eslint-plugin-jest/commit/4494ed21686edeb1bc4535cb2159989f87a7493e)) #### [27.1.1](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.1.0...v27.1.1) (2022-10-05) ##### Bug Fixes - **prefer-to-be:** support negative numbers ([#​1260](https://togithub.com/jest-community/eslint-plugin-jest/issues/1260)) ([557dd39](https://togithub.com/jest-community/eslint-plugin-jest/commit/557dd394a4535276a4c6fa046bfb525f4c412800)) ### [`v27.1.7`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2717-2022-12-15) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.1.6...v27.1.7) ##### Bug Fixes - **prefer-spy-on:** improve autofix ([#​1308](https://togithub.com/jest-community/eslint-plugin-jest/issues/1308)) ([5d1b7a7](https://togithub.com/jest-community/eslint-plugin-jest/commit/5d1b7a76dbc07eb52b5c9111213c32b09e3bec9b)) ### [`v27.1.6`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2716-2022-11-24) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.1.5...v27.1.6) ##### Bug Fixes - ensure rule fixes produce valid code when function params and args have trailing commas ([#​1282](https://togithub.com/jest-community/eslint-plugin-jest/issues/1282)) ([8eca0b7](https://togithub.com/jest-community/eslint-plugin-jest/commit/8eca0b78920011d62eee35b42a90663082862131)) ### [`v27.1.5`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2715-2022-11-10) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.1.4...v27.1.5) ##### Performance Improvements - use `Set` instead of iterating, and deduplicate a function ([#​1278](https://togithub.com/jest-community/eslint-plugin-jest/issues/1278)) ([0e048f1](https://togithub.com/jest-community/eslint-plugin-jest/commit/0e048f1577565119cf686eac4477be64a41b2a08)) ### [`v27.1.4`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2714-2022-11-04) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.1.3...v27.1.4) ##### Performance Improvements - don't collect more info than needed when resolving jest functions ([#​1275](https://togithub.com/jest-community/eslint-plugin-jest/issues/1275)) ([e4a5674](https://togithub.com/jest-community/eslint-plugin-jest/commit/e4a567434d84585e01efcdd22ca7e77288069ae5)) ### [`v27.1.3`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2713-2022-10-18) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.1.2...v27.1.3) ##### Bug Fixes - **no-restricted-jest-methods:** don't crash on `jest()` ([#​1269](https://togithub.com/jest-community/eslint-plugin-jest/issues/1269)) ([4450daa](https://togithub.com/jest-community/eslint-plugin-jest/commit/4450daa17ae542bbfed85d16845c5dac1c310dea)) ### [`v27.1.2`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2712-2022-10-14) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.1.1...v27.1.2) ##### Bug Fixes - **valid-expect-in-promise:** adjust grammar in rule message ([#​1264](https://togithub.com/jest-community/eslint-plugin-jest/issues/1264)) ([4494ed2](https://togithub.com/jest-community/eslint-plugin-jest/commit/4494ed21686edeb1bc4535cb2159989f87a7493e)) ### [`v27.1.1`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2711-2022-10-05) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.1.0...v27.1.1) ##### Bug Fixes - **prefer-to-be:** support negative numbers ([#​1260](https://togithub.com/jest-community/eslint-plugin-jest/issues/1260)) ([557dd39](https://togithub.com/jest-community/eslint-plugin-jest/commit/557dd394a4535276a4c6fa046bfb525f4c412800)) ### [`v27.1.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2710-2022-10-03) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.0.4...v27.1.0) ##### Features - create `no-restricted-jest-methods` rule ([#​1257](https://togithub.com/jest-community/eslint-plugin-jest/issues/1257)) ([b8e61b1](https://togithub.com/jest-community/eslint-plugin-jest/commit/b8e61b192ac79971575a3a250df2c54056eadc90)) #### [27.0.4](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.0.3...v27.0.4) (2022-09-10) ##### Bug Fixes - consistent rule doc notices and sections ([#​1226](https://togithub.com/jest-community/eslint-plugin-jest/issues/1226)) ([2580563](https://togithub.com/jest-community/eslint-plugin-jest/commit/25805639edf59b5d8825cd4245e1fa66aff56382)) #### [27.0.3](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.0.2...v27.0.3) (2022-09-09) ##### Bug Fixes - ensure jest globals are enabled in `styles` config ([#​1241](https://togithub.com/jest-community/eslint-plugin-jest/issues/1241)) ([a165e98](https://togithub.com/jest-community/eslint-plugin-jest/commit/a165e98b2a8728c427d6c484122dc9e64629052b)) #### [27.0.2](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.0.1...v27.0.2) (2022-09-08) ##### Bug Fixes - **no-restricted-matchers:** improve check to not be solely based on the start of the matcher chain ([#​1236](https://togithub.com/jest-community/eslint-plugin-jest/issues/1236)) ([5fe4568](https://togithub.com/jest-community/eslint-plugin-jest/commit/5fe45680c93ff50745fc8f8f271607c21d9cae87)), closes [#​1235](https://togithub.com/jest-community/eslint-plugin-jest/issues/1235) #### [27.0.1](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.0.0...v27.0.1) (2022-08-28) ##### Bug Fixes - **prefer-expect-assertions:** report on concise arrow functions with `expect` call ([#​1225](https://togithub.com/jest-community/eslint-plugin-jest/issues/1225)) ([64ec9c1](https://togithub.com/jest-community/eslint-plugin-jest/commit/64ec9c10b0b67a19893e09f4462d5b1a1e984baf)) ### [`v27.0.4`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2704-2022-09-10) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.0.3...v27.0.4) ##### Bug Fixes - consistent rule doc notices and sections ([#​1226](https://togithub.com/jest-community/eslint-plugin-jest/issues/1226)) ([2580563](https://togithub.com/jest-community/eslint-plugin-jest/commit/25805639edf59b5d8825cd4245e1fa66aff56382)) ### [`v27.0.3`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2703-2022-09-09) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.0.2...v27.0.3) ##### Bug Fixes - ensure jest globals are enabled in `styles` config ([#​1241](https://togithub.com/jest-community/eslint-plugin-jest/issues/1241)) ([a165e98](https://togithub.com/jest-community/eslint-plugin-jest/commit/a165e98b2a8728c427d6c484122dc9e64629052b)) ### [`v27.0.2`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2702-2022-09-08) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.0.1...v27.0.2) ##### Bug Fixes - **no-restricted-matchers:** improve check to not be solely based on the start of the matcher chain ([#​1236](https://togithub.com/jest-community/eslint-plugin-jest/issues/1236)) ([5fe4568](https://togithub.com/jest-community/eslint-plugin-jest/commit/5fe45680c93ff50745fc8f8f271607c21d9cae87)), closes [#​1235](https://togithub.com/jest-community/eslint-plugin-jest/issues/1235) ### [`v27.0.1`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2701-2022-08-28) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.0.0...v27.0.1) ##### Bug Fixes - **prefer-expect-assertions:** report on concise arrow functions with `expect` call ([#​1225](https://togithub.com/jest-community/eslint-plugin-jest/issues/1225)) ([64ec9c1](https://togithub.com/jest-community/eslint-plugin-jest/commit/64ec9c10b0b67a19893e09f4462d5b1a1e984baf)) ### [`v27.0.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2700-2022-08-28) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.9.0...v27.0.0) ##### Bug Fixes - **unbound-method:** don't suppress errors from base rule ([#​1219](https://togithub.com/jest-community/eslint-plugin-jest/issues/1219)) ([7c1389e](https://togithub.com/jest-community/eslint-plugin-jest/commit/7c1389e3d8c59e283de37ed86f3f4c12fb38c3ff)) ##### Features - drop support for `eslint@6` ([#​1212](https://togithub.com/jest-community/eslint-plugin-jest/issues/1212)) ([21fc2fe](https://togithub.com/jest-community/eslint-plugin-jest/commit/21fc2feea67a8fd9f6673fd6a1e91ca1f5bdda11)) - drop support for Node versions 12 and 17 ([#​1211](https://togithub.com/jest-community/eslint-plugin-jest/issues/1211)) ([4c987f5](https://togithub.com/jest-community/eslint-plugin-jest/commit/4c987f5f566398d95584668bd2bc18bfdf438e40)) - make `no-alias-methods` recommended ([#​1221](https://togithub.com/jest-community/eslint-plugin-jest/issues/1221)) ([914b24a](https://togithub.com/jest-community/eslint-plugin-jest/commit/914b24a0bc12a151e6f7ecec37a440769b555b94)) - **no-jest-import:** remove rule ([#​1220](https://togithub.com/jest-community/eslint-plugin-jest/issues/1220)) ([918873b](https://togithub.com/jest-community/eslint-plugin-jest/commit/918873beb15d4a698fe5150d826d44b696283683)) - **no-restricted-matchers:** match based on start of chain, requiring each permutation to be set ([#​1218](https://togithub.com/jest-community/eslint-plugin-jest/issues/1218)) ([f4dd97a](https://togithub.com/jest-community/eslint-plugin-jest/commit/f4dd97a7ec3b985d0f7e42a5a6331bc0c65a7d56)) ##### BREAKING CHANGES - `no-alias-methods` is now recommended as the methods themselves will be removed in the next major version of Jest - **no-jest-import:** removed `no-jest-import` rule - **unbound-method:** errors thrown by the `unbound-method` base rule are no longer suppressed - really this means that if you don't specify `project` when this rule is enabled and `@typescript-eslint/eslint-plugin` is present, that error will no longer be suppressed instead of silently doing nothing; it will still not throw if this rule is enabled without the base rule being present - **no-restricted-matchers:** `no-restricted-matchers` now checks against the start of the expect chain, meaning you have to explicitly list each possible matcher & modifier permutations that you want to restrict - Support for ESLint version 6 is removed - Node versions 12 and 17 are no longer supported ### [`v26.9.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2690-2022-08-28) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.7...v26.9.0) ##### Features - create `prefer-each` rule ([#​1222](https://togithub.com/jest-community/eslint-plugin-jest/issues/1222)) ([574eaed](https://togithub.com/jest-community/eslint-plugin-jest/commit/574eaed9fafcdc4ed5624451f792c8951eb49f0a)) #### [26.8.7](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.6...v26.8.7) (2022-08-21) ##### Bug Fixes - **prefer-expect-assertions:** report on concise arrow functions ([#​1207](https://togithub.com/jest-community/eslint-plugin-jest/issues/1207)) ([f928747](https://togithub.com/jest-community/eslint-plugin-jest/commit/f92874783dd437108463231bf83afdb946641229)) #### [26.8.6](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.5...v26.8.6) (2022-08-21) ##### Bug Fixes - **max-expect:** reset `expect` counter when entering and exiting test function calls ([#​1206](https://togithub.com/jest-community/eslint-plugin-jest/issues/1206)) ([3908ab8](https://togithub.com/jest-community/eslint-plugin-jest/commit/3908ab8c4bf7453d70a5ed04e22bf3ed90834576)) #### [26.8.5](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.4...v26.8.5) (2022-08-20) ##### Bug Fixes - **prefer-expect-assertions:** use scoped based jest fn call parser for `expect` checks ([#​1201](https://togithub.com/jest-community/eslint-plugin-jest/issues/1201)) ([fd54ca1](https://togithub.com/jest-community/eslint-plugin-jest/commit/fd54ca15575692c56a0caa28cb6227e0fb4aa4e2)) #### [26.8.4](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.3...v26.8.4) (2022-08-19) ##### Bug Fixes - **prefer-mock-promise-shorthand:** ignore `mockImplementation` functions that have parameters ([#​1199](https://togithub.com/jest-community/eslint-plugin-jest/issues/1199)) ([78ccbef](https://togithub.com/jest-community/eslint-plugin-jest/commit/78ccbefc01720f5c44ae439389cb27afda0315c2)) #### [26.8.3](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.2...v26.8.3) (2022-08-15) ##### Performance Improvements - cache jest fn call parsing results ([#​1187](https://togithub.com/jest-community/eslint-plugin-jest/issues/1187)) ([525631e](https://togithub.com/jest-community/eslint-plugin-jest/commit/525631ebddbb0ebbfe9415c330b3751100bee6a5)) #### [26.8.2](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.1...v26.8.2) (2022-08-09) ##### Bug Fixes - **max-expects:** don't count `expect.()` calls towards max ([#​1194](https://togithub.com/jest-community/eslint-plugin-jest/issues/1194)) ([75a0ff2](https://togithub.com/jest-community/eslint-plugin-jest/commit/75a0ff2d74abca9cffe3c9135f16469116c73633)) #### [26.8.1](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.0...v26.8.1) (2022-08-08) ##### Bug Fixes - **no-standalone-expect:** only report on `expect.hasAssertions` & `expect.assertions` member calls ([#​1191](https://togithub.com/jest-community/eslint-plugin-jest/issues/1191)) ([4bf9eea](https://togithub.com/jest-community/eslint-plugin-jest/commit/4bf9eea3985a4855e7d3b575bd65f70fa62b9e0a)) ### [`v26.8.7`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2687-2022-08-21) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.6...v26.8.7) ##### Bug Fixes - **prefer-expect-assertions:** report on concise arrow functions ([#​1207](https://togithub.com/jest-community/eslint-plugin-jest/issues/1207)) ([f928747](https://togithub.com/jest-community/eslint-plugin-jest/commit/f92874783dd437108463231bf83afdb946641229)) ### [`v26.8.6`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2686-2022-08-21) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.5...v26.8.6) ##### Bug Fixes - **max-expect:** reset `expect` counter when entering and exiting test function calls ([#​1206](https://togithub.com/jest-community/eslint-plugin-jest/issues/1206)) ([3908ab8](https://togithub.com/jest-community/eslint-plugin-jest/commit/3908ab8c4bf7453d70a5ed04e22bf3ed90834576)) ### [`v26.8.5`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2685-2022-08-20) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.4...v26.8.5) ##### Bug Fixes - **prefer-expect-assertions:** use scoped based jest fn call parser for `expect` checks ([#​1201](https://togithub.com/jest-community/eslint-plugin-jest/issues/1201)) ([fd54ca1](https://togithub.com/jest-community/eslint-plugin-jest/commit/fd54ca15575692c56a0caa28cb6227e0fb4aa4e2)) ### [`v26.8.4`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2684-2022-08-19) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.3...v26.8.4) ##### Bug Fixes - **prefer-mock-promise-shorthand:** ignore `mockImplementation` functions that have parameters ([#​1199](https://togithub.com/jest-community/eslint-plugin-jest/issues/1199)) ([78ccbef](https://togithub.com/jest-community/eslint-plugin-jest/commit/78ccbefc01720f5c44ae439389cb27afda0315c2)) ### [`v26.8.3`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2683-2022-08-15) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.2...v26.8.3) ##### Performance Improvements - cache jest fn call parsing results ([#​1187](https://togithub.com/jest-community/eslint-plugin-jest/issues/1187)) ([525631e](https://togithub.com/jest-community/eslint-plugin-jest/commit/525631ebddbb0ebbfe9415c330b3751100bee6a5)) ### [`v26.8.2`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2682-2022-08-09) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.1...v26.8.2) ##### Bug Fixes - **max-expects:** don't count `expect.()` calls towards max ([#​1194](https://togithub.com/jest-community/eslint-plugin-jest/issues/1194)) ([75a0ff2](https://togithub.com/jest-community/eslint-plugin-jest/commit/75a0ff2d74abca9cffe3c9135f16469116c73633)) ### [`v26.8.1`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2681-2022-08-08) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.0...v26.8.1) ##### Bug Fixes - **no-standalone-expect:** only report on `expect.hasAssertions` & `expect.assertions` member calls ([#​1191](https://togithub.com/jest-community/eslint-plugin-jest/issues/1191)) ([4bf9eea](https://togithub.com/jest-community/eslint-plugin-jest/commit/4bf9eea3985a4855e7d3b575bd65f70fa62b9e0a)) ### [`v26.8.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2680-2022-08-07) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.7.0...v26.8.0) ##### Features - resolve `expect` based on scope ([#​1173](https://togithub.com/jest-community/eslint-plugin-jest/issues/1173)) ([aa4be21](https://togithub.com/jest-community/eslint-plugin-jest/commit/aa4be21dc4ad9be0d2f27a95f25c10555c653a4b)) ### [`v26.7.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2670-2022-07-29) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.6.0...v26.7.0) ##### Features - create `prefer-mock-promise-shorthand` rule ([#​1167](https://togithub.com/jest-community/eslint-plugin-jest/issues/1167)) ([d965592](https://togithub.com/jest-community/eslint-plugin-jest/commit/d965592bef6e120358b43fbc0a741bd5b516dae9)) ### [`v26.6.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2660-2022-07-14) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.5.3...v26.6.0) ##### Features - create `max-expects` rule ([#​1166](https://togithub.com/jest-community/eslint-plugin-jest/issues/1166)) ([5b6fd20](https://togithub.com/jest-community/eslint-plugin-jest/commit/5b6fd20b37baee87779c9aef856f747e55e0f467)) #### [26.5.3](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.5.2...v26.5.3) (2022-06-06) ##### Bug Fixes - **prefer-equality-matcher:** handle `resolves` and `rejects` modifiers correctly ([#​1146](https://togithub.com/jest-community/eslint-plugin-jest/issues/1146)) ([0fad4df](https://togithub.com/jest-community/eslint-plugin-jest/commit/0fad4df6a342f6eebf57f7a9fd7f13a17fbc0d1b)) #### [26.5.2](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.5.1...v26.5.2) (2022-06-06) ##### Bug Fixes - **prefer-comparison-matcher:** handle `resolves` and `rejects` modifiers correctly ([#​1145](https://togithub.com/jest-community/eslint-plugin-jest/issues/1145)) ([b1795ff](https://togithub.com/jest-community/eslint-plugin-jest/commit/b1795ff8aca9901b1c5054584d653fb0c04caebf)) #### [26.5.1](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.5.0...v26.5.1) (2022-06-05) ##### Bug Fixes - **prefer-called-with:** handle `resolves` and `rejects` modifiers correctly ([#​1143](https://togithub.com/jest-community/eslint-plugin-jest/issues/1143)) ([dff1cb4](https://togithub.com/jest-community/eslint-plugin-jest/commit/dff1cb4709941fe5538d2edf0a1cf4d3df508acf)) ### [`v26.5.3`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2653-2022-06-06) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.5.2...v26.5.3) ##### Bug Fixes - **prefer-equality-matcher:** handle `resolves` and `rejects` modifiers correctly ([#​1146](https://togithub.com/jest-community/eslint-plugin-jest/issues/1146)) ([0fad4df](https://togithub.com/jest-community/eslint-plugin-jest/commit/0fad4df6a342f6eebf57f7a9fd7f13a17fbc0d1b)) ### [`v26.5.2`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2652-2022-06-06) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.5.1...v26.5.2) ##### Bug Fixes - **prefer-comparison-matcher:** handle `resolves` and `rejects` modifiers correctly ([#​1145](https://togithub.com/jest-community/eslint-plugin-jest/issues/1145)) ([b1795ff](https://togithub.com/jest-community/eslint-plugin-jest/commit/b1795ff8aca9901b1c5054584d653fb0c04caebf)) ### [`v26.5.1`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2651-2022-06-05) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.5.0...v26.5.1) ##### Bug Fixes - **prefer-called-with:** handle `resolves` and `rejects` modifiers correctly ([#​1143](https://togithub.com/jest-community/eslint-plugin-jest/issues/1143)) ([dff1cb4](https://togithub.com/jest-community/eslint-plugin-jest/commit/dff1cb4709941fe5538d2edf0a1cf4d3df508acf)) ### [`v26.5.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2650-2022-06-04) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.4.7...v26.5.0) ##### Features - support aliases for jest globals (e.g. `context`) ([#​1129](https://togithub.com/jest-community/eslint-plugin-jest/issues/1129)) ([02ec945](https://togithub.com/jest-community/eslint-plugin-jest/commit/02ec945f0794949ce38a11addb0ef3ceafa1aed2)) #### [26.4.7](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.4.6...v26.4.7) (2022-06-04) ##### Bug Fixes - **no-restricted-matchers:** allow restricting negated `resolves` and `rejects` modifiers ([#​1142](https://togithub.com/jest-community/eslint-plugin-jest/issues/1142)) ([0950a96](https://togithub.com/jest-community/eslint-plugin-jest/commit/0950a968f3bc92cb6ed25cbbcbd6fc616245bf44)) #### [26.4.6](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.4.5...v26.4.6) (2022-05-30) ##### Bug Fixes - **no-disabled-tests:** don't report on `it.todo` & `test.todo` ([#​1137](https://togithub.com/jest-community/eslint-plugin-jest/issues/1137)) ([b651443](https://togithub.com/jest-community/eslint-plugin-jest/commit/b651443b820126cf05ad6803648c789afde0172f)) #### [26.4.5](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.4.4...v26.4.5) (2022-05-29) ##### Bug Fixes - **expect-expect:** include numbers when matching assert function names with wildcards ([#​1134](https://togithub.com/jest-community/eslint-plugin-jest/issues/1134)) ([2d0ef11](https://togithub.com/jest-community/eslint-plugin-jest/commit/2d0ef11137dc556f8b1e08a510d70c0dbea8a083)) #### [26.4.4](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.4.3...v26.4.4) (2022-05-29) ##### Bug Fixes - don't consider template tags in the middle of a possible jest function chain to be valid ([#​1133](https://togithub.com/jest-community/eslint-plugin-jest/issues/1133)) ([430de17](https://togithub.com/jest-community/eslint-plugin-jest/commit/430de17abc453da833a697c6ca425f2cc50febcc)) #### [26.4.3](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.4.2...v26.4.3) (2022-05-29) ##### Bug Fixes - don't consider method calls on literals or `new` to be jest functions ([#​1132](https://togithub.com/jest-community/eslint-plugin-jest/issues/1132)) ([379ceb3](https://togithub.com/jest-community/eslint-plugin-jest/commit/379ceb31467bb957f6988821c57611e475e59313)) - produce valid code when when fixing properties accessed with square brackets ([#​1131](https://togithub.com/jest-community/eslint-plugin-jest/issues/1131)) ([6cd600d](https://togithub.com/jest-community/eslint-plugin-jest/commit/6cd600dbd4846fcb7ba8c7756ac0cf4b8b0e0a4b)) #### [26.4.2](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.4.1...v26.4.2) (2022-05-28) ##### Bug Fixes - don't consider `concurrent.skip` and `concurrent.only` valid test functions ([#​1124](https://togithub.com/jest-community/eslint-plugin-jest/issues/1124)) ([0aa5eb6](https://togithub.com/jest-community/eslint-plugin-jest/commit/0aa5eb60f6ad53316b9ec9343c9d0240e7ff5f1d)) - **no-disabled-tests:** use jest function call parser for checking number of args ([#​1126](https://togithub.com/jest-community/eslint-plugin-jest/issues/1126)) ([b67e389](https://togithub.com/jest-community/eslint-plugin-jest/commit/b67e389b401ee6adb31fbfd0a7f903312544e5e8)) #### [26.4.1](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.4.0...v26.4.1) (2022-05-28) ##### Bug Fixes - **no-disabled-tests:** switch to using jest function call parser ([#​1125](https://togithub.com/jest-community/eslint-plugin-jest/issues/1125)) ([32931c3](https://togithub.com/jest-community/eslint-plugin-jest/commit/32931c331d5eb5584c7b6a24306d834d620c8470)) - support `failing` property on test functions ([#​1123](https://togithub.com/jest-community/eslint-plugin-jest/issues/1123)) ([6d75e8d](https://togithub.com/jest-community/eslint-plugin-jest/commit/6d75e8da7a33d1386db1f8d4a04544c42bec443e)) ### [`v26.4.7`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2647-2022-06-04) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.4.6...v26.4.7) ##### Bug Fixes - **no-restricted-matchers:** allow restricting negated `resolves` and `rejects` modifiers ([#​1142](https://togithub.com/jest-community/eslint-plugin-jest/issues/1142)) ([0950a96](https://togithub.com/jest-community/eslint-plugin-jest/commit/0950a968f3bc92cb6ed25cbbcbd6fc616245bf44)) ### [`v26.4.6`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2646-2022-05-30) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.4.5...v26.4.6) ##### Bug Fixes - **no-disabled-tests:** don't report on `it.todo` & `test.todo` ([#​1137](https://togithub.com/jest-community/eslint-plugin-jest/issues/1137)) ([b651443](https://togithub.com/jest-community/eslint-plugin-jest/commit/b651443b820126cf05ad6803648c789afde0172f)) ### [`v26.4.5`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2645-2022-05-29) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.4.4...v26.4.5) ##### Bug Fixes - **expect-expect:** include numbers when matching assert function names with wildcards ([#​1134](https://togithub.com/jest-community/eslint-plugin-jest/issues/1134)) ([2d0ef11](https://togithub.com/jest-community/eslint-plugin-jest/commit/2d0ef11137dc556f8b1e08a510d70c0dbea8a083)) ### [`v26.4.4`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2644-2022-05-29) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.4.3...v26.4.4) ##### Bug Fixes - don't consider template tags in the middle of a possible jest function chain to be valid ([#​1133](https://togithub.com/jest-community/eslint-plugin-jest/issues/1133)) ([430de17](https://togithub.com/jest-community/eslint-plugin-jest/commit/430de17abc453da833a697c6ca425f2cc50febcc)) ### [`v26.4.3`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2643-2022-05-29) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.4.2...v26.4.3) ##### Bug Fixes - don't consider method calls on literals or `new` to be jest functions ([#​1132](https://togithub.com/jest-community/eslint-plugin-jest/issues/1132)) ([379ceb3](https://togithub.com/jest-community/eslint-plugin-jest/commit/379ceb31467bb957f6988821c57611e475e59313)) - produce valid code when when fixing properties accessed with square brackets ([#​1131](https://togithub.com/jest-community/eslint-plugin-jest/issues/1131)) ([6cd600d](https://togithub.com/jest-community/eslint-plugin-jest/commit/6cd600dbd4846fcb7ba8c7756ac0cf4b8b0e0a4b)) ### [`v26.4.2`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2642-2022-05-28) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.4.1...v26.4.2) ##### Bug Fixes - don't consider `concurrent.skip` and `concurrent.only` valid test functions ([#​1124](https://togithub.com/jest-community/eslint-plugin-jest/issues/1124)) ([0aa5eb6](https://togithub.com/jest-community/eslint-plugin-jest/commit/0aa5eb60f6ad53316b9ec9343c9d0240e7ff5f1d)) - **no-disabled-tests:** use jest function call parser for checking number of args ([#​1126](https://togithub.com/jest-community/eslint-plugin-jest/issues/1126)) ([b67e389](https://togithub.com/jest-community/eslint-plugin-jest/commit/b67e389b401ee6adb31fbfd0a7f903312544e5e8)) ### [`v26.4.1`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2641-2022-05-28) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.4.0...v26.4.1) ##### Bug Fixes - **no-disabled-tests:** switch to using jest function call parser ([#​1125](https://togithub.com/jest-community/eslint-plugin-jest/issues/1125)) ([32931c3](https://togithub.com/jest-community/eslint-plugin-jest/commit/32931c331d5eb5584c7b6a24306d834d620c8470)) - support `failing` property on test functions ([#​1123](https://togithub.com/jest-community/eslint-plugin-jest/issues/1123)) ([6d75e8d](https://togithub.com/jest-community/eslint-plugin-jest/commit/6d75e8da7a33d1386db1f8d4a04544c42bec443e)) ### [`v26.4.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2640-2022-05-28) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.3.0...v26.4.0) ##### Features - improve how jest function calls are resolved to account for import aliases ([#​1122](https://togithub.com/jest-community/eslint-plugin-jest/issues/1122)) ([781f00e](https://togithub.com/jest-community/eslint-plugin-jest/commit/781f00e0120a02e992e213042e05c0c03da90330)) ### [`v26.3.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2630-2022-05-28) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.2.2...v26.3.0) ##### Features - create `prefer-hooks-in-order` rule ([#​1098](https://togithub.com/jest-community/eslint-plugin-jest/issues/1098)) ([384654c](https://togithub.com/jest-community/eslint-plugin-jest/commit/384654cf44b8f4bcf0e03eed11aaa726dcf6b680)) #### [26.2.2](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.2.1...v26.2.2) (2022-05-14) ##### Bug Fixes - use the last reference definition when checking jest fn scope ([#​1109](https://togithub.com/jest-community/eslint-plugin-jest/issues/1109)) ([1b2b9c1](https://togithub.com/jest-community/eslint-plugin-jest/commit/1b2b9c1695a6dec1088daf0b44749100989226a4)) #### [26.2.1](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.2.0...v26.2.1) (2022-05-14) ##### Bug Fixes - use correct scope for checking references ([#​1107](https://togithub.com/jest-community/eslint-plugin-jest/issues/1107)) ([89ab1a0](https://togithub.com/jest-community/eslint-plugin-jest/commit/89ab1a03c3f0eab53fd5af2f5051a4e4d010578e)) ### [`v26.2.2`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2622-2022-05-14) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.2.1...v26.2.2) ##### Bug Fixes - use the last reference definition when checking jest fn scope ([#​1109](https://togithub.com/jest-community/eslint-plugin-jest/issues/1109)) ([1b2b9c1](https://togithub.com/jest-community/eslint-plugin-jest/commit/1b2b9c1695a6dec1088daf0b44749100989226a4)) ### [`v26.2.1`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2621-2022-05-14) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.2.0...v26.2.1) ##### Bug Fixes - use correct scope for checking references ([#​1107](https://togithub.com/jest-community/eslint-plugin-jest/issues/1107)) ([89ab1a0](https://togithub.com/jest-community/eslint-plugin-jest/commit/89ab1a03c3f0eab53fd5af2f5051a4e4d010578e)) ### [`v26.2.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2620-2022-05-13) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.1.5...v26.2.0) ##### Features - support `@jest/globals` ([#​1094](https://togithub.com/jest-community/eslint-plugin-jest/issues/1094)) ([84d7a68](https://togithub.com/jest-community/eslint-plugin-jest/commit/84d7a68e8c64720a46fddddbcb1ba248cd61fd08)) #### [26.1.5](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.1.4...v26.1.5) (2022-04-22) ##### Bug Fixes - **prefer-expect-assertions:** properly handle checking across multiple tests ([#​1089](https://togithub.com/jest-community/eslint-plugin-jest/issues/1089)) ([8b61b0c](https://togithub.com/jest-community/eslint-plugin-jest/commit/8b61b0c0dd79e8f3a83cbbd78eada2bc8dee52e8)) #### [26.1.4](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.1.3...v26.1.4) (2022-04-08) ##### Bug Fixes - **prefer-snapshot-hint:** don't report multi snapshots in different tests within the same describe ([#​1078](https://togithub.com/jest-community/eslint-plugin-jest/issues/1078)) ([98e5166](https://togithub.com/jest-community/eslint-plugin-jest/commit/98e5166347990901b55c64b30f48907984890c48)) #### [26.1.3](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.1.2...v26.1.3) (2022-03-24) ##### Bug Fixes - change node engine version to match dependencies ([#​1072](https://togithub.com/jest-community/eslint-plugin-jest/issues/1072)) ([ef2c093](https://togithub.com/jest-community/eslint-plugin-jest/commit/ef2c093477457e462d5c272e97deadc5089ae0b9)) #### [26.1.2](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.1.1...v26.1.2) (2022-03-19) ##### Bug Fixes - **prefer-snapshot-hint:** support passing hint to `toMatchSnapshot` as first argument ([#​1070](https://togithub.com/jest-community/eslint-plugin-jest/issues/1070)) ([97b1f9d](https://togithub.com/jest-community/eslint-plugin-jest/commit/97b1f9d8063811d8ebb7ad41b92a5286c56aa2c4)) #### [26.1.1](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.1.0...v26.1.1) (2022-02-15) ##### Bug Fixes - **docs:** use

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Moscow, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

github-actions[bot] commented 5 months ago

Thanks for opening an issue! Make sure you've followed CONTRIBUTING.md.

github-actions[bot] commented 5 months ago

Hello from PR Helper

Is your PR ready for review and processing? Mark the PR ready by including #pr-ready in a comment.

If you still have work to do, even after marking this ready. Put the PR on hold by including #pr-onhold in a comment.

github-actions[bot] commented 5 months ago

Thanks for the PR!

This section of the codebase is owner by https://github.com/AlexRogalskiy/ - if they write a comment saying "LGTM" then it will be merged.

socket-security[bot] commented 5 months ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@aashutoshrathi/word-wrap@1.2.6 None 0 10.9 kB aashutoshrathi
npm/@ampproject/remapping@2.3.0 None 0 78.9 kB jridgewell
npm/@babel/compat-data@7.24.4 None 0 65.2 kB nicolo-ribaudo
npm/@babel/core@7.24.4 environment, filesystem, unsafe 0 782 kB nicolo-ribaudo
npm/@babel/eslint-parser@7.24.1 unsafe 0 138 kB nicolo-ribaudo
npm/@babel/generator@7.24.4 None 0 493 kB nicolo-ribaudo
npm/@babel/helper-compilation-targets@7.23.6 None 0 52 kB nicolo-ribaudo
npm/@babel/helper-environment-visitor@7.22.20 None 0 6.56 kB nicolo-ribaudo
npm/@babel/helper-function-name@7.23.0 None 0 21.6 kB nicolo-ribaudo
npm/@babel/helper-hoist-variables@7.22.5 None 0 7.03 kB nicolo-ribaudo
npm/@babel/helper-module-imports@7.24.3 None 0 63.8 kB nicolo-ribaudo
npm/@babel/helper-module-transforms@7.23.3 None 0 158 kB nicolo-ribaudo
npm/@babel/helper-plugin-utils@7.24.0 None 0 11.7 kB nicolo-ribaudo
npm/@babel/helper-simple-access@7.22.5 None 0 14.1 kB nicolo-ribaudo
npm/@babel/helper-split-export-declaration@7.22.6 None 0 10.7 kB nicolo-ribaudo
npm/@babel/helper-string-parser@7.24.1 None 0 31.7 kB nicolo-ribaudo
npm/@babel/helper-validator-option@7.23.5 None 0 11.7 kB nicolo-ribaudo
npm/@babel/helpers@7.24.4 None 0 650 kB nicolo-ribaudo
npm/@babel/parser@7.24.4 None 0 1.88 MB nicolo-ribaudo
npm/@babel/plugin-syntax-top-level-await@7.14.5 None 0 2.74 kB nicolo-ribaudo
npm/@babel/plugin-syntax-typescript@7.24.1 None 0 6.87 kB nicolo-ribaudo
npm/@babel/runtime@7.24.4 None 0 262 kB nicolo-ribaudo
npm/@babel/template@7.24.0 None 0 68.9 kB nicolo-ribaudo
npm/@babel/traverse@7.24.1 None 0 615 kB nicolo-ribaudo
npm/@babel/types@7.24.0 environment 0 2.41 MB nicolo-ribaudo
npm/@balena/dockerignore@1.0.2 None 0 36.7 kB balena.io
npm/@colors/colors@1.5.0 environment 0 39.5 kB dabh
npm/@cspotcode/source-map-support@0.8.1 filesystem 0 102 kB cspotcode
npm/@eslint-community/eslint-utils@4.4.0 None 0 379 kB eslint-community-bot
npm/@eslint-community/regexpp@4.10.0 None 0 431 kB eslint-community-bot
npm/@eslint/eslintrc@0.4.3 filesystem, unsafe 0 158 kB eslintbot
npm/@github/browserslist-config@1.0.0 None 0 3.39 kB koddsson
npm/@hapi/hoek@9.3.0 None 0 51.5 kB devinivy
npm/@hapi/topo@5.1.0 None 0 10.7 kB devinivy
npm/@humanwhocodes/config-array@0.5.0 None 0 34.9 kB nzakas
npm/@humanwhocodes/object-schema@1.2.1 None 0 49.4 kB nzakas
npm/@jest/console@27.5.1 None 0 21.6 kB simenb
npm/@jest/core@27.5.1 unsafe 0 174 kB simenb
npm/@jest/environment@27.5.1 None 0 12.4 kB simenb
npm/@jest/fake-timers@27.5.1 None 0 26.5 kB simenb
npm/@jest/globals@27.5.1 None 0 3.56 kB simenb
npm/@jest/reporters@27.5.1 environment, unsafe 0 103 kB simenb
npm/@jest/source-map@27.5.1 None 0 5.65 kB simenb
npm/@jest/test-result@27.5.1 None 0 17.1 kB simenb
npm/@jest/test-sequencer@27.5.1 None 0 10.5 kB simenb
npm/@jest/transform@27.5.1 None 0 51.5 kB simenb
npm/@jest/types@27.5.1 None 0 27.6 kB simenb
npm/@jridgewell/gen-mapping@0.3.5 None 0 81.6 kB jridgewell
npm/@jridgewell/resolve-uri@3.1.2 None 0 53.2 kB jridgewell
npm/@jridgewell/set-array@1.2.1 None 0 17.9 kB jridgewell
npm/@jridgewell/sourcemap-codec@1.4.15 None 0 45.9 kB jridgewell
npm/@jridgewell/trace-mapping@0.3.25 None 0 169 kB jridgewell
npm/@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1 None 0 1.66 kB nicolo-ribaudo
npm/@nodelib/fs.scandir@2.1.5 filesystem 0 22.2 kB mrmlnc
npm/@nodelib/fs.stat@2.0.5 filesystem 0 11.8 kB mrmlnc
npm/@nodelib/fs.walk@1.2.8 None 0 26.4 kB mrmlnc
npm/@octokit/auth-token@2.5.0 None 0 25.8 kB octokitbot
npm/@octokit/core@3.6.0 None 0 52.1 kB octokitbot
npm/@octokit/endpoint@6.0.12 None 0 116 kB octokitbot
npm/@octokit/graphql@4.8.0 None 0 42.7 kB octokitbot
npm/@octokit/openapi-types@12.11.0 None 0 2.09 MB octokitbot
npm/@octokit/plugin-paginate-rest@2.21.3 None 0 206 kB octokitbot
npm/@octokit/plugin-request-log@1.0.4 None 0 11.6 kB gr2m
npm/@octokit/plugin-rest-endpoint-methods@5.16.2 None 0 1.38 MB octokitbot
npm/@octokit/request-error@2.1.0 None 0 21.9 kB octokitbot
npm/@octokit/request@5.6.3 network 0 57.5 kB octokitbot
npm/@octokit/rest@18.12.0 None 0 8.67 kB octokitbot
npm/@octokit/types@6.41.0 None 0 226 kB octokitbot
npm/@pkgr/core@0.1.1 None 0 8.54 kB jounqin
npm/@semantic-release/github@7.2.3 filesystem, network 0 64.9 kB semantic-release-bot
npm/@semantic-release/npm@7.1.3 filesystem 0 27.4 kB semantic-release-bot
npm/@semantic-release/release-notes-generator@9.0.3 None 0 33.1 kB semantic-release-bot
npm/@sideway/address@4.1.5 None 0 55.9 kB marsup
npm/@sideway/formula@3.0.1 None 0 16.9 kB marsup
npm/@sideway/pinpoint@2.0.0 None 0 3.64 kB hueniverse
npm/@sinonjs/commons@1.8.6 None 0 38.7 kB mrgnrdrck
npm/@sinonjs/fake-timers@8.1.0 eval 0 89.1 kB fatso83
npm/@tsconfig/node10@1.0.11 None 0 2.31 kB typescript-deploys
npm/@tsconfig/node12@1.0.11 None 0 2.5 kB typescript-deploys
npm/@tsconfig/node14@1.0.3 None 0 2.39 kB typescript-deploys
npm/@tsconfig/node16@1.0.4 None 0 2.45 kB typescript-deploys
npm/@types/babel__core@7.20.5 None 0 33 kB types
npm/@types/babel__generator@7.6.8 None 0 11.4 kB types
npm/@types/babel__template@7.4.4 None 0 6.41 kB types
npm/@types/babel__traverse@7.20.5 None 0 84.1 kB types
npm/@types/graceful-fs@4.1.9 None 0 3.9 kB types
npm/@types/istanbul-lib-coverage@2.0.6 None 0 5.45 kB types
npm/@types/istanbul-lib-report@3.0.3 None 0 7.92 kB types
npm/@types/istanbul-reports@3.0.4 None 0 6.68 kB types
npm/@types/jest@27.5.2 None 0 71.4 kB types
npm/@types/json-schema@7.0.15 None 0 31.7 kB types
npm/@types/parse-json@4.0.2 None 0 2.95 kB types
npm/@types/prettier@2.7.3 None 0 49.8 kB types
npm/@types/semver@7.5.8 None 0 23.3 kB types
npm/@types/stack-utils@2.0.3 None 0 6.43 kB types
npm/@types/yargs-parser@21.0.3 None 0 8.65 kB types
npm/@types/yargs@16.0.9 None 0 53 kB types
npm/@typescript-eslint/eslint-plugin@4.33.0 None 0 2.36 MB jameshenry
npm/@typescript-eslint/experimental-utils@4.33.0 None 0 422 kB jameshenry
npm/@typescript-eslint/parser@4.33.0 None 0 71.5 kB jameshenry
npm/@typescript-eslint/scope-manager@4.33.0 None 0 560 kB jameshenry
npm/@typescript-eslint/type-utils@7.5.0 None 0 109 kB jameshenry
npm/@typescript-eslint/types@4.33.0 None 0 145 kB jameshenry
npm/@typescript-eslint/typescript-estree@4.33.0 environment, filesystem 0 513 kB jameshenry
npm/@typescript-eslint/utils@7.5.0 None 0 320 kB jameshenry
npm/@typescript-eslint/visitor-keys@4.33.0 None 0 31.4 kB jameshenry
npm/@vercel/node-bridge@2.2.2 None 0 183 kB vercel-release-bot
npm/@vercel/node@1.15.4 None 0 3.21 MB vercel-release-bot
npm/abab@2.0.6 None 0 10.4 kB jeffcarp
npm/acorn-jsx@5.3.2 None 0 24.4 kB rreverser
npm/acorn@8.11.3 None 0 531 kB marijn
npm/ansi-colors@4.1.3 environment 0 26.1 kB jonschlinkert
npm/ansi-escapes@4.3.2 None 0 16.4 kB sindresorhus
npm/aria-query@5.3.0 None 0 192 kB jessebeach
npm/array-buffer-byte-length@1.0.1 None 0 13.5 kB ljharb
npm/array-includes@3.1.8 None 0 26.3 kB ljharb
npm/array.prototype.findlastindex@1.2.5 None 0 29.4 kB ljharb
npm/array.prototype.flat@1.3.2 None 0 18.7 kB ljharb
npm/array.prototype.flatmap@1.3.2 None 0 19.1 kB ljharb
npm/arraybuffer.prototype.slice@1.0.3 None 0 20.2 kB ljharb
npm/ast-types-flow@0.0.8 None 0 126 kB kyldvs
npm/async-retry@1.3.3 None 0 5.21 kB leerobinson
npm/available-typed-arrays@1.0.7 None 0 20.4 kB ljharb
npm/axe-core@4.7.0 None 0 2.18 MB npmdeque
npm/axios@0.21.4 environment, network 0 375 kB jasonsaayman
npm/axobject-query@3.2.1 None 0 116 kB jessebeach
npm/babel-jest@27.5.1 environment 0 14.4 kB simenb
npm/babel-plugin-istanbul@6.1.1 environment, filesystem, shell 0 25.7 kB oss-bot
npm/babel-plugin-jest-hoist@27.5.1 None 0 13.7 kB simenb
npm/babel-preset-jest@27.5.1 None 0 2.73 kB simenb
npm/before-after-hook@2.2.3 None 0 37 kB gr2m
npm/better-opn@2.1.1 environment, shell 0 251 kB exiasr
npm/browserslist@4.23.0 environment, filesystem 0 62.8 kB ai
npm/buildcheck@0.0.6 environment, filesystem, shell 0 45.3 kB mscdex
npm/builtin-modules@3.3.0 unsafe 0 4.51 kB sindresorhus
npm/call-bind@1.0.7 None 0 22.1 kB ljharb
npm/camelcase-keys@7.0.2 None 0 10.9 kB sindresorhus
npm/caniuse-lite@1.0.30001606 None 0 2.04 MB caniuse-lite
npm/ci-info@3.9.0 environment 0 26.1 kB sibiraj-s
npm/cjs-module-lexer@1.2.3 None 0 139 kB guybedford
npm/cli-progress@3.12.0 None 0 62.2 kB andidittrich
npm/cli-table3@0.6.4 None 0 46 kB speedytwenty
npm/cliui@7.0.4 None 0 30.6 kB oss-bot
npm/collect-v8-coverage@1.0.2 unsafe 0 5.14 kB simenb
npm/convert-source-map@2.0.0 None 0 15.9 kB phated
npm/cosmiconfig@7.1.0 filesystem 0 92 kB d-fischer
npm/coveralls@3.1.1 environment, filesystem, shell 0 33 kB nickmerwin
npm/cpu-features@0.0.9 None 0 576 kB mscdex
npm/cssom@0.5.0 None 0 52.1 kB nv
npm/damerau-levenshtein@1.0.8 None 0 11.8 kB lazurski
npm/data-urls@3.0.2 None 0 8.07 kB domenic
npm/data-view-buffer@1.0.1 None 0 12.3 kB ljharb
npm/data-view-byte-length@1.0.1 None 0 9.99 kB ljharb
npm/data-view-byte-offset@1.0.0 None 0 12.2 kB ljharb
npm/decimal.js@10.4.3 None 0 283 kB mikemcl
npm/deep-is@0.1.4 None 0 8.11 kB thlorenz
npm/deepmerge@4.3.1 None 0 31.2 kB tehshrike
npm/define-data-property@1.1.4 None 0 30.9 kB ljharb
npm/define-properties@1.2.1 None 0 12.9 kB ljharb
npm/del-cli@4.0.1 None 0 3.83 kB sindresorhus
npm/del@6.1.1 None 0 12.7 kB sindresorhus
npm/dequal@2.0.3 None 0 14.2 kB lukeed
npm/diff-sequences@27.5.1 None 0 53 kB simenb
npm/duplexer@0.1.2 None 0 5.47 kB raynos
npm/electron-to-chromium@1.4.729 None 0 283 kB kilianvalkhof
npm/emittery@0.8.1 None 0 35.5 kB sindresorhus
npm/enquirer@2.4.1 environment 0 189 kB jonschlinkert
npm/env-ci@5.5.0 environment 0 48.5 kB semantic-release-bot
npm/es-abstract@1.23.3 None 0 2.38 MB ljharb
npm/es-define-property@1.0.0 None 0 11.8 kB ljharb
npm/es-errors@1.3.0 None 0 12.3 kB ljharb
npm/es-iterator-helpers@1.0.18 None 0 157 kB ljharb
npm/es-object-atoms@1.0.0 None 0 9.17 kB ljharb
npm/es-set-tostringtag@2.0.3 None 0 13.9 kB ljharb
npm/es-shim-unscopables@1.0.2 None 0 11 kB ljharb
npm/escalade@3.1.2 filesystem 0 11.6 kB lukeed
npm/escodegen@2.1.0 None 0 109 kB michaelficarra
npm/eslint-config-prettier@8.10.0 None 0 19.9 kB lydell
npm/eslint-import-resolver-node@0.3.9 None 0 5.29 kB ljharb
npm/eslint-module-utils@2.8.1 None 0 51.1 kB ljharb
npm/eslint-plugin-escompat@3.4.0 None 0 19.7 kB keithamus
npm/eslint-plugin-filenames@1.3.2 None 0 15.9 kB selaux
npm/eslint-plugin-github@4.10.2 None 0 60.4 kB githubbot
npm/eslint-plugin-i18n-text@1.0.1 None 0 9.72 kB dgraham
npm/eslint-plugin-import@2.29.1 filesystem, unsafe 0 1.21 MB ljharb
npm/eslint-plugin-jest@28.2.0 None 0 314 kB simenb
npm/eslint-plugin-jsx-a11y@6.8.0 None 0 739 kB ljharb
npm/eslint-plugin-no-only-tests@3.1.0 None 0 9.54 kB levibuzolic
npm/eslint-plugin-prettier@3.4.1 filesystem 0 52.5 kB bpscott
npm/eslint-plugin-spellcheck@0.0.19 filesystem 0 2.42 MB aotaduy
npm/eslint-plugin-unicorn@34.0.1 filesystem 0 421 kB sindresorhus
npm/eslint-template-visitor@2.3.2 None 0 41.7 kB futpib
npm/eslint-visitor-keys@2.1.0 None 0 24.7 kB eslintbot
npm/eslint@7.32.0 filesystem 0 3.19 MB eslintbot
npm/esquery@1.5.0 None 0 1 MB michaelficarra
npm/estraverse@5.3.0 None 0 37.1 kB michaelficarra
npm/event-stream@3.3.4 None 0 44.8 kB dominictarr
npm/expect-puppeteer@5.0.4 None 0 44.6 kB tonybrix
npm/expect@27.5.1 eval 0 172 kB simenb
npm/fast-diff@1.3.0 None 0 52.3 kB luin
npm/fast-glob@3.3.2 filesystem 0 96.7 kB mrmlnc
npm/fastq@1.17.1 None 0 41.9 kB matteo.collina
npm/fb-watchman@2.0.2 environment, network, shell 0 11 kB bolinfest
npm/file-entry-cache@6.0.1 filesystem 0 25.6 kB royriojas
npm/find-process@1.4.7 filesystem, shell 0 28.4 kB yibn2008
npm/flat-cache@3.2.0 filesystem 0 29.4 kB jaredwray
npm/flatted@3.3.1 None 0 40.3 kB webreflection
npm/follow-redirects@1.15.6 network 0 29.4 kB rubenverborgh
npm/for-each@0.3.3 None 0 13 kB ljharb
npm/from@0.1.7 None 0 8.49 kB dominictarr
npm/fromentries@1.3.2 None 0 4.95 kB feross
npm/fs-extra@10.1.0 None 0 63.3 kB ryanzim
npm/function.prototype.name@1.1.6 None 0 25.5 kB ljharb
npm/functions-have-names@1.2.3 None 0 16.7 kB ljharb
npm/get-intrinsic@1.2.4 eval 0 41.6 kB ljharb
npm/get-symbol-description@1.0.2 None 0 14.3 kB ljharb
npm/globals@13.24.0 None 0 52.1 kB sindresorhus
npm/globalthis@1.0.3 None 0 22.4 kB ljharb
npm/globby@11.1.0 filesystem 0 21.8 kB sindresorhus
npm/gopd@1.0.1 None 0 7.7 kB ljharb
npm/graphemer@1.4.0 None 0 812 kB mattpauldavies
npm/has-bigints@1.0.2 None 0 12.8 kB ljharb
npm/has-property-descriptors@1.0.2 None 0 10.9 kB ljharb
npm/has-proto@1.0.3 None 0 12 kB ljharb
npm/has-symbols@1.0.3 None 0 20.6 kB ljharb
npm/has-tostringtag@1.0.2 None 0 17.6 kB ljharb
npm/hasown@2.0.2 None 0 8.77 kB ljharb
npm/husky@7.0.4 filesystem, shell 0 6.06 kB typicode
npm/ignore@5.3.1 None 0 51.5 kB kael
npm/import-local@3.1.0 None 0 4.66 kB sindresorhus
npm/internal-slot@1.0.7 None 0 20.5 kB ljharb
npm/into-stream@6.0.0 None 0 7.45 kB sindresorhus
npm/is-array-buffer@3.0.4 None 0 17.6 kB ljharb
npm/is-async-function@2.0.0 eval 0 19.5 kB ljharb
npm/is-bigint@1.0.4 None 0 14.8 kB ljharb
npm/is-boolean-object@1.1.2 None 0 22.1 kB ljharb
npm/is-builtin-module@3.2.1 None 0 3.88 kB sindresorhus
npm/is-callable@1.2.7 None 0 28.9 kB ljharb
npm/is-data-view@1.0.1 None 0 15.6 kB ljharb
npm/is-date-object@1.0.5 None 0 20.8 kB ljharb
npm/is-docker@2.2.1 filesystem 0 3.01 kB sindresorhus
npm/is-finalizationregistry@1.0.2 None 0 12.7 kB ljharb
npm/is-generator-function@1.0.10 eval 0 31.9 kB ljharb
npm/is-map@2.0.3 None 0 20.4 kB ljharb
npm/is-negative-zero@2.0.3 None 0 27.1 kB ljharb
npm/is-number-object@1.0.7 None 0 22.2 kB ljharb
npm/is-path-inside@3.0.3 None 0 4.12 kB sindresorhus
npm/is-potential-custom-element-name@1.0.1 None 0 3.92 kB mathias
npm/is-regex@1.1.4 None 0 30.1 kB ljharb
npm/is-set@2.0.3 None 0 19.7 kB ljharb
npm/is-shared-array-buffer@1.0.3 None 0 18.7 kB ljharb
npm/is-string@1.0.7 None 0 19.1 kB ljharb
npm/is-symbol@1.0.4 None 0 22 kB ljharb
npm/is-typed-array@1.1.13 None 0 23.3 kB ljharb
npm/is-weakmap@2.0.2 None 0 20.6 kB ljharb
npm/is-weakref@1.0.2 None 0 12.1 kB ljharb
npm/is-weakset@2.0.3 None 0 21.2 kB ljharb
npm/istanbul-lib-coverage@3.2.2 None 0 34.4 kB oss-bot
npm/istanbul-lib-instrument@5.2.1 None 0 70.2 kB oss-bot
npm/istanbul-lib-report@3.0.1 filesystem 0 37.6 kB oss-bot
npm/istanbul-lib-source-maps@4.0.1 filesystem 0 34.1 kB oss-bot
npm/istanbul-reports@3.1.7 None 0 294 kB oss-bot
npm/iterator.prototype@1.1.2 None 0 10.1 kB ljharb
npm/jest-changed-files@27.5.1 environment 0 15.1 kB simenb
npm/jest-circus@27.5.1 eval 0 78.1 kB simenb
npm/jest-config@27.5.1 None 0 112 kB simenb
npm/jest-dev-server@5.0.3 environment, network 0 23.1 kB tonybrix
npm/jest-diff@27.5.1 eval 0 85.2 kB simenb
npm/jest-docblock@27.5.1 None 0 9.08 kB simenb
npm/jest-each@27.5.1 None 0 39.9 kB simenb
npm/jest-environment-jsdom@27.5.1 None 0 8.1 kB simenb
npm/jest-environment-node@27.5.1 unsafe 0 7.32 kB simenb
npm/jest-environment-puppeteer@5.0.4 environment, filesystem 0 34.8 kB tonybrix
npm/jest-get-type@27.5.1 None 0 3.81 kB simenb
npm/jest-haste-map@27.5.1 environment, filesystem, shell 0 135 kB simenb
npm/jest-jasmine2@27.5.1 eval 0 137 kB simenb
npm/jest-leak-detector@27.5.1 unsafe 0 5.75 kB simenb
npm/jest-matcher-utils@27.5.1 None 0 28.6 kB simenb
npm/jest-message-util@27.5.1 eval 0 18.1 kB simenb
npm/jest-mock@27.5.1 None 0 39.1 kB simenb
npm/jest-pnp-resolver@1.2.3 None 0 5.68 kB arcanis
npm/jest-puppeteer@5.0.4 None 0 12 kB tonybrix
npm/jest-regex-util@27.5.1 None 0 3.37 kB simenb
npm/jest-resolve-dependencies@27.5.1 None 0 9.11 kB simenb
npm/jest-resolve@27.5.1 environment, unsafe 0 52.9 kB simenb
npm/jest-runner@27.5.1 environment 0 30.8 kB simenb
npm/jest-runtime@27.5.1 unsafe 0 82 kB simenb
npm/jest-serializer@27.5.1 unsafe 0 7.12 kB simenb
npm/jest-snapshot@27.5.1 eval 0 93.2 kB simenb
npm/jest-util@27.5.1 environment 0 41.9 kB simenb
npm/jest-validate@27.5.1 None 0 32 kB simenb
npm/jest-watcher@27.5.1 None 0 26.7 kB simenb
npm/jest-worker@27.5.1 environment, shell 0 81.9 kB simenb
npm/jest@27.5.1 None 0 4.74 kB simenb
npm/joi@17.12.3 None 0 530 kB marsup
npm/jsdom@17.0.0 eval, filesystem, network, shell, unsafe 0 2.77 MB domenic
npm/json-buffer@3.0.1 None 0 5.4 kB dominictarr
npm/jsonc-parser@3.2.1 None 0 210 kB vscode-bot
npm/jsx-ast-utils@3.3.5 None 0 236 kB ljharb
npm/keyv@4.5.4 None 0 27.8 kB jaredwray
npm/language-subtag-registry@0.3.22 None 0 1.53 MB mcg
npm/language-tags@1.0.9 None 0 32 kB mcg
npm/lodash.camelcase@4.3.0 None 0 21.9 kB jdalton
npm/lodash.kebabcase@4.1.1 None 0 17.7 kB jdalton
npm/lodash.memoize@4.1.2 None 0 20.1 kB jdalton
npm/lodash.merge@4.6.2 None 0 54.1 kB jdalton
npm/lodash.snakecase@4.1.1 None 0 17.7 kB jdalton
npm/lodash.truncate@4.4.2 None 0 19.8 kB jdalton
npm/lodash.upperfirst@4.3.1 None 0 11.4 kB jdalton
npm/makeerror@1.0.12 None 0 6.07 kB daaku
npm/map-obj@4.3.0 None 0 9.49 kB sindresorhus
npm/map-stream@0.1.0 None 0 13.6 kB dominictarr
npm/marked-terminal@4.2.0 None 0 18.9 kB mikaelb
npm/marked@2.1.3 None 0 310 kB tonybrix
npm/meow@10.1.5 None 0 25.2 kB sindresorhus
npm/micromark@2.11.4 None 0 619 kB wooorm
npm/micromatch@4.0.5 None 0 55.9 kB jonschlinkert
npm/mime-db@1.45.0 None 0 198 kB dougwilson
npm/mime-types@2.1.28 None 0 17.2 kB dougwilson
npm/mime@2.6.0 None 0 60.1 kB broofa
npm/mimic-fn@2.1.0 None 0 4.46 kB sindresorhus
npm/min-indent@1.0.1 None 0 2.97 kB thejameskyle
npm/minimatch@3.0.4 None 0 33.1 kB isaacs
npm/minimist@1.2.5 None 0 32.4 kB substack
npm/mixin-object@2.0.1 None 0 5.81 kB jonschlinkert
npm/mkdirp-classic@0.5.3 filesystem 0 4.5 kB mafintosh
npm/modify-values@1.0.1 None 0 2.86 kB sindresorhus
npm/mri@1.1.6 None 0 12.6 kB lukeed
npm/ms@2.1.2 None 0 6.84 kB styfle
npm/multimap@1.1.0 None 0 16.4 kB korynunn
npm/multimatch@4.0.0 None 0 5.45 kB sindresorhus
npm/nan@2.19.0 None 0 429 kB kkoopa
npm/natural-compare@1.4.0 None 0 5.65 kB megawac
npm/neo-async@2.6.2 None 0 298 kB suguru03
npm/nerf-dart@1.0.0 None 0 4.31 kB boennemann
npm/nice-try@1.0.5 None 0 3.75 kB electerious
npm/node-emoji@1.11.0 None 0 224 kB omnidan
npm/node-fetch@2.6.1 network 0 158 kB akepinski
npm/node-int64@0.4.0 None 0 16.3 kB broofa
npm/node-releases@2.0.14 None 0 34 kB chicoxyzzy
npm/nodemon@2.0.22 environment, filesystem, shell 0 206 kB remy
npm/nomnom@1.8.1 None 0 37.2 kB harth
npm/nopt@4.0.3 environment 0 25.8 kB isaacs
npm/normalize-path@3.0.0 None 0 9.22 kB jonschlinkert
npm/normalize-url@6.1.0 None 0 21.2 kB sindresorhus
npm/npm-normalize-package-bin@1.0.1 None 0 131 kB isaacs
npm/npm-prefix@1.2.0 environment 0 3.04 kB eush77
npm/npm-run-all@1.4.0 None 0 46.5 kB mysticatea
npm/npm-run-path@4.0.1 environment 0 8.13 kB sindresorhus
npm/npm@7.24.2 environment, eval, filesystem, network, shell, unsafe 0 12 MB lukekarrys
npm/nwsapi@2.2.7 None 0 209 kB diego
npm/oauth-sign@0.9.0 None 0 13.8 kB simov
npm/object-assign@4.1.1 None 0 5.49 kB sindresorhus
npm/object-inspect@1.13.1 None 0 97.2 kB ljharb
npm/object-keys@1.1.1 None 0 26.5 kB ljharb
npm/object.assign@4.1.5 None 0 72.7 kB ljharb
npm/object.entries@1.1.8 None 0 32.6 kB ljharb
npm/object.fromentries@2.0.8 None 0 16.3 kB ljharb
npm/object.groupby@1.0.3 None 0 14.6 kB ljharb
npm/object.values@1.2.0 None 0 31.5 kB ljharb
npm/once@1.4.0 None 0 4.05 kB isaacs
npm/onchange@7.1.0 environment 0 41.7 kB blakeembrey
npm/onetime@5.1.2 None 0 6.17 kB sindresorhus
npm/open@7.4.2 environment, filesystem, shell 0 41.9 kB sindresorhus
npm/opener@1.5.2 shell 0 6.21 kB domenic
npm/optionator@0.9.3 None 0 50.2 kB gkz
npm/os-homedir@1.0.2 environment 0 3.15 kB sindresorhus
npm/os-tmpdir@1.0.2 None 0 3.06 kB sindresorhus
npm/osenv@0.1.5 environment, shell 0 4.89 kB isaacs
npm/p-each-series@2.2.0 None 0 6.34 kB sindresorhus
npm/p-filter@2.1.0 None 0 5.81 kB sindresorhus
npm/p-finally@1.0.0 None 0 3.11 kB sindresorhus
npm/p-is-promise@3.0.0 None 0 3.31 kB sindresorhus
npm/p-limit@2.3.0 None 0 7.39 kB sindresorhus
npm/p-locate@4.1.0 None 0 7.29 kB sindresorhus
npm/p-map@2.1.0 None 0 7.49 kB sindresorhus
npm/p-reduce@2.1.0 None 0 6.14 kB sindresorhus
npm/p-retry@4.6.2 None 0 11 kB sindresorhus
npm/p-try@2.2.0 None 0 4.37 kB sindresorhus
npm/parent-module@1.0.1 None 0 3.92 kB sindresorhus
npm/parse-entities@2.0.0 None 0 25.1 kB wooorm
npm/parse-github-repo-url@1.4.1 None 0 4.79 kB bahmutov
npm/parse-json@2.2.0 None 0 33.5 kB sindresorhus
npm/parse-passwd@1.0.0 None 0 5.96 kB doowb
npm/parse5@6.0.1 None 0 331 kB inikulin
npm/path-exists@4.0.0 filesystem 0 3.92 kB sindresorhus
npm/path-is-absolute@1.0.1 None 0 3.62 kB sindresorhus
npm/path-key@3.1.1 None 0 4.55 kB sindresorhus
npm/path-parse@1.0.6 None 0 9.03 kB jbgutierrez
npm/path-type@4.0.0 filesystem 0 5.41 kB sindresorhus
npm/pause-stream@0.0.11 None 0 15.1 kB dominictarr
npm/pend@1.2.0 None 0 6.01 kB superjoe
npm/performance-now@2.1.0 None 0 11.3 kB meryn
npm/picocolors@1.0.0 environment 0 5.66 kB alexeyraspopov
npm/picomatch@2.2.2 None 0 86.7 kB mrmlnc
npm/pify@2.3.0 None 0 6.02 kB sindresorhus
npm/pinkie-promise@2.0.1 None 0 2.58 kB floatdrop
npm/pinkie@2.0.4 None 0 10.5 kB npm
npm/pirates@4.0.6 unsafe 0 13.5 kB danez
npm/pkg-conf@2.1.0 None 0 6.31 kB sindresorhus
npm/playwright-chromium@1.43.0 None 0 16.4 kB yurys
npm/playwright-core@1.43.0 environment, eval, filesystem, network, shell, unsafe 0 7.1 MB yurys
npm/plur@3.1.1 None 0 5 kB sindresorhus
npm/pluralize@8.0.0 None 0 17.7 kB blakeembrey
npm/possible-typed-array-names@1.0.0 None 0 10.9 kB ljharb
npm/prelude-ls@1.2.1 None 0 36.7 kB gkz
npm/prettier-linter-helpers@1.0.0 None 0 9.58 kB bpscott
npm/prettier@2.2.1 environment, eval, filesystem, unsafe 0 19.3 MB sosukesuzuki
npm/pretty-format@27.5.1 eval 0 70.1 kB simenb
npm/pretty-quick@3.1.0 filesystem 0 51.8 kB azz
npm/process-nextick-args@2.0.1 None 0 3.17 kB cwmma
npm/progress@2.0.3 None 0 15.5 kB turbopope
npm/promise-polyfill@8.2.0 None 0 49.1 kB taylorhakes
npm/prompts@2.4.2 None 0 187 kB terkelg
npm/propose@0.0.5 None 0 5.84 kB liushuping
npm/proxy-from-env@1.1.0 environment 0 29.5 kB rob-w
npm/ps-tree@1.2.0 shell 0 9.31 kB indexzero
npm/psl@1.8.0 None 0 433 kB lupomontero
npm/pstree.remy@1.1.8 environment, shell 0 15 kB remy
npm/pump@3.0.0 filesystem 0 7.78 kB mafintosh
npm/punycode@2.1.1 None 0 32.4 kB mathias
npm/puppeteer-core@7.0.4 environment, eval, filesystem, network, shell 0 3.01 MB google-wombot
npm/puppeteer@7.1.0 environment, eval, filesystem, network, shell 0 3.03 MB google-wombot
npm/q@1.5.1 None 0 123 kB kriskowal
npm/qawolf@2.6.1 environment 0 63.2 kB jperl
npm/qs@6.5.2 None 0 114 kB ljharb
npm/querystringify@2.2.0 None 0 6.96 kB lpinca
npm/queue-microtask@1.2.3 None 0 8.37 kB feross
npm/quick-lru@5.1.1 None 0 8.64 kB sindresorhus
npm/randomcolor@0.5.4 None 0 25.2 kB davidmerfield
npm/rc@1.2.8 environment, filesystem 0 17.3 kB dominictarr
npm/react-is@17.0.2 environment 0 24.8 kB gaearon
npm/read-installed@4.0.3 filesystem 0 27.4 kB zkat
npm/read-package-json@2.1.2 filesystem 0 19.3 kB isaacs
npm/readable-stream@2.3.7 environment 0 87.7 kB matteo.collina
npm/readdir-scoped-modules@1.1.0 None 0 4.93 kB isaacs
npm/readdirp@3.5.0 filesystem 0 20.1 kB paulmillr
npm/rechoir@0.6.2 None 0 8.71 kB tkellen
npm/redent@4.0.0 None 0 3.85 kB sindresorhus
npm/redeyed@2.1.1 None 0 61.7 kB thlorenz
npm/reflect.getprototypeof@1.0.6 None 0 20.7 kB ljharb
npm/regenerator-runtime@0.14.1 None 0 27.9 kB benjamn
npm/regexp-tree@0.1.27 None 0 314 kB dmitrysoshnikov
npm/regexp.prototype.flags@1.5.2 None 0 40.4 kB ljharb
npm/regexpp@3.1.0 None 0 301 kB mysticatea
npm/registry-auth-token@4.2.2 environment 0 12 kB rexxars
npm/remark-cli@9.0.0 None 0 9.35 kB wooorm
npm/remark-frontmatter@1.3.3 None 0 14.4 kB wooorm
npm/remark-lint-blockquote-indentation@1.0.4 None 0 7.14 kB wooorm
npm/remark-lint-code-block-style@2.0.1 None 0 9.47 kB wooorm
npm/remark-lint-file-extension@1.0.5 None 0 5.21 kB wooorm
npm/remark-lint-final-definition@1.0.4 None 0 5.81 kB wooorm
npm/remark-lint-no-duplicate-definitions@1.0.6 None 0 5.63 kB wooorm
npm/remark-lint-no-duplicate-headings@1.0.5 None 0 5.79 kB wooorm
npm/remark-lint-no-multiple-toplevel-headings@1.0.5 None 0 5.75 kB wooorm
npm/remark-lint-no-tabs@1.0.4 None 0 6.45 kB wooorm
npm/remark-lint-no-undefined-references@1.1.2 None 0 6.63 kB wooorm
npm/remark-lint-ordered-list-marker-value@2.0.1 None 0 11.1 kB wooorm
npm/remark-parse@9.0.0 None 0 8.25 kB wooorm
npm/remark-preset-davidtheclark@0.12.0 None 0 6.13 kB davidtheclark
npm/remark-stringify@9.0.1 None 0 10 kB wooorm
npm/remark-toc@7.2.0 None 0 9.57 kB wooorm
npm/remark-validate-links@10.0.4 filesystem, shell 0 30.1 kB wooorm
npm/remark@13.0.0 None 0 9.03 kB wooorm
npm/repeat-string@1.6.1 None 0 9.09 kB jonschlinkert
npm/repeating@2.0.1 None 0 3.41 kB sindresorhus
npm/request@2.88.2 environment, filesystem, network 0 209 kB mikeal
npm/require-directory@2.1.1 filesystem 0 12.1 kB troygoode
npm/require-from-string@2.0.2 unsafe 0 3.42 kB floatdrop
npm/requires-port@1.0.0 None 0 8.56 kB 3rdeden
npm/reserved-words@0.1.2 None 0 8.38 kB qfox
npm/resolve-cwd@3.0.0 None 0 4.98 kB sindresorhus
npm/resolve-dir@0.1.1 None 0 6.27 kB jonschlinkert
npm/resolve.exports@1.1.1 None 0 20.9 kB lukeed
npm/resolve@1.20.0 filesystem 0 115 kB ljharb
npm/retry@0.13.1 None 0 18.9 kB tim-kos
npm/reusify@1.0.4 None 0 9.44 kB matteo.collina
npm/rimraf@3.0.2 filesystem 0 17.3 kB isaacs
npm/run-parallel@1.2.0 None 0 6.56 kB feross
npm/rxjs@6.6.7 None 0 5.13 MB blesh
npm/safe-array-concat@1.1.2 None 0 16.4 kB ljharb
npm/safe-regex-test@1.0.3 None 0 10.2 kB ljharb
npm/safer-buffer@2.1.2 None 0 42.3 kB chalker
npm/saxes@5.0.1 None 0 164 kB lddubeau
npm/semantic-release@17.4.7 environment, network 0 252 kB semantic-release-bot
npm/semver-diff@3.1.1 None 0 5.24 kB sindresorhus
npm/semver-regex@3.1.4 None 0 3.96 kB sindresorhus
npm/set-function-length@1.2.2 None 0 14.7 kB ljharb
npm/set-function-name@2.0.2 None 0 16.7 kB ljharb
npm/shallow-clone@0.1.2 None 0 5.99 kB doowb
npm/shebang-command@2.0.0 None 0 2.56 kB kevva
npm/shebang-regex@3.0.0 None 0 2.83 kB sindresorhus
npm/shell-quote@1.8.1 None 0 45 kB ljharb
npm/shelljs@0.8.4 environment, filesystem 0 211 kB nfischer
npm/shellsubstitute@1.2.0 None 0 4.45 kB refractalize
npm/shiki@0.9.15 filesystem, network 0 8.04 MB octref
npm/side-channel@1.0.6 None 0 23.2 kB ljharb
npm/signal-exit@3.0.3 None 0 9.87 kB bcoe
npm/signale@1.4.0 None 0 37.2 kB klaussinani
npm/simple-update-notifier@1.1.0 environment, filesystem, network 0 26.4 kB aejbrazier
npm/sisteransi@1.0.5 None 0 6.79 kB terkelg
npm/slash@3.0.0 None 0 3.51 kB sindresorhus
npm/slice-ansi@4.0.0 None 0 6.43 kB sindresorhus
npm/sliced@1.0.1 None 0 5.66 kB aaron
npm/slide@1.1.6 None 0 9.7 kB isaacs
npm/source-map-support@0.5.21 filesystem 0 85.2 kB linusu
npm/source-map@0.6.1 None 0 805 kB tromey
npm/spawn-error-forwarder@1.0.0 None 0 3.8 kB bendrucker
npm/spawnd@5.0.0 shell 0 6.77 kB tonybrix
npm/spdx-compare@1.0.0 None 0 4.2 kB kemitchell
npm/spdx-correct@3.1.1 None 0 22.4 kB kemitchell
npm/spdx-exceptions@2.3.0 None 0 2.66 kB kemitchell
npm/spdx-expression-parse@3.0.1 None 0 11.8 kB kemitchell
npm/spdx-license-ids@3.0.7 None 0 9.16 kB kemitchell
npm/spdx-ranges@2.1.1 None 0 5.85 kB kemitchell
npm/spdx-satisfies@4.0.1 None 0 12 kB kemitchell
npm/split-ca@1.0.1 filesystem 0 9.61 kB bushong1
npm/split@1.0.1 None 0 12.3 kB dominictarr
npm/split2@3.2.2 None 0 17.2 kB matteo.collina
npm/sprintf-js@1.0.3 None 0 34.8 kB alexei
npm/ssh2@1.15.0 environment, eval, filesystem, network, shell 0 1.11 MB mscdex
npm/sshpk@1.16.1 None 0 225 kB arekinath
npm/stack-trace@0.0.10 None 0 8.85 kB felixge
npm/stack-utils@2.0.6 unsafe 0 14.6 kB isaacs
npm/state-toggle@1.0.3 None 0 5.03 kB wooorm
npm/stream-combiner@0.0.4 None 0 4.54 kB dominictarr
npm/stream-combiner2@1.1.1 None 0 6.44 kB substack
npm/stream-events@1.0.5 None 0 3.03 kB stephenplusplus
npm/string_decoder@1.1.1 None 0 15.3 kB matteo.collina
npm/string-length@4.0.2 None 0 4.05 kB sindresorhus
npm/string-width@4.2.0 None 0 5.25 kB sindresorhus
npm/string.prototype.trim@1.2.9 None 0 33.5 kB ljharb
npm/string.prototype.trimend@1.0.8 None 0 22.1 kB ljharb
npm/string.prototype.trimstart@1.0.8 None 0 22.9 kB ljharb
npm/stringify-entities@2.0.0 None 0 11.8 kB wooorm
npm/strip-ansi@6.0.0 None 0 4.03 kB sindresorhus
npm/strip-eof@1.0.0 None 0 2.64 kB sindresorhus
npm/strip-final-newline@2.0.0 None 0 3.05 kB sindresorhus
npm/strip-indent@4.0.0 None 0 3.64 kB sindresorhus
npm/strip-json-comments@3.1.1 None 0 6.96 kB sindresorhus
npm/stubs@3.0.0 None 0 6.25 kB stephenplusplus
npm/supports-color@7.2.0 None 0 7.04 kB sindresorhus
npm/supports-hyperlinks@2.3.0 None 0 6.93 kB sindresorhus
npm/supports-preserve-symlinks-flag@1.0.0 None 0 9.18 kB ljharb
npm/svg-element-attributes@1.3.1 None 0 88.5 kB wooorm
npm/symbol-tree@3.2.4 None 0 57.1 kB joris-van-der-wel
npm/synckit@0.8.8 environment 0 54.5 kB jounqin
npm/table@6.8.2 None 0 335 kB gajus-table
npm/tar-fs@2.1.1 filesystem 0 28 kB mafintosh
npm/tar-stream@2.2.0 filesystem 0 27.7 kB mafintosh
npm/teeny-request@7.1.1 environment, network 0 61.6 kB google-wombot
npm/temp-dir@2.0.0 filesystem 0 3.29 kB sindresorhus
npm/tempfile@3.0.0 None 0 3.39 kB sindresorhus
npm/tempy@1.0.1 filesystem 0 12.5 kB sindresorhus
npm/terminal-link@2.1.1 None 0 6.52 kB sindresorhus
npm/test-exclude@6.0.0 None 0 23.6 kB coreyfarrell
npm/text-extensions@1.9.0 None 0 3.94 kB sindresorhus
npm/text-table@0.2.0 None 0 11 kB substack
npm/throat@6.0.2 None 0 9.14 kB throat-bot
npm/through@2.3.8 None 0 12.5 kB dominictarr
npm/through2@4.0.2 None 0 9.35 kB rvagg
npm/tinycolor2@1.4.2 None 0 414 kB bgrins
npm/tinygradient@0.4.3 None 0 670 kB mistic100
npm/tmpl@1.0.5 None 0 2.77 kB daaku
npm/to-buffer@1.1.1 None 0 3.25 kB mafintosh
npm/to-fast-properties@2.0.0 None 0 3.5 kB sindresorhus
npm/to-regex-range@5.0.1 None 0 22.9 kB jonschlinkert
npm/to-vfile@6.1.0 filesystem 0 10.1 kB wooorm
npm/touch@3.1.0 filesystem 0 10.3 kB isaacs
npm/tough-cookie@4.1.3 None 0 111 kB awaterma
npm/tr46@3.0.0 None 0 215 kB domenic
npm/traverse@0.6.8 None 0 78.6 kB ljharb
npm/tree-kill@1.2.2 shell 0 7.82 kB wmhilton
npm/treeify@1.1.0 None 0 22.2 kB notatestuser
npm/trim-newlines@4.1.1 None 0 4.62 kB sindresorhus
npm/trim-off-newlines@1.0.1 None 0 2.88 kB stevemao
npm/trim-trailing-lines@1.1.4 None 0 4.6 kB wooorm
npm/trim@0.0.1 None 0 2.71 kB tjholowaychuk
npm/trough@1.0.5 None 0 13.1 kB wooorm
npm/ts-api-utils@1.3.0 None 0 828 kB joshuakgoldberg
npm/ts-jest@27.1.5 environment, filesystem, unsafe 0 260 kB kul
npm/ts-node@10.9.2 environment, filesystem, unsafe 0 757 kB blakeembrey
npm/tsconfig-paths@3.9.0 environment, filesystem, unsafe 0 82 kB jonaskello
npm/tslib@1.14.1 None 0 34 kB typescript-bot
npm/tsutils@3.21.0 None 0 382 kB ajaff
npm/tunnel-agent@0.6.0 environment, network 0 16.7 kB mikeal
npm/tweetnacl@0.14.5 None 0 174 kB dchest
npm/type-check@0.4.0 None 0 21.2 kB gkz
npm/type-detect@4.0.8 None 0 42.1 kB chaijs
npm/typed-array-buffer@1.0.2 None 0 13.1 kB ljharb
npm/typed-array-byte-length@1.0.1 None 0 20 kB ljharb
npm/typed-array-byte-offset@1.0.2 None 0 20.3 kB ljharb
npm/typed-array-length@1.0.6 None 0 23.3 kB ljharb
npm/typedarray-to-buffer@3.1.5 None 0 8.84 kB feross
npm/typedarray@0.0.6 None 0 26 kB substack
npm/typedoc-default-themes@0.12.10 None 0 913 kB gerrit0
npm/typedoc@0.21.10 environment, filesystem, shell, unsafe 0 1.51 MB gerrit0
npm/typescript@4.9.5 None 0 66.8 MB typescript-bot
npm/uglify-js@3.12.8 environment, eval, filesystem 0 1.05 MB alexlamsl
npm/unbox-primitive@1.0.2 None 0 14.9 kB ljharb
npm/unbzip2-stream@1.4.3 None 0 133 kB regular
npm/undefsafe@2.0.5 None 0 7.6 kB remy

🚮 Removed packages: npm/@babel/core@7.12.16, npm/@babel/generator@7.12.15, npm/@babel/helper-function-name@7.12.13, npm/@babel/helper-get-function-arity@7.12.13, npm/@babel/helper-member-expression-to-functions@7.12.16, npm/@babel/helper-module-imports@7.12.13, npm/@babel/helper-module-transforms@7.12.13, npm/@babel/helper-optimise-call-expression@7.12.13, npm/@babel/helper-plugin-utils@7.12.13, npm/@babel/helper-replace-supers@7.12.13, npm/@babel/helper-simple-access@7.12.13, npm/@babel/helper-split-export-declaration@7.12.13, npm/@babel/helpers@7.12.13, npm/@babel/parser@7.12.16, npm/@babel/plugin-syntax-top-level-await@7.12.13, npm/@babel/template@7.12.13, npm/@babel/traverse@7.12.13, npm/@babel/types@7.12.13, npm/@cnakazawa/watch@1.0.4, npm/@eslint/eslintrc@0.3.0, npm/@hapi/address@2.1.4, npm/@hapi/bourne@1.3.2, npm/@hapi/hoek@8.5.1, npm/@hapi/joi@15.1.1, npm/@hapi/topo@3.1.6, npm/@jest/console@26.6.2, npm/@jest/core@26.6.3, npm/@jest/environment@26.6.2, npm/@jest/fake-timers@26.6.2, npm/@jest/globals@26.6.2, npm/@jest/reporters@26.6.2, npm/@jest/source-map@26.6.2, npm/@jest/test-result@26.6.2, npm/@jest/test-sequencer@26.6.3, npm/@jest/transform@26.6.2, npm/@jest/types@26.6.2, npm/@nodelib/fs.scandir@2.1.4, npm/@nodelib/fs.stat@2.0.4, npm/@nodelib/fs.walk@1.2.6, npm/@octokit/auth-token@2.4.5, npm/@octokit/core@3.2.5, npm/@octokit/endpoint@6.0.11, npm/@octokit/graphql@4.6.0, npm/@octokit/openapi-types@5.0.0, npm/@octokit/plugin-paginate-rest@2.9.1, npm/@octokit/plugin-request-log@1.0.3, npm/@octokit/plugin-rest-endpoint-methods@4.10.3, npm/@octokit/request-error@2.0.5, npm/@octokit/request@5.4.14, npm/@octokit/rest@18.1.1, npm/@octokit/types@6.9.0, npm/@qawolf/jest-reporter@0.1.0, npm/@semantic-release/github@7.2.0, npm/@semantic-release/npm@7.0.10, npm/@semantic-release/release-notes-generator@9.0.1, npm/@sindresorhus/is@0.14.0, npm/@sinonjs/commons@1.8.2, npm/@sinonjs/fake-timers@6.0.1, npm/@szmarczak/http-timer@1.1.2, npm/@types/babel__core@7.1.12, npm/@types/babel__generator@7.6.2, npm/@types/babel__template@7.4.0, npm/@types/babel__traverse@7.11.0, npm/@types/glob@7.1.3, npm/@types/graceful-fs@4.1.5, npm/@types/istanbul-lib-coverage@2.0.3, npm/@types/istanbul-lib-report@3.0.0, npm/@types/istanbul-reports@3.0.0, npm/@types/jest@26.0.20, npm/@types/json-schema@7.0.7, npm/@types/parse-json@4.0.0, npm/@types/prettier@2.2.1, npm/@types/stack-utils@2.0.0, npm/@types/yargs-parser@20.2.0, npm/@types/yargs@15.0.13, npm/@typescript-eslint/eslint-plugin@4.15.0, npm/@typescript-eslint/experimental-utils@4.15.0, npm/@typescript-eslint/parser@4.15.0, npm/@typescript-eslint/scope-manager@4.15.0, npm/@typescript-eslint/types@4.15.0, npm/@typescript-eslint/typescript-estree@4.15.0, npm/@typescript-eslint/visitor-keys@4.15.0, npm/@vercel/node@1.9.0, npm/abab@2.0.5, npm/acorn-jsx@5.3.1, npm/acorn@7.4.1, npm/an-array-of-english-words@2.0.0, npm/ansi-colors@4.1.1, npm/ansi-escapes@4.3.1, npm/arr-diff@4.0.0, npm/arr-flatten@1.1.0, npm/array-includes@3.1.2, npm/array-unique@0.3.2, npm/array.prototype.flat@1.2.4, npm/assign-symbols@1.0.0, npm/async-limiter@1.0.1, npm/async-to-gen@1.3.3, npm/at-least-node@1.0.0, npm/atob@2.1.2, npm/await-outside@3.0.0, npm/babel-jest@26.6.3, npm/babel-plugin-istanbul@6.0.0, npm/babel-plugin-jest-hoist@26.6.2, npm/babel-preset-jest@26.6.2, npm/babylon@6.18.0, npm/base@0.11.2, npm/before-after-hook@2.1.1, npm/cache-base@1.0.1, npm/cacheable-request@6.1.0, npm/call-bind@1.0.2, npm/camelcase-keys@4.2.0, npm/capture-exit@2.0.0, npm/chardet@0.7.0, npm/ci-info@2.0.0, npm/cjs-module-lexer@0.6.0, npm/class-utils@0.3.6, npm/cli-cursor@3.1.0, npm/cli-table@0.3.5, npm/cli-width@3.0.0, npm/cliui@6.0.0, npm/clone-response@1.0.2, npm/collect-v8-coverage@1.0.1, npm/collection-visit@1.0.0, npm/component-emitter@1.3.0, npm/configstore@5.0.1, npm/contains-path@0.1.0, npm/convert-source-map@1.7.0, npm/copy-descriptor@0.1.1, npm/cosmiconfig@7.0.0, npm/coveralls@3.1.0, npm/create-qawolf@1.7.0, npm/cssom@0.4.4, npm/data-urls@2.0.0, npm/decimal.js@10.2.1, npm/decode-uri-component@0.2.0, npm/decompress-response@3.3.0, npm/deep-is@0.1.3, npm/deepmerge@4.2.2, npm/defer-to-connect@1.1.3, npm/define-properties@1.1.3, npm/define-property@2.0.2, npm/del-cli@3.0.0, npm/del@5.1.0, npm/diff-sequences@26.6.2, npm/duplexer3@0.1.4, npm/emittery@0.7.2, npm/enquirer@2.3.6, npm/env-ci@5.0.2, npm/es-abstract@1.18.0-next.2, npm/escalade@3.1.1, npm/escape-goat@2.1.1, npm/escodegen@1.14.3, npm/eslint-ast-utils@1.1.0, npm/eslint-config-prettier@6.15.0, npm/eslint-import-resolver-node@0.3.4, npm/eslint-module-utils@2.6.0, npm/eslint-plugin-github@4.1.1, npm/eslint-plugin-import@2.22.1, npm/eslint-plugin-jest@23.20.0, npm/eslint-plugin-prettier@3.3.1, npm/eslint-plugin-spellcheck@0.0.8, npm/eslint-plugin-unicorn@17.2.0, npm/eslint-template-visitor@1.1.0, npm/eslint-visitor-keys@2.0.0, npm/eslint@7.20.0, npm/esquery@1.4.0, npm/estraverse@4.3.0, npm/exec-sh@0.3.4, npm/expand-brackets@2.1.4, npm/expect-puppeteer@4.4.0, npm/expect@26.6.2, npm/extend-shallow@3.0.2, npm/external-editor@3.1.0, npm/extglob@2.0.4, npm/fast-diff@1.2.0, npm/fast-glob@3.2.5, npm/fastq@1.10.1, npm/fb-watchman@2.0.1, npm/file-entry-cache@6.0.0, npm/find-process@1.4.4, npm/flat-cache@3.0.4, npm/flatted@3.1.1, npm/fluent-ffmpeg@2.1.2, npm/fragment-cache@0.2.1, npm/fs-extra@9.1.0, npm/get-intrinsic@1.1.1, npm/get-stdin@6.0.0, npm/get-value@2.0.6, npm/global-dirs@2.1.0, npm/globals@12.4.0, npm/globby@11.0.2, npm/got@9.6.0, npm/growly@1.3.0, npm/has-symbols@1.0.1, npm/has-value@1.0.0, npm/has-values@1.0.0, npm/has-yarn@2.1.0, npm/http-cache-semantics@4.1.0, npm/husky@5.1.3, npm/ignore@4.0.6, npm/import-lazy@2.1.0, npm/import-local@3.0.2, npm/import-modules@2.1.0, npm/inquirer@7.3.3, npm/into-stream@5.1.1, npm/ip-regex@2.1.0, npm/is-accessor-descriptor@1.0.0, npm/is-callable@1.2.3, npm/is-ci@2.0.0, npm/is-data-descriptor@1.0.0, npm/is-date-object@1.0.2, npm/is-descriptor@1.0.2, npm/is-docker@2.1.1, npm/is-extendable@1.0.1, npm/is-installed-globally@0.3.2, npm/is-negative-zero@2.0.1, npm/is-npm@4.0.0, npm/is-path-inside@3.0.2, npm/is-plain-object@2.0.4, npm/is-potential-custom-element-name@1.0.0, npm/is-regex@1.1.2, npm/is-string@1.0.5, npm/is-symbol@1.0.3, npm/is-windows@1.0.2, npm/is-yarn-global@0.3.0, npm/istanbul-lib-coverage@3.0.0, npm/istanbul-lib-instrument@4.0.3, npm/istanbul-lib-report@3.0.0, npm/istanbul-lib-source-maps@4.0.0, npm/istanbul-reports@3.0.2, npm/jest-changed-files@26.6.2, npm/jest-circus@26.6.3, npm/jest-cli@26.6.3, npm/jest-config@26.6.3, npm/jest-dev-server@4.4.0, npm/jest-diff@26.6.2, npm/jest-docblock@26.0.0, npm/jest-each@26.6.2, npm/jest-environment-jsdom@26.6.2, npm/jest-environment-node@26.6.2, npm/jest-environment-puppeteer@4.4.0, npm/jest-get-type@26.3.0, npm/jest-haste-map@26.6.2, npm/jest-jasmine2@26.6.3, npm/jest-leak-detector@26.6.2, npm/jest-matcher-utils@26.6.2, npm/jest-message-util@26.6.2, npm/jest-mock@26.6.2, npm/jest-pnp-resolver@1.2.2, npm/jest-puppeteer@4.4.0, npm/jest-regex-util@26.0.0, npm/jest-resolve-dependencies@26.6.3, npm/jest-resolve@26.6.2, npm/jest-runner@26.6.3, npm/jest-runtime@26.6.3, npm/jest-serializer@26.6.2, npm/jest-snapshot@26.6.2, npm/jest-util@26.6.2, npm/jest-validate@26.6.2, npm/jest-watcher@26.6.2, npm/jest-worker@26.6.2, npm/jest@26.6.3, npm/jpeg-js@0.4.3, npm/jsdom@16.4.0, npm/json-buffer@3.0.0, npm/keyv@3.1.0, npm/latest-version@5.1.0, npm/load-json-file@2.0.0, npm/lodash.get@4.4.2, npm/lodash.sortby@4.7.0, npm/lodash.toarray@4.4.0, npm/lodash.zip@4.2.0, npm/lodash@4.17.20, npm/lowercase-keys@1.0.1, npm/magic-string@0.19.1, npm/make-dir@3.1.0, npm/makeerror@1.0.11, npm/map-cache@0.2.2, npm/map-obj@2.0.0, npm/map-visit@1.0.0, npm/marked-terminal@4.1.0, npm/marked@2.0.0, npm/meow@5.0.0

View full report↗︎

socket-security[bot] commented 5 months ago

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSource
Install scripts npm/puppeteer@7.1.0
  • Install script: install
  • Source: node install.js
Install scripts npm/ssh2@1.15.0
  • Install script: install
  • Source: node install.js
Install scripts npm/playwright-chromium@1.43.0
  • Install script: install
  • Source: node install.js

View full report↗︎

Next steps

What is an install script?

Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.

Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/puppeteer@7.1.0
  • @SocketSecurity ignore npm/ssh2@1.15.0
  • @SocketSecurity ignore npm/playwright-chromium@1.43.0