Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: netlify/build
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c0bc0b24337b1240bf1a7d4aaadde7d98cdcba70
Choose a base ref
...
head repository: netlify/build
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 32f7660261edde62ee50cd9728e94af7a4d052e9
Choose a head ref
  • 4 commits
  • 8 files changed
  • 2 contributors

Commits on Sep 23, 2024

  1. fix(deps): update dependency @netlify/serverless-functions-api to ^1.…

    …24.1 (#5847)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 23, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    501b555 View commit details
  2. fix(deps): update dependency @netlify/serverless-functions-api to ^1.…

    …25.0 (#5849)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 23, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    3998337 View commit details

Commits on Sep 24, 2024

  1. fix(deps): update dependency @netlify/serverless-functions-api to ^1.…

    …26.0 (#5850)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 24, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    efd600c View commit details
  2. chore: release main (#5848)

    netlify-circleci authored Sep 24, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    32f7660 View commit details
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"packages/build-info": "7.14.4",
"packages/build": "29.54.5",
"packages/build": "29.54.6",
"packages/edge-bundler": "12.2.3",
"packages/cache-utils": "5.1.6",
"packages/config": "20.19.0",
"packages/framework-info": "9.8.13",
"packages/functions-utils": "5.2.84",
"packages/functions-utils": "5.2.85",
"packages/git-utils": "5.1.1",
"packages/headers-parser": "7.1.4",
"packages/js-client": "13.1.21",
@@ -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.39.3"
"packages/zip-it-and-ship-it": "9.39.4"
}
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.

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

## [29.54.6](https://github.com/netlify/build/compare/build-v29.54.5...build-v29.54.6) (2024-09-24)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/functions-utils bumped from ^5.2.84 to ^5.2.85
* @netlify/zip-it-and-ship-it bumped from 9.39.3 to 9.39.4

## [29.54.5](https://github.com/netlify/build/compare/build-v29.54.4...build-v29.54.5) (2024-09-23)


6 changes: 3 additions & 3 deletions packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/build",
"version": "29.54.5",
"version": "29.54.6",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/index.js",
@@ -73,12 +73,12 @@
"@netlify/config": "^20.19.0",
"@netlify/edge-bundler": "12.2.3",
"@netlify/framework-info": "^9.8.13",
"@netlify/functions-utils": "^5.2.84",
"@netlify/functions-utils": "^5.2.85",
"@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.39.3",
"@netlify/zip-it-and-ship-it": "9.39.4",
"@sindresorhus/slugify": "^2.0.0",
"ansi-escapes": "^6.0.0",
"chalk": "^5.0.0",
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.85](https://github.com/netlify/build/compare/functions-utils-v5.2.84...functions-utils-v5.2.85) (2024-09-24)


### Dependencies

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

## [5.2.84](https://github.com/netlify/build/compare/functions-utils-v5.2.83...functions-utils-v5.2.84) (2024-09-23)


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.84",
"version": "5.2.85",
"description": "Utility for adding Functions files in Netlify Build",
"type": "module",
"exports": "./lib/main.js",
@@ -50,7 +50,7 @@
},
"license": "MIT",
"dependencies": {
"@netlify/zip-it-and-ship-it": "9.39.3",
"@netlify/zip-it-and-ship-it": "9.39.4",
"cpy": "^9.0.0",
"path-exists": "^5.0.0"
},
9 changes: 9 additions & 0 deletions packages/zip-it-and-ship-it/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.39.4](https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.39.3...zip-it-and-ship-it-v9.39.4) (2024-09-24)


### Bug Fixes

* **deps:** update dependency @netlify/serverless-functions-api to ^1.24.1 ([#5847](https://github.com/netlify/build/issues/5847)) ([501b555](https://github.com/netlify/build/commit/501b55544e2c9a01f0e5b7474217d445bda7754d))
* **deps:** update dependency @netlify/serverless-functions-api to ^1.25.0 ([#5849](https://github.com/netlify/build/issues/5849)) ([3998337](https://github.com/netlify/build/commit/3998337b86c7f1538d112c6dbb8b861531070862))
* **deps:** update dependency @netlify/serverless-functions-api to ^1.26.0 ([#5850](https://github.com/netlify/build/issues/5850)) ([efd600c](https://github.com/netlify/build/commit/efd600c8411cab0a9a9a8ccbbc50942724bd1cd5))

## [9.39.3](https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.39.2...zip-it-and-ship-it-v9.39.3) (2024-09-23)


4 changes: 2 additions & 2 deletions 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.39.3",
"version": "9.39.4",
"description": "Zip it and ship it",
"main": "./dist/main.js",
"type": "module",
@@ -44,7 +44,7 @@
"@babel/parser": "^7.22.5",
"@babel/types": "7.25.6",
"@netlify/binary-info": "^1.0.0",
"@netlify/serverless-functions-api": "^1.24.0",
"@netlify/serverless-functions-api": "^1.26.0",
"@vercel/nft": "^0.27.1",
"archiver": "^7.0.0",
"common-path-prefix": "^3.0.0",