fix(deps): update all non-major dependencies #960
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.13.15->^1.13.18^9.38.0->^9.39.11.0.0-beta.45->1.0.0-beta.46^2.0.6->^2.0.7^22.18.12->^22.19.0^9.38.0->^9.39.1^16.4.0->^16.5.010.19.0->10.20.07.9.4->7.9.51.0.0-beta.45->1.0.0-beta.46^0.15.10->^0.15.12^8.46.2->^8.46.3^7.1.19->^7.1.20^4.45.0->^4.45.3Release Notes
cloudflare/workers-sdk (@cloudflare/vite-plugin)
v1.13.18Patch Changes
6822aaf,bce8142]:v1.13.17Patch Changes
55657eb,d47f166]:v1.13.16Compare Source
Patch Changes
d0208fe,dbe51c1,d4f2daf]:eslint/eslint (@eslint/js)
v9.39.1Compare Source
v9.39.0Compare Source
rolldown/rolldown (@rolldown/pluginutils)
v1.0.0-beta.46Compare Source
💥 BREAKING CHANGES
preserveEntrySignaturesto'exports-only'to align with Rollup (#6723) by @Copilot🚀 Features
EVALwarning message (#6776) by @sapphi-red__toESMwhen not needed to reduce output size (#6751) by @CopilotEMPTY_IMPORT_METAwarning message (#6761) by @sapphi-redRemovedPureCSSFilesCachelogic (#6745) by @shulaodagenerateBundlelogic (#6744) by @shulaodafreeExternalMemoryto free external memory immediately (#6721) by @hyf0🐛 Bug Fixes
this.resolveis also tracked under corresponding session (#6798) by @hyf0preserveEntrySignatures: 'allow-extension'(#6753) by @Copilotnamesfield (#6742) by @shulaoda🚜 Refactor
#[napi(gettter)], use function call directly (#6694) by @hyf0freeExternalMemory(#6781) by @hyf0📚 Documentation
defaultimport from CJS modules" section (#6795) by @sapphi-redesmExternalRequirePluginlink more prominent (#6792) by @sapphi-redcleanDiroption (#6741) by @hyf0attachDebugInfo: 'none'(#6738) by @IWANABETHATGUY🧪 Testing
⚙️ Miscellaneous Tasks
packages/rolldown/testsexcept diagnostics directory (#6772) by @Copilotpreserve_entry_signatures: 'allow-extension'(#6727) by @Copilot❤️ New Contributors
tsconfig/bases (@tsconfig/strictest)
v2.0.7Compare Source
eslint/eslint (eslint)
v9.39.1Compare Source
v9.39.0Compare Source
sindresorhus/globals (globals)
v16.5.0Compare Source
6d441caea31521pnpm/pnpm (pnpm)
v10.20.0Compare Source
Minor Changes
--alloption inpnpm --helpto list all commands #8628.Patch Changes
latestversion doesn't satisfy the maturity requirement configured byminimumReleaseAge, pick the highest version that is mature enough, even if it has a different major version #10100.createcommand should not verify patch info.managePackageManagerVersionstofalse, when switching to a different version of pnpm CLI, in order to avoid subsequent switches #10063.remix-run/react-router (react-router)
v7.9.5Compare Source
Patch Changes
Move RSCHydratedRouter and utils to
/domexport. (#14457)useRoute: return type-safe
handle(#14462)For example:
Ensure action handlers run for routes with middleware even if no loader is present (#14443)
Add
unstable_instrumentationsAPI to allow users to add observablity to their apps by instrumenting route loaders, actions, middlewares, lazy, as well as server-side request handlers and client side navigations/fetches (#14412)entry.server.tsx:export const unstable_instrumentations = [...]entry.client.tsx:<HydratedRouter unstable_instrumentations={[...]} />createBrowserRouter(routes, { unstable_instrumentations: [...] })This also adds a new
unstable_patternparameter to loaders/actions/middleware which contains the un-interpolated route pattern (i.e.,/blog/:slug) which is useful for aggregating performance metrics by routerolldown/tsdown (tsdown)
v0.15.12Compare Source
🚀 Features
TreeshakingOptions- by @BlankParticle in #573 (30f14)🐞 Bug Fixes
View changes on GitHub
v0.15.11Compare Source
No significant changes
View changes on GitHub
typescript-eslint/typescript-eslint (typescript-eslint)
v8.46.3Compare 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.1.20Compare Source
Features
Bug Fixes
Tests
cloudflare/workers-sdk (wrangler)
v4.45.3Patch Changes
#11117
6822aafThanks @emily-shen! - fix: show local/remote status before D1 command confirmationsD1 commands (
execute,export,migrations apply,migrations list,delete,time-travel) now display whether they're running against local or remote databases before showing confirmation prompts. This prevents confusion about which database will be affected by the operation.#11077
bce8142Thanks @petebacondarwin! - Ensure that process.env is case-insensitive on WindowsThe object that holds the environment variables in
process.envdoes not care about the case of its keysin Windows. For example,
process.env.SystemRootandprocess.env.SYSTEMROOTwill refer to the same value.Previously, when merging fields from
.envfiles we were replacing this native object with a vanillaJavaScript object, that is case-insensitive, and so sometimes environment variables appeared to be missing
when in reality they just had different casing.
v4.45.2Patch Changes
#11097
55657ebThanks @penalosa! - Extract internal APIs into a new@cloudflare/workers-utilspackage#11118
d47f166Thanks @zebp! - Fix validation of thepersistfield of observabilitylogsandtracesconfigurationv4.45.1Compare Source
Patch Changes
#10959
d0208feThanks @devin-ai-integration! - Fixed conflict between--envand--expiresflags inwrangler r2 object put.--enow aliases--envonly, and NOT--expires.#10915
dbe51c1Thanks @devin-ai-integration! - Fixed self-bindings (service bindings to the same worker) showing as [not connected] in wrangler dev. Self-bindings now correctly show as [connected] since a worker is always available to itself.#10913
d4f2dafThanks @devin-ai-integration! - Fixed duplicate warning messages appearing during wrangler dev when configuration changes or state transitions occurConfiguration
📅 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.