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

chore(deps): update linters (major) #268

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 7, 2024

Mend Renovate

This PR contains the following updates:

Package Change 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.4.0 age adoption passing confidence
eslint-plugin-jest ^27.9.0 -> ^28.6.0 age adoption passing confidence
eslint-plugin-markdown ^3.0.1 -> ^5.0.0 age adoption passing confidence
eslint-plugin-n ^16.6.2 -> ^17.8.1 age adoption passing confidence
eslint-plugin-unicorn ^51.0.1 -> ^53.0.0 age adoption passing confidence

Release Notes

eslint/eslint (eslint)

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

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

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/eslint-plugin-markdown (eslint-plugin-markdown)

v5.0.0

Compare Source

⚠ BREAKING CHANGES
  • map known code block languages to respective file extensions (#​246)
Features
  • map known code block languages to respective file extensions (#​246) (096cff4)
Bug Fixes
  • check upper bounds of message line numbers for code blocks (#​247) (00adccb)
Chores

v4.0.1

Compare Source

Chores
  • update changelog with note that v4.0.0 was not published to npm (#​241) (e80139d)
eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.8.1

Compare Source

🩹 Fixes

v17.8.0

Compare Source

🌟 Features
🩹 Fixes
🧹 Chores

v17.7.0

Compare Source

🌟 Features
  • hashbang: Add support to map extensions to executables (#​278) (3fd7639)
  • node-builtin: Add node 20.13.0, 22.0.0, and 22.1.0 support (#​276) (4a685c0)
🩹 Fixes
  • node-builtins: Remove "node:" prefix from "ignores" message (#​277) (704f0b9)
📚 Documentation
  • node-builtins: Specify that only static properties are supported (#​272) (735a520)
  • Provide an example with eslint-plugin-n to Playground (#​275) (cb8ffa6)

v17.6.0

Compare Source

🌟 Features
📚 Documentation

v17.5.1

Compare Source

🩹 Fixes

v17.5.0

Compare Source

🌟 Features
🩹 Fixes
🧹 Chores

v17.4.0

Compare Source

🌟 Features
🩹 Fixes
  • unsupported-features/node-builtins-modules version comparation (#​257) (5c67787)
🧹 Chores

v17.3.1: Release 17.3.1

Compare Source

  • Revert "fix: unsupported-features/node-builtins-modules range compare" (#​254) (caecf3e)

v17.3.0

Compare Source

🌟 Features
🩹 Fixes
  • unsupported-features/node-builtins-modules range compare (#​252) (d50ae85)
🧹 Chores

v17.2.1

Compare Source

🩹 Fixes
🧹 Chores

v17.2.0

Compare Source

🌟 Features
  • no-missing-imports: add tryExtensions option (#​228) (ae5329c)
  • no-unsupported-features: ✨ Update to node v20.12.0/v21.7.0 (#​229) (a8d0539)
🩹 Fixes

v17.1.0

Compare Source

🌟 Features
📚 Documentation

v17.0.0

Compare Source

Chores
  • use ts-ignore-import to lighten the dependencies (#​219) (fb0aaae)
sindresorhus/eslint-plugin-unicorn (eslint-plugin-unicorn)

v53.0.0

Compare Source

New rules
Breaking
Meta
Improvements
  • Support ESLint 9 (#​2250) 598f57b
  • no-array-method-this-argument: Check Array.fromAsync() (#​2330) 99489b9
  • prefer-number-properties: Add checkNaN option (#​2315) d30de50
  • template-indent: Support member expression paths in tags and functions (#​2346) aabcf1d
  • prefer-number-properties: Don't require by default for Infinity/-Infinity to be written as Number.POSITIVE_INFINITY/Number.NEGATIVE_INFINITY (#​2312) e0dfed2
  • escape-case: Ignore String.raw (#​2342) 45bd444
  • no-hex-escape: Ignore String.raw (#​2343) cc02a7f
  • prefer-dom-node-dataset: Ignore awaited getAttribute call (#​2334) 45f23d5
  • prevent-abbreviations: Support non-ASCII filenames (#​2308) 28762c8
  • throw-new-error: Check all call expressions instead of just argument of ThrowStatement (#​2332) 1626852

v52.0.0

Compare Source

New rules
Improvements
  • filename-case: Add option for multiple file extensions (#​2186) 4594020
  • import-style: Support node: protocol (#​2297) c28a086
  • prefer-array-find: Check array.filter().at(0) (#​2284) e6074fe
  • prefer-prototype-methods: Check Object.prototype methods from globalThis (#​2286) 1792d33
  • no-array-callback-reference: Check logical expressions and check ternaries deeply (#​2289) 231529a
Fixes

Configuration

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

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies label Mar 7, 2024
@renovate renovate bot enabled auto-merge (squash) March 7, 2024 22:15
@renovate renovate bot force-pushed the renovate/major-linters branch 4 times, most recently from 48a05e1 to bef7430 Compare March 13, 2024 12:56
@renovate renovate bot force-pushed the renovate/major-linters branch 6 times, most recently from 7fa90c9 to 7930a85 Compare March 21, 2024 19:39
@renovate renovate bot force-pushed the renovate/major-linters branch 5 times, most recently from 798dac4 to 6bcdc60 Compare March 29, 2024 02:08
@renovate renovate bot force-pushed the renovate/major-linters branch 3 times, most recently from d50dd57 to beb15e9 Compare April 3, 2024 17:16
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-markdown to v4 fix(deps): update linters (major) Apr 3, 2024
@renovate renovate bot force-pushed the renovate/major-linters branch 2 times, most recently from 041c12e to 55e3e57 Compare April 5, 2024 23:41
@renovate renovate bot changed the title fix(deps): update linters (major) chore(deps): update linters (major) Apr 5, 2024
@renovate renovate bot force-pushed the renovate/major-linters branch 4 times, most recently from c9e5ed4 to 7c9a0e1 Compare April 7, 2024 07:09
@renovate renovate bot force-pushed the renovate/major-linters branch 9 times, most recently from 161dba6 to 3732c19 Compare May 11, 2024 19:03
@renovate renovate bot force-pushed the renovate/major-linters branch 5 times, most recently from 5f8b665 to c72f3a2 Compare May 17, 2024 23:58
@renovate renovate bot force-pushed the renovate/major-linters branch 6 times, most recently from 1ecb7c1 to 2f2b1b5 Compare May 28, 2024 14:10
@renovate renovate bot force-pushed the renovate/major-linters branch 6 times, most recently from 44f8847 to ff54cec Compare June 5, 2024 14:36
@renovate renovate bot force-pushed the renovate/major-linters branch 2 times, most recently from 20b9930 to 1109dbb Compare June 6, 2024 18:20
@renovate renovate bot force-pushed the renovate/major-linters branch from 1109dbb to fd4dc46 Compare June 6, 2024 22:36
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.

None yet

0 participants