Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update linters (major) #376

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 10, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint (source) ^8.0.1 -> ^8.0.1 || ^9.0.0 age adoption passing confidence
eslint (source) ^8.0.0 -> ^8.0.0 || ^9.0.0 age adoption passing confidence
eslint (source) ~8.57.0 -> ~9.17.0 age adoption passing confidence
eslint-plugin-html ^7.0.0 -> ^8.0.0 age adoption passing confidence
eslint-plugin-jest ^27.0.0 -> ^28.0.0 age adoption passing confidence
eslint-plugin-n ^16.0.0 -> ^17.0.0 age adoption passing confidence
eslint-plugin-promise ^6.0.0 -> ^7.0.0 age adoption passing confidence

Release Notes

eslint/eslint (eslint)

v9.17.0

Compare Source

v9.16.0

Compare Source

Features

  • 8f70eb1 feat: Add ignoreComputedKeys option in sort-keys rule (#​19162) (Milos Djermanovic)

Documentation

  • 9eefc8f docs: fix typos in use-isnan (#​19190) (루밀LuMir)
  • 0c8cea8 docs: switch the order of words in no-unreachable (#​19189) (루밀LuMir)
  • 0c19417 docs: add missing backtick to no-async-promise-executor (#​19188) (루밀LuMir)
  • 8df9276 docs: add backtick in -0 in description of no-compare-neg-zero (#​19186) (루밀LuMir)
  • 7e16e3f docs: fix caseSensitive option's title of sort-keys (#​19183) (Tanuj Kanti)
  • 0c6b842 docs: fix typos in migration-guide.md (#​19180) (루밀LuMir)
  • 353266e docs: fix a typo in debug.md (#​19179) (루밀LuMir)
  • 5ff318a docs: delete unnecessary horizontal rule(---) in nodejs-api (#​19175) (루밀LuMir)
  • 576bcc5 docs: mark more rules as handled by TypeScript (#​19164) (Tanuj Kanti)
  • 742d054 docs: note that no-restricted-syntax can be used with any language (#​19148) (Milos Djermanovic)

Chores

v9.15.0

Compare Source

v9.14.0

Compare Source

v9.13.0

Compare Source

v9.12.0

Compare Source

Features

Bug Fixes

Documentation

  • ecbd522 docs: Mention code explorer (#​18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#​18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#​18976) (Milos Djermanovic)
  • 57232ff docs: Mention plugin-kit in language docs (#​18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#​18944) (Jay)

Chores

v9.11.1

Compare Source

v9.11.0

Compare Source

Features

  • ec30c73 feat: add "eslint/universal" to export Linter (#​18883) (唯然)
  • c591da6 feat: Add language to types (#​18917) (Nicholas C. Zakas)
  • 492eb8f feat: limit the name given to ImportSpecifier in id-length (#​18861) (Tanuj Kanti)
  • 19c6856 feat: Add no-useless-constructor suggestion (#​18799) (Jordan Thomson)
  • a48f8c2 feat: add type FormatterFunction, update LoadedFormatter (#​18872) (Francesco Trotta)

Bug Fixes

  • 5e5f39b fix: add missing types for no-restricted-exports rule (#​18914) (Kristóf Poduszló)
  • 8f630eb fix: add missing types for no-param-reassign options (#​18906) (Kristóf Poduszló)
  • d715781 fix: add missing types for no-extra-boolean-cast options (#​18902) (Kristóf Poduszló)
  • 2de5742 fix: add missing types for no-misleading-character-class options (#​18905) (Kristóf Poduszló)
  • c153084 fix: add missing types for no-implicit-coercion options (#​18903) (Kristóf Poduszló)
  • fa11b2e fix: add missing types for no-empty-function options (#​18901) (Kristóf Poduszló)
  • a0deed1 fix: add missing types for camelcase options (#​18897) (Kristóf Poduszló)

Documentation

  • e4e5709 docs: correct prefer-object-has-own type definition comment (#​18924) (Nitin Kumar)
  • 91cbd18 docs: add unicode abbreviations in no-irregular-whitespace rule (#​18894) (Alix Royere)
  • 59cfc0f docs: clarify resultsMeta in LoadedFormatter type (#​18881) (Milos Djermanovic)
  • adcc50d docs: Update README (GitHub Actions Bot)
  • 4edac1a docs: Update README (GitHub Actions Bot)

Build Related

  • 959d360 build: Support updates to previous major versions (#​18871) (Milos Djermanovic)

Chores

v9.10.0

Compare Source

v9.9.1

Compare Source

v9.9.0

Compare Source

Features

  • 41d0206 feat: Add support for TS config files (#​18134) (Arya Emami)
  • 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#​18716) (Dave)

Documentation

  • 9fe068c docs: how to author plugins with configs that extend other configs (#​18753) (Alec Gibson)
  • 48117b2 docs: add version support page in the side navbar (#​18738) (Amaresh S M)
  • fec2951 docs: add version support page to the dropdown (#​18730) (Amaresh S M)
  • 38a0661 docs: Fix typo (#​18735) (Zaina Al Habash)
  • 3c32a9e docs: Update yarn command for creating ESLint config (#​18739) (Temitope Ogunleye)
  • f9ac978 docs: Update README (GitHub Actions Bot)

Chores

v9.8.0

Compare Source

v9.7.0

Compare Source

Features

  • 7bd9839 feat: add support for es2025 duplicate named capturing groups (#​18630) (Yosuke Ota)
  • 1381394 feat: add regex option in no-restricted-imports (#​18622) (Nitin Kumar)

Bug Fixes

  • 14e9f81 fix: destructuring in catch clause in no-unused-vars (#​18636) (Francesco Trotta)

Documentation

  • 9f416db docs: Add Powered by Algolia label to the search. (#​18633) (Amaresh S M)
  • c8d26cb docs: Open JS Foundation -> OpenJS Foundation (#​18649) (Milos Djermanovic)
  • 6e79ac7 docs: loadESLint does not support option cwd (#​18641) (Francesco Trotta)

Chores

v9.6.0

Compare Source

v9.5.0

Compare Source

v9.4.0

Compare Source

v9.3.0

Compare Source

v9.2.0

Compare Source

v9.1.1

Compare Source

v9.1.0

Compare Source

v9.0.0

Compare Source

BenoitZugmeyer/eslint-plugin-html (eslint-plugin-html)

v8.1.2

Compare Source

v8.1.1

Compare Source

v8.1.0

Compare Source

v8.0.0

Compare Source

jest-community/eslint-plugin-jest (eslint-plugin-jest)

v28.10.0

Compare Source

Features
  • unbound-method: ignore functions passed to jest.mocked (#​1681) (d868636)

v28.9.0

Compare Source

Features

28.8.3 (2024-09-04)

Bug Fixes
  • prefer-importing-jest-globals: don't add imports in the middle of statements (#​1645) (9c4197c)

28.8.2 (2024-09-02)

Performance Improvements
  • prefer-importing-jest-globals: stop collecting import specifiers for no reason (#​1646) (0660242)

28.8.1 (2024-08-29)

Bug Fixes
  • prefer-importing-jest-globals: support typescript-eslint parser (#​1639) (307f6a7)

v28.8.3

Compare Source

Bug Fixes
  • prefer-importing-jest-globals: don't add imports in the middle of statements (#​1645) (9c4197c)

v28.8.2

Compare Source

Performance Improvements
  • prefer-importing-jest-globals: stop collecting import specifiers for no reason (#​1646) (0660242)

v28.8.1

Compare Source

Bug Fixes
  • prefer-importing-jest-globals: support typescript-eslint parser (#​1639) (307f6a7)

v28.8.0

Compare Source

Features
  • import formatting rules from eslint-plugin-jest-formatting (#​1563) (74078ee)

v28.7.0

Compare Source

Features
  • allow [@typescript-eslint](https://redirect.github.com/typescript-eslint) v8 (#​1636) (fb43171)

v28.6.0

Compare Source

Features

v28.5.0

Compare Source

Features
  • allow @typescript-eslint/utils v7 as a direct dependency (#​1567) (1476f10)

v28.4.0

Compare Source

Features
  • valid-expect: supporting automatically fixing missing await in some cases (#​1574) (a407098)

v28.3.0

Compare Source

Features

v28.2.0

Compare Source

Features

28.1.1 (2024-04-06)

Bug Fixes
  • max-expects: properly reset counter when exiting a test case (#​1550) (b4b7cbc)

v28.1.1

Compare Source

Bug Fixes
  • max-expects: properly reset counter when exiting a test case (#​1550) (b4b7cbc)

v28.1.0

Compare Source

Features

v28.0.0

Compare Source

Bug Fixes
Features
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
eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.15.1

Compare Source

🩹 Fixes
  • Promise.withResolvers is supported since node 22.11 (#​398) (c5bcb3a)

v17.15.0

Compare Source

🌟 Features
🩹 Fixes
  • no-unsupported: Correctly handle recursive objects on a per module basis (#​396) (db384d1)

v17.14.0

Compare Source

🌟 Features

v17.13.2

Compare Source

🩹 Fixes
  • no-missing-require: handle multiple resolvePaths (#​383) (df6ad2a)

v17.13.1

Compare Source

🩹 Fixes

v17.13.0

Compare Source

🌟 Features
🩹 Fixes
🧹 Chores

v17.12.0

Compare Source

🌟 Features
🩹 Fixes
🧹 Chores

v17.11.1

Compare Source

🩹 Fixes

v17.11.0

Compare Source

🌟 Features
🩹 Fixes
  • no-missing-import: Ignore node builtins in package.json imports (#​346) (148e47e)
  • no-missing-import: Resolve tsconfig paths relative to the tsconfig (#​343) (6cd7954)
📚 Documentation
  • Explain the transitive dependency case for no-extraneous-* (#​347) (8c0a2cc)

v17.10.3

Compare Source

🩹 Fixes
  • Use our data set to work out if a module is a node module (#​338) (6a1b2c5)
📚 Documentation

v17.10.2

Compare Source

🩹 Fixes

v17.10.1

Compare Source

🩹 Fixes

v17.10.0

Compare Source

🌟 Features
📚 Documentation
🧹 Chores
  • upgrade compatible deps (8f6f11d)

v17.9.0

Compare Source

🌟 Features
  • Add flag ignorePrivate to no-unpublished-x rules (#​298) (0609431)

v17.8.1

Compare Source

🩹 Fixes

v17.8.0

[Compar


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot requested a review from wopian February 10, 2024 01:53
Copy link

github-actions bot commented Feb 10, 2024

yarn.lock changes

Summary

Status Count
ADDED 11
UPDATED 19
DOWNGRADED 1
REMOVED 11
Click to toggle table visibility
Name Status Previous Current
@eslint/config-array ADDED - 0.19.1
@eslint/core ADDED - 0.9.1
@eslint/eslintrc UPDATED 2.1.4 3.2.0
@eslint/js UPDATED 8.57.1 9.17.0
@eslint/object-schema ADDED - 2.1.5
@eslint/plugin-kit ADDED - 0.2.4
@humanfs/core ADDED - 0.19.1
@humanfs/node ADDED - 0.16.6
@humanwhocodes/config-array REMOVED 0.13.0 -
@humanwhocodes/object-schema REMOVED 2.0.3 -
@humanwhocodes/retry ADDED - 0.4.1
@types/estree ADDED - 1.0.6
@types/semver REMOVED 7.5.8 -
@typescript-eslint/scope-manager UPDATED 5.62.0 8.19.0
@typescript-eslint/types UPDATED 5.62.0 8.19.0
@typescript-eslint/typescript-estree UPDATED 5.62.0 8.19.0
@typescript-eslint/utils UPDATED 5.62.0 8.19.0
@typescript-eslint/visitor-keys UPDATED 5.62.0 8.19.0
@ungap/structured-clone REMOVED 1.2.1 -
builtin-modules REMOVED 3.3.0 -
builtins REMOVED 5.1.0 -
doctrine DOWNGRADED 3.0.0 2.1.0
enhanced-resolve ADDED - 5.18.0
eslint UPDATED 8.57.1 9.17.0
eslint-plugin-html UPDATED 7.1.0 8.1.2
eslint-plugin-jest UPDATED 27.9.0 28.10.0
eslint-plugin-n UPDATED 16.6.2 17.15.1
eslint-plugin-promise UPDATED 6.6.0 7.2.1
eslint-scope UPDATED 7.2.2 8.2.0
eslint-visitor-keys UPDATED 3.4.3 4.2.0
espree UPDATED 9.6.1 10.3.0
file-entry-cache UPDATED 6.0.1 8.0.0
flat-cache UPDATED 3.2.0 4.0.1
globals UPDATED 13.24.0 15.14.0
graphemer REMOVED 1.4.0 -
htmlparser2 UPDATED 8.0.2 9.1.0
is-builtin-module REMOVED 3.2.1 -
is-path-inside REMOVED 3.0.3 -
tapable ADDED - 2.2.1
text-table REMOVED 0.2.0 -
ts-api-utils ADDED - 1.4.3
tsutils REMOVED 3.21.0 -

@renovate renovate bot force-pushed the renovate/major-linters branch from b268ef7 to 8c206df Compare February 12, 2024 03:34
@renovate renovate bot force-pushed the renovate/major-linters branch from 8c206df to 955c756 Compare February 19, 2024 04:30
@renovate renovate bot force-pushed the renovate/major-linters branch 2 times, most recently from 69bcccf to 0f83113 Compare March 4, 2024 04:33
@renovate renovate bot force-pushed the renovate/major-linters branch from 0f83113 to 14a8e75 Compare March 11, 2024 04:24
@renovate renovate bot force-pushed the renovate/major-linters branch 4 times, most recently from c169609 to 8cfd95f Compare March 25, 2024 03:22
@renovate renovate bot force-pushed the renovate/major-linters branch 2 times, most recently from c130b83 to cd48cce Compare April 5, 2024 21:44
@renovate renovate bot changed the title build(eslint-config-wopian-vue)(deps): update dependency eslint-plugin-html to ^8.0.0 build(eslint-config-wopian)(deps): update linters (major) Apr 5, 2024
@renovate renovate bot force-pushed the renovate/major-linters branch 2 times, most recently from 022f778 to 57334a9 Compare April 8, 2024 04:01
@renovate renovate bot force-pushed the renovate/major-linters branch 3 times, most recently from b4055c7 to fe542df Compare April 22, 2024 03:22
@renovate renovate bot force-pushed the renovate/major-linters branch 2 times, most recently from c2ce373 to 7a1f2c6 Compare May 3, 2024 22:35
@renovate renovate bot force-pushed the renovate/major-linters branch from 7a1f2c6 to 62bb8a9 Compare May 6, 2024 03:41
@renovate renovate bot force-pushed the renovate/major-linters branch 2 times, most recently from ac9a1c6 to a4f9488 Compare May 17, 2024 23:31
@renovate renovate bot force-pushed the renovate/major-linters branch 2 times, most recently from e8e68b2 to 243d856 Compare May 31, 2024 20:38
@renovate renovate bot force-pushed the renovate/major-linters branch 2 times, most recently from 1826657 to 6fcae97 Compare June 10, 2024 03:22
@renovate renovate bot force-pushed the renovate/major-linters branch 2 times, most recently from a88fe62 to f587131 Compare September 16, 2024 01:21
@renovate renovate bot force-pushed the renovate/major-linters branch 2 times, most recently from f99117b to 4016fb0 Compare September 23, 2024 04:05
@renovate renovate bot force-pushed the renovate/major-linters branch 3 times, most recently from b58ebe2 to a91f68b Compare October 6, 2024 12:37
@renovate renovate bot force-pushed the renovate/major-linters branch 2 times, most recently from 3032b85 to 818d516 Compare October 14, 2024 03:05
@renovate renovate bot force-pushed the renovate/major-linters branch 2 times, most recently from 4b8b8b3 to e12863f Compare October 21, 2024 03:39
@renovate renovate bot force-pushed the renovate/major-linters branch 2 times, most recently from dfdf739 to b9b931e Compare November 1, 2024 19:57
@renovate renovate bot force-pushed the renovate/major-linters branch 2 times, most recently from 83f1f2e to b4056f3 Compare November 4, 2024 07:38
@renovate renovate bot force-pushed the renovate/major-linters branch 3 times, most recently from 6557330 to 1ec8ccf Compare November 18, 2024 03:03
@renovate renovate bot force-pushed the renovate/major-linters branch 3 times, most recently from 8ea8d59 to 120afd3 Compare December 2, 2024 03:30
@renovate renovate bot force-pushed the renovate/major-linters branch 2 times, most recently from 218ff13 to 951aef8 Compare December 9, 2024 04:36
@renovate renovate bot changed the title build(eslint-config-wopian)(deps): update linters (major) build(deps): update linters (major) Dec 10, 2024
@renovate renovate bot force-pushed the renovate/major-linters branch 2 times, most recently from 422ea47 to 8d50027 Compare December 16, 2024 04:07
@renovate renovate bot force-pushed the renovate/major-linters branch from 8d50027 to de5ed38 Compare December 23, 2024 03:43
@renovate renovate bot force-pushed the renovate/major-linters branch from de5ed38 to 555bd94 Compare December 30, 2024 05:04
@renovate renovate bot force-pushed the renovate/major-linters branch from 555bd94 to 04d7fad Compare January 1, 2025 04:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant