chore(deps): update linting dependencies #91
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:
^20.0.1
->^20.1.0
^9.7.0
->^9.15.0
^5.27.0
->^5.37.2
Release Notes
voxpelli/eslint-config (@voxpelli/eslint-config)
v20.1.0
Compare Source
🌟 Features
🩹 Fixes
neostandard
, but keep comma-dangle (40a43b9)@types/eslint@9.x
(f6ed27d)📚 Documentation
🧹 Chores
"types": ["node"]
totsconfig.json
(85b223a)@types/
(5989b99)eslint/eslint (eslint)
v9.15.0
Compare Source
v9.14.0
Compare Source
v9.13.0
Compare Source
v9.12.0
Compare Source
Features
5a6a053
feat: update tojiti
v2 (#18954) (Arya Emami)17a07fb
feat: Hooks for test cases (RuleTester) (#18771) (Anna Bocharova)2ff0e51
feat: Implement alternate config lookup (#18742) (Nicholas C. Zakas)2d17453
feat: Implement modified cyclomatic complexity (#18896) (Dmitry Pashkevich)Bug Fixes
ea380ca
fix: Upgrade retry to avoid EMFILE errors (#18986) (Nicholas C. Zakas)fdd6319
fix: Issues with type definitions (#18940) (Arya Emami)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 inid-match
rule (#18944) (Jay)Chores
555aafd
chore: upgrade to@eslint/js@9.12.0
(#18987) (Francesco Trotta)873ae60
chore: package.json update for @eslint/js release (Jenkins)d0a5414
refactor: replace strip-ansi with native module (#18982) (Cristopher)b827029
chore: Enable JSON5 linting (#18979) (Milos Djermanovic)8f55ca2
chore: Upgrade espree, eslint-visitor-keys, eslint-scope (#18962) (Nicholas C. Zakas)c1a2725
chore: update dependency mocha to ^10.7.3 (#18945) (Milos Djermanovic)v9.11.1
Compare Source
v9.11.0
Compare Source
Features
ec30c73
feat: add "eslint/universal" to exportLinter
(#18883) (唯然)c591da6
feat: Add language to types (#18917) (Nicholas C. Zakas)492eb8f
feat: limit the name given toImportSpecifier
inid-length
(#18861) (Tanuj Kanti)19c6856
feat: Addno-useless-constructor
suggestion (#18799) (Jordan Thomson)a48f8c2
feat: add typeFormatterFunction
, updateLoadedFormatter
(#18872) (Francesco Trotta)Bug Fixes
5e5f39b
fix: add missing types forno-restricted-exports
rule (#18914) (Kristóf Poduszló)8f630eb
fix: add missing types forno-param-reassign
options (#18906) (Kristóf Poduszló)d715781
fix: add missing types forno-extra-boolean-cast
options (#18902) (Kristóf Poduszló)2de5742
fix: add missing types forno-misleading-character-class
options (#18905) (Kristóf Poduszló)c153084
fix: add missing types forno-implicit-coercion
options (#18903) (Kristóf Poduszló)fa11b2e
fix: add missing types forno-empty-function
options (#18901) (Kristóf Poduszló)a0deed1
fix: add missing types forcamelcase
options (#18897) (Kristóf Poduszló)Documentation
e4e5709
docs: correctprefer-object-has-own
type definition comment (#18924) (Nitin Kumar)91cbd18
docs: add unicode abbreviations in no-irregular-whitespace rule (#18894) (Alix Royere)59cfc0f
docs: clarifyresultsMeta
inLoadedFormatter
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
ca21a64
chore: upgrade @eslint/js@9.11.0 (#18927) (Milos Djermanovic)a10f90a
chore: package.json update for @eslint/js release (Jenkins)e4e02cc
refactor: Extract processor logic into ProcessorService (#18818) (Nicholas C. Zakas)6d4484d
chore: updates for v8.57.1 release (Jenkins)71f37c5
refactor: use optional chaining when validating config rules (#18893) (lucasrmendonca)2c2805f
chore: Add PR note to all templates (#18892) (Nicholas C. Zakas)7b852ce
refactor: useDirective
class from@eslint/plugin-kit
(#18884) (Milos Djermanovic)d594ddd
chore: update dependency @eslint/core to ^0.6.0 (#18863) (renovate[bot])78b2421
chore: Update change.yml (#18882) (Nicholas C. Zakas)a416f0a
chore: enable$ExpectType
comments in .ts files (#18869) (Francesco Trotta)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 torequire-await
to removeasync
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
461b2c3
chore: upgrade to@eslint/js@9.9.0
(#18765) (Francesco Trotta)59dba1b
chore: package.json update for @eslint/js release (Jenkins)fea8563
chore: update dependency @eslint/core to ^0.3.0 (#18724) (renovate[bot])aac191e
chore: update dependency @eslint/json to ^0.3.0 (#18760) (renovate[bot])b97fa05
chore: update wdio dependencies for more stable tests (#18759) (Christian Bromann)v9.8.0
Compare Source
webpro-nl/knip (knip)
v5.37.2
Compare Source
862701e
)9bdb2c0
)isConsiderReferencedNS
(resolves #844) (1baa1d4
)4657618
)v5.37.1
Compare Source
8d53df5
)1cf68c8
)db9da71
)v5.37.0
Compare Source
48850ca
)9e9c7f8
)global
as yarn cmd (ea1aa05
)22e684b
)7a53029
)153a836
)9730d02
)403d257
)v5.36.7
Compare Source
fd2d9d3
)6e15421
)fe7812e
)isReferencedInExport
and report types-in-types (resolves #830) (80537c5
)v5.36.6
Compare Source
9d3367b
)pluginsSchema
to separate file (8e6fe9e
)f4b253c
)v5.36.5
Compare Source
57997e5
)v5.36.4
Compare Source
d5d1ba0
)234d8cf
)2bd294e
)7464371
)0b09ff7
)39a77ba
)811af53
)98318d7
)328ba01
)fb71a2c
)6d2fdea
)135e478
)b9ffef4
)9a78e33
)5d32cfb
)ac3344a
)v5.36.3
Compare Source
5c4a9d5
)8c0289f
)a4a9882
)a138388
)v5.36.2
Compare Source
d766006
)db3fe40
)v5.36.1
Compare Source
v5.36.0
Compare Source
c5f0ee6
)v5.35.1
Compare Source
v5.35.0
Compare Source
v5.34.4
Compare Source
v5.34.3
Compare Source
v5.34.2
Compare Source
eca123b
)c881d78
)62b10ba
)bff0977
)366acdc
)v5.34.1
Compare Source
846ed76
)9defcb9
)e028528
)20070ba
)5bb56e7
)c9afd52
)20b2504
)v5.34.0
Compare Source
path
if step also hasrepository
in github-action plugin (c6e4d31
)a2217a2
)a2e83f8
)bae87d9
)31f1e7e
)617e067
)939f511
)f4db204
)c2e2712
)virtual:
imports, don't report as unlisted dependencies (2ef75cc
)53839e0
)98c1ff7
)ignoreDependencies
(b8875be
)58ba79f
)f4dc1e1
)a413ad8
)c03f963
)d288779
)f2732fa
)4973a9d
)6115107
)f1349c2
)v5.33.3
Compare Source
3dd6cfd
)307ef8d
)1c04163
)2f2a11e
)3ee0476
(4a3f84c
)isEnabled
(b6541f3
)v5.33.2
Compare Source
getPluginEntryFilePatterns
helper" (resolves #804) (3ee0476
)617a06a
)aebbfb6
)v5.33.1
Compare Source
a056e8d
)v5.33.0
Compare Source
29b35ea
)c5b94c9
)module
andbrowser
fields togetEntryPathsFromManifest
(e63ebec
)v5.32.0
Compare Source
pos
to reference pragma import node (f704a2b
)72b4827
)36b85ba
)e9416ec
)ts.isPropertyAssignment
toisConsiderReferencedNS
(e4bada4
){default: true}
in jiti.import call (700a091
)d2a7b59
)feab792
)14d2cfc
)50bc125
)findInternalReferences
(42d626f
)86ec088
)deno
out of bash parser (fb0da5b
)4821b52
)e6fa86a
)fdb0246
)findInternalReferences
(fixes #800) (d9ae5dc
)0749921
)69c021b
)v5.31.0
Compare Source
#
in gitignore as comment (#797) (7fc6355
)847649d
)d304d8d
)48fbddf
)94da7f7
)1109cbf
)20c2390
)0f786f4
)2a251fa
)b0bb643
)b384403
)2ed9e51
)dea12f8
)6819eb9
)6d47630
)3dd8ea6
)de7fa2d
)v5.30.6
Compare Source
2a36139
)4b314e2
)84db245
)2b550b0
)8ed9314
)ed4bad2
)0784ca5
)cf6c5fe
)v5.30.5
Compare Source
d4c5af9
)1e64b6c
)module.exports = require()
to be re-exports (e2bdb95
)e40f618
)v5.30.4
Compare Source
1002b67
)package.json#types
but also recommend to install DT pkg (dd10163
)v5.30.3
Compare Source
233c2a0
)@eslint/js
to eslint plugin enablers (cbe6fea
)d674020
)eb283cf
)22ab19f
)b0f7c46
)dc9e3ed
)fd868c6
)bc62831
)74b63cc
)34a757c
)d05795c
)2e09608
)e60b8e4
)b52125d
)v5.30.2
Compare Source
v5.30.1
Compare Source
snapshotSerializers
in jest config resolver (b69c6a3
)b41594d
)39d473a
)v5.30.0
Compare Source
v5.29.2
Compare Source
5ca20de
).ts
config ext to webdriver plugin (d8df5e1
)6fb6e7a
)116c6c6
)c060146
)480ff04
)getPluginEntryFilePatterns
helper (573ec9c
)project
patterns (def8e25
)ac75feb
)v5.29.1
Compare Source
e1061c5
as it might be unexpected/breaking with eslint v8 (9e67622
)v5.29.0
Compare Source
v5.28.0
Compare Source
e5c20dd
)af61c96
)4ea83f2
)bc548c5
)72b797a
)v5.27.5
Compare Source
nuxt
to Vue compiler condition (closes #770) (24fb3ea
)4d2487f
)382dd06
)aa13723
)6bd1617
)2e072c5
)v5.27.4
Compare Source
c28b62d
)ignoreDependencies
(8978037
)Projects Using Knip
(#765) (a230582
)v5.27.3
Compare Source
v5.27.2
Compare Source
v5.27.1
Compare Source
pathsBasePath
if available to makecompilerOptions.paths
absolute (fixes #748) (6c866d2
)d0d5f97
)c7fa02e
)3d5a536
)f8f0d66
)b2ea3a9
)f6066d6
)9eff1bb
)953d6f6
)4d8b35b
)39e0f22
)76752c8
)ea099cc
)949ddd8
)8c21df5
)858c0b7
)tryResolve
etc. (e20a9e9
)d5003d1
)b9b8f4d
)0fdb4c9
)ccb7523
)2b7d053
)bun create @​knip/config
to installation instructions (fb19915
)Configuration
📅 Schedule: Branch creation - "* 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.