Skip to content

Commit b32b3e6

Browse files
chore: release main (#535)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 6fee541 commit b32b3e6

File tree

30 files changed

+256
-96
lines changed

30 files changed

+256
-96
lines changed

.release-please-manifest.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"packages/ai": "0.3.3",
3-
"packages/blobs": "10.3.3",
4-
"packages/cache": "3.3.2",
5-
"packages/dev": "4.8.0",
6-
"packages/dev-utils": "4.3.1",
7-
"packages/edge-functions/dev": "1.0.4",
3+
"packages/blobs": "10.4.0",
4+
"packages/cache": "3.3.3",
5+
"packages/dev": "4.8.1",
6+
"packages/dev-utils": "4.3.2",
7+
"packages/edge-functions/dev": "1.0.5",
88
"packages/edge-functions/prod": "3.0.2",
99
"packages/functions/prod": "5.1.0",
10-
"packages/functions/dev": "1.1.0",
11-
"packages/headers": "2.1.1",
12-
"packages/images": "1.3.1",
13-
"packages/nuxt-module": "0.2.11",
10+
"packages/functions/dev": "1.1.1",
11+
"packages/headers": "2.1.2",
12+
"packages/images": "1.3.2",
13+
"packages/nuxt-module": "0.2.12",
1414
"packages/otel": "4.3.2",
15-
"packages/redirects": "3.1.2",
16-
"packages/runtime": "4.1.7",
15+
"packages/redirects": "3.1.3",
16+
"packages/runtime": "4.1.8",
1717
"packages/runtime-utils": "2.2.1",
18-
"packages/static": "3.1.1",
18+
"packages/static": "3.1.2",
1919
"packages/types": "2.2.0",
20-
"packages/vite-plugin": "2.7.12",
21-
"packages/vite-plugin-tanstack-start": "1.1.12"
20+
"packages/vite-plugin": "2.7.13",
21+
"packages/vite-plugin-tanstack-start": "1.2.0"
2222
}

package-lock.json

Lines changed: 41 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/blobs/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [10.4.0](https://github.com/netlify/primitives/compare/blobs-v10.3.3...blobs-v10.4.0) (2025-11-14)
4+
5+
6+
### Features
7+
8+
* delete Blobs stores in batches ([#532](https://github.com/netlify/primitives/issues/532)) ([640b529](https://github.com/netlify/primitives/commit/640b529bbf9ff42e6eecd70412ea2f6dc1678ccd))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @netlify/dev-utils bumped from 4.3.1 to 4.3.2
16+
317
## [10.3.3](https://github.com/netlify/primitives/compare/blobs-v10.3.2...blobs-v10.3.3) (2025-11-05)
418

519

packages/blobs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/blobs",
3-
"version": "10.3.3",
3+
"version": "10.4.0",
44
"description": "TypeScript client for Netlify Blobs",
55
"type": "module",
66
"engines": {
@@ -80,7 +80,7 @@
8080
"vitest": "^3.0.0"
8181
},
8282
"dependencies": {
83-
"@netlify/dev-utils": "4.3.1",
83+
"@netlify/dev-utils": "4.3.2",
8484
"@netlify/otel": "^4.3.2",
8585
"@netlify/runtime-utils": "2.2.1"
8686
}

packages/cache/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [3.3.3](https://github.com/netlify/primitives/compare/cache-v3.3.2...cache-v3.3.3) (2025-11-14)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* devDependencies
10+
* @netlify/dev-utils bumped from 4.3.1 to 4.3.2
11+
312
## [3.3.2](https://github.com/netlify/primitives/compare/cache-v3.3.1...cache-v3.3.2) (2025-11-05)
413

514

packages/cache/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/cache",
3-
"version": "3.3.2",
3+
"version": "3.3.3",
44
"description": "TypeScript utilities for interacting with the Netlify cache",
55
"type": "module",
66
"engines": {
@@ -72,7 +72,7 @@
7272
},
7373
"author": "Netlify Inc.",
7474
"devDependencies": {
75-
"@netlify/dev-utils": "4.3.1",
75+
"@netlify/dev-utils": "4.3.2",
7676
"@netlify/types": "2.2.0",
7777
"npm-run-all2": "^7.0.2",
7878
"tsup": "^8.0.0",

packages/dev-utils/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.3.2](https://github.com/netlify/primitives/compare/dev-utils-v4.3.1...dev-utils-v4.3.2) (2025-11-14)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency uuid to v13 ([#539](https://github.com/netlify/primitives/issues/539)) ([aedb279](https://github.com/netlify/primitives/commit/aedb279a24ad41d1db5db98d1e0e976e4a2db98a))
9+
310
## [4.3.1](https://github.com/netlify/primitives/compare/dev-utils-v4.3.0...dev-utils-v4.3.1) (2025-11-05)
411

512

packages/dev-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/dev-utils",
3-
"version": "4.3.1",
3+
"version": "4.3.2",
44
"description": "TypeScript utilities for the local emulation of the Netlify environment",
55
"type": "module",
66
"engines": {

packages/dev/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [4.8.1](https://github.com/netlify/primitives/compare/dev-v4.8.0...dev-v4.8.1) (2025-11-14)
4+
5+
6+
### Bug Fixes
7+
8+
* handle HTTP/2 requests with pseudo-headers ([#534](https://github.com/netlify/primitives/issues/534)) ([7b5ce83](https://github.com/netlify/primitives/commit/7b5ce83ca2fb8df59a41dc81921c29566a39a1cb))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @netlify/blobs bumped from 10.3.3 to 10.4.0
16+
* @netlify/dev-utils bumped from 4.3.1 to 4.3.2
17+
* @netlify/edge-functions-dev bumped from 1.0.4 to 1.0.5
18+
* @netlify/functions-dev bumped from 1.1.0 to 1.1.1
19+
* @netlify/headers bumped from 2.1.1 to 2.1.2
20+
* @netlify/images bumped from 1.3.1 to 1.3.2
21+
* @netlify/redirects bumped from 3.1.2 to 3.1.3
22+
* @netlify/runtime bumped from 4.1.7 to 4.1.8
23+
* @netlify/static bumped from 3.1.1 to 3.1.2
24+
325
## [4.8.0](https://github.com/netlify/primitives/compare/dev-v4.7.1...dev-v4.8.0) (2025-11-07)
426

527

0 commit comments

Comments
 (0)