chore(deps): update linting dependencies #108
Open
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.57.0
->^8.57.1
^7.6.0
->^7.8.0
^2.29.1
->^2.31.0
^10.4.3
->^10.5.0
^6.1.1
->^6.6.0
^5.13.0
->^5.59.0
Release Notes
eslint/eslint (eslint)
v8.57.1
Compare Source
Bug Fixes
a19072f
fix: add logic to handle fixTypes in the lintText() method (#18900) (Francesco Trotta)04c7188
fix: Don't lint same file multiple times (#18899) (Francesco Trotta)87ec3c4
fix: do not throw when defining a global named__defineSetter__
(#18898) (Francesco Trotta)60a1267
fix: Provide helpful error message for nullish configs (#18889) (Milos Djermanovic)a0dea8e
fix: allowname
in global ignores, fix--no-ignore
for non-global (#18875) (Milos Djermanovic)3836bb4
fix: do not crash on error infs.walk
filter (#18886) (Milos Djermanovic)2dec349
fix: skip processor code blocks that match only universal patterns (#18880) (Milos Djermanovic)Documentation
6a5add4
docs: v8.x Add EOL banner (#18744) (Amaresh S M)b034575
docs: v8.x add version support page to the dropdown (#18731) (Amaresh S M)760ef7d
docs: v8.x add version support page in the side navbar (#18740) (Amaresh S M)428b7ea
docs: Add Powered by Algolia label to the search (#18658) (Amaresh S M)c68c07f
docs: version selectors synchronization (#18265) (Milos Djermanovic)Build Related
35d366a
build: Support updates to previous major versions (#18870) (Milos Djermanovic)Chores
140ec45
chore: upgrade @eslint/js@8.57.1 (#18913) (Milos Djermanovic)bcdfc04
chore: package.json update for @eslint/js release (Jenkins)3f6ce8d
chore: pin vite-plugin-commonjs@0.10.1 (#18910) (Milos Djermanovic)9f07549
chore: ignore/docs/v8.x
in link checker (#18660) (Milos Djermanovic)eslint-community/eslint-plugin-es-x (eslint-plugin-es-x)
v7.8.0
Compare Source
New Rules
es-x/no-regexp-duplicate-named-capturing-groups
rule by @ota-meshi in https://github.com/eslint-community/eslint-plugin-es-x/pull/146Full Changelog: eslint-community/eslint-plugin-es-x@v7.7.0...v7.8.0
v7.7.0
Compare Source
New Rules
es-x/no-set-prototype-*
by @ota-meshi in https://github.com/eslint-community/eslint-plugin-es-x/pull/145Full Changelog: eslint-community/eslint-plugin-es-x@v7.6.0...v7.7.0
import-js/eslint-plugin-import (eslint-plugin-import)
v2.31.0
Compare Source
Added
order
]: allow validating named imports ([#3043], thanks [@manuth])extensions
]: add thecheckTypeImports
option ([#2817], thanks [@phryneas])Fixed
ExportMap
/ flat config: includelanguageOptions
in context ([#3052], thanks [@michaelfaith])no-named-as-default
]: Allow using an identifier if the export is both a named and a default export ([#3032], thanks [@akwodkiewicz])export
]: False positive for exported overloaded functions in TS ([#3065], thanks [@liuxingbaoyu])exportMap
: export map cache is tainted by unreliable parse results ([#3062], thanks [@michaelfaith])exportMap
: improve cacheKey when using flat config ([#3072], thanks [@michaelfaith])Changed
no-relative-packages
]: fix typo ([#3066], thanks [@joshuaobrien])no-cycle
]: dont scc for each linted file ([#3068], thanks [@soryy708])no-cycle
]: adddisableScc
to docs ([#3070], thanks [@soryy708])RuleTester
([#3071], thanks [@G-Rath])no-restricted-paths
]: fix grammar ([#3073], thanks [@unbeauvoyage])no-default-export
], [no-named-export
]: add test case (thanks [@G-Rath])v2.30.0
Compare Source
Added
dynamic-import-chunkname
]: addallowEmpty
option to allow empty leading comments ([#2942], thanks [@JiangWeixian])dynamic-import-chunkname
]: Allow empty chunk name when webpackMode: 'eager' is set; add suggestions to remove name in eager mode ([#3004], thanks [@amsardesai])no-unused-modules
]: AddignoreUnusedTypeExports
option ([#3011], thanks [@silverwind])Fixed
no-extraneous-dependencies
]: allow wrong path ([#3012], thanks [@chabb])no-cycle
]: use scc algorithm to optimize ([#2998], thanks [@soryy708])no-duplicates
]: Removing duplicates breaks in TypeScript ([#3033], thanks [@yesl-kim])newline-after-import
]: fix considerComments option when require ([#2952], thanks [@developer-bandi])order
]: do not compare first path segment for relative paths ([#2682]) ([#2885], thanks [@mihkeleidast])Changed
no-extraneous-dependencies
]: Make glob pattern description more explicit ([#2944], thanks [@mulztob])no-unused-modules
]: add console message to help debug [#2866]ExportMap
: make procedures static instead of monkeypatching exportmap ([#2982], thanks [@soryy708])ExportMap
: separate ExportMap instance from its builder logic ([#2985], thanks [@soryy708])order
]: Add a quick note on how unbound imports and --fix ([#2640], thanks [@minervabot])exportMapBuilder
: avoid hoisting ([#2989], thanks [@soryy708])ExportMap
: extract "builder" logic to separate files ([#2991], thanks [@soryy708])order
]: update the description of thepathGroupsExcludedImportTypes
option ([#3036], thanks [@liby])lo1tuma/eslint-plugin-mocha (eslint-plugin-mocha)
v10.5.0
Compare Source
Enhancements
eslint-community/eslint-plugin-promise (eslint-plugin-promise)
v6.6.0
Compare Source
Bug Fixes
always-return
: treat process.exit() or process.abort() as an acceptable "return" (#493) (f368c5a)Features
strict
option to disallowthen
orcatch
followingawait
oryield
(#494) (fa482cc)v6.5.1
Compare Source
Bug Fixes
name
from eslintrc config; fixes #489 (#490) (c011a1a)v6.5.0
Compare Source
Features
name
property to configs (for use with tooling) (#486) (ca9e9b4)v6.4.0
Compare Source
Features
v6.3.0
Compare Source
Features
v6.2.0
Compare Source
Bug Fixes
Features
getAncestors
andgetScope
calls in eslint v9 (#466) (c0c716b)webpro-nl/knip (knip)
v5.59.0
Compare Source
v5.58.1
Compare Source
v5.58.0
Compare Source
375bd42
)951240e
)70ffa83
) - thanks @TkDodo!resolve.extension
(#1080) (a88d655
) - thanks @clickCA!v5.57.2
Compare Source
baseUrl
property from tsconfig (#1092) (b77c524
) - thanks @ItsNickBarry!7726d41
)d746092
)v5.57.1
Compare Source
cc36b08
)689993b
)x
to --trace legend (dd91f3a
)ecefd9e
)c54603e
) - thanks @apeloquin-agilysys!0b63a01
)54f96af
)866793c
)v5.57.0
Compare Source
--memory-realtime
(b91f5ca
)d26acbb
)3b3c972
)88aa6ed
)86de614
)toSorted
(introduced in Node.js v20) (df56a82
)541c999
) - thanks @cylewaitforit!fb74e8c
) - thanks @narthur!tsx --test
script is present (#1090) (46658b9
) - thanks @ItsNickBarry!eba5ebf
) - thanks @ItsNickBarry!3424a5b
) - thanks @apeloquin-agilysys!a45a1d6
) - thanks @azat-io!123c514
) - thanks @jotaRenan!v5.56.0
Compare Source
process.exit(0)
(e52b129
)a28448b
) - thanks @BreakBB!ccb9a5f
) - thanks @cylewaitforit!677252b
)resolveSync
(6d1d364
)f71470e
)0f72418
)a287453
)9d3da2e
)getTableForType
(9d976cd
)91d3949
)create-plugin
script error message (3643374
)fdfd859
) - thanks @agneym!--memory-leak
implies-no-progress
(8344a2e
)4798474
)2ef3621
)9502323
)v5.55.1
Compare Source
09a158b
)b9bf354
)2014ac0
)isProduction
better in webpack config (779948d
)59b23cf
)streamer.cast
(1b2866b
)exports
to ignored binaries list (7073b68
)ffc3cac
)61b65eb
)7787123
)v5.55.0
Compare Source
e7b4546
)9292e4a
)prefix
string intoAlias
(59c9e89
)bb62995
)5cde7d5
)49f8582
) - thanks @azat-io!407e625
) - thanks @mbacalan!getReferencedInputsHandler
(ffa3ca9
)5b49bde
) - thanks @nissy-dev!6a05c41
)200eaf8
) - thanks @narthur!v5.54.1
Compare Source
1b9c8c9
) - thanks @tancredi!61d09ab
)9689d9e
)v5.54.0
Compare Source
@tailwindcss/postcss
plugin (#1069) (3d48004
) - thanks @karmatys8!e88d7f0
) - thanks @azat-io!268a30b
)17f0b05
)fd5ef3e
)resolveEntryPaths
intoresolveConfig
(8c599b2
)5c4df67
)7ca3823
)compilerOptions.paths
and addalias
input (1bccd59
)9e82776
)prefix
in Windows (22b5464
)c8b6970
)v5.53.0
Compare Source
d6484de
)063db24
)5d68767
) - thanks @azat-io!pretty-ms
withprettyMilliseconds
fn (d383899
)Performance
(dabb874
)b75c872
)c1c8e8c
)v5.52.0
Compare Source
01a8e65
)28d9b4c
)48e49a7
)easy-table
with newTable
(cd70e95
)v5.51.1
Compare Source
6717595
) - thanks @azat-io!859a16b
)844d7a8
)ae89d67
)v5.51.0
Compare Source
b739fcc
) - thanks @matbour!4ac1897
)catch
prop access when returning named bindings (resolves #1039) (e940835
)4fe4099
)cafff6e
)e8b642d
)test:smoke
runs (exclude cli & fs tests) (949fe5a
)36e30f6
)allowIncludeExports
and start using it a few plugins (resolves #1043) (755f689
)4f6f8fe
)bun test
cases between plugin and binary resolver (5d3673d
)8f8e4c2
)0f85615
) - thanks @PatrykWalach!a05726c
) - thanks @cylewaitforit!04aa73a
)736c05e
)65dc8f9
)a9fba6f
)508fa39
)77dedbc
) - thanks @cylewaitforit!d297259
)f33684b
)c2afe4e
)4661469
)3e7df18
) - thanks @remcohaszing!1b8acc7
)eslint | prettier | xo in config
check in enablers (03790bd
)c95c303
)94fa4ee
)f1d4845
)b0a3b86
)1e65c29
) - thanks @PatrykWalach!b09eaff
)7dca60e
)20823cf
)d3009bd
)d4c7379
)b868c2e
)5c91dfa
)1ff6db9
) - thanks @azat-io!beae106
)name
(82ca298
)runAsyncCompilers
if no async compilers (c418cf1
)cb2735d
)v5.50.5
Compare Source
08a4688
)edf56e0
)cc51eaa
)852298b
)3b142b1
)v5.50.4
Compare Source
b39ac44
)78f8cf4
) - thanks @azat-io!a8b44f6
)v5.50.3
Compare Source
d958e90
)330e918
)e8fcd87
)3db59f7
)v5.50.2
Compare Source
6b6536b
) - thanks @robinvdvleuten!1966c23
)v5.50.1
Compare Source
This reverts commit
d1686e2
. (731fe7e
)v5.50.0
Compare Source
bf4fd5b
)0dfed33
) - thanks @JoshuaKGoldberg!d1686e2
)3bdf5ab
)58cc662
)v5.49.0
Compare Source
d350725
)6132bf7
) - thanks @dyedwiper!3378d60
)d4df794
)toSourcePath
a bit (5efde33
)toEntry
callsites (898c18e
)v5.48.0
Compare Source
8017157
)7476337
)Configuration
📅 Schedule: Branch creation - Between 05:00 AM and 05:59 AM, every 14 days ( * 5 */14 * * ) in timezone Europe/Stockholm, 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 was generated by Mend Renovate. View the repository job log.