Skip to content

Commit

Permalink
chore: release main (#5779)
Browse files Browse the repository at this point in the history
* chore: release main

* chore: update lockfile

---------

Co-authored-by: netlify-jenkins <[email protected]>
  • Loading branch information
netlify-circleci and netlify-jenkins authored Aug 5, 2024
1 parent 73c44fe commit 507a010
Show file tree
Hide file tree
Showing 14 changed files with 88 additions and 31 deletions.
12 changes: 6 additions & 6 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"packages/build-info": "7.14.1",
"packages/build": "29.51.4",
"packages/edge-bundler": "12.2.2",
"packages/cache-utils": "5.1.5",
"packages/config": "20.17.1",
"packages/build": "29.51.5",
"packages/edge-bundler": "12.2.3",
"packages/cache-utils": "5.1.6",
"packages/config": "20.18.0",
"packages/framework-info": "9.8.13",
"packages/functions-utils": "5.2.76",
"packages/functions-utils": "5.2.77",
"packages/git-utils": "5.1.1",
"packages/headers-parser": "7.1.4",
"packages/js-client": "13.1.20",
Expand All @@ -14,5 +14,5 @@
"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.37.8"
"packages/zip-it-and-ship-it": "9.37.9"
}
26 changes: 13 additions & 13 deletions package-lock.json

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

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

## [29.51.5](https://github.com/netlify/build/compare/build-v29.51.4...build-v29.51.5) (2024-08-05)


### Bug Fixes

* handle non node: prefixed Node.js builtins when no npm specifiers were found ([#5785](https://github.com/netlify/build/issues/5785)) ([afdb4ac](https://github.com/netlify/build/commit/afdb4ac1c910c44cfbc1589e98d2dd6510e21bc2))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/cache-utils bumped from ^5.1.5 to ^5.1.6
* @netlify/config bumped from ^20.17.1 to ^20.18.0
* @netlify/edge-bundler bumped from 12.2.2 to 12.2.3
* @netlify/functions-utils bumped from ^5.2.76 to ^5.2.77
* @netlify/zip-it-and-ship-it bumped from 9.37.8 to 9.37.9

## [29.51.4](https://github.com/netlify/build/compare/build-v29.51.3...build-v29.51.4) (2024-07-22)


Expand Down
12 changes: 6 additions & 6 deletions packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/build",
"version": "29.51.4",
"version": "29.51.5",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -69,16 +69,16 @@
"dependencies": {
"@bugsnag/js": "^7.0.0",
"@netlify/blobs": "^7.4.0",
"@netlify/cache-utils": "^5.1.5",
"@netlify/config": "^20.17.1",
"@netlify/edge-bundler": "12.2.2",
"@netlify/cache-utils": "^5.1.6",
"@netlify/config": "^20.18.0",
"@netlify/edge-bundler": "12.2.3",
"@netlify/framework-info": "^9.8.13",
"@netlify/functions-utils": "^5.2.76",
"@netlify/functions-utils": "^5.2.77",
"@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.37.8",
"@netlify/zip-it-and-ship-it": "9.37.9",
"@sindresorhus/slugify": "^2.0.0",
"ansi-escapes": "^6.0.0",
"chalk": "^5.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/cache-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.1.6](https://github.com/netlify/build/compare/cache-utils-v5.1.5...cache-utils-v5.1.6) (2024-08-05)


### Bug Fixes

* missing type-def ([#5786](https://github.com/netlify/build/issues/5786)) ([4433cc3](https://github.com/netlify/build/commit/4433cc3a1042cb1c3bd6e28ca30e0730513cbec6))

## [5.1.5](https://github.com/netlify/build/compare/cache-utils-v5.1.4...cache-utils-v5.1.5) (2023-05-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/cache-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/cache-utils",
"version": "5.1.5",
"version": "5.1.6",
"description": "Utility for caching files in Netlify Build",
"type": "module",
"exports": "./lib/main.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@
* dependencies
* netlify bumped from ^13.1.8 to ^13.1.9

## [20.18.0](https://github.com/netlify/build/compare/config-v20.17.1...config-v20.18.0) (2024-08-05)


### Features

* use v2 endpoint that has siteid for extensions ([#5792](https://github.com/netlify/build/issues/5792)) ([73c44fe](https://github.com/netlify/build/commit/73c44fe743afe87ef282af2b11924d8e36e547e6))

## [20.17.1](https://github.com/netlify/build/compare/config-v20.17.0...config-v20.17.1) (2024-07-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/config",
"version": "20.17.1",
"version": "20.18.0",
"description": "Netlify config module",
"type": "module",
"exports": "./lib/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/edge-bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [12.2.3](https://github.com/netlify/build/compare/edge-bundler-v12.2.2...edge-bundler-v12.2.3) (2024-08-05)


### Bug Fixes

* handle non node: prefixed Node.js builtins when no npm specifiers were found ([#5785](https://github.com/netlify/build/issues/5785)) ([afdb4ac](https://github.com/netlify/build/commit/afdb4ac1c910c44cfbc1589e98d2dd6510e21bc2))

## [12.2.2](https://github.com/netlify/build/compare/edge-bundler-v12.2.1...edge-bundler-v12.2.2) (2024-07-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/edge-bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/edge-bundler",
"version": "12.2.2",
"version": "12.2.3",
"description": "Intelligently prepare Netlify Edge Functions for deployment",
"type": "module",
"main": "./dist/node/index.js",
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.77](https://github.com/netlify/build/compare/functions-utils-v5.2.76...functions-utils-v5.2.77) (2024-08-05)


### Dependencies

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

## [5.2.76](https://github.com/netlify/build/compare/functions-utils-v5.2.75...functions-utils-v5.2.76) (2024-07-22)


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.76",
"version": "5.2.77",
"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.37.8",
"@netlify/zip-it-and-ship-it": "9.37.9",
"cpy": "^9.0.0",
"path-exists": "^5.0.0"
},
Expand Down
9 changes: 9 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,15 @@ 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.37.9](https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.37.8...zip-it-and-ship-it-v9.37.9) (2024-08-05)


### Bug Fixes

* **deps:** update babel monorepo ([#5789](https://github.com/netlify/build/issues/5789)) ([ed129c4](https://github.com/netlify/build/commit/ed129c4d1aa36418c62d44a4a1c59f38a819ffc6))
* **deps:** update babel monorepo to v7.25.0 ([#5783](https://github.com/netlify/build/issues/5783)) ([c2b2f23](https://github.com/netlify/build/commit/c2b2f23ab6066abf97163b7c7d9b917fcc85da24))
* **deps:** update dependency @netlify/serverless-functions-api to ^1.22.0 ([#5780](https://github.com/netlify/build/issues/5780)) ([a47cbe5](https://github.com/netlify/build/commit/a47cbe500fcafe4054e3cf5b4ec71c3aeba23265))

## [9.37.8](https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.37.7...zip-it-and-ship-it-v9.37.8) (2024-07-22)


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.37.8",
"version": "9.37.9",
"description": "Zip it and ship it",
"main": "./dist/main.js",
"type": "module",
Expand Down

0 comments on commit 507a010

Please sign in to comment.