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:
0.30.1
->0.34.0
18.11.9
->18.11.14
0.25.2
->0.25.7
v3.1.0
->v3.2.0
8.27.0
->8.29.0
13.0.3
->13.1.0
^0.26.2
->^0.27.0
3.4.11
->3.4.12
15.5.0
->15.5.1
4.9.3
->4.9.4
3.2.4
->3.2.5
0.25.2
->0.25.7
Release Notes
antfu/eslint-config
v0.34.0
Compare Source
🚀 Features
consistent-type-imports
in markdown file - by @ZanMinKian in https://github.com/antfu/eslint-config/issues/138 (b5828)🐞 Bug Fixes
View changes on GitHub
v0.33.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.33.0
Compare Source
🐞 Bug Fixes
tsconfig.eslint.json
- by @antfu (1c426)View changes on GitHub
v0.32.0
Compare Source
🚀 Features
View changes on GitHub
v0.31.1
Compare Source
🚀 Features
View changes on GitHub
v0.31.0
Compare Source
🚀 Features
max-statements-per-line
- by @ZanMinKian in https://github.com/antfu/eslint-config/issues/129View changes on GitHub
vitest-dev/vitest
v0.25.7
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.25.6
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.25.5
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.25.4
Compare Source
🚀 Features
each
title - by @scarf005 in https://github.com/vitest-dev/vitest/issues/2420 and https://github.com/vitest-dev/vitest/issues/2421 (1868f)🐞 Bug Fixes
View changes on GitHub
v0.25.3
Compare Source
🚀 Features
🐞 Bug Fixes
.
- by @sidharthv96 in https://github.com/vitest-dev/vitest/issues/2344 and https://github.com/vitest-dev/vitest/issues/2359 (c3951)View changes on GitHub
actions/checkout
v3.2.0
Compare Source
What's Changed
New Contributors
Full Changelog: actions/checkout@v3...v3.2.0
eslint/eslint
v8.29.0
Compare Source
Features
49a07c5
feat: addallowParensAfterCommentPattern
option to no-extra-parens (#16561) (Nitin Kumar)e6a865d
feat:prefer-named-capture-group
add suggestions (#16544) (Josh Goldberg)a91332b
feat: In no-invalid-regexp validate flags also for non-literal patterns (#16583) (trosos)Documentation
0311d81
docs: Configuring Plugins page intro, page tweaks, and rename (#16534) (Ben Perlmutter)57089b1
docs: add a property assignment example for camelcase rule (#16605) (Milos Djermanovic)b6ab030
docs: add docs codeowners (#16601) (Strek)6380c87
docs: fix sitemap and feed (#16592) (Milos Djermanovic)ade621d
docs: perf debounce the search query (#16586) (Shanmughapriyan S)fbcf3ab
docs: fix searchbar clear button (#16585) (Shanmughapriyan S)f894035
docs: HTTPS link to yeoman.io (#16582) (Christian Oliff)de12b26
docs: Update configuration file pages (#16509) (Ben Perlmutter)1ae9f20
docs: update correct code examples forno-extra-parens
rule (#16560) (Nitin Kumar)Chores
7628403
chore: add discord channel link (#16590) (Amaresh S M)f5808cb
chore: fix rule doc headers check (#16564) (Milos Djermanovic)v8.28.0
Compare Source
Features
63bce44
feat: addignoreClassFieldInitialValues
option to no-magic-numbers (#16539) (Milos Djermanovic)8385ecd
feat: multiline properties in rulekey-spacing
with optionalign
(#16532) (Francesco Trotta)a4e89db
feat:no-obj-calls
supportIntl
(#16543) (Sosuke Suzuki)Bug Fixes
c50ae4f
fix: Ensure that dot files are found with globs. (#16550) (Nicholas C. Zakas)9432b67
fix: throw error for first unmatched pattern (#16533) (Milos Djermanovic)e76c382
fix: allow* 1
when followed by/
in no-implicit-coercion (#16522) (Milos Djermanovic)Documentation
34c05a7
docs: Language Options page intro and tweaks (#16511) (Ben Perlmutter)3e66387
docs: add intro and edit ignoring files page (#16510) (Ben Perlmutter)436f712
docs: fix Header UI inconsistency (#16464) (Tanuj Kanti)f743816
docs: switch to wrench emoji for auto-fixable rules (#16545) (Bryan Mishkin)bc0547e
docs: improve styles for versions and languages page (#16553) (Nitin Kumar)6070f58
docs: clarify esquery issue workaround (#16556) (Milos Djermanovic)b48e4f8
docs: Command Line Interface intro and tweaks (#16535) (Ben Perlmutter)b92b30f
docs: Add Rules page intro and content tweaks (#16523) (Ben Perlmutter)1769b42
docs: Integrations page introduction (#16548) (Ben Perlmutter)a8d0a57
docs: make table of contents sticky on desktop (#16506) (Sam Chen)a01315a
docs: fix route of japanese translation site (#16542) (Tanuj Kanti)0515628
docs: use emoji instead of svg for deprecated rule (#16536) (Bryan Mishkin)68f1288
docs: set default layouts (#16484) (Percy Ma)776827a
docs: init config about specifying shared configs (#16483) (Percy Ma)5c39425
docs: fix broken link to plugins (#16520) (Ádám T. Nagy)c97c789
docs: Add missing no-new-native-nonconstructor docs code fence (#16503) (Brandon Mills)Chores
e94a4a9
chore: Add tests to verify #16038 is fixed (#16538) (Nicholas C. Zakas)e13f194
chore: stricter validation ofmeta.docs.description
in core rules (#16529) (Milos Djermanovic)72dbfbc
chore: usepkg
parameter ingetNpmPackageVersion
(#16525) (webxmsj)okonet/lint-staged
v13.1.0
Compare Source
Features
v13.0.4
Compare Source
Bug Fixes
rich-harris/magic-string
v0.27.0
Compare Source
Performance Improvements
0.26.7 (2022-10-09)
Bug Fixes
0.26.6 (2022-10-05)
Features
update
method as safer alternative tooverwrite
(#212) (9a312e3)0.26.5 (2022-09-30)
Bug Fixes
replaceAll()
(#224) (45a4921)0.26.4 (2022-09-22)
Features
.replace()
when searching string, add.replaceAll()
(#222) (04a05bd)Performance Improvements
0.26.3 (2022-08-30)
Performance Improvements
0.26.2 (2022-05-11)
Bug Fixes
0.26.1 (2022-03-03)
Bug Fixes
streamich/memfs
v3.4.12
Compare Source
Bug Fixes
mkdir
return value (#882) (125ad2e)release-it/release-it
v15.5.1
Compare Source
aa89cbd
)ff626d1
)331b0de
)ee99f63
)Microsoft/TypeScript
v4.9.4
: TypeScript 4.9.4Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
Changes:
e286821
Bump version to 4.9.4 and LKG.eb5419f
Cherry-pick #51704 to release 4.9 (#51712)b4d382b
Cherry-pick changes for narrowing to tagged literal types.e7a02f4
Port of #51626 and #51689 to release-4.9 (#51627)1727912
Cherry-pick fix aroundvisitEachChild
to release-4.9. (#51544)This list of changes was auto generated.
vitejs/vite
v3.2.5
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.