-
-
Notifications
You must be signed in to change notification settings - Fork 7
fix(deps): update all non-major dependencies #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-minor-patch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
commit: |
23fd7de
to
12816bf
Compare
be89d11
to
25010dc
Compare
25010dc
to
1e230c9
Compare
8e4a6fe
to
b9b2a51
Compare
c5f6990
to
442c8f9
Compare
eb4ecb8
to
c7e5e82
Compare
6500754
to
2ab3a14
Compare
75853a5
to
c620a28
Compare
c620a28
to
4a992df
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.7.5
->^1.7.6
^0.72.2
->^0.74.0
^1.11.31
->^1.12.6
^7.0.2
->^7.0.4
^2.2.1
->^2.2.2
^22.15.29
->^22.15.32
^10.1.1
->^10.2.0
^9.28.0
->^9.29.0
^0.72.2
->^0.74.0
^0.72.2
->^0.74.0
10.11.1
->10.12.2
^3.5.3
->^3.6.0
1.0.0-beta.8-commit.534fde3
->1.0.0-beta.9-commit.d91dfb5
^4.41.1
->^4.44.0
^0.12.6
->^0.12.8
^4.19.4
->^4.20.3
^3.2.1
->^3.2.4
Release Notes
farm-fe/farm (@farmfe/core)
v1.7.6
Compare Source
Patch Changes
83342ef
: Added origin validation to HMR serverBREAKING CHANGE: The HMR server now rejects all connections with unrecognized
Origin
headers. Clients need to update their configured ports and hosts if they want external apps to be able to connect to the HMR server.c7bcfa0
: Fix #2188 lazy compilation should respect publicPathoxc-project/oxc (@oxc-project/types)
v0.72.3
Bug Fixes
8451bee
ast/estree: Remove repeat fields fromBindingPattern
in TS-ESTree AST (#11500) (overlookmotel)8842604
estree: Updateadd_ts_def
types in oxc-types (#11434) (Yuji Sugiura)swc-project/swc (@swc/core)
v1.12.6
Compare Source
Bug Fixes
(es/parser) Throw error if JSX does not end with
>
(#10687) (cb3d6db)(es/react-compiler) Use tsx syntax for parser (#10682) (a355e37)
(hstr) Support MSRV =
1.86
(#10673) (de19d1e)(ts/isolated-dts) Skip parameters without accessibility modifiers in private constructors (#10675) (1976d8e)
Features
Miscellaneous Tasks
react-leaflet
(cfbb1f9)Performance
(es/lexer) Optimize number literal parsing with fast path (#10655) (15d0828)
(es/lexer) Reduce allocations while lexing numbers (#10667) (115d228)
(es/lexer) Introduce
byte_search
to reduce comparison operations (#10668) (3806ffd)(es/lexer) Compare
\n
first (#10669) (9c41e2f)(es/lexer) Optimize lexing of numbers with separators (#10665) (cac651b)
(es/minifier) Remove needless clones (#10661) (5f4f7dd)
(ts/fast-strip) Prealloc buf for codegen (#10680) (a8347fe)
Refactor
Build
v1.12.5
Compare Source
Bug Fixes
(es/parser) Parse jsx entity (#10652) (bfd3bc5)
(es/parser) Consider reseved ident in jsx name (#10647) (9262a59)
Performance
next_token
(#10654) (1be2ca0)Refactor
\t
(#10650) (d6ac3b7)v1.12.4
Compare Source
Bug Fixes
(es/minifier) Fix
Buffer
handling ofminify()
API (#10643) (cdf068e)(es/minifier) Fix arrow inlining (#10642) (7232c10)
(es/parser) Don't be greedy in the end of jsx open el (#10637) (8a2c656)
Update
par-core
andpar-iter
(#10629) (38f7d51)Fix CI (#10641) (9df98f7)
Refactor
v1.12.3
Compare Source
Bug Fixes
v1.12.2
Compare Source
Bug Fixes
(ci) Fix build of
@swc/minifier
(0dc5244)(es/codegen) Fix
.map
path when usingoutput_path
(01e5bd1)(es/parser) Allow type ann in jsx expr child (#10626) (48f576c)
(swc) Fix wrong caching of resolvers regarding file exts (#10615) (68aacd1)
(ts/isolated-dts) Fix usage dependency (#10621) (b3677d3)
(ts/isolated-dts) Emit properties in overloaded constructor params (#10623) (6634ef1)
Features
None
intry_lookup_source_file
(#10625) (d8e2405)Performance
(atoms) Improve
atom!
for inlinable strings (#10612) (5113121)(es/minifier) Avoid calling some costly function when optimizing deep nested binary expr (#10611) (1434571)
(es/minifier) Remove needless JSON conversion (#10628) (4a58dca)
(es/parser) Reduce cmp in jsx spread child (#10606) (fb33c13)
Refactor
(es/parser) Cleanup - deduplicate some code (#10608) (5f9af96)
(es/parser) Remove token contexts (#10547) (7ffe9d2)
v1.12.1
Compare Source
Bug Fixes
(@swc/types) Remove
nativeClassProperties
(#10592) (39032dc)(es/minifier) Fix top level detection of DCE (#10603) (964a560)
(es/minifier) Fix inlining of arrows (#10604) (cc3bc4d)
(es/minifier) Perform DCE on the end (#10602) (a97b149)
(swc_common) Add
Files#is_in_file
(#10599) (e6b61eb)Features
v1.12.0
Compare Source
Bug Fixes
(@swc/types) Add
jsc.output.charset
(#10567) (26b41e8)(es/codegen) Don't call
cmt.get_leading
for dummy span (#10568) (16e204d)(es/parser) Disallow spread operator(
...
) in JSX attribute values (#10587) (8deba78)(es/typescript) Pass
native_class_properties
(#10561) (7e4cd9a)(es/typescript) Handle
export declare var
in namespace (#10579) (2daa17f)(ts/isolated-dts) Add edges
SymbolFlags::Value
andSymbolFlags::Type
in exports (#10577) (e6d4da2)Fix bindings (0f858fd)
Documentation
Features
(es/minifier) Regex support for
format.comments
(#10571) (e441df5)(es/module) Add support for
import.meta.main
in AMD and CJS (#10596) (759de2e)Miscellaneous Tasks
virtual-fs
to dedupe dependencies (#10594) (de667bb)Refactor
(es/lexer) Remove unnecessary result wrap (#10578) (49d15df)
(es/parser) Extract
parse_jsx_attrs
(#10569) (6492786)(es/parser) Remove
cur!(false)
macro (#10583) (c96fa23)(swc_common) Remove
Input::find
(#10542) (494cef9)(swc_common) Use
BytesStr
instead ofLrc<String>
(#10580) (6f00973)(swc_common) Use
swc_sourcemap
instead (#10593) (8a9f609)Testing
sxzz/eslint-config (@sxzz/eslint-config)
v7.0.4
Compare Source
No significant changes
View changes on GitHub
v7.0.3
Compare Source
No significant changes
View changes on GitHub
antfu-collective/bumpp (bumpp)
v10.2.0
Compare Source
🚀 Features
View changes on GitHub
eslint/eslint (eslint)
v9.29.0
Compare Source
oxc-project/oxc (oxc-parser)
v0.74.0
🚀 Features
93069a5
napi/parser: Add experimental lazy visitor (#11837) (overlookmotel)🚜 Refactor
0260308
ast_tools: Prepare lazy deserializer codegen for visitor (#11836) (overlookmotel)b544be8
napi/parser: Remove options amendment fromprepareRaw
(#11828) (overlookmotel)9c960cd
napi/parser: Re-order code (#11813) (overlookmotel)bfed7f2
napi/parser: Rename file (#11808) (overlookmotel)08e666f
ast/estree: Add#[estree]
attrs toRegExpFlagsAlias
(#11794) (overlookmotel)📚 Documentation
4dc8a4e
napi/parser: Add JSDoc comments to all functions (#11814) (overlookmotel)⚡ Performance
6bbe048
napi/parser: Do not lazily createTextEncoder
(#11817) (overlookmotel)aef1770
napi/parser: Destructurebindings
on import (#11811) (overlookmotel)3a0a673
napi/parser: Lazy-load raw transfer and lazy deser code (#11807) (overlookmotel)v0.73.2
🐛 Bug Fixes
a47a6de
napi/parser: Lazy deser: do not exposegetElement
method fromNodeArray
(#11777) (overlookmotel)⚡ Performance
21c8852
napi/parser: Faster deserialization ofVec
s in raw transfer (#11776) (overlookmotel)v0.73.0
💥 BREAKING CHANGES
f3eaefb
ast: [BREAKING] Addvalue
field toBigIntLiteral
(#11564) (overlookmotel)🚀 Features
5860195
napi/parser: Improvedconsole.log
output for lazy deserialized AST (#11642) (overlookmotel)5a55a58
napi/parser: Add lazy deserialization (#11595) (overlookmotel)120b00f
napi/parser: Support old versions of NodeJS (#11596) (overlookmotel)🐛 Bug Fixes
931fc73
napi/parser: Cache nodes in lazy deserialization (#11637) (overlookmotel)🚜 Refactor
ff7111c
napi/parser: Use "construct" instead of "deserialize" in lazy deserializer (#11616) (overlookmotel)95ee174
napi/parser: Move raw transfer code into separate directory (#11583) (overlookmotel)8e74e05
ast/estree: Remove dead code from generated raw transfer deserializer (#11579) (overlookmotel)⚡ Performance
5271951
napi/parser: Remove function calls from lazy deserialization (#11615) (overlookmotel)7c66637
napi/parser: Re-useTypedArray
objects in raw transfer (#11585) (overlookmotel)🧪 Testing
8cab72f
napi/parser: Env var to run lazy deserialization tests (#11636) (overlookmotel)8ad3061
napi/parser: Run raw transfer tests on multiple threads (#11611) (overlookmotel)c0027e0
ast/estree: Benchmark raw transfer deserialization in isolation (#11584) (overlookmotel)v0.72.3
Bug Fixes
8451bee
ast/estree: Remove repeat fields fromBindingPattern
in TS-ESTree AST (#11500) (overlookmotel)5c32b7c
ast/estree: Make error objects via raw transfer match standard transfer (#11481) (overlookmotel)953e61b
ast/estree: Fix field order ofPropertyKey
constructor in raw transfer TS-ESTree AST (#11463) (overlookmotel)ec4fc83
estree: Use consistent field order in serialization (#11385) (Yuji Sugiura)ab0dd29
napi: Napi build cache problem (#11479) (LongYinan)Testing
97aa9cc
ast/estree: Remove test skip list for TS raw transfer tests (#11478) (overlookmotel)75e241c
ast/estree: Test raw transfer on TS-ESTree (#11476) (overlookmotel)oxc-project/oxc (oxc-transform)
v0.73.1
🚀 Features
81ef443
napi: Addaarch64-linux-android
target (#11769) (LongYinan)v0.73.0
📚 Documentation
b5a6a6e
napi: Add stackblitz examples (Boshen)v0.72.3
Features
1401839
napi: Add webcontainer fallback to transform and minify packages (#11471) (Boshen)Bug Fixes
ab0dd29
napi: Napi build cache problem (#11479) (LongYinan)pnpm/pnpm (pnpm)
v10.12.2
Compare Source
Patch Changes
enableGlobalVirtualStore
set totrue
#9648.--help
and-h
flags not working as expected for thepnpm create
command.pnpm licenses list --json
command is incorrect.pnpm deploy
fails due to overridden dependencies having peer dependencies causingERR_PNPM_OUTDATED_LOCKFILE
#9595.v10.12.1
Minor Changes
Experimental. Added support for global virtual stores. When enabled,
node_modules
contains only symlinks to a central virtual store, rather tonode_modules/.pnpm
. By default, this central store is located at<store-path>/links
(you can find the store path by runningpnpm store path
).In the central virtual store, each package is hard linked into a directory whose name is the hash of its dependency graph. This allows multiple projects on the system to symlink shared dependencies from this central location, significantly improving installation speed when a warm cache is available.
To enable the global virtual store, set
enableGlobalVirtualStore: true
in your rootpnpm-workspace.yaml
, or globally via:NOTE: In CI environments, where caches are typically cold, this setting may slow down installation. pnpm automatically disables the global virtual store when running in CI.
Related PR: #8190
pnpm update
command now supports updatingcatalog:
protocol dependencies and writes new specifiers topnpm-workspace.yaml
.--save-catalog
and--save-catalog-name=<name>
) topnpm add
to save new dependencies as catalog entries.catalog:
orcatalog:<name>
will be added topackage.json
and the package specifier will be added to thecatalogs
orcatalog[<name>]
object inpnpm-workspace.yaml
#9425.ci
for explicitly telling pnpm if the current environment is a CI or not.Patch Changes
pnpm patch
using semantic versioning rules.prettier/prettier (prettier)
v3.6.0
Compare Source
diff
🔗 Release Notes
rollup/rollup (rollup)
v4.44.0
Compare Source
2025-06-19
Features
maxParallelFileOps
as this could break watch mode with the commonjs plugin (#5986)Bug Fixes
Pull Requests
v4.43.0
Compare Source
2025-06-11
Features
fs
option andthis.fs
API to replace file system (#5944)Pull Requests
v4.42.0
Compare Source
2025-06-06
Features
Pull Requests
allowInputInsideOutputPath
option (@btea, @lukastaegert)v4.41.2
Compare Source
2025-06-06
Bug Fixes
then
and non-arrow function expressions (#5977)Pull Requests
rolldown/tsdown (tsdown)
v0.12.8
Compare Source
🚀 Features
bundle
option - by @sxzz (d6faa)ResolvedOptions
- by @sxzz (13d9c)🐞 Bug Fixes
lastIndex
for regex - by @btea in https://github.com/rolldown/tsdown/issues/320 (1abc9)View changes on GitHub
v0.12.7
Compare Source
🚀 Features
🏎 Performance
View changes on GitHub
privatenumber/tsx (tsx)
v4.20.3
Compare Source
v4.20.2
Compare Source
v4.20.1
Compare Source
v4.20.0
Compare Source
vitest-dev/vitest (vitest)
v3.2.4
Compare Source
🐞 Bug Fixes
vitest run --watch
should be watch-mode - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8128 (657e8)--shard x/<count>
exceeds count of test files - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8112 (8a18c)minWorkers
when onlymaxWorkers
specified - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8110 (14dc0)task.meta
should be available in custom reporter's errors - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8115 (27df6)View changes on GitHub
v3.2.3
[Co
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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.