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: d4a4f3c4e6171dc9a70e79b10e7f7be55f9e8d76
Choose a base ref
...
head repository: netlify/build
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: aa96e910e165bde1a46101bcf73702818d008214
Choose a head ref
  • 4 commits
  • 14 files changed
  • 4 contributors

Commits on Jun 10, 2024

  1. fix(deps): update dependency @vercel/nft to v0.27.2 (#5704)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 10, 2024
    Copy the full SHA
    bda1803 View commit details
  2. fix(deps): update dependency @vercel/nft to ^0.27.1 (#5703)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    renovate[bot] and kodiakhq[bot] authored Jun 10, 2024
    Copy the full SHA
    51ae95f View commit details
  3. fix(deps): update dependency @netlify/open-api to ^2.32.0 (#5706)

    * fix(deps): update dependency @netlify/open-api to ^2.32.0
    
    * chore: update snapshot
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: David Berlin <david@stackbit.com>
    renovate[bot] and davbree authored Jun 10, 2024
    Copy the full SHA
    4d4076f View commit details
  4. chore: release main (#5705)

    netlify-circleci authored Jun 10, 2024
    Copy the full SHA
    aa96e91 View commit details
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.0",
"packages/build": "29.47.1",
"packages/edge-bundler": "12.0.1",
"packages/cache-utils": "5.1.5",
"packages/config": "20.15.0",
"packages/config": "20.15.1",
"packages/framework-info": "9.8.13",
"packages/functions-utils": "5.2.62",
"packages/functions-utils": "5.2.63",
"packages/git-utils": "5.1.1",
"packages/headers-parser": "7.1.4",
"packages/js-client": "13.1.17",
"packages/js-client": "13.1.18",
"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.34.2"
"packages/zip-it-and-ship-it": "9.34.3"
}
99 changes: 18 additions & 81 deletions package-lock.json

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

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

## [29.47.1](https://github.com/netlify/build/compare/build-v29.47.0...build-v29.47.1) (2024-06-10)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/config bumped from ^20.15.0 to ^20.15.1
* @netlify/functions-utils bumped from ^5.2.62 to ^5.2.63
* @netlify/zip-it-and-ship-it bumped from 9.34.2 to 9.34.3

## [29.47.0](https://github.com/netlify/build/compare/build-v29.46.5...build-v29.47.0) (2024-06-06)


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.0",
"version": "29.47.1",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/index.js",
@@ -70,15 +70,15 @@
"@bugsnag/js": "^7.0.0",
"@netlify/blobs": "^7.3.0",
"@netlify/cache-utils": "^5.1.5",
"@netlify/config": "^20.15.0",
"@netlify/config": "^20.15.1",
"@netlify/edge-bundler": "12.0.1",
"@netlify/framework-info": "^9.8.13",
"@netlify/functions-utils": "^5.2.62",
"@netlify/functions-utils": "^5.2.63",
"@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.34.2",
"@netlify/zip-it-and-ship-it": "9.34.3",
"@sindresorhus/slugify": "^2.0.0",
"ansi-escapes": "^6.0.0",
"chalk": "^5.0.0",
9 changes: 9 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -76,6 +76,15 @@
* dependencies
* netlify bumped from ^13.1.8 to ^13.1.9

## [20.15.1](https://github.com/netlify/build/compare/config-v20.15.0...config-v20.15.1) (2024-06-10)


### Dependencies

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

## [20.15.0](https://github.com/netlify/build/compare/config-v20.14.1...config-v20.15.0) (2024-06-06)


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.0",
"version": "20.15.1",
"description": "Netlify config module",
"type": "module",
"exports": "./lib/index.js",
@@ -72,7 +72,7 @@
"is-plain-obj": "^4.0.0",
"js-yaml": "^4.0.0",
"map-obj": "^5.0.0",
"netlify": "^13.1.17",
"netlify": "^13.1.18",
"netlify-headers-parser": "^7.1.4",
"netlify-redirect-parser": "^14.3.0",
"node-fetch": "^3.3.1",
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.63](https://github.com/netlify/build/compare/functions-utils-v5.2.62...functions-utils-v5.2.63) (2024-06-10)


### Dependencies

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

## [5.2.62](https://github.com/netlify/build/compare/functions-utils-v5.2.61...functions-utils-v5.2.62) (2024-06-05)


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.62",
"version": "5.2.63",
"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.34.2",
"@netlify/zip-it-and-ship-it": "9.34.3",
"cpy": "^9.0.0",
"path-exists": "^5.0.0"
},
7 changes: 7 additions & 0 deletions packages/js-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.18](https://github.com/netlify/build/compare/netlify-v13.1.17...netlify-v13.1.18) (2024-06-10)


### Bug Fixes

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

## [13.1.17](https://github.com/netlify/build/compare/netlify-v13.1.16...netlify-v13.1.17) (2024-05-29)


4 changes: 2 additions & 2 deletions 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.17",
"version": "13.1.18",
"type": "module",
"exports": "./lib/index.js",
"main": "./lib/index.js",
@@ -41,7 +41,7 @@
"node client"
],
"dependencies": {
"@netlify/open-api": "^2.31.0",
"@netlify/open-api": "^2.32.0",
"lodash-es": "^4.17.21",
"micro-api-client": "^3.3.0",
"node-fetch": "^3.0.0",
32 changes: 32 additions & 0 deletions packages/js-client/src/operations.test.ts.md
Original file line number Diff line number Diff line change
@@ -15330,6 +15330,38 @@ Generated by [AVA](https://avajs.dev).
],
verb: 'get',
},
{
operationId: 'markDevServerActivity',
parameters: {
body: {},
path: {
dev_server_id: {
in: 'path',
name: 'dev_server_id',
required: true,
type: 'string',
},
site_id: {
in: 'path',
name: 'site_id',
required: true,
type: 'string',
},
},
query: {},
},
path: '/sites/{site_id}/dev_servers/{dev_server_id}/activity',
responses: {
200: {
description: 'OK',
},
},
tags: [
'devServer',
],
verb: 'post',
'x-internal': true,
},
{
operationId: 'listSiteDevServerHooks',
parameters: {
Binary file modified packages/js-client/src/operations.test.ts.snap
Binary file not shown.
Loading