Skip to content

chore: release main #402

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
Aug 1, 2025
Merged
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"packages/blobs": "10.0.8",
"packages/cache": "3.0.9",
"packages/dev": "4.5.3",
"packages/dev": "4.5.4",
"packages/dev-utils": "4.1.1",
"packages/edge-functions": "2.16.3",
"packages/edge-functions": "2.17.0",
"packages/functions": "4.2.1",
"packages/headers": "2.0.8",
"packages/images": "1.2.5",
"packages/nuxt-module": "0.1.10",
"packages/nuxt-module": "0.1.11",
"packages/otel": "3.3.1",
"packages/redirects": "3.0.8",
"packages/redirects": "3.0.9",
"packages/runtime": "4.0.12",
"packages/runtime-utils": "2.1.0",
"packages/static": "3.0.8",
"packages/types": "2.0.2",
"packages/vite-plugin": "2.5.3"
"packages/vite-plugin": "2.5.4"
}
18 changes: 9 additions & 9 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.5.4](https://github.com/netlify/primitives/compare/dev-v4.5.3...dev-v4.5.4) (2025-08-01)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/edge-functions bumped from 2.16.3 to 2.17.0
* @netlify/redirects bumped from 3.0.8 to 3.0.9

## [4.5.3](https://github.com/netlify/primitives/compare/dev-v4.5.2...dev-v4.5.3) (2025-07-29)


Expand Down
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.5.3",
"version": "4.5.4",
"description": "Emulation of the Netlify environment for local development",
"type": "module",
"engines": {
Expand Down Expand Up @@ -55,11 +55,11 @@
"@netlify/blobs": "10.0.8",
"@netlify/config": "^23.2.0",
"@netlify/dev-utils": "4.1.1",
"@netlify/edge-functions": "2.16.3",
"@netlify/edge-functions": "2.17.0",
"@netlify/functions": "4.2.1",
"@netlify/headers": "2.0.8",
"@netlify/images": "1.2.5",
"@netlify/redirects": "3.0.8",
"@netlify/redirects": "3.0.9",
"@netlify/runtime": "4.0.12",
"@netlify/static": "3.0.8",
"ulid": "^3.0.0"
Expand Down
30 changes: 30 additions & 0 deletions packages/edge-functions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## [2.17.0](https://github.com/netlify/primitives/compare/edge-functions-v2.16.3...edge-functions-v2.17.0) (2025-08-01)


### Features

* accept `IncomingMessage` in handler ([#267](https://github.com/netlify/primitives/issues/267)) ([aa84022](https://github.com/netlify/primitives/commit/aa84022cf9ecb2258dce39b87b0a21ec73524914))
* add `serverAddress` to request handler ([#308](https://github.com/netlify/primitives/issues/308)) ([fa811f2](https://github.com/netlify/primitives/commit/fa811f24d473d471108f560abc484d17ea11bd70))
* add support for edge functions ([#233](https://github.com/netlify/primitives/issues/233)) ([c80d77d](https://github.com/netlify/primitives/commit/c80d77ddf59e394f9d8a84a96275c25c1b9aefc0))
* improve error handling in edge functions ([#246](https://github.com/netlify/primitives/issues/246)) ([c0be696](https://github.com/netlify/primitives/commit/c0be6963c8bd9a49bb967040c29580e7facaae03))
* support header matching in edge functions ([#361](https://github.com/netlify/primitives/issues/361)) ([05791fb](https://github.com/netlify/primitives/commit/05791fba0498326bc764dbde39943983c13962c8))


### Bug Fixes

* add missing await and let server process be collected ([#319](https://github.com/netlify/primitives/issues/319)) ([1724d50](https://github.com/netlify/primitives/commit/1724d507b844a3b8e1ccb0b6c84a7e80d70d4d4c))
* clean up edge functions server ([#310](https://github.com/netlify/primitives/issues/310)) ([243f3b4](https://github.com/netlify/primitives/commit/243f3b472d1350eb6a80d8f736385750de8bc0d4))
* declare `Netlify` global in edge functions types ([#330](https://github.com/netlify/primitives/issues/330)) ([0546bb6](https://github.com/netlify/primitives/commit/0546bb6eccf0e61aae64973cef788cc75d2965d8))
* **deps:** update dependency @netlify/edge-bundler to ^14.0.5 ([#243](https://github.com/netlify/primitives/issues/243)) ([44f18de](https://github.com/netlify/primitives/commit/44f18de491828e08d13d59622a7ec0554cffa21b))
* **deps:** update dependency @netlify/edge-functions-bootstrap to ^2.14.0 ([#314](https://github.com/netlify/primitives/issues/314)) ([f52f332](https://github.com/netlify/primitives/commit/f52f332abcd51093dbd6d7ab05cccff931a22a52))
* **deps:** update netlify packages ([#290](https://github.com/netlify/primitives/issues/290)) ([ca10da6](https://github.com/netlify/primitives/commit/ca10da69a916ef29bb6251822548f9dbefb58d06))
* **deps:** update netlify packages ([#333](https://github.com/netlify/primitives/issues/333)) ([0fa1f1e](https://github.com/netlify/primitives/commit/0fa1f1e8d717cbc5c797c19b64b4fa4ffbdaf992))
* **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))
* fix `@netlify/edge-functions` exports ([#289](https://github.com/netlify/primitives/issues/289)) ([cfb8fac](https://github.com/netlify/primitives/commit/cfb8fac01437452168686f64a2afe76c990fe63e))
* fix edge functions workers ([#298](https://github.com/netlify/primitives/issues/298)) ([0666593](https://github.com/netlify/primitives/commit/0666593a6d3d8cf85a0718025e5c0b11c120563c))
* handle 304 responses from edge functions ([#364](https://github.com/netlify/primitives/issues/364)) ([08e2543](https://github.com/netlify/primitives/commit/08e254325163707a397c8dddc0761df6aad63fd7))
* move deno typescript files to mjs + jsdoc ([#260](https://github.com/netlify/primitives/issues/260)) ([32fd66a](https://github.com/netlify/primitives/commit/32fd66a28f3cac321fd24fbab0b59fd46e126920))
* pass run options to Deno script as arg ([#263](https://github.com/netlify/primitives/issues/263)) ([ec414cc](https://github.com/netlify/primitives/commit/ec414ccae9e40585b0cf5aa3bfe26992499fe47c))
* reinstate missing edge functions types ([#280](https://github.com/netlify/primitives/issues/280)) ([f4360c9](https://github.com/netlify/primitives/commit/f4360c955812e7b96dfb1b0f8112d70496488ee2))
* revamp dev and vite plugin logging ([#269](https://github.com/netlify/primitives/issues/269)) ([de9b46c](https://github.com/netlify/primitives/commit/de9b46c1cb1c7b2bf6437ab516134e44203d83b7))

## [2.16.3](https://github.com/netlify/primitives/compare/edge-functions-v2.16.2...edge-functions-v2.16.3) (2025-07-29)


Expand Down
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.16.3",
"version": "2.17.0",
"description": "TypeScript utilities for interacting with Netlify Edge Functions",
"type": "module",
"engines": {
Expand Down
9 changes: 9 additions & 0 deletions packages/nuxt-module/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.1.11](https://github.com/netlify/primitives/compare/nuxt-v0.1.10...nuxt-v0.1.11) (2025-08-01)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/dev bumped from ^4.5.3 to ^4.5.4

## [0.1.10](https://github.com/netlify/primitives/compare/nuxt-v0.1.9...nuxt-v0.1.10) (2025-07-29)


Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/nuxt",
"version": "0.1.10",
"version": "0.1.11",
"description": "Nuxt module providing local emulation of the Netlify environment",
"type": "module",
"engines": {
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"author": "Netlify Inc.",
"dependencies": {
"@netlify/dev": "^4.5.3",
"@netlify/dev": "^4.5.4",
"@netlify/dev-utils": "^4.1.1",
"@nuxt/kit": "^4.0.0",
"h3": "^1.15.3"
Expand Down
7 changes: 7 additions & 0 deletions packages/redirects/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.0.9](https://github.com/netlify/primitives/compare/redirects-v3.0.8...redirects-v3.0.9) (2025-08-01)


### Bug Fixes

* add `@netlify/dev-utils` dependency ([#403](https://github.com/netlify/primitives/issues/403)) ([3ecf352](https://github.com/netlify/primitives/commit/3ecf352a38dd7d337067b382286c49ea041b0464))

## [3.0.8](https://github.com/netlify/primitives/compare/redirects-v3.0.7...redirects-v3.0.8) (2025-07-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/redirects/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/redirects",
"version": "3.0.8",
"version": "3.0.9",
"description": "TypeScript implementation of Netlify's rewrites and redirects engine",
"type": "module",
"engines": {
Expand Down
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.5.4](https://github.com/netlify/primitives/compare/vite-plugin-v2.5.3...vite-plugin-v2.5.4) (2025-08-01)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/dev bumped from 4.5.3 to 4.5.4

## [2.5.3](https://github.com/netlify/primitives/compare/vite-plugin-v2.5.2...vite-plugin-v2.5.3) (2025-07-29)


Expand Down
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.5.3",
"version": "2.5.4",
"description": "Vite plugin with a local emulation of the Netlify environment",
"type": "module",
"engines": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"vitest": "^3.0.0"
},
"dependencies": {
"@netlify/dev": "4.5.3",
"@netlify/dev": "4.5.4",
"@netlify/dev-utils": "^4.1.1"
},
"peerDependencies": {
Expand Down
Loading