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.0
1.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.0
10.18.0
->10.18.2
v4.1.0
->v4.2.0
7.9.3
->7.9.4
1.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.2
Release Notes
cloudflare/workers-sdk (@cloudflare/vite-plugin)
v1.13.12
Compare Source
Patch Changes
42e256f
,ce832d5
,4462bc1
,d0ab919
]:v1.13.11
Compare Source
Patch Changes
#10866
f62d0b6
Thanks @jamesopstad! - Use tsdown to bundle the package.#10887
0de7511
Thanks @jamesopstad! - Preserve the originalx-forwarded-host
header if it is set.Updated dependencies [
51f9dc1
,26adce7
,196ccbf
,f29b0b0
,1334102
]:microsoft/playwright (@playwright/test)
v1.56.0
Compare Source
rolldown/rolldown (@rolldown/pluginutils)
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-redlint-staged/lint-staged (lint-staged)
v16.2.4
Compare Source
Patch Changes
#1682
0176038
Thanks @iiroj! - Update dependencies, including[email protected]
with bug fixes.#1671
581a54e
Thanks @iiroj! - Speed up execution by only importing theyaml
depedency if using YAML configuration files.pnpm/pnpm (pnpm)
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.v10.18.1
Compare Source
Patch Changes
--lockfile-only
is used #8320.pnpm setup
creates a command shim to the pnpm executable. This is needed to be able to runpnpm self-update
on 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-catalog
as originally intended.pnpm/action-setup (pnpm/action-setup)
v4.2.0
Compare Source
When there's a
.npmrc
file at the root of the repository, pnpm will be fetched from the registry that is specified in that.npmrc
file #179remix-run/react-router (react-router)
v7.9.4
Compare Source
Patch Changes
handle external redirects in from server actions (#14400)
New (unstable)
useRoute
hook for accessing data from specific routes (#14407)For example, let's say you have an
admin
route somewhere in your app and you want any child routes ofadmin
to all have access to theloaderData
andactionData
fromadmin.
You might even want to create a reusable widget that all of the routes nested under
admin
could use:In framework mode,
useRoute
knows all your app's routes and gives you TS errors when invalid route IDs are passed in:useRoute
returnsundefined
if the route is not part of the current page:Note: the
root
route is the exception since it is guaranteed to be part of the current page.As a result,
useRoute
never returnsundefined
forroot
.loaderData
andactionData
are marked as optional since they could be accessed before theaction
is triggered or after theloader
threw an error:If instead of a specific route, you wanted access to the current route's
loaderData
andactionData
, you can calluseRoute
without arguments:This usage is equivalent to calling
useLoaderData
anduseActionData
, 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,
loaderData
andactionData
are typed asunknown
.If you want more type-safety, you can either narrow the type yourself with something like
zod
or you can refactor your app to pass down typed props to yourAdminWidget
:rolldown/tsdown (tsdown)
v0.15.7
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
typescript-eslint/typescript-eslint (typescript-eslint)
v8.46.1
Compare 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.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
cloudflare/workers-sdk (wrangler)
v4.42.2
Compare Source
Patch Changes
#10881
ce832d5
Thanks @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
d0ab919
Thanks @lrapoport-cf! - Clarify thatwrangler check startup
generates a local CPU profileUpdated dependencies [
42e256f
,4462bc1
]:v4.42.1
Compare Source
Patch Changes
#10865
26adce7
Thanks @WillTaylorDev! - Respect keep_vars for wrangler versions upload.#10833
196ccbf
Thanks @cmackenzie1! - Validate Pipeline entity names in Wrangler config before sending to the API.#10856
1334102
Thanks @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.