Update Routine updates#376
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
commit: |
63dc237 to
87fb859
Compare
87fb859 to
8e9ad8a
Compare
8e9ad8a to
4d7b750
Compare
4d7b750 to
1787003
Compare
1787003 to
931f226
Compare
931f226 to
267cd41
Compare
267cd41 to
e56c97b
Compare
e56c97b to
0351eb0
Compare
0351eb0 to
1c30557
Compare
1c30557 to
fe7ffe2
Compare
fe7ffe2 to
8545fd6
Compare
8545fd6 to
541d1b4
Compare
541d1b4 to
470bc50
Compare
f63f20d to
2d561dd
Compare
2d561dd to
8ebc2c3
Compare
8ebc2c3 to
c85954d
Compare
c85954d to
1540bb6
Compare
1540bb6 to
bc74f48
Compare
bc74f48 to
6fea059
Compare
6fea059 to
6c27629
Compare
6c27629 to
8a95d30
Compare
8a95d30 to
7ac7b81
Compare
7ac7b81 to
2f2291a
Compare
2f2291a to
9da4dbe
Compare
9da4dbe to
21066f2
Compare
21066f2 to
e4a7540
Compare
e4a7540 to
940f01b
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.167.65→1.168.252.0.13→2.0.1424.12.3→24.13.119.2.14→19.2.17de0fac2→df4cb1c1.38.0→1.40.01.41.00.1.116→0.1.1180.1.1190.0.51→0.0.5310.3.0→10.4.116.2.6→16.2.716.2.9(+1)16.8.8→16.9.316.8.8→16.9.316.2.6→16.2.716.2.9(+1)16.2.6→16.2.716.2.9(+1)0.0.71→0.0.758.5.14→8.5.1519.2.6→19.2.719.2.6→19.2.719.2.6→19.2.719.2.6→19.2.72.34.0→2.38.02.39.07.8.0→7.8.27.8.4(+1)5.6.0→5.7.08.59.2→8.60.18.61.04.1.5→4.1.8Release Notes
TanStack/router (@tanstack/react-start)
v1.168.25Compare Source
Patch Changes
#7566
9bebf8d- Addvalidator()as the canonical server function and middleware validator method. DeprecateinputValidator()and emit compiler warnings for remaining uses.Updated dependencies [
9bebf8d]:v1.168.24Compare Source
Patch Changes
v1.168.23Compare Source
Patch Changes
v1.168.22Compare Source
Patch Changes
ac10815]:v1.168.21Compare Source
Patch Changes
301f6ba]:v1.168.20Compare Source
Patch Changes
8091918]:v1.168.19Compare Source
Patch Changes
v1.168.18Compare Source
Patch Changes
#7509
9cb7a00- feat(rsbuild): add RSC supportUpdated dependencies [
9cb7a00]:v1.168.17Compare Source
Patch Changes
#7505
2f53749- Preserve primitive values thrown from beforeLoad error handling.Updated dependencies [
2f53749]:v1.168.16Compare Source
Patch Changes
d1997b6]:v1.168.15Compare Source
Patch Changes
9c09bca]:v1.168.14Compare Source
Patch Changes
#7492
71fb329- Avoid pulling the client hydration entry into root@tanstack/react-startand@tanstack/solid-startimports by re-exportingHydratefrom framework client Hydrate-only subpaths.Updated dependencies [
71fb329]:v1.168.13Compare Source
Patch Changes
Fix serialization adapter module resolution in TanStack Start. Vite dev now uses clean runtime-specific virtual module IDs instead of browser requests containing encoded null-byte virtual IDs, which avoids reverse proxy failures. When no serialization adapters are configured, Vite and Rsbuild now resolve
#tanstack-start-plugin-adaptersthrough the package empty-adapter fallback. (#7484)Publish matching TanStack Start dev server packages so fresh installs do not pair a Start plugin that no longer provides
tanstack-start-injected-head-scripts:vwith an older Start server runtime that still imports it. (#7487)Updated dependencies [
a82cec6,d8be4f8]:v1.168.12Compare Source
Patch Changes
Add Vite bundled dev mode support for TanStack Start. Start now recognizes Vite's
experimental.bundledDevopt-in, uses the bundled dev client entry in the dev manifest, keeps server requests pointed at the latest client build output, and preserves import-protection behavior for bundled client dev. (#7482)Updated dependencies [
90adda9]:v1.168.11Compare Source
Patch Changes
Add support for Rsbuild client output formats, including module output by default and IIFE output for classic script environments. (#7477)
Client entry scripts and preloads are now represented as root route manifest assets, script preloads follow the manifest script format, and script asset cross-origin configuration uses the
scriptkey. ThetransformAssetsscript callback context now exposes onlykind: 'script'andurl, keeping script format handling internal to manifest rendering.Fix Rsbuild server function metadata replay when Rspack restores modules from its persistent cache. (#7477)
Server function metadata is now stored on Rspack module build info and replayed from cached modules before resolver modules are rebuilt, preventing warm restarts from losing server function registrations.
Updated dependencies [
51a97a1,51a97a1]:v1.168.10Compare Source
Patch Changes
Explicitly re-export public API names from
@tanstack/start-client-core(createServerFn,createMiddleware,createStart,createCsrfMiddleware,createIsomorphicFn,createClientOnlyFn,createServerOnlyFn) alongside the existingexport *. The explicit named re-exports are registered at link time (via Vite SSR'sdefineExportatfileStartIndex), so the namespace has these getters before any import body runs — survives the cold-start SSR cycle through user middleware whereexport *would otherwise produce a partial facade (createMiddleware is not a function). Workaround for vitejs/vite#22491 / #22493. (#7466)Updated dependencies []:
v1.168.9Compare Source
Patch Changes
v1.168.8Compare Source
Patch Changes
0300f87]:v1.168.7Compare Source
Patch Changes
5fa9e55]:v1.168.6Compare Source
Patch Changes
v1.168.5Compare Source
Patch Changes
v1.168.4Compare Source
Patch Changes
v1.168.3Compare Source
Patch Changes
v1.168.2Compare Source
Patch Changes
v1.168.1Compare Source
Patch Changes
2387a2e]:v1.168.0Compare Source
Minor Changes
Patch Changes
201e150,5ae2ae5]:get-convex/convex-backend (convex)
v1.40.0npx convex deployment create team-slug:project-slug:local.using
npx convex deployment select team-slug:project-slug:local. This command warnswhen it moves the deployment to another project.
such as
npx convex devandnpx convex deploy.<AuthRefreshing />helper component, used to show indicators whenfunction calls are paused because the authentication token is refreshing.
--localand--cloudflags fromnpx convex dev. The behavior of these flagswas misleading when a deployment was already selected. Instead, use
npx convex deployment select localto use a local deployment, andnpx convex deployment select devto use your personal cloud dev deployment.npx convex logs:--tailis now accepted as an alias for the--historyflag.from the Convex cloud project if you don’t have permission to view the default environment
variables instead of crashing.
v1.39.1binentrypoint bug in 1.39.0.v1.39.0defineAppand
defineComponentnow accept anenvobject with string keys and validator values.Declared environment variables must be present and match the validators before deployment.
--local-cloud-port,--local-site-port,--local-backend-versionand--local-force-upgradeoptions tonpx convex devto be used whenever using a local deployment.AsyncLocalStorageandAsyncResourceAPIs fromnode:async_hooksare now availablein the standard Convex runtime. Note that stored values will not be threaded through calls to
ctx.runQuery/ctx.runMutation/ctx.runAction.get-convex/convex-helpers (convex-helpers)
v0.1.118Compare Source
with filters. Previously it would aggressively split pages whenever
more items were scanned than requested. Now it only splits when
the page grows to be larger than the number of requested items or
so many documents are being scanned that the limits are close to being
hit.
v0.1.117Compare Source
convexToZodwhen the input type is a non-tuple array type.
get-convex/convex-test (convex-test)
v0.0.53Compare Source
by always serializing scheduled mutations with the global transaction
manager.
v0.0.52Compare Source
ctx.meta.getDeploymentMetadata().eslint/eslint (eslint)
v10.4.1Compare Source
Bug Fixes
e557467fix: update@eslint/plugin-kitversion to 0.7.2 (#20930) (Francesco Trotta)d4ce898fix: propagate failures from delegated commands (#20917) (Minh Vu)f4f3507fix: prefer-arrow-callback invalid autofix with newline afterasync(#20916) (kuldeep kumar)c5bc78bfix: false positive for reference infinallyblock (#20655) (Tanuj Kanti)27538c0fix: add missing CodePath and CodePathSegment types (#20853) (Pixel998)Documentation
61b0adddocs: remove deprecated rule from related rules ofmax-params(#20921) (Tanuj Kanti)305d5b9docs: remove deprecated rules from related rules section (#20911) (Tanuj Kanti)49b0202docs: fixdisplay: noneof ad (#20901) (Tanuj Kanti)9067f94docs: switch build to Node.js 24 (#20893) (Milos Djermanovic)c91b041docs: Update README (GitHub Actions Bot)e349265docs: clarify semver strings in rule deprecation objects (#20885) (Milos Djermanovic)Chores
b0e466btest: adddataproperty to invalid tests cases for rules (#20924) (Tanuj Kanti)f78838btest: add CodePath type coverage (#20904) (Pixel998)1daa4bdchore: updateeslint-plugin-eslint-commentstest data to latest commit (#20922) (Francesco Trotta)002942cci: declare contents:read on update-readme workflow (#20919) (Arpit Jain)64bca24chore: update ecosystem plugins (#20912) (ESLint Bot)6d7c832chore: ignore fflate updates in renovate (#20908) (Pixel998)b2c8638ci: bump pnpm/action-setup from 6.0.7 to 6.0.8 (#20889) (dependabot[bot])a9b8d7fchore: increase maxBuffer for ecosystem tests (#20881) (sethamus)b702eadchore: update ecosystem update PR settings (#20884) (Pixel998)507f60echore: update ecosystem plugins (#20882) (ESLint Bot)92f5c5btest: add unit test for message-count (#20878) (kuldeep kumar)df32108chore: add @eslint/markdown and typescript-eslint ecosystem tests (#20837) (sethamus)327f91dchore: use includeIgnoreFile internally (#20876) (Kirk Waiblinger)f0dc4bdchore: pin fflate@0.8.2 (#20877) (Milos Djermanovic)0f4bd25ci: run Discord alert for ecosystem test failures (#20873) (Copilot)v10.4.0Compare Source
vercel/next.js (eslint-config-next)
v16.2.7Compare Source
fuma-nama/fumadocs (fumadocs-core)
v16.9.3Patch Changes
42f0255]a807798]v16.9.1Patch Changes
e77b9b3: IntroducepagesIndexproperty to explicitly define the index page for folder334c8fd: [i18n] support different orders ofpreset()callsv16.8.12Compare Source
Patch Changes
768b676]v16.8.11Compare Source
Patch Changes
1dc86c7]v16.8.10Patch Changes
062beab]505cfe0]vercel/next.js (next)
v16.2.7Compare Source
stackblitz-labs/pkg.pr.new (pkg-pr-new)
v0.0.75Compare Source
v0.0.74Compare Source
v0.0.73Compare Source
v0.0.72Compare Source
postcss/postcss (postcss)
v8.5.15Compare Source
facebook/react (react)
v19.2.7Compare Source
facebook/react (react-dom)
v19.2.7Compare Source
remeda/remeda (remeda)
v2.38.0Compare Source
Bug Fixes
Configuration
📅 Schedule: (in timezone America/Los_Angeles)
* * * * 1-5)🚦 Automerge: Enabled.
♻ 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.