Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"packages/build-info": "9.0.4",
"packages/build": "32.1.2",
"packages/build": "32.1.3",
"packages/edge-bundler": "13.0.3",
"packages/cache-utils": "5.2.0",
"packages/config": "22.0.1",
"packages/config": "22.1.0",
"packages/framework-info": "9.9.3",
"packages/functions-utils": "5.3.18",
"packages/git-utils": "5.2.0",
"packages/headers-parser": "8.0.0",
"packages/js-client": "13.3.5",
"packages/js-client": "13.4.0",
"packages/nock-udp": "4.0.0",
"packages/redirect-parser": "14.5.1",
"packages/run-utils": "5.2.0",
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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

9 changes: 9 additions & 0 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,15 @@
* dependencies
* @netlify/config bumped from ^20.8.0 to ^20.8.1

## [32.1.3](https://github.com/netlify/build/compare/build-v32.1.2...build-v32.1.3) (2025-05-09)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/config bumped from ^22.0.1 to ^22.1.0

## [32.1.2](https://github.com/netlify/build/compare/build-v32.1.1...build-v32.1.2) (2025-05-09)


Expand Down
4 changes: 2 additions & 2 deletions packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/build",
"version": "32.1.2",
"version": "32.1.3",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -69,7 +69,7 @@
"@bugsnag/js": "^7.0.0",
"@netlify/blobs": "^8.2.0",
"@netlify/cache-utils": "^5.2.0",
"@netlify/config": "^22.0.1",
"@netlify/config": "^22.1.0",
"@netlify/edge-bundler": "13.0.3",
"@netlify/framework-info": "^9.9.3",
"@netlify/functions-utils": "^5.3.18",
Expand Down
14 changes: 14 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,20 @@
* dependencies
* netlify bumped from ^13.1.8 to ^13.1.9

## [22.1.0](https://github.com/netlify/build/compare/config-v22.0.1...config-v22.1.0) (2025-05-09)


### Features

* rename API package to `@netlify/api` ([#6247](https://github.com/netlify/build/issues/6247)) ([27ddc1b](https://github.com/netlify/build/commit/27ddc1b91d3d66780166483b42a0f6efddaa14ea))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/api bumped from ^13.3.5 to ^13.4.0

## [22.0.1](https://github.com/netlify/build/compare/config-v22.0.0...config-v22.0.1) (2025-04-23)


Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/config",
"version": "22.0.1",
"version": "22.1.0",
"description": "Netlify config module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -72,7 +72,7 @@
"is-plain-obj": "^4.0.0",
"js-yaml": "^4.0.0",
"map-obj": "^5.0.0",
"@netlify/api": "^13.3.5",
"@netlify/api": "^13.4.0",
"@netlify/headers-parser": "^8.0.0",
"@netlify/redirect-parser": "^14.5.1",
"node-fetch": "^3.3.1",
Expand Down
27 changes: 27 additions & 0 deletions packages/js-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,33 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [13.4.0](https://github.com/netlify/build/compare/api-v13.3.5...api-v13.4.0) (2025-05-09)


### Features

* add node 22 to supported versions list ([#5917](https://github.com/netlify/build/issues/5917)) ([5455393](https://github.com/netlify/build/commit/545539369a3f1a0e9d2036df7d41a8bed1df8272))
* **js-client:** add type definitions ([#6009](https://github.com/netlify/build/issues/6009)) ([9894c6b](https://github.com/netlify/build/commit/9894c6b4feaa5821505409a17a492f91218cbdfa))
* rename API package to `@netlify/api` ([#6247](https://github.com/netlify/build/issues/6247)) ([27ddc1b](https://github.com/netlify/build/commit/27ddc1b91d3d66780166483b42a0f6efddaa14ea))


### Bug Fixes

* **deps:** update dependency @netlify/open-api to ^2.31.0 ([#5686](https://github.com/netlify/build/issues/5686)) ([928d2c8](https://github.com/netlify/build/commit/928d2c87241c0f752d3a86da4d24a0aa65ddf376))
* **deps:** update dependency @netlify/open-api to ^2.32.0 ([#5706](https://github.com/netlify/build/issues/5706)) ([4d4076f](https://github.com/netlify/build/commit/4d4076f10f47fcf369184578001aac1050fd22b9))
* **deps:** update dependency @netlify/open-api to ^2.33.0 ([#5722](https://github.com/netlify/build/issues/5722)) ([b2ccde9](https://github.com/netlify/build/commit/b2ccde978ea42b866ad3a74c49a6b95c980c4486))
* **deps:** update dependency @netlify/open-api to ^2.33.1 ([#5729](https://github.com/netlify/build/issues/5729)) ([235994e](https://github.com/netlify/build/commit/235994e77782646341c8994cb91f42019090dca3))
* **deps:** update dependency @netlify/open-api to ^2.34.0 ([#5799](https://github.com/netlify/build/issues/5799)) ([0edf11f](https://github.com/netlify/build/commit/0edf11f627137ab4725e8b31b0207a56db8f61b4))
* **deps:** update dependency @netlify/open-api to ^2.35.0 ([#5928](https://github.com/netlify/build/issues/5928)) ([3a2da99](https://github.com/netlify/build/commit/3a2da9937eb859d52de9d0e1ef5ea8a0a76af35a))
* **deps:** update dependency @netlify/open-api to ^2.35.1 ([#6022](https://github.com/netlify/build/issues/6022)) ([b72a1cf](https://github.com/netlify/build/commit/b72a1cf6b7cb09c4fb38c4a73aa10b86a69c0a77))
* **deps:** update dependency @netlify/open-api to ^2.36.0 ([#6042](https://github.com/netlify/build/issues/6042)) ([2cd613c](https://github.com/netlify/build/commit/2cd613c7bee06775e87f88b3432dea85a6cb9b7d))
* **deps:** update dependency @netlify/open-api to ^2.37.0 ([#6204](https://github.com/netlify/build/issues/6204)) ([042d560](https://github.com/netlify/build/commit/042d560395dcba6a41ebe238a6cd9b1538831aef))
* **deps:** update dependency p-wait-for to v5 ([#5970](https://github.com/netlify/build/issues/5970)) ([58635be](https://github.com/netlify/build/commit/58635bee5bcf2074d770f9836faa419e22eb2569))
* **js-client:** add type definitions for operation method `opts` argument ([#6021](https://github.com/netlify/build/issues/6021)) ([02af82a](https://github.com/netlify/build/commit/02af82aada2dcecea495a96eb711d483998bb945))
* **js-client:** api client types - make passing params optional where necessary ([#6017](https://github.com/netlify/build/issues/6017)) ([ad7715b](https://github.com/netlify/build/commit/ad7715bebd336f9be503695cd0ac452a25a5737e))
* **js-client:** handle type definitions for request body params ([#6018](https://github.com/netlify/build/issues/6018)) ([e2e9114](https://github.com/netlify/build/commit/e2e91147dc27b36958545422c0778eda3e1de884))
* remove problematic `omit.js` dependency ([#6172](https://github.com/netlify/build/issues/6172)) ([594f7cd](https://github.com/netlify/build/commit/594f7cd6e745065ee7dfac3e2fa779da5e9e8874))

## [13.3.5](https://github.com/netlify/build/compare/netlify-v13.3.4...netlify-v13.3.5) (2025-04-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/js-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@netlify/api",
"description": "Netlify Node.js API client",
"version": "13.3.5",
"version": "13.4.0",
"type": "module",
"exports": "./lib/index.js",
"main": "./lib/index.js",
Expand Down
Loading