Skip to content

chore: release main #312

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"packages/blobs": "10.0.1",
"packages/cache": "3.0.4",
"packages/dev": "4.3.1",
"packages/dev": "4.3.2",
"packages/dev-utils": "3.2.1",
"packages/edge-functions": "2.15.1",
"packages/functions": "4.1.6",
"packages/edge-functions": "2.15.2",
"packages/functions": "4.1.7",
"packages/headers": "2.0.3",
"packages/images": "1.1.1",
"packages/otel": "3.0.2",
@@ -13,5 +13,5 @@
"packages/runtime-utils": "2.1.0",
"packages/static": "3.0.3",
"packages/types": "2.0.2",
"packages/vite-plugin": "2.3.1"
"packages/vite-plugin": "2.3.2"
}
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions packages/dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [4.3.2](https://github.com/netlify/primitives/compare/dev-v4.3.1...dev-v4.3.2) (2025-06-25)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/edge-functions bumped from 2.15.1 to 2.15.2
* @netlify/functions bumped from 4.1.6 to 4.1.7

## [4.3.1](https://github.com/netlify/primitives/compare/dev-v4.3.0...dev-v4.3.1) (2025-06-18)


6 changes: 3 additions & 3 deletions packages/dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/dev",
"version": "4.3.1",
"version": "4.3.2",
"description": "Emulation of the Netlify environment for local development",
"type": "module",
"engines": {
@@ -55,8 +55,8 @@
"@netlify/blobs": "10.0.1",
"@netlify/config": "^23.0.10",
"@netlify/dev-utils": "3.2.1",
"@netlify/edge-functions": "2.15.1",
"@netlify/functions": "4.1.6",
"@netlify/edge-functions": "2.15.2",
"@netlify/functions": "4.1.7",
"@netlify/headers": "2.0.3",
"@netlify/images": "1.1.1",
"@netlify/redirects": "3.0.3",
7 changes: 7 additions & 0 deletions packages/edge-functions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.15.2](https://github.com/netlify/primitives/compare/edge-functions-v2.15.1...edge-functions-v2.15.2) (2025-06-25)


### Bug Fixes

* **edge:** note when stopped so we can kill process in early init ([#313](https://github.com/netlify/primitives/issues/313)) ([3062d40](https://github.com/netlify/primitives/commit/3062d400e4b8387c43c6c03713c58d3b29325a5d))

## [2.15.1](https://github.com/netlify/primitives/compare/edge-functions-v2.15.0...edge-functions-v2.15.1) (2025-06-18)


2 changes: 1 addition & 1 deletion packages/edge-functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/edge-functions",
"version": "2.15.1",
"version": "2.15.2",
"description": "TypeScript utilities for interacting with Netlify Edge Functions",
"type": "module",
"engines": {
7 changes: 7 additions & 0 deletions packages/functions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.1.7](https://github.com/netlify/primitives/compare/functions-v4.1.6...functions-v4.1.7) (2025-06-25)


### Bug Fixes

* **deps:** update dependency @netlify/serverless-functions-api to v2.1.2 ([#307](https://github.com/netlify/primitives/issues/307)) ([7327ebe](https://github.com/netlify/primitives/commit/7327ebe88160b572e8c5086f223caf491886ac2f))

## [4.1.6](https://github.com/netlify/primitives/compare/functions-v4.1.5...functions-v4.1.6) (2025-06-18)


2 changes: 1 addition & 1 deletion packages/functions/package.json
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@
}
}
},
"version": "4.1.6",
"version": "4.1.7",
"description": "TypeScript utilities for interacting with Netlify Functions",
"files": [
"dist/**/*.js",
9 changes: 9 additions & 0 deletions packages/vite-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.3.2](https://github.com/netlify/primitives/compare/vite-plugin-v2.3.1...vite-plugin-v2.3.2) (2025-06-25)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/dev bumped from 4.3.1 to 4.3.2

## [2.3.1](https://github.com/netlify/primitives/compare/vite-plugin-v2.3.0...vite-plugin-v2.3.1) (2025-06-18)


4 changes: 2 additions & 2 deletions packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/vite-plugin",
"version": "2.3.1",
"version": "2.3.2",
"description": "Vite plugin with a local emulation of the Netlify environment",
"type": "module",
"engines": {
@@ -36,7 +36,7 @@
"vitest": "^3.0.0"
},
"dependencies": {
"@netlify/dev": "4.3.1",
"@netlify/dev": "4.3.2",
"@netlify/dev-utils": "^3.2.1",
"chalk": "^5.4.1"
},

Unchanged files with check annotations Beta

pipeOutput: true,
})
if (this.stopped) {
killProcess(processRef.ps)

Check failure on line 288 in packages/edge-functions/dev/node/main.ts

GitHub Actions / Lint

Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
success = false
}
} catch (error) {
if (onCachePut) {
await onCachePut(cachePut)
} else {
const requestContext = (globalThis as GlobalScope).Netlify?.context

Check failure on line 137 in packages/cache/src/fetchwithcache.ts

GitHub Actions / Lint

Unsafe assignment of an `any` value
if (requestContext) {
requestContext.waitUntil(cachePut)

Check failure on line 140 in packages/cache/src/fetchwithcache.ts

GitHub Actions / Lint

Unsafe member access .waitUntil on an `any` value

Check failure on line 140 in packages/cache/src/fetchwithcache.ts

GitHub Actions / Lint

Unsafe call of a(n) `any` typed value
} else {
await cachePut
}