Web

3,537 items RSS
T
TanStack Router Web v1.168.53

@tanstack/vue-start@1.168.53

Patch Changes Updated dependencies []: @tanstack/start-client-core@1.170.32 @tanstack/start-plugin-core@1.171.46 @tanstack/start-server-core@1.169.37 @tanstack/vue-router@1.170.35 @tanstack/vue-start-client@1.167.38 @tanstack/vue-start-server@1.167.42

T
TanStack Router Web v1.167.42

@tanstack/vue-start-server@1.167.42

Patch Changes Updated dependencies [cecae54, 0103578, ce10dcd, 84936cc, bbd2336]: @tanstack/router-core@1.171.32 @tanstack/start-server-core@1.169.37 @tanstack/vue-router@1.170.35

T
TanStack Router Web v1.167.38

@tanstack/vue-start-client@1.167.38

Patch Changes Updated dependencies [cecae54, 0103578, ce10dcd, 84936cc, bbd2336]: @tanstack/router-core@1.171.32 @tanstack/start-client-core@1.170.32 @tanstack/vue-router@1.170.35

T
tRPC Web v11.19.0

v11.19.0

What's Changed ci(example): fix Playwright e2e ffmpeg failures by @Nick-Lucas with @Copilot in #7412 fix(upgrade): clear the query cache on every fixture render by @noahisdai in #7448 fix(client): abort JSONL stream on httpBatchStreamLink unsubscribe by @vinamra1102 in #7390 fix(deps): update dependency srvx to v0.12.5 by @renovate[bot] in #7437 docs: fix broken star history chart by @OctoBored in…

T
TanStack Router Web v1.167.41

@tanstack/vue-start-server@1.167.41

Patch Changes #8204 cbbfbe3 - Stream large deferred SSR hydration payloads through a backpressure-aware router transport, fail known setup errors before response creation, and close cancelled or expired transforms safely. Start now cancels discarded middleware and HEAD response bodies, including plain streams and derived branches. Server-function raw streams share one ordered response. Arbitrary o…

T
TanStack Router Web v1.167.3

@tanstack/vue-router-ssr-query@1.167.3

Patch Changes #8204 cbbfbe3 - Stream large deferred SSR hydration payloads through a backpressure-aware router transport, fail known setup errors before response creation, and close cancelled or expired transforms safely. Start now cancels discarded middleware and HEAD response bodies, including plain streams and derived branches. Server-function raw streams share one ordered response. Arbitrary o…

T
TanStack Router Web v1.167.37

@tanstack/vue-start-client@1.167.37

Patch Changes Updated dependencies [bc80866, e561fa1, cbbfbe3, a1c8d1a, cbbfbe3, a0b2ad9, 1ca361b]: @tanstack/router-core@1.171.31 @tanstack/vue-router@1.170.34 @tanstack/start-client-core@1.170.31

T
TanStack Router Web v1.170.34

@tanstack/vue-router@1.170.34

Patch Changes #8418 e561fa1 - deepEqual now takes its flags as positional arguments — deepEqual(a, b, partial?, explicitUndefined?) — instead of an options object. The router's hot callers (Link option stabilization and active-state checks, matchRoute) no longer allocate an options object per comparison, and the comparator reads two booleans instead of a polymorphic object. explicitUndefined repla…

T
TanStack Router Web v1.168.52

@tanstack/vue-start@1.168.52

Patch Changes Updated dependencies [e561fa1, cbbfbe3, a1c8d1a, cbbfbe3]: @tanstack/vue-router@1.170.34 @tanstack/start-plugin-core@1.171.45 @tanstack/start-client-core@1.170.31 @tanstack/start-server-core@1.169.36 @tanstack/vue-start-server@1.167.41 @tanstack/vue-start-client@1.167.37

A
Astro Web v7.0.3

@astrojs/vue@7.0.3

Patch Changes #17985 7a6e7f7 Thanks @astro-factory! - Fixes Vue render-function components failing to build when @astrojs/react is also enabled. React's renderer check no longer crashes on non-React object components, and Vue's check now recognizes defineComponent() components that use a setup function returning a render function.

A
Astro Web v11.1.6

@astrojs/node@11.1.6

Patch Changes #17971 0037c1a Thanks @matthewp! - Fixes aborted request bodies causing duplicate unhandled rejection logs in standalone mode when using src/fetch.ts #17964 01395b8 Thanks @astro-factory! - Fixes trailing-slash redirects truncating query strings that contain a second ? character

A
Astro Web v8.2.6

@astrojs/netlify@8.2.6

Patch Changes #17978 7a698ca Thanks @astro-factory! - Fixes skew protection to include the build assets directory (/_astro/ by default) in skew-protection.json patterns, preventing lazy-hydrated islands from loading duplicate framework instances after a redeploy Updated dependencies []: @astrojs/underscore-redirects@1.0.4

A
Astro Web v14.3.2

@astrojs/cloudflare@14.3.2

Patch Changes #17958 b95c574 Thanks @astro-factory! - Fixes a build failure when the wrangler config uses the exports field to declare Durable Object classes #18022 24946f7 Thanks @matthewp! - Fixes cold astro dev crashes when using the passthrough image service #17842 d68db73 Thanks @adamchal! - Fixes broken images on static sites by transforming prerendered images at build time with the default…

A
Astro Web v0.7.5

@astrojs/upgrade@0.7.5

Patch Changes #17651 504333c Thanks @sxzz! - Refactors internal version handling to use a smaller, ESM-native dependency

A
Astro Web v2.17.0

astro-vscode@2.17.0

Minor Changes #17676 49d4294 Thanks @Princesseuh! - Improves type checking and editor support for .astro files. The language server now uses our all-new Biome powered astro2tsx implementation. This new version has much better support for incomplete syntax, generic types and various edge cases. In the vast majority of cases, no changes should be required to your code, and any change should be the r…

A
Astro Web v1.10.12

@astrojs/ts-plugin@1.10.12

Patch Changes #17651 504333c Thanks @sxzz! - Refactors internal version handling to use a smaller, ESM-native dependency

A
Astro Web v2.17.0

@astrojs/language-server@2.17.0

Minor Changes #17676 49d4294 Thanks @Princesseuh! - Improves type checking and editor support for .astro files. The language server now uses our all-new Biome powered astro2tsx implementation. This new version has much better support for incomplete syntax, generic types and various edge cases. In the vast majority of cases, no changes should be required to your code, and any change should be the r…

A
Astro Web v6.0.6

@astrojs/react@6.0.6

Patch Changes #17985 7a6e7f7 Thanks @astro-factory! - Fixes Vue render-function components failing to build when @astrojs/react is also enabled. React's renderer check no longer crashes on non-React object components, and Vue's check now recognizes defineComponent() components that use a setup function returning a render function.

A
Astro Web v7.3.3

astro@7.3.3

Patch Changes #17651 504333c Thanks @sxzz! - Refactors internal version handling to use a smaller, ESM-native dependency #17942 0bc5715 Thanks @matthewp! - Returns appropriate 400 and 404 responses from the image endpoint for invalid and missing local image paths #17700 b2222fc Thanks @winklemad! - Fixes Astro.preferredLocaleList returning an empty list when a locale is configured with the object…

A
Angular Web v22.2.0-rc

22.2.0-rc.0

compiler Commit Description wrap @for collection expression before appending non-null assertion compiler-cli Commit Description add strictUnclaimedEventNames option to catch misspelled output bindings core Commit Description return null when getDirectiveMetadata is called with null or undefined update FakeNavigation to match WHATWG HTML spec forms Commit Description mark control as dirty before se…

A
Angular Web v22.1.7

22.1.7

compiler Commit Description wrap @for collection expression before appending non-null assertion core Commit Description return null when getDirectiveMetadata is called with null or undefined forms Commit Description mark control as dirty before setting its value in FVC interop

T
Turborepo Web v2.10.14-canary

Turborepo v2.10.14-canary.4

What's Changed Changelog chore: Release Turborepo 2.10.14-canary.3 by @github-actions[bot] in #14082 chore: Update with-npm example by @vercel-gh-bot-5[bot] in #14083 feat: Expose static repository discovery and safe affected candidates by @anthonyshew in #14085 fix: Preserve task env mode when pruning by @vercel-gh-bot-5[bot] in #14087 feat: Derive short names for Go workspace packages by @anthon…

N
Nhost Web v1.51.1

cli@1.51.1

[cli@1.51.1] - 2026-09-16 ⚙️ Miscellaneous Tasks (cli) Bump references to 1.51.0 (cli) Change cli_wf_release runner so provenance check doesn't … (#4994) (functions) Bump references to 2.3.0 (functions) Bump references to 2.3.1