Skip to content
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

chore: release main #5716

Merged
merged 1 commit into from
Jun 17, 2024
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/build-info": "7.13.2",
"packages/build": "29.47.5",
"packages/build": "29.48.0",
"packages/edge-bundler": "12.0.1",
"packages/cache-utils": "5.1.5",
"packages/config": "20.15.2",
"packages/config": "20.15.3",
"packages/framework-info": "9.8.13",
"packages/functions-utils": "5.2.66",
"packages/functions-utils": "5.2.67",
"packages/git-utils": "5.1.1",
"packages/headers-parser": "7.1.4",
"packages/js-client": "13.1.18",
"packages/js-client": "13.1.19",
"packages/nock-udp": "3.1.2",
"packages/redirect-parser": "14.3.0",
"packages/run-utils": "5.1.1",
"packages/opentelemetry-sdk-setup": "1.1.3",
"packages/opentelemetry-utils": "1.2.1",
"packages/zip-it-and-ship-it": "9.35.1"
"packages/zip-it-and-ship-it": "9.36.0"
}
20 changes: 10 additions & 10 deletions package-lock.json

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

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

## [29.48.0](https://github.com/netlify/build/compare/build-v29.47.5...build-v29.48.0) (2024-06-17)


### Features

* move "Uploading blobs" output to system logs ([#5655](https://github.com/netlify/build/issues/5655)) ([9474a72](https://github.com/netlify/build/commit/9474a72bb1fe9550431047603acc8cf55407e67b))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/config bumped from ^20.15.2 to ^20.15.3
* @netlify/functions-utils bumped from ^5.2.66 to ^5.2.67
* @netlify/zip-it-and-ship-it bumped from 9.35.1 to 9.36.0

## [29.47.5](https://github.com/netlify/build/compare/build-v29.47.4...build-v29.47.5) (2024-06-14)


Expand Down
8 changes: 4 additions & 4 deletions packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/build",
"version": "29.47.5",
"version": "29.48.0",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -70,15 +70,15 @@
"@bugsnag/js": "^7.0.0",
"@netlify/blobs": "^7.3.0",
"@netlify/cache-utils": "^5.1.5",
"@netlify/config": "^20.15.2",
"@netlify/config": "^20.15.3",
"@netlify/edge-bundler": "12.0.1",
"@netlify/framework-info": "^9.8.13",
"@netlify/functions-utils": "^5.2.66",
"@netlify/functions-utils": "^5.2.67",
"@netlify/git-utils": "^5.1.1",
"@netlify/opentelemetry-utils": "^1.2.1",
"@netlify/plugins-list": "^6.80.0",
"@netlify/run-utils": "^5.1.1",
"@netlify/zip-it-and-ship-it": "9.35.1",
"@netlify/zip-it-and-ship-it": "9.36.0",
"@sindresorhus/slugify": "^2.0.0",
"ansi-escapes": "^6.0.0",
"chalk": "^5.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,15 @@
* dependencies
* netlify bumped from ^13.1.8 to ^13.1.9

## [20.15.3](https://github.com/netlify/build/compare/config-v20.15.2...config-v20.15.3) (2024-06-17)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* netlify bumped from ^13.1.18 to ^13.1.19

## [20.15.2](https://github.com/netlify/build/compare/config-v20.15.1...config-v20.15.2) (2024-06-12)


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": "20.15.2",
"version": "20.15.3",
"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": "^13.1.18",
"netlify": "^13.1.19",
"netlify-headers-parser": "^7.1.4",
"netlify-redirect-parser": "^14.3.0",
"node-fetch": "^3.3.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/functions-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [5.2.67](https://github.com/netlify/build/compare/functions-utils-v5.2.66...functions-utils-v5.2.67) (2024-06-17)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/zip-it-and-ship-it bumped from 9.35.1 to 9.36.0

## [5.2.66](https://github.com/netlify/build/compare/functions-utils-v5.2.65...functions-utils-v5.2.66) (2024-06-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/functions-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/functions-utils",
"version": "5.2.66",
"version": "5.2.67",
"description": "Utility for adding Functions files in Netlify Build",
"type": "module",
"exports": "./lib/main.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"license": "MIT",
"dependencies": {
"@netlify/zip-it-and-ship-it": "9.35.1",
"@netlify/zip-it-and-ship-it": "9.36.0",
"cpy": "^9.0.0",
"path-exists": "^5.0.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/js-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ 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.1.19](https://github.com/netlify/build/compare/netlify-v13.1.18...netlify-v13.1.19) (2024-06-17)


### Bug Fixes

* **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))

## [13.1.18](https://github.com/netlify/build/compare/netlify-v13.1.17...netlify-v13.1.18) (2024-06-10)


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",
"description": "Netlify Node.js API client",
"version": "13.1.18",
"version": "13.1.19",
"type": "module",
"exports": "./lib/index.js",
"main": "./lib/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/zip-it-and-ship-it/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ 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).

## [9.36.0](https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.35.1...zip-it-and-ship-it-v9.36.0) (2024-06-17)


### Features

* add `excludedPath` to in-source config ([#5717](https://github.com/netlify/build/issues/5717)) ([440394f](https://github.com/netlify/build/commit/440394f2a06f577c37caee8c88882e530929b6c8))


### Bug Fixes

* **deps:** update dependency d3 to v7.9.0 ([#5721](https://github.com/netlify/build/issues/5721)) ([e81c483](https://github.com/netlify/build/commit/e81c48346273980a7cc4fedeb0c417bb0f186441))

## [9.35.1](https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.35.0...zip-it-and-ship-it-v9.35.1) (2024-06-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/zip-it-and-ship-it/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/zip-it-and-ship-it",
"version": "9.35.1",
"version": "9.36.0",
"description": "Zip it and ship it",
"main": "./dist/main.js",
"type": "module",
Expand Down
Loading