-
-
Notifications
You must be signed in to change notification settings - Fork 13
fix(deps): update all non-major dependencies #188
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.
+461
−491
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
|
commit: |
7340f05
to
1f546ae
Compare
1f546ae
to
77445f6
Compare
8437f2f
to
7d3db18
Compare
d51daac
to
594d842
Compare
594d842
to
d6b2f11
Compare
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
5264693
to
ebfd8b3
Compare
659f349
to
8943c1f
Compare
e399d02
to
a0b56bd
Compare
5cb18b1
to
d286b0b
Compare
5b694a5
to
d6c9e95
Compare
d6c9e95
to
da4a785
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:
2.0.0-nightly-20250411100807
->2.0.0-nightly-20250827162746
2.0.0-nightly-20250411141103
->2.0.0-nightly-20250827162746
^24.7.0
->^24.7.2
^3.45.1
->^3.46.0
^0.25.10
->^0.25.11
10.18.1
->10.18.3
1.0.0-beta.41
->1.0.0-beta.43
^0.15.6
->^0.15.7
^0.5.2
->^0.5.3
^7.1.9
->^7.1.10
^5.102.0
->^5.102.1
Release Notes
farm-fe/farm (@farmfe/cli)
v2.0.0-nightly-20250827162746
Compare Source
zloirock/core-js (core-js)
v3.46.0
Compare Source
Map
upsert stage 3 proposal:WeakMap.prototype.getOrInsertComputed
bug with callback calling before validation a keyIterator
chunking proposal:Iterator.prototype.chunks
Iterator.prototype.windows
Iterator.prototype.sliding
method replaced with an extra parameter ofIterator.prototype.windows
method, tc39/proposal-iterator-chunking/#24, tc39/proposal-iterator-chunking/#26Iterator.zip
andIterator.zipKeyed
behavior withmode: 'longest'
option, #1469, thanks @lionel-roweObject.groupBy
andIterator.zipKeyed
together withSymbol
polyfill - some cases of symbol keys on resultnull
-prototype object were able to leak out tofor-in
Map
upsert proposal features marked as shipped from FF144evanw/esbuild (esbuild)
v0.25.11
Compare Source
Add support for
with { type: 'bytes' }
imports (#4292)The import bytes proposal has reached stage 2.7 in the TC39 process, which means that although it isn't quite recommended for implementation, it's generally approved and ready for validation. Furthermore it has already been implemented by Deno and Webpack. So with this release, esbuild will also add support for this. It behaves exactly the same as esbuild's existing
binary
loader. Here's an example:Lower CSS media query range syntax (#3748, #4293)
With this release, esbuild will now transform CSS media query range syntax into equivalent syntax using
min-
/max-
prefixes for older browsers. For example, the following CSS:will be transformed like this with a target such as
--target=chrome100
(or more specifically with--supported:media-range=false
if desired):pnpm/pnpm (pnpm)
v10.18.3
Compare Source
Patch Changes
verifyDepsBeforeInstall: install
and pre/post install scripts that called other pnpm scripts #10060.@scope:registry
) being parsed as property paths inpnpm config get
when--location=project
is used #9362.pnpm config set --location=project
incorrectly handling keys with slashes (auth tokens, registry settings) #9884.pnpm-workspace.yaml
and.npmrc
exist,pnpm config set --location=project
now writes topnpm-workspace.yaml
(matching read priority) #10072.pnpm outdated --long
#10040.v10.18.2
Compare Source
Patch Changes
pnpm outdated --long
should work #10040.pnpm dlx
should request the full metadata of packages, whenminimumReleaseAge
is set #9963.EPIPE
errors when piping output to other commands #10027.rolldown/rolldown (rolldown)
v1.0.0-beta.43
Compare Source
🚀 Features
processedHtml
logic (#6494) by @shulaodanativeMagicString
options (#6469) by @IWANABETHATGUYclose
(#6483) by @hyf0output.paths
(#6470) by @IWANABETHATGUYpreserveEntrySignatures
withincludeDependenciesRecursively
option (#6468) by @hyf0on_hmr_updatrs
to node (#6454) by @hyf0on_output
to node (#6453) by @hyf0on_hmr_updatrs
callback (#6443) by @hyf0🐛 Bug Fixes
experimental.nativeMagicString: false
(#6488) by @IWANABETHATGUYresolve.modules
into account (#6484) by @PickachuadvancedChunks#includeDependenciesRecursively
to rust (#6448) by @hyf0minify: { compress: true }
(#6433) by @sapphi-red🚜 Refactor
Bundler
for public usage (#6480) by @hyf0BindingClientHmrUpdate
(#6456) by @hyf0DevOnHmrUpdates
API (#6455) by @hyf0📚 Documentation
experimental.strictExecutionOrder
(#6450) by @hyf0why-plugin-hook-filter
in depth (#6446) by @IWANABETHATGUY⚡ Performance
⚙️ Miscellaneous Tasks
DiagnosticOptions#stabilize_path
(#6447) by @hyf0BindingHmrOutput
(#6457) by @hyf0utils.rs
(#6460) by @shulaoda"type": "module"
inpackage.json
(#6441) by @iiio2❤️ New Contributors
v1.0.0-beta.42
Compare Source
🚀 Features
RebuildStrategy#Auto
by default (#6420) by @hyf0DevOptions#on_output
(#6412) by @hyf0DevOptions#rebuild_strategy
(#6396) by @hyf0RebuildStrategy::Auto
to issue rebuild automatically if detecting full reload hmr update (#6395) by @hyf0call_id
forrenderChunk
hook (#6392) by @hyf0DevEngine#close
(#6377) by @hyf0DevEngine#close
(#6376) by @hyf0🐛 Bug Fixes
watchChange
hook (#6403) by @sapphi-redeval
andarguments
(#6381) by @sapphi-red🚜 Refactor
PackageJson
and remove unused fields (#6418) by @hyf0BindingResult
to pass errors from rust to js (#6390) by @hyf0BindingError
to coverJsError
andNativeError
(#6388) by @hyf0BindingError
toNativeError
(#6387) by @hyf0📚 Documentation
⚡ Performance
setTimeout
->clearTimeout
(#6375) by @sapphi-red🧪 Testing
this.addWatchFile
(#5219) by @sapphi-red⚙️ Miscellaneous Tasks
SnapshotSection
to organize snapshot content (#6407) by @hyf0ArtifactsSnapshot
andBuildRoundOutput
into standalone files (#6406) by @hyf0ArtifactsSnapshot
to make generating snapshot more clear (#6405) by @hyf0GitHub
casing (#6401) by @iiio2rolldown_binding_watcher
crate (#6386) by @hyf0normalizeErrors
intoaggregateBindingErrorsIntoError
(#6389) by @hyf0add_watch_file
that the path should be a normalized absolute path (#6371) by @sapphi-redrolldown/tsdown (tsdown)
v0.15.7
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
vitejs/vite (vite)
v7.1.10
Compare Source
Bug Fixes
//
(#20760) (b95fa2a)fileToBuiltUrl
(#20898) (73b6d24)Documentation
WebSocket
spelling (#20890) (29e98dc)Miscellaneous Chores
webpack/webpack (webpack)
v5.102.1
Compare Source
Fixes
extends
withenv
forbrowserslist
JSONP
fragment format for web workers.browserslist
.commonjs
externals forSystemJS
format.import.meta
warning messages to be more clear when used directly.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.