fix(deps): update all non-major dependencies #57
Merged
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.51.0
->^0.52.0
^1.10.16
->^1.10.18
^22.13.4
->^22.13.5
^9.20.1
->^9.21.0
^0.51.0
->^0.52.0
^0.51.0
->^0.52.0
^3.5.1
->^3.5.2
^0.2.10
->^0.2.12
^0.5.9
->^0.6.0
^4.19.2
->^4.19.3
^6.1.0
->^6.1.1
^3.0.5
->^3.0.6
Release Notes
oxc-project/oxc (@oxc-project/types)
v0.52.0
Bug Fixes
72bab88
ast/estree: Remove unused TS type def forWithClause
(#9250) (overlookmotel)Refactor
97cc1c8
ast: RemoveTSLiteral::NullLiteral
(replaced byTSNullKeyword
) (#9147) (Boshen)swc-project/swc (@swc/core)
v1.10.18
Compare Source
Bug Fixes
Miscellaneous Tasks
minify-all
example ignore parsing errors (#10045) (6c7ec46)Build
v1.10.17
Compare Source
Bug Fixes
(deps) Update cargo (patch) (#10021) (ffb7734)
(typescript) Improve type inferring for undefined and null (#10038) (5059ece)
(typescript) Remove the usages of private members (#10037) (8410b59)
Performance
(hstr) Use thin arc for hash and length (#10033) (2bea793)
(hstr) Skip interning if the text is long enough (#10035) (2622e4e)
Testing
(hstr) Add tests (#10043) (32b58f0)
(ts/fast-strip) Add tests for
declare module
error cases (#10040) (37672e0)eslint/eslint (eslint)
v9.21.0
Compare Source
prettier/prettier (prettier)
v3.5.2
Compare Source
diff
Remove
module-sync
condition (#17156 by @fisker)In Prettier 3.5.0, we added
module-sync
condition topackage.json
, so thatrequire("prettier")
can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove themodule-sync
condition, sorequire("prettier")
will still use the CommonJS version, we'll revisit untilrequire(ESM)
feature is more stable.SuperchupuDev/tinyglobby (tinyglobby)
v0.2.12
Compare Source
Fixed
..
inside ignore patterns could sometimes make the optimizer ignore parent directoriesChanged
debug
option now logs skipped directoriesv0.2.11
Compare Source
I've opened a sponsorships page! Consider sponsoring at https://github.com/sponsors/SuperchupuDev
if you'd like to support the development of this project. This is a huge release in a technical aspect
that took many months to get right.
Added
New optimizer to avoid crawling directories with entries that will never match.
This is a huge performance improvement and it should solve most if not all performance issues in the library.
This has taken many months to figure out and implement and has gotten through three different implementations
with the help and/or advice of many people, most from e18e:
Other performance improvements, such as early returning without patterns by bluwy
and micro-optimizations by Torathion
debug
option. Useful for development purposesFixed
sxzz/tsdown (tsdown)
v0.6.0
Compare Source
🚨 Breaking Changes
🚀 Features
noExternal
option - by @sxzz (1ca38)View changes on GitHub
privatenumber/tsx (tsx)
v4.19.3
Compare Source
vitejs/vite (vite)
v6.1.1
Compare Source
.[cm]?[tj]sx?
static assets are JS mime (#19453) (e7ba55e), closes #19453*.ipv4
address in cert (#19416) (973283b), closes #19416vitest-dev/vitest (vitest)
v3.0.6
Compare Source
🐞 Bug Fixes
getMockedSystemTime
foruseFakeTimer
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7405 (03912)queueMicrotask
from default fake timers to not break node fetch - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7505 (167a9)toHaveClass
typing - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7383 (7ef23)maxWorkers
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7483 (adbb2)vite-node
to pass correct execution wrapper offset - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7417 (1f2e5)inspect
related cli options - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7373 (ed15b)View changes on GitHub
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (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.