Update all non-major dependencies #12
Open
+298
−313
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:
1.2.1
->1.2.3
9.13.0
->9.14.0
2.9.0
->2.10.1
0.4.0
->0.5.0
1.7.39
->1.9.2
22.7.8
->22.9.0
2.1.3
->2.1.5
1.1.7
->1.1.10
4.3.1
->4.4.2
50.4.3
->50.5.0
17.11.1
->17.13.1
0.11.6
->0.11.8
22.10.0
->22.11.0
7.0.0
->7.0.1
8.11.0
->8.14.0
5.0.1
->5.1.2
2.1.3
->2.1.5
Release Notes
eslint/rewrite (@eslint/compat)
v1.2.3
Compare Source
v1.2.2
Compare Source
eslint/eslint (@eslint/js)
v9.14.0
Compare Source
eslint-stylistic/eslint-stylistic (@stylistic/eslint-plugin)
v2.10.1
Compare Source
Features
Bug Fixes
align: "colon"
(#594) (6000f43)Chores
v2.10.0
Compare Source
Features
comma-spacing
(#562) (ea72317)never
(#589) (7a2b47f)ImportExpression
ints
version (#570) (19d1f8c)Bug Fixes
quotes
incustomize
(#590) (b86c2df)Documentation
Chores
swc-project/swc (@swc/core)
v1.9.2
Compare Source
Bug Fixes
Features
inline_script
support (#9729) (e732a36)v1.9.1
Compare Source
Bug Fixes
ends_with_alpha_num
(#9720) (569c799)v1.9.0
Compare Source
Bug Fixes
(es/minifier) Avoid generating reserved mangling names (#9710) (b49317a)
(es/plugin) Revert #9696 (#9717) (772f023)
Features
isolatedDeclarations
updates (#9712) (6194044)Miscellaneous Tasks
v1.8.0
Compare Source
Bug Fixes
(es/typescript) Handle multiline type parameters in async arrow functions (#9704) (c5ed19c)
(es/typescript) Handle ASI hazards in fast type strip (#9707) (c135f71)
Features
(es) Add
es2023
andes2024
toEsVersion
(#9700) (5a6f0e6)(es/plugin) Introduce
manual-tokio-runtmie
toswc
crate (#9701) (97298c4)Performance
(common) Make character analysis lazy (#9696) (1c3eaf6)
(es/renamer) Modify parallel renaming threshold (#9706) (91a9106)
v1.7.42
Compare Source
Bug Fixes
(es/generator) Fix code generation for
break
in nested while (#9684) (65872af)(es/parser) Parse
await using()
call (#9693) (bcf05de)(es/resolver) Skip resolving lowercase
JSXIdentifiers
(#9686) (6ed1715)(es/types) Add
jsc.experimental.keepImportAssertions
to types (#9691) (4b4dcfa)Features
(es/minifier) Optimize switch with side effect and termination tests (#9677) (7344a63)
(es/parser) Ability to get script's potential module errors (#9682) (2bbd1e8)
Miscellaneous Tasks
Performance
(es) Cache
current_dir()
system calls (#9683) (7aab945)(es/lints) Disable lints by default (#9689) (4d887d0)
(visit) Introduce
Pass
API and adjust visitor APIs for it (#9680) (581aafb)v1.7.40
Compare Source
Bug Fixes
(bindings) Update napi to handle string with
\0
(#9665) (8f45eaf)(bindings/node) Add
VisitTsPropertySignature
(#9670) (715c42c)(es/codegen) Improve EndsWithAlphaNum (#9675) (ba2a942)
(es/renamer) Check
preserved
in normal renaming mode (#9666) (87b4e10)(typescript) Check whether the method is abstract when checking
is_overload
(#9678) (78500af)Documentation
Miscellaneous Tasks
vitest-dev/vitest (@vitest/coverage-v8)
v2.1.5
Compare Source
🚀 Features
🐞 Bug Fixes
dangerouslyIgnoreUnhandledErrors
without base reporter - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6808 (0bf0a)unhandledRejection
even when base reporter is not used - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6812 (8878b)sequence.concurrent
from theRuntimeConfig
type - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6880 (6af73).poll
,.element
,.rejects
/.resolves
, andlocator.*
weren't awaited - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6877 (93b67)enter
or'a'
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6848 (487c8)🏎 Performance
View changes on GitHub
v2.1.4
Compare Source
🚀 Features
transformIndexHtml
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6725 (16902)🐞 Bug Fixes
v=
queries to setup files imports - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6759 (b8258)toThrowError
with empty string parameter - by @shulaoda in https://github.com/vitest-dev/vitest/issues/6710 (a6129)test.extend
type exports - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6707 (e5c38)🏎 Performance
hash
to replacecreateHash
- by @btea in https://github.com/vitest-dev/vitest/issues/6703 (5d07b)View changes on GitHub
vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
v1.1.10
Compare Source
Bug Fixes
v1.1.9
Compare Source
Features
v1.1.8
Compare Source
un-ts/eslint-plugin-import-x (eslint-plugin-import-x)
v4.4.2
Compare Source
Patch Changes
cc4ee65
Thanks @SukkaW! - Fix #144, read propersourceType
for both eslint flat config and legacy eslintrc config.v4.4.0
Compare Source
Minor Changes
9c58269
Thanks @teidesu! - Add new rule optioncheckTypedImports
forextensions
, backports https://github.com/import-js/eslint-plugin-import/pull/2817Patch Changes
#171
9715220
Thanks @SukkaW! - Perf: avoid regexp during parser choosing#171
9715220
Thanks @SukkaW! - Add extra guard for ruleno-named-as-default
. A few guards are borrowed from https://github.com/import-js/eslint-plugin-import/pull/3032, but we don't sync the rest of changes from upstream since we have already implemented a way more performant check.#171
9715220
Thanks @SukkaW! - More test cases forno-named-export
andno-defualt-export
rule specifically with non-modulesourceType
#171
9715220
Thanks @SukkaW! - Fixexport
when there is only oneTSDeclareFunction
(https://github.com/import-js/eslint-plugin-import/pull/3065)#171
9715220
Thanks @SukkaW! - PreventExportMap
's cache is being tainted by incompatible parser (e.g. oldbabel-eslint
). The cache is now skipped w/ incompatible parsers, which might introduce performance impacts only for those who are using incompatible parsers. (https://github.com/import-js/eslint-plugin-import/pull/3062)#171
9715220
Thanks @SukkaW! - Docs: fix a few typos here and there#168
5de039c
Thanks @hyoban! - Fixes https://github.com/un-ts/eslint-plugin-import-x/issues/167, theno-duplicates
rule now allows co-existing inline type imports and namespace imports.#171
9715220
Thanks @SukkaW! - Properly fix espree parser w/ ESLint Flat Configgajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)
v50.5.0
Compare Source
eslint-community/eslint-plugin-n (eslint-plugin-n)
v17.13.1
Compare Source
🩹 Fixes
v17.13.0
Compare Source
🌟 Features
🩹 Fixes
node:test
module (#378) (0b228dd)🧹 Chores
v17.12.0
Compare Source
🌟 Features
🩹 Fixes
getCallSite
is experimental (#363) (d15c63a)process.features
(#362) (9552a4a)🧹 Chores
neostandard/neostandard (neostandard)
v0.11.8
Compare Source
🌟 Features
🩹 Fixes
v0.11.7
Compare Source
🌟 Features
🩹 Fixes
nodejs/node (node)
v22.11.0
Compare Source
bcomnes/npm-run-all2 (npm-run-all2)
v7.0.1
Compare Source
Commits
b2e849b
typescript-eslint/typescript-eslint (typescript-eslint)
v8.14.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.13.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.12.2
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.12.1
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
[
v8.12.0
](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packagesConfiguration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.