fix(deps): update all non-major dependencies #982
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:
^1.14.0->^1.14.21.0.0-beta.47->1.0.0-beta.50^2.0.7->^2.0.810.21.0->10.22.07.9.5->7.9.61.0.0-beta.47->1.0.0-beta.50^0.16.1->^0.16.4^8.46.3->^8.46.4^7.2.2->^7.2.5^4.46.0->^4.47.0Release Notes
cloudflare/workers-sdk (@cloudflare/vite-plugin)
v1.14.2Compare Source
Patch Changes
43fe9f3,3908162,305ffb3,14d79f2,dfc6513,46ccf0e]:v1.14.1Compare Source
Patch Changes
5286309,2d16610,dd7d584,4259256,63defa2,5cf8a39,70d3d4a,38396ed,8abc789,cdcecfc,e85f965,88aa707]:rolldown/rolldown (@rolldown/pluginutils)
v1.0.0-beta.50Compare Source
🚀 Features
🐛 Bug Fixes
experimental.hmris set for APIs other thandev(#6860) by @Copilot🚜 Refactor
anyhow::Context::contextwhere applicable (#6952) by @sapphi-red📚 Documentation
🧪 Testing
⚙️ Miscellaneous Tasks
rolldown_watchertorolldown_fs_watcher(#6958) by @hyf0❤️ New Contributors
v1.0.0-beta.49Compare Source
🐛 Bug Fixes
./pluginsinpublishConfigforrolldown(#6926) by @Copilotmeta.astfor transform hook (#6919) by @IWANABETHATGUY⚙️ Miscellaneous Tasks
meta.ast+meta.nativeString(#6922) by @IWANABETHATGUYv1.0.0-beta.48Compare Source
💥 BREAKING CHANGES
this.emitFiledoes not respectchunkFileNames(#6868) by @CopilotdropLabelsoption (#6915) by @sapphi-redkeepNamesoption (#6914) by @sapphi-redprofilerNamesoption (#6913) by @sapphi-reddefineandinjectoptions (#6912) by @sapphi-redrolldown/plugins(#6303) by @shulaodaRolldownBuild#scan, only expose it fromrolldown/experimental(#6889) by @hyf0🚀 Features
BundleModeto handle incremental build exhaustively (#6894) by @hyf0parseSync/parseAsyncfunction (#6866) by @sapphi-red__toESMhelper when only named imports are used from CJS modules (#6850) by @CopilothtmlInlineProxyPlugin(#6856) by @shulaodaloadhook logic (#6855) by @shulaodaresolveIdhook logic (#6854) by @shulaoda🐛 Bug Fixes
hook_resolve_id_triggercorrectly (#6908) by @hyf0NormalizedOutputOptionsImplandNormalizedInputOptionsImplenumerable (#6861) by @hyf0RolldownOutputshould be enumerable (#6852) by @Copilot🚜 Refactor
BundleContexttoBundleHandle(#6893) by @hyf0build_spantobundle_span(#6892) by @hyf0PluginDriverFactoryto manage creation ofPluginDriver(#6891) by @hyf0BindingBundlerImpl(#6888) by @hyf0BundlertoClassicBundlerand clarify the purpose (#6887) by @hyf0BuildFactory/BuildtoBundleFactory/Bundle(#6886) by @hyf0Bundler(#6884) by @hyf0BuildFactoryforBundler(#6883) by @hyf0Bundlerthat satisfy the usage ofRolldownBuild(#6877) by @hyf0nonEnumerabledecorator (#6862) by @hyf0📚 Documentation
defaultexport interop (#6875) by @sapphi-redthisin exported functions (#6865) by @sapphi-red⚡ Performance
🧪 Testing
⚙️ Miscellaneous Tasks
oxc_resolverandoxc_resolver_napi(#6901) by @shulaodatsconfig/bases (@tsconfig/strictest)
v2.0.8Compare Source
pnpm/pnpm (pnpm)
v10.22.0Compare Source
remix-run/react-router (react-router)
v7.9.6Compare Source
Patch Changes
[UNSTABLE] Add
location/paramsas arguments to client-sideunstable_onErrorto permit enhanced error reporting. (#14509)unstable_onError. The seconderrorInfoparameter is now an object withlocationandparams:Properly handle ancestor thrown middleware errors before
next()on fetcher submissions (#14517)Fix issue with splat routes interfering with multiple calls to patchRoutesOnNavigation (#14487)
Normalize double-slashes in
resolvePath(#14529)rolldown/tsdown (tsdown)
v0.16.4Compare Source
🚀 Features
1.0.0-beta.50- by @sxzz (597d9)View changes on GitHub
v0.16.3Compare Source
🏎 Performance
debugwithobug- by @sxzz (222e9)View changes on GitHub
v0.16.2Compare Source
🚀 Features
View changes on GitHub
typescript-eslint/typescript-eslint (typescript-eslint)
v8.46.4Compare 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.
vitejs/rolldown-vite (vite)
v7.2.5Compare Source
Features
v7.2.4Compare Source
⚠ BREAKING CHANGES
minifyto be async (#505)Features
minifyto be async (#505) (ec441fc)parse/parseAsync(#503) (1ffb4ea)Bug Fixes
ssr.optimizeDeps.rollupOptionscompat ifssroption is not set (#506) (8e32f61)Code Refactoring
optimizeDeps.rollupOptions(#507) (46a6777)v7.2.3Compare Source
Features
cloudflare/workers-sdk (wrangler)
v4.47.0Compare Source
Minor Changes
#11201
5286309Thanks @avenceslau! - Add wrangler workflows instances restart command#11214
5cf8a39Thanks @penalosa! - Add the experimentalwrangler setupcommand to run autoconfig outside of the deploy flow.#11187
8abc789Thanks @dario-piotrowicz! - Add possibility for users to edit their project settings during autoconfigWhen running
wrangler deploy --experimental-autoconfig, after the automatic project settings detection Wrangler will now present users the opportunity to customize the auto-detected project's settingsPatch Changes
#11143
2d16610Thanks @FlorentCollin! - Improve the formatting of the D1 execute command to always show the duration in milliseconds with two decimal places.#11178
63defa2Thanks @ascorbic! - Log a more helpful error when attempting to "r2 object put" a non-existent file#11199
70d3d4aThanks @penalosa! - Add telemetry to autoconfig#11186
38396edThanks @hoodmane! - Removed warning when deploying a Python worker#11024
cdcecfcThanks @devin-ai-integration! - Use the nativenode:trace_eventsmodule when availableIt is enabled when the
enable_nodejs_trace_events_modulecompatibility flag is set.#11195
e85f965Thanks @ascorbic! - Ignores.dev.varsif--env-filehas been explicitly passedPreviously,
.dev.varswould always be read first, and then any file passed with--env-filewould override variables in.dev.vars. This meant there was no way to ignore.dev.varsif you wanted to use a different env file. Now, if--env-fileis passed,.dev.varswill be ignored entirely.#11181
88aa707Thanks @petebacondarwin! - add more logging around Wrangler authentication to help diagnose issuesUpdated dependencies [
dd7d584,4259256,cdcecfc]: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.