Merged
Conversation
c6b94a4 to
96a924c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
4.21.7->4.21.95.14.1->5.15.08.3.0->8.8.03.1.1->3.5.52.25.4->2.27.527.0.1->27.2.14.0.0->4.2.17.24.0->7.32.25.0.1->5.11.08.6.1->8.6.29.0.3->9.0.55.0.0->5.0.1Release Notes
browserslist/browserslist
v4.21.9Compare Source
v4.21.8Compare Source
supportsquery andmobileToDesktop(by Steve Repsher).webpack/enhanced-resolve
v5.15.0Compare Source
New Features
false/null/undefinedplugins by @alexander-akait in https://github.com/webpack/enhanced-resolve/pull/389Dependencies & Maintenance
New Contributors
Full Changelog: webpack/enhanced-resolve@v5.14.1...v5.15.0
prettier/eslint-config-prettier
v8.8.0Compare Source
v8.7.0Compare Source
v8.6.0Compare Source
v8.5.0Compare Source
v8.4.0Compare Source
import-js/eslint-import-resolver-typescript
v3.5.5Compare Source
Patch Changes
84b0649Thanks @JounQin! - fix: mark eslint-module-utils as depv3.5.4Compare Source
Patch Changes
25f3920Thanks @JounQin! - fix: enhanced-resolve is commonjs only - close #213#219
0bf6ffbThanks @lsmurray! - fix: check if cwd changed to bust mapper cachev3.5.3Compare Source
Patch Changes
6531badThanks @marvinhagemeister! - Only try to resolve a module directory when we know that the path is a directory. This can lead to a 15% speedup on projects with many files.v3.5.2Compare Source
Patch Changes
#193
8756a26Thanks @Rialgar! - chore(package): remove node 12 from engines field#187
7a91dafThanks @scott-ut! - fix: resolve modules if folder contains a package.json filev3.5.1Compare Source
Patch Changes
afeb928Thanks @chenxinyanc! - perf: disablethrowIfNoEntryon Node 14+v3.5.0Compare Source
Minor Changes
66a3e6cThanks @JounQin! - feat: reuseeslint-module-utils/hash.jsfor better cachingPatch Changes
00abb6fThanks @JounQin! - fix: incorrect exports mappingv3.4.2Compare Source
Patch Changes
594df9cThanks @HanSeo0507! - chore(deps): update dependency synckit to ^0.8.3 for yarn PnP (#169)v3.4.1Compare Source
Patch Changes
8892a8cThanks @thatsmydoing! - perf: add filesystem caching supportv3.4.0Compare Source
Minor Changes
82d090bThanks @rbong! - feat: add support forjsconfig.jsonv3.3.0Compare Source
Minor Changes
#154
42f2dd6Thanks @JounQin! - feat: addexternsionAliasoption support,.d.([cm]?ts|tsx)are always preferred than.([cm]?js|jsx)typescriptresolvestypescript/lib/typescript.d.tsinstead oftypescript/lib/typescript.jsby default#154
42f2dd6Thanks @JounQin! - feat: exportsglobSync,defaultExtensions,defaultMainFields,defaultConditionNamesanddefaultExtensionAliasfor reusingPatch Changes
#154
42f2dd6Thanks @JounQin! - perf: cacheoptionsandresolver#154
42f2dd6Thanks @JounQin! - chore: align with Angular Package Format correctlyreference: https://angular.io/guide/angular-package-format
#156
4bd60c3Thanks @JounQin! - docs: document options fromenhanced-resolvev3.2.7Compare Source
Patch Changes
60ff431Thanks @JounQin! - chore: bump synckitv3.2.6Compare Source
Patch Changes
7edb823Thanks @JounQin! - chore: use latestget-tsconfigpackagev3.2.5Compare Source
Patch Changes
abf8907Thanks @JounQin! - build: use pnpm as manager, yarn pnp is still supportedv3.2.4Compare Source
Patch Changes
3e93659Thanks @JounQin! - fix: run prerelease manually for yarn v3, 2nd tryv3.2.2Compare Source
Patch Changes
d944b26Thanks @JounQin! - fix: use yarn v3 with PnP linker, close #130v3.2.1Compare Source
Patch Changes
fb88af2Thanks @JounQin! - fix: try index file with extensions automaticallyv3.2.0Compare Source
Minor Changes
#128
56775b3Thanks @JounQin! - refactor: support custom extensions on resolving#128
56775b3Thanks @JounQin! - feat: try extensionless file by defaultv3.1.5Compare Source
Patch Changes
9cf60cbThanks @JounQin! - fix: auto try extensionsv3.1.4Compare Source
Patch Changes
f88a8c9Thanks @JounQin! - refactor: use non-capturing groups for perfv3.1.3Compare Source
Patch Changes
35d3022Thanks @JounQin! - fix: try index.d.ts automaticallyv3.1.2Compare Source
Patch Changes
01f525eThanks @JounQin! - docs: update repository, documentexportssupport3.1.1 (2022-06-27)
Bug Fixes
import-js/eslint-plugin-import
v2.27.5Compare Source
Fixed
order]: Fix group ranks order when alphabetizing ([#2674], thanks [@Pearce-Ropion])v2.27.4Compare Source
Fixed
semvershould be a prod dep ([#2668])v2.27.3Compare Source
Fixed
no-empty-named-blocks]: rewrite rule to only check import declarations ([#2666])v2.27.2Compare Source
Fixed
no-duplicates]: do not unconditionally requiretypescript([#2665])v2.27.1Compare Source
Fixed
array.prototype.flatmapshould be a prod dep ([#2664], thanks [@cristobal])v2.27.0Compare Source
Added
newline-after-import]: addconsiderCommentsoption ([#2399], thanks [@pri1311])no-cycle]: addallowUnsafeDynamicCyclicDependencyoption ([#2387], thanks [@GerkinDev])no-restricted-paths]: support arrays forfromandtargetoptions ([#2466], thanks [@AdriAt360])no-anonymous-default-export]: addallowNewoption ([#2505], thanks [@DamienCassou])order]: AdddistinctGroupoption ([#2395], thanks [@hyperupcall])no-extraneous-dependencies]: AddincludeInternaloption ([#2541], thanks [@bdwain])no-extraneous-dependencies]: AddincludeTypesoption ([#2543], thanks [@bdwain])order]: newalphabetize.orderImportKindoption to sort imports with same path based on their kind (type,typeof) ([#2544], thanks [@stropho])consistent-type-specifier-style]: add rule ([#2473], thanks [@bradzacher])no-empty-named-blocks] rule ([#2568], thanks [@guilhermelimak])prefer-default-export]: add "target" option ([#2602], thanks [@azyzz228])no-absolute-path]: add fixer ([#2613], thanks [@adipascu])no-duplicates]: support inline type import withinlineTypeImportoption ([#2475], thanks [@snewcomer])Fixed
order]: move nested imports closer to main import entry ([#2396], thanks [@pri1311])no-restricted-paths]: fix an error message ([#2466], thanks [@AdriAt360])no-restricted-paths]: useMinimatch.matchinstead ofminimatchto comply with Windows Native paths ([#2466], thanks [@AdriAt360])order]: require with member expression could not be fixed if alphabetize.order was used ([#2490], thanks [@msvab])order]: leave more space in rankings for consecutive path groups ([#2506], thanks [@Pearce-Ropion])no-cycle]: add ExportNamedDeclaration statements to dependencies ([#2511], thanks [@BenoitZugmeyer])dynamic-import-chunkname]: prevent false report on a valid webpack magic comment ([#2330], thanks [@mhmadhamster])export]: do not error on TS export overloads ([#1590], thanks [@ljharb])no-unresolved], [extensions]: ignore type only exports ([#2436], thanks [@Lukas-Kullmann])ExportMap: add missing param to function ([#2589], thanks [@Fdawgs])no-unused-modules]:checkPkgFieldObjectfilters boolean fields from checks ([#2598], thanks [@mpint])no-cycle]: accept Flowtypeofimports, just liketype([#2608], thanks [@gnprice])no-import-module-exports]: avoid a false positive for import variables ([#2315], thanks [@BarryThePenguin])Changed
named]: Run all TypeScript test ([#2427], thanks [@ProdigySim])import/extensionssection ([#2440], thanks [@OutdatedVersion])order]: use correct default value ([#2392], thanks [@hyperupcall])eslint-import-resolver-typescriptusage ([#2503], thanks [@JounQin])no-cycle]: Add per-run caching of traversed paths ([#2419], thanks [@nokel81])ExportMap: add caching after parsing for an ambiguous module ([#2531], thanks [@stenin-nikita])no-useless-path-segments]: fix paths ([#2424], thanks [@s-h-a-d-o-w])no-cycle]: add passing test cases ([#2438], thanks [@georeith])no-extraneous-dependencies] improve performance using cache ([#2374], thanks [@meowtec])CONTRIBUTING.md: mention inactive PRs ([#2546], thanks [@stropho])no-restricted-paths]: Tests forimport typestatements ([#2459], thanks [@golergka])no-restricted-paths]: fix one failingimport typetest case, submitted by [@golergka], thanks [@azyzz228]eslint-doc-generatorto v1.0.0 ([#2605], thanks [@bmish])no-cycle], [no-internal-modules], [no-restricted-paths]: useanyOfinstead ofoneOf(thanks [@ljharb], [@remcohaszing])v2.26.0Compare Source
Added
no-named-default], [no-default-export], [prefer-default-export], [no-named-export], [export], [named], [namespace], [no-unused-modules]: support arbitrary module namespace names ([#2358], thanks [@sosukesuzuki])no-dynamic-require]: support dynamic import with espree ([#2371], thanks [@sosukesuzuki])no-relative-packages]: add fixer ([#2381], thanks [@forivall])Fixed
default]:typescript-eslint-parser: avoid a crash on exporting as namespace (thanks [@ljharb])export]/TypeScript: false positive for typescript namespace merging ([#1964], thanks [@magarcia])no-duplicates]: ignore duplicate modules in different TypeScript module declarations ([#2378], thanks [@remcohaszing])no-unused-modules]: avoid a crash when processing re-exports ([#2388], thanks [@ljharb])Changed
no-nodejs-modules]: add tests for node protocol URL ([#2367], thanks [@sosukesuzuki])default], [no-anonymous-default-export], [no-mutable-exports], [no-named-as-default-member], [no-named-as-default]: add tests for arbitrary module namespace names ([#2358], thanks [@sosukesuzuki])no-unresolved]: Fix RegExp escaping in readme ([#2332], thanks [@stephtr])namespace]: try to improve performance ([#2340], thanks [@ljharb])order]: TS code examples should use TS code blocks ([#2411], thanks [@MM25Zamanian])no-unresolved]: fix link ([#2417], thanks [@kylemh])jest-community/eslint-plugin-jest
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
prettier/eslint-plugin-prettier
v4.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 - "after 9am on Wednesday" in timezone Europe/London, 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.