fix(deps): update all non-major dependencies#1127
Merged
Conversation
279863a to
6bfbb19
Compare
6bfbb19 to
1ca26c9
Compare
1ca26c9 to
c3c89f7
Compare
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
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.25.2→^1.25.61.0.0-rc.5→1.0.0-rc.6^24.10.13→^24.11.0^17.3.0→^17.4.0^16.2.7→^16.3.1^0.34.0→^0.36.010.30.1→10.30.37.13.0→7.13.11.0.0-rc.5→1.0.0-rc.6^0.11.7→^0.11.8^3.1.0→^3.2.0^8.56.0→^8.56.1^1.1.1→^1.1.2^4.67.0→^4.69.0Release Notes
cloudflare/workers-sdk (@cloudflare/vite-plugin)
v1.25.6Compare Source
Patch Changes
#12673
a04f6f1Thanks @jamesopstad! - Move proxy shared secret to a constant that is reused across restarts.#12684
53025f9Thanks @jamesopstad! - Fix Miniflare being incorrectly disposed during rapid dev server restartsUpdated dependencies [
99037e3,295297a,f765244,c0e9e08]:v1.25.5Compare Source
Patch Changes
#12628
494ee7bThanks @Master-Hash! - Append Cloudflare defaults to existing.assetsignorefiles during build outputWhen a project includes a
PUBLIC_DIR/.assetsignore, the plugin now preserves those rules and appends the requiredwrangler.jsonand.dev.varsentries instead of replacing the file content.Updated dependencies [
3d6e421,294297e]:rolldown/rolldown (@rolldown/pluginutils)
v1.0.0-rc.6Compare Source
💥 BREAKING CHANGES
css_entry_filenames,css_chunk_filenamesand related code (#8402) by @hyf0🚀 Features
PluginOrder::PinPost(#8417) by @hyf0ModuleType:Copy(#8407) by @hyf0ESTreetypes fromrolldown/utils(#8400) by @sapphi-red🐛 Bug Fixes
.jswithin"type": "commonjs"as ESM for now (#8470) by @sapphi-red.cjs/.cts/.jswithin"type": "commonjs"as CommonJS (#8455) by @sapphi-redrender_chunk_metarun after users plugin (#8422) by @hyf0DataUriPlugin(#8418) by @hyf0jsx.preserveshould also considering tsconfig json preserve (#8324) by @IWANABETHATGUYdeferred_scan_data.rs "Should have resolved id: NotFound"error (#8379) by @sapphi-red--dir/-dand--file/-o(#8378) by @Copilot🚜 Refactor
rolldown_plugin_data_uritorolldown_plugin_data_url(#8421) by @hyf0📚 Documentation
https://rolldown.rsfrom links in reference docs (#8454) by @sapphi-redoutput.codeSplittingdocs (#8452) by @sapphi-redoutput.commentsbehavior a bit (#8451) by @sapphi-redExported fromfor values / types exported from subpath exports (#8394) by @sapphi-red⚡ Performance
sugar_path@2(#8432) by @hyf0🧪 Testing
_test.mjseven ifexecuteOutputis false (#8398) by @sapphi-redexpect.assertions()as it is not concurrent test friendly (#8383) by @sapphi-redmockResetoption (#8382) by @sapphi-red⚙️ Miscellaneous Tasks
expect.assertionsin all fixture tests (#8395) by @sapphi-redexpect.assertionsin fixture tests (#8387) by @sapphi-red_config.tsfiles (#8386) by @sapphi-redsindresorhus/globals (globals)
v17.4.0Compare Source
lint-staged/lint-staged (lint-staged)
v16.3.1Compare Source
Patch Changes
cd5d762Thanks @iiroj! - Removenano-spawnas a dependency frompackage.jsonas it was replaced withtinyexecand is no longer used.v16.3.0Compare Source
Minor Changes
#1698
feda37aThanks @iiroj! - Run external processes withtinyexecinstead ofnano-spawn.nano-spawnreplacedexecain lint-staged version 16 to limit the amount of npm dependencies required, but caused some unknown issues related to spawning tasks. Let's hopetinyexecimproves the situation.#1699
1346d16Thanks @iiroj! - Removepidtreeas a dependency. When a task fails, its sub-processes are killed more efficiently via the process group on Unix systems, and thetaskkillcommand on Windows.Patch Changes
87467aaThanks @iiroj! - Incorrect brace expansions like*.{js}(nothing to expand) are detected exhaustively, instead of just a single pass.oxc-project/oxc (oxfmt)
v0.36.0Compare Source
🐛 Bug Fixes
04e6223npm: AddpreferUnpluggedfor Yarn PnP compatibility (#19829) (Boshen)📚 Documentation
2fa936fREADME.md: Map npm package links to npmx.dev (#19666) (Boshen)v0.35.0Compare Source
🚀 Features
984dc07oxfmt: Strip"experimental"SortXxxprefix (#19567) (leaysgur)pnpm/pnpm (pnpm)
v10.30.3Compare Source
v10.30.2Compare Source
remix-run/react-router (react-router)
v7.13.1Compare Source
Patch Changes
fix null reference exception in bad codepath leading to invalid route tree comparisons (#14780)
fix: clear timeout when turbo-stream encoding completes (#14810)
Improve error message when Origin header is invalid (#14743)
Fix matchPath optional params matching without a "/" separator. (#14689)
add RSC unstable_getRequest (#14758)
Fix
HydrateFallbackrendering during initial lazy route discovery with matching splat route (#14740)[UNSTABLE] Add support for
<Link unstable_mask>in Data Mode which allows users to navigate to a URL in the router but "mask" the URL displayed in the browser. This is useful for contextual routing usages such as displaying an image in a model on top of a gallery, but displaying a browser URL directly to the image that can be shared and loaded without the contextual gallery in the background. (#14716)Notes:
useLocation().unstable_maskso you can detect whether you are currently masked or not.history.stateduring SSR.backgroundLocationmanagement.RSC: Update failed origin checks to return a 400 status and appropriate UI instead of a generic 500 (#14755)
Preserve query parameters and hash on manifest version mismatch reload (#14813)
h3js/srvx (srvx)
v0.11.8Compare Source
compare changes
🩹 Fixes
🏡 Chore
❤️ Contributors
jacob-ebey/turbo-stream (turbo-stream)
v3.2.0Compare Source
Features
Bug Fixes
svitejs/vitefu (vitefu)
v1.1.2Compare Source
cloudflare/workers-sdk (wrangler)
v4.69.0Compare Source
Minor Changes
#12625
c0e9e08Thanks @WillTaylorDev! - Addcacheconfiguration option for enabling worker cache (experimental)You can now enable cache before worker execution using the new
cacheconfiguration:{ "cache": { "enabled": true, }, }This setting is environment-inheritable and opt-in. When enabled, cache behavior is applied before your worker runs.
Note: This feature is experimental. The runtime API is not yet generally available.
Patch Changes
#12661
99037e3Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#12680
295297aThanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#12671
f765244Thanks @MattieTK! - fix: Only redact account names in CI environments, not all non-interactive contextsThe multi-account selection error in
getAccountIdnow only redacts account nameswhen running in a CI environment (detected via
ci-info). Non-interactive terminalssuch as coding agents and piped commands can now see account names, which they need
to identify which account to configure. CI logs remain protected.
Updated dependencies [
99037e3,295297a]:v4.68.1Compare Source
Patch Changes
#12648
3d6e421Thanks @petebacondarwin! - Fix Angular scaffolding to allow localhost SSR in development modeRecent versions of Angular's
AngularAppEngineblock serving SSR onlocalhostby default. This causedwrangler dev/wrangler pages devto fail withURL with hostname "localhost" is not allowed.The fix passes
allowedHosts: ["localhost"]to theAngularAppEngineconstructor inserver.ts, which is safe to do even in production since Cloudflare will already restrict which host is allowed.#12657
294297eThanks @dario-piotrowicz! - Update Waku autoconfig logicAs of
1.0.0-alpha.4, Waku projects can be built on top of the Cloudflare Vite plugin, and the changes here allow Wrangler autoconfig to support this. Running autoconfig on older versions of Waku will result in an error.Updated dependencies []:
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.