This repository was archived by the owner on Mar 6, 2024. It is now read-only.
chore(deps): update eslint packages (major) #10
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^8.5.0->^9.0.0^26.4.6->^27.0.0^4.0.0->^5.0.0Release Notes
prettier/eslint-config-prettier (eslint-config-prettier)
v9.1.0Compare Source
ESLINT_CONFIG_PRETTIER_NO_DEPRECATEDenvironment variable.v9.0.0Compare Source
"unicode-bom": "off"to your config to disable it again, or run ESLint with--fixto fix all files according to the rule (add or remove BOM). Thanks to Nicolas Stepien (@nstepien)!v8.10.0Compare Source
v8.9.0Compare Source
v8.8.0Compare Source
v8.7.0Compare Source
v8.6.0Compare Source
jest-community/eslint-plugin-jest (eslint-plugin-jest)
v27.9.0Compare Source
Features
v27.8.0Compare Source
Features
failing.each(#1499) (9e9cf83)v27.7.0Compare Source
Features
[@typescript-eslint](https://togithub.com/typescript-eslint)v7 (#1500) (6be2928)27.6.3 (2024-01-12)
Bug Fixes
27.6.2 (2024-01-10)
Reverts
tsconfig.json(#1476)" (5e6199d), closes #147627.6.1 (2024-01-01)
Bug Fixes
metainformation with snapshot processor for ESLint v9 (#1484) (067e246)v27.6.3Compare Source
Bug Fixes
v27.6.2Compare Source
Reverts
tsconfig.json(#1476)" (5e6199d), closes #1476v27.6.1Compare Source
Bug Fixes
metainformation with snapshot processor for ESLint v9 (#1484) (067e246)v27.6.0Compare Source
Features
metainformation for ESLint v9 (#1454) (4d57146)v27.5.0Compare Source
Features
27.4.3 (2023-10-20)
Bug Fixes
27.4.2 (2023-09-29)
Bug Fixes
27.4.1 (2023-09-29)
Bug Fixes
v27.4.3Compare Source
Bug Fixes
v27.4.2Compare Source
Bug Fixes
v27.4.1Compare Source
Bug Fixes
v27.4.0Compare Source
Features
v27.3.0Compare Source
Features
no-confusing-set-timerule (#1425) (ff8e482)27.2.3 (2023-07-13)
Bug Fixes
@typescript-eslint/eslint-pluginv6 as peer dep (#1400) (04b2bf2), closes #139827.2.2 (2023-06-19)
Bug Fixes
27.2.1 (2023-01-06)
Bug Fixes
v27.2.3Compare Source
Bug Fixes
@typescript-eslint/eslint-pluginv6 as peer dep (#1400) (04b2bf2), closes #1398v27.2.2Compare Source
Bug Fixes
v27.2.1Compare Source
Bug Fixes
v27.2.0Compare Source
Features
no-untyped-mock-factoryrule (#1314) (ee43c3f)27.1.7 (2022-12-15)
Bug Fixes
27.1.6 (2022-11-24)
Bug Fixes
27.1.5 (2022-11-10)
Performance Improvements
Setinstead of iterating, and deduplicate a function (#1278) (0e048f1)27.1.4 (2022-11-04)
Performance Improvements
27.1.3 (2022-10-18)
Bug Fixes
jest()(#1269) (4450daa)27.1.2 (2022-10-14)
Bug Fixes
27.1.1 (2022-10-05)
Bug Fixes
v27.1.7Compare Source
Bug Fixes
v27.1.6Compare Source
Bug Fixes
v27.1.5Compare Source
Performance Improvements
Setinstead of iterating, and deduplicate a function (#1278) (0e048f1)v27.1.4Compare Source
Performance Improvements
v27.1.3Compare Source
Bug Fixes
jest()(#1269) (4450daa)v27.1.2Compare Source
Bug Fixes
v27.1.1Compare Source
Bug Fixes
v27.1.0Compare Source
Features
no-restricted-jest-methodsrule (#1257) (b8e61b1)27.0.4 (2022-09-10)
Bug Fixes
27.0.3 (2022-09-09)
Bug Fixes
stylesconfig (#1241) (a165e98)27.0.2 (2022-09-08)
Bug Fixes
27.0.1 (2022-08-28)
Bug Fixes
expectcall (#1225) (64ec9c1)v27.0.4Compare Source
Bug Fixes
v27.0.3Compare Source
Bug Fixes
stylesconfig (#1241) (a165e98)v27.0.2Compare Source
Bug Fixes
v27.0.1Compare Source
Bug Fixes
expectcall (#1225) (64ec9c1)v27.0.0Compare Source
Bug Fixes
Features
eslint@6(#1212) (21fc2fe)no-alias-methodsrecommended (#1221) (914b24a)BREAKING CHANGES
no-alias-methodsis now recommended as the methods themselves will be removed in the next major version of Jestno-jest-importruleunbound-methodbase rule are no longer suppressed - really this means that if you don't specifyprojectwhen this rule is enabled and@typescript-eslint/eslint-pluginis 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 presentno-restricted-matchersnow checks against the start of the expect chain, meaning you have to explicitly list each possible matcher & modifier permutations that you want to restrictv26.9.0Compare Source
Features
prefer-eachrule (#1222) (574eaed)26.8.7 (2022-08-21)
Bug Fixes
26.8.6 (2022-08-21)
Bug Fixes
expectcounter when entering and exiting test function calls (#1206) (3908ab8)26.8.5 (2022-08-20)
Bug Fixes
expectchecks (#1201) (fd54ca1)26.8.4 (2022-08-19)
Bug Fixes
mockImplementationfunctions that have parameters (#1199) (78ccbef)26.8.3 (2022-08-15)
Performance Improvements
26.8.2 (2022-08-09)
Bug Fixes
expect.<member>()calls towards max (#1194) (75a0ff2)26.8.1 (2022-08-08)
Bug Fixes
expect.hasAssertions&expect.assertionsmember calls (#1191) (4bf9eea)v26.8.7Compare Source
Bug Fixes
v26.8.6Compare Source
Bug Fixes
expectcounter when entering and exiting test function calls (#1206) (3908ab8)v26.8.5Compare Source
Bug Fixes
expectchecks (#1201) (fd54ca1)v26.8.4Compare Source
Bug Fixes
mockImplementationfunctions that have parameters (#1199) (78ccbef)v26.8.3Compare Source
Performance Improvements
v26.8.2Compare Source
Bug Fixes
expect.<member>()calls towards max (#1194) (75a0ff2)v26.8.1Compare Source
Bug Fixes
expect.hasAssertions&expect.assertionsmember calls (#1191) (4bf9eea)v26.8.0Compare Source
Features
expectbased on scope (#1173) (aa4be21)v26.7.0Compare Source
Features
prefer-mock-promise-shorthandrule (#1167) (d965592)v26.6.0Compare Source
Features
max-expectsrule (#1166) (5b6fd20)26.5.3 (2022-06-06)
Bug Fixes
resolvesandrejectsmodifiers correctly (#1146) (0fad4df)26.5.2 (2022-06-06)
Bug Fixes
resolvesandrejectsmodifiers correctly (#1145) (b1795ff)26.5.1 (2022-06-05)
Bug Fixes
resolvesandrejectsmodifiers correctly (#1143) (dff1cb4)v26.5.3Compare Source
Bug Fixes
resolvesandrejectsmodifiers correctly (#1146) (0fad4df)v26.5.2Compare Source
Bug Fixes
resolvesandrejectsmodifiers correctly (#1145) (b1795ff)v26.5.1Compare Source
Bug Fixes
resolvesandrejectsmodifiers correctly (#1143) (dff1cb4)v26.5.0Compare Source
Features
context) (#1129) (02ec945)26.4.7 (2022-06-04)
Bug Fixes
resolvesandrejectsmodifiers (#1142) (0950a96)26.4.6 (2022-05-30)
Bug Fixes
it.todo&test.todo(#1137) (b651443)26.4.5 (2022-05-29)
Bug Fixes
26.4.4 (2022-05-29)
Bug Fixes
26.4.3 (2022-05-29)
Bug Fixes
newto be jest functions (#1132) (379ceb3)26.4.2 (2022-05-28)
Bug Fixes
concurrent.skipandconcurrent.onlyvalid test functions (#1124) (0aa5eb6)26.4.1 (2022-05-28)
Bug Fixes
failingproperty on test functions (#1123) (6d75e8d)v26.4.7Compare Source
Bug Fixes
resolvesandrejectsmodifiers (#1142) (0950a96)prettier/eslint-plugin-prettier (eslint-plugin-prettier)
v5.1.3Compare Source
Patch Changes
985b33cThanks @JounQin! - chore: addpackage.jsonintoexportsmapv5.1.2Compare Source
Patch Changes
#623
8210e44Thanks @BPScott! - Add exports mapping to package.json, to allowimport eslintPluginRecommended from 'eslint-plugin-prettier/recommended'to work as expected.Strictly speaking this is a breaking change as it removes the ability for people to import from "eslint-plugin-prettier/eslint-plugin-prettier.js" and "eslint-plugin-prettier/recommended.js" but the former was never recommended in the first place and the latter has only been available for a few days.
#621
2b09e7fThanks @JounQin! - feat: support parsingmarkdownviaeslint-mdxnativelyv5.1.1Compare Source
Patch Changes
b5c0dc5Thanks @JounQin! - chore: skip formatting inline scripts in pug filesv5.1.0Compare Source
Minor Changes
#616
3856413Thanks @BPScott! - Add recommended config for the flat config format.If you are using flat config, import the recommended config from
eslint-plugin-prettier/recommended. Like the legacy format recommended config, this automatically includes the contents ofeslint-config-prettier.Patch Changes
#614
5270877Thanks @BPScott! - Add meta block to plugin. This improves debugging and cachebusting when using the new flat config#603
a63a570Thanks @filiptammergard! - fix: specifyeslint-config-prettieras peer dependencyIt's already added to
peerDependenciesMetaas optional, which means it should also be specified inpeerDependencies.v5.0.1Compare Source
Patch Changes
21a7146Thanks @krist7599555! - fix:parserPathtype might beundefinedon Eslint Falt Configv5.0.0Compare Source
Major Changes
#508
910aeb6Thanks @JounQin! - feat!: bump peer eslint to ">=8.0.0" and node to "^14.18.0 || >=16.0.0"#508
910aeb6Thanks @JounQin! - feat!: upgrade to prettier v3Minor Changes
910aeb6Thanks @JounQin! - feat: add typings supportPatch Changes
#548
82a3db8Thanks @fisker! - fix: add missing dependencysynckit#564
ae7a73cThanks @auvred! - fix: compatibility with prettier@3 without pluginsv4.2.1Compare Source
Patch Changes
5736ed5Thanks @JounQin! - chore: reuse prettierRcOptions instead of resolveConfig againv4.2.0Compare Source
Minor Changes
#483
7bd70b6Thanks @JounQin! - feat: support svelte out of boxclose #472, close #482
We recommend to use
eslint-plugin-svelteinstead ofeslint-plugin-svelte3.v4.1.0Compare Source
stylelint-prettier(#415) (52eec48)Configuration
📅 Schedule: Branch creation - "before 4am on Monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.