Skip to content

Commit c71f768

Browse files
Merge branch 'main' into chore/migrate-tsdown
2 parents f8ef483 + 478d431 commit c71f768

File tree

12 files changed

+77
-27
lines changed

12 files changed

+77
-27
lines changed

.release-please-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"packages/blobs": "9.1.6",
2+
"packages/blobs": "10.0.0",
33
"packages/cache": "3.0.3",
4-
"packages/dev": "4.2.1",
4+
"packages/dev": "4.2.2",
55
"packages/dev-utils": "3.2.0",
66
"packages/edge-functions": "2.14.5",
7-
"packages/functions": "4.1.4",
7+
"packages/functions": "4.1.5",
88
"packages/headers": "2.0.2",
99
"packages/images": "1.0.0",
1010
"packages/otel": "3.0.2",
1111
"packages/redirects": "3.0.2",
12-
"packages/runtime": "4.0.3",
12+
"packages/runtime": "4.0.4",
1313
"packages/runtime-utils": "2.1.0",
1414
"packages/static": "3.0.2",
1515
"packages/types": "2.0.2",
16-
"packages/vite-plugin": "2.2.2"
16+
"packages/vite-plugin": "2.2.3"
1717
}

package-lock.json

Lines changed: 11 additions & 11 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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [10.0.0](https://github.com/netlify/primitives/compare/blobs-v9.1.6...blobs-v10.0.0) (2025-06-11)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* add support for conditional writes ([#303](https://github.com/netlify/primitives/issues/303))
9+
10+
### Features
11+
12+
* add support for conditional writes ([#303](https://github.com/netlify/primitives/issues/303)) ([de3295f](https://github.com/netlify/primitives/commit/de3295fa6d3f93d2bd76f959805a3cccfc3af5e7))
13+
* add support for conditional writes to `BlobsServer` ([#306](https://github.com/netlify/primitives/issues/306)) ([dad55a3](https://github.com/netlify/primitives/commit/dad55a35dadf36d17c026d8635c1c599892d423f))
14+
315
## [9.1.6](https://github.com/netlify/primitives/compare/blobs-v9.1.5...blobs-v9.1.6) (2025-06-06)
416

517

packages/blobs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/blobs",
3-
"version": "9.1.6",
3+
"version": "10.0.0",
44
"description": "TypeScript client for Netlify Blobs",
55
"type": "module",
66
"engines": {

packages/dev/CHANGELOG.md

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

3+
## [4.2.2](https://github.com/netlify/primitives/compare/dev-v4.2.1...dev-v4.2.2) (2025-06-11)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/blobs bumped from 9.1.6 to 10.0.0
11+
* @netlify/functions bumped from 4.1.4 to 4.1.5
12+
* @netlify/runtime bumped from 4.0.3 to 4.0.4
13+
314
## [4.2.1](https://github.com/netlify/primitives/compare/dev-v4.2.0...dev-v4.2.1) (2025-06-06)
415

516

packages/dev/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/dev",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"description": "Emulation of the Netlify environment for local development",
55
"type": "module",
66
"engines": {
@@ -52,15 +52,15 @@
5252
"vitest": "^3.0.0"
5353
},
5454
"dependencies": {
55-
"@netlify/blobs": "9.1.6",
55+
"@netlify/blobs": "10.0.0",
5656
"@netlify/config": "^23.0.10",
5757
"@netlify/dev-utils": "3.2.0",
5858
"@netlify/edge-functions": "2.14.5",
59-
"@netlify/functions": "4.1.4",
59+
"@netlify/functions": "4.1.5",
6060
"@netlify/headers": "2.0.2",
6161
"@netlify/images": "1.0.0",
6262
"@netlify/redirects": "3.0.2",
63-
"@netlify/runtime": "4.0.3",
63+
"@netlify/runtime": "4.0.4",
6464
"@netlify/static": "3.0.2",
6565
"ulid": "^3.0.0"
6666
}

packages/functions/CHANGELOG.md

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

3+
## [4.1.5](https://github.com/netlify/primitives/compare/functions-v4.1.4...functions-v4.1.5) (2025-06-11)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/blobs bumped from 9.1.6 to 10.0.0
11+
312
## [4.1.4](https://github.com/netlify/primitives/compare/functions-v4.1.3...functions-v4.1.4) (2025-06-06)
413

514

packages/functions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232
}
3333
},
34-
"version": "4.1.4",
34+
"version": "4.1.5",
3535
"description": "TypeScript utilities for interacting with Netlify Functions",
3636
"files": [
3737
"dist/**/*.js",
@@ -80,7 +80,7 @@
8080
"test": "test"
8181
},
8282
"dependencies": {
83-
"@netlify/blobs": "9.1.6",
83+
"@netlify/blobs": "10.0.0",
8484
"@netlify/dev-utils": "3.2.0",
8585
"@netlify/serverless-functions-api": "2.1.1",
8686
"@netlify/zip-it-and-ship-it": "^12.1.4",

packages/runtime/CHANGELOG.md

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

3+
## [4.0.4](https://github.com/netlify/primitives/compare/runtime-v4.0.3...runtime-v4.0.4) (2025-06-11)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/blobs bumped from ^9.1.6 to ^10.0.0
11+
312
## [4.0.3](https://github.com/netlify/primitives/compare/runtime-v4.0.2...runtime-v4.0.3) (2025-06-06)
413

514

packages/runtime/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/runtime",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"description": "Netlify compute runtime",
55
"type": "module",
66
"engines": {
@@ -29,7 +29,7 @@
2929
},
3030
"author": "Netlify Inc.",
3131
"dependencies": {
32-
"@netlify/blobs": "^9.1.6",
32+
"@netlify/blobs": "^10.0.0",
3333
"@netlify/cache": "3.0.3",
3434
"@netlify/runtime-utils": "2.1.0",
3535
"@netlify/types": "2.0.2"

packages/vite-plugin/CHANGELOG.md

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

3+
## [2.2.3](https://github.com/netlify/primitives/compare/vite-plugin-v2.2.2...vite-plugin-v2.2.3) (2025-06-11)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/dev bumped from 4.2.1 to 4.2.2
11+
312
## [2.2.2](https://github.com/netlify/primitives/compare/vite-plugin-v2.2.1...vite-plugin-v2.2.2) (2025-06-06)
413

514

packages/vite-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/vite-plugin",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"description": "Vite plugin with a local emulation of the Netlify environment",
55
"type": "module",
66
"engines": {
@@ -36,7 +36,7 @@
3636
"vitest": "^3.0.0"
3737
},
3838
"dependencies": {
39-
"@netlify/dev": "4.2.1",
39+
"@netlify/dev": "4.2.2",
4040
"@netlify/dev-utils": "^3.2.0",
4141
"chalk": "^5.4.1"
4242
},

0 commit comments

Comments
 (0)