fix(deps): update all non-major dependencies #918
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.10->^1.13.12^1.55.1->^1.56.01.0.0-beta.41->1.0.0-beta.43^22.18.8->^22.18.10^16.2.3->^16.2.4^1.55.1->^1.56.010.18.0->10.18.2v4.1.0->v4.2.07.9.3->7.9.41.0.0-beta.41->1.0.0-beta.43^0.15.6->^0.15.7^8.45.0->^8.46.1^4.42.0->^4.42.2Release Notes
cloudflare/workers-sdk (@cloudflare/vite-plugin)
v1.13.12Compare Source
Patch Changes
42e256f,ce832d5,4462bc1,d0ab919]:v1.13.11Compare Source
Patch Changes
#10866
f62d0b6Thanks @jamesopstad! - Use tsdown to bundle the package.#10887
0de7511Thanks @jamesopstad! - Preserve the originalx-forwarded-hostheader if it is set.Updated dependencies [
51f9dc1,26adce7,196ccbf,f29b0b0,1334102]:microsoft/playwright (@playwright/test)
v1.56.0Compare Source
rolldown/rolldown (@rolldown/pluginutils)
v1.0.0-beta.43Compare Source
🚀 Features
processedHtmllogic (#6494) by @shulaodanativeMagicStringoptions (#6469) by @IWANABETHATGUYclose(#6483) by @hyf0output.paths(#6470) by @IWANABETHATGUYpreserveEntrySignatureswithincludeDependenciesRecursivelyoption (#6468) by @hyf0on_hmr_updatrsto node (#6454) by @hyf0on_outputto node (#6453) by @hyf0on_hmr_updatrscallback (#6443) by @hyf0🐛 Bug Fixes
experimental.nativeMagicString: false(#6488) by @IWANABETHATGUYresolve.modulesinto account (#6484) by @PickachuadvancedChunks#includeDependenciesRecursivelyto rust (#6448) by @hyf0minify: { compress: true }(#6433) by @sapphi-red🚜 Refactor
Bundlerfor public usage (#6480) by @hyf0BindingClientHmrUpdate(#6456) by @hyf0DevOnHmrUpdatesAPI (#6455) by @hyf0📚 Documentation
experimental.strictExecutionOrder(#6450) by @hyf0why-plugin-hook-filterin 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.42Compare Source
🚀 Features
RebuildStrategy#Autoby default (#6420) by @hyf0DevOptions#on_output(#6412) by @hyf0DevOptions#rebuild_strategy(#6396) by @hyf0RebuildStrategy::Autoto issue rebuild automatically if detecting full reload hmr update (#6395) by @hyf0call_idforrenderChunkhook (#6392) by @hyf0DevEngine#close(#6377) by @hyf0DevEngine#close(#6376) by @hyf0🐛 Bug Fixes
watchChangehook (#6403) by @sapphi-redevalandarguments(#6381) by @sapphi-red🚜 Refactor
PackageJsonand remove unused fields (#6418) by @hyf0BindingResultto pass errors from rust to js (#6390) by @hyf0BindingErrorto coverJsErrorandNativeError(#6388) by @hyf0BindingErrortoNativeError(#6387) by @hyf0📚 Documentation
⚡ Performance
setTimeout->clearTimeout(#6375) by @sapphi-red🧪 Testing
this.addWatchFile(#5219) by @sapphi-red⚙️ Miscellaneous Tasks
SnapshotSectionto organize snapshot content (#6407) by @hyf0ArtifactsSnapshotandBuildRoundOutputinto standalone files (#6406) by @hyf0ArtifactsSnapshotto make generating snapshot more clear (#6405) by @hyf0GitHubcasing (#6401) by @iiio2rolldown_binding_watchercrate (#6386) by @hyf0normalizeErrorsintoaggregateBindingErrorsIntoError(#6389) by @hyf0add_watch_filethat the path should be a normalized absolute path (#6371) by @sapphi-redlint-staged/lint-staged (lint-staged)
v16.2.4Compare Source
Patch Changes
#1682
0176038Thanks @iiroj! - Update dependencies, including[email protected]with bug fixes.#1671
581a54eThanks @iiroj! - Speed up execution by only importing theyamldepedency if using YAML configuration files.pnpm/pnpm (pnpm)
v10.18.2Compare Source
Patch Changes
pnpm outdated --longshould work #10040.pnpm dlxshould request the full metadata of packages, whenminimumReleaseAgeis set #9963.EPIPEerrors when piping output to other commands #10027.v10.18.1Compare Source
Patch Changes
--lockfile-onlyis used #8320.pnpm setupcreates a command shim to the pnpm executable. This is needed to be able to runpnpm self-updateon Windows #5700.pnpm install, pnpm produced false positive warnings for "skip adding to the default catalog because it already exists". This warning now only prints when usingpnpm add --save-catalogas originally intended.pnpm/action-setup (pnpm/action-setup)
v4.2.0Compare Source
When there's a
.npmrcfile at the root of the repository, pnpm will be fetched from the registry that is specified in that.npmrcfile #179remix-run/react-router (react-router)
v7.9.4Compare Source
Patch Changes
handle external redirects in from server actions (#14400)
New (unstable)
useRoutehook for accessing data from specific routes (#14407)For example, let's say you have an
adminroute somewhere in your app and you want any child routes ofadminto all have access to theloaderDataandactionDatafromadmin.You might even want to create a reusable widget that all of the routes nested under
admincould use:In framework mode,
useRouteknows all your app's routes and gives you TS errors when invalid route IDs are passed in:useRoutereturnsundefinedif the route is not part of the current page:Note: the
rootroute is the exception since it is guaranteed to be part of the current page.As a result,
useRoutenever returnsundefinedforroot.loaderDataandactionDataare marked as optional since they could be accessed before theactionis triggered or after theloaderthrew an error:If instead of a specific route, you wanted access to the current route's
loaderDataandactionData, you can calluseRoutewithout arguments:This usage is equivalent to calling
useLoaderDataanduseActionData, but consolidates all route data access into one hook:useRoute.Note: when calling
useRoute()(without a route ID), TS has no way to know which route is the current route.As a result,
loaderDataandactionDataare typed asunknown.If you want more type-safety, you can either narrow the type yourself with something like
zodor you can refactor your app to pass down typed props to yourAdminWidget:rolldown/tsdown (tsdown)
v0.15.7Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
typescript-eslint/typescript-eslint (typescript-eslint)
v8.46.1Compare 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.
v8.46.0Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
cloudflare/workers-sdk (wrangler)
v4.42.2Compare Source
Patch Changes
#10881
ce832d5Thanks @garvit-gupta! - Add table-level compaction commands for R2 Data Catalog:wrangler r2 bucket catalog compaction enable <bucket> [namespace] [table]wrangler r2 bucket catalog compaction disable <bucket> [namespace] [table]This allows you to enable and disable automatic file compaction for a specific R2 data catalog table.
#10888
d0ab919Thanks @lrapoport-cf! - Clarify thatwrangler check startupgenerates a local CPU profileUpdated dependencies [
42e256f,4462bc1]:v4.42.1Compare Source
Patch Changes
#10865
26adce7Thanks @WillTaylorDev! - Respect keep_vars for wrangler versions upload.#10833
196ccbfThanks @cmackenzie1! - Validate Pipeline entity names in Wrangler config before sending to the API.#10856
1334102Thanks @anonrig! - Removes unnecessary calls to "node:os"Updated dependencies [
51f9dc1,f29b0b0,1334102]: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.