Skip to content
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
18 changes: 9 additions & 9 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"packages/build-info": "6.1.3",
"packages/build": "29.5.0",
"packages/build-info": "6.1.4",
"packages/build": "29.5.1",
"packages/cache-utils": "5.1.0",
"packages/config": "20.3.0",
"packages/framework-info": "9.7.0",
"packages/functions-utils": "5.1.4",
"packages/config": "20.3.1",
"packages/framework-info": "9.7.1",
"packages/functions-utils": "5.1.5",
"packages/git-utils": "5.1.0",
"packages/headers-parser": "7.1.0",
"packages/js-client": "13.1.0",
"packages/nock-udp": "3.1.0",
"packages/redirect-parser": "14.1.0",
"packages/headers-parser": "7.1.1",
"packages/js-client": "13.1.1",
"packages/nock-udp": "3.1.1",
"packages/redirect-parser": "14.1.1",
"packages/run-utils": "5.1.0"
}
46 changes: 23 additions & 23 deletions package-lock.json

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

14 changes: 14 additions & 0 deletions packages/build-info/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@
* dependencies
* @netlify/framework-info bumped from ^9.6.0 to ^9.7.0

## [6.1.4](https://github.com/netlify/build/compare/build-info-v6.1.3...build-info-v6.1.4) (2023-01-18)


### Bug Fixes

* correctly set repository in package.json files ([#4825](https://github.com/netlify/build/issues/4825)) ([f2612d6](https://github.com/netlify/build/commit/f2612d61e14ee2d9976a5ec37698976ac4331ad1))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/framework-info bumped from ^9.7.0 to ^9.7.1

## [6.1.1](https://github.com/netlify/build/compare/build-info-v6.1.0...build-info-v6.1.1) (2022-12-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/build-info/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/build-info",
"version": "6.1.3",
"version": "6.1.4",
"description": "Build info utility",
"type": "module",
"exports": {
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"author": "Netlify Inc.",
"dependencies": {
"@netlify/framework-info": "^9.7.0",
"@netlify/framework-info": "^9.7.1",
"@npmcli/map-workspaces": "^2.0.0",
"find-up": "^6.3.0",
"read-pkg": "^7.1.0",
Expand Down
18 changes: 18 additions & 0 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,24 @@
* dependencies
* @netlify/config bumped from ^20.0.1 to ^20.0.2

## [29.5.1](https://github.com/netlify/build/compare/build-v29.5.0...build-v29.5.1) (2023-01-18)


### Bug Fixes

* **deps:** update dependency @netlify/edge-bundler to v8.2.1 ([#4827](https://github.com/netlify/build/issues/4827)) ([3bcb535](https://github.com/netlify/build/commit/3bcb535843ce52bc618e224873ccd7589f8f883f))
* **deps:** update dependency @netlify/zip-it-and-ship-it to ^8.4.1 ([#4824](https://github.com/netlify/build/issues/4824)) ([4c48b9a](https://github.com/netlify/build/commit/4c48b9a21d15f0d454a590d868237c331e4e713c))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/config bumped from ^20.3.0 to ^20.3.1
* @netlify/functions-utils bumped from ^5.1.4 to ^5.1.5
* devDependencies
* @netlify/nock-udp bumped from ^3.1.0 to ^3.1.1

## [29.5.0](https://github.com/netlify/build/compare/build-v29.4.5...build-v29.5.0) (2023-01-16)


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.5.0",
"version": "29.5.1",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/core/main.js",
Expand Down Expand Up @@ -65,9 +65,9 @@
"dependencies": {
"@bugsnag/js": "^7.0.0",
"@netlify/cache-utils": "^5.1.0",
"@netlify/config": "^20.3.0",
"@netlify/config": "^20.3.1",
"@netlify/edge-bundler": "8.2.1",
"@netlify/functions-utils": "^5.1.4",
"@netlify/functions-utils": "^5.1.5",
"@netlify/git-utils": "^5.1.0",
"@netlify/plugins-list": "^6.61.0",
"@netlify/run-utils": "^5.1.0",
Expand Down Expand Up @@ -118,7 +118,7 @@
"yargs": "^17.6.0"
},
"devDependencies": {
"@netlify/nock-udp": "^3.1.0",
"@netlify/nock-udp": "^3.1.1",
"@types/node": "^14.18.31",
"atob": "^2.1.2",
"ava": "^4.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@
* dependencies
* netlify-headers-parser bumped from ^7.0.2 to ^7.0.3

### Dependencies

* The following workspace dependencies were updated
* dependencies
* netlify bumped from ^13.1.0 to ^13.1.1
* netlify-headers-parser bumped from ^7.1.0 to ^7.1.1
* netlify-redirect-parser bumped from ^14.1.0 to ^14.1.1

## [20.3.0](https://github.com/netlify/build/compare/config-v20.2.0...config-v20.3.0) (2023-01-03)


Expand Down
8 changes: 4 additions & 4 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/config",
"version": "20.3.0",
"version": "20.3.1",
"description": "Netlify config module",
"type": "module",
"exports": "./lib/main.js",
Expand Down Expand Up @@ -70,9 +70,9 @@
"is-plain-obj": "^4.0.0",
"js-yaml": "^4.0.0",
"map-obj": "^5.0.0",
"netlify": "^13.1.0",
"netlify-headers-parser": "^7.1.0",
"netlify-redirect-parser": "^14.1.0",
"netlify": "^13.1.1",
"netlify-headers-parser": "^7.1.1",
"netlify-redirect-parser": "^14.1.1",
"omit.js": "^2.0.2",
"p-locate": "^6.0.0",
"path-exists": "^5.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/framework-info/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).

## [9.7.1](https://github.com/netlify/build/compare/framework-info-v9.7.0...framework-info-v9.7.1) (2023-01-18)


### Bug Fixes

* Correctly handle missing node_modules ([#4828](https://github.com/netlify/build/issues/4828)) ([2e9ff5c](https://github.com/netlify/build/commit/2e9ff5ca8ad17ea234e06956f662f0beee8d33a7))

## [9.7.0](https://github.com/netlify/build/compare/framework-info-v9.6.0...framework-info-v9.7.0) (2023-01-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/framework-info/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/framework-info",
"version": "9.7.0",
"version": "9.7.1",
"description": "Framework detection utility",
"type": "module",
"main": "./dist/index.umd.cjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/functions-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.1.5](https://github.com/netlify/build/compare/functions-utils-v5.1.4...functions-utils-v5.1.5) (2023-01-18)


### Bug Fixes

* **deps:** update dependency @netlify/zip-it-and-ship-it to ^8.4.1 ([#4824](https://github.com/netlify/build/issues/4824)) ([4c48b9a](https://github.com/netlify/build/commit/4c48b9a21d15f0d454a590d868237c331e4e713c))

## [5.1.4](https://github.com/netlify/build/compare/functions-utils-v5.1.3...functions-utils-v5.1.4) (2023-01-12)


Expand Down
2 changes: 1 addition & 1 deletion 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.1.4",
"version": "5.1.5",
"description": "Utility for adding Functions files in Netlify Build",
"type": "module",
"exports": "./lib/main.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/headers-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [7.1.1](https://github.com/netlify/build/compare/netlify-headers-parser-v7.1.0...netlify-headers-parser-v7.1.1) (2023-01-18)


### Bug Fixes

* correctly set repository in package.json files ([#4825](https://github.com/netlify/build/issues/4825)) ([f2612d6](https://github.com/netlify/build/commit/f2612d61e14ee2d9976a5ec37698976ac4331ad1))

## [7.1.0](https://github.com/netlify/build/compare/netlify-headers-parser-v7.0.3...netlify-headers-parser-v7.1.0) (2022-12-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/headers-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "netlify-headers-parser",
"version": "7.1.0",
"version": "7.1.1",
"description": "Parses Netlify headers into a JavaScript object representation",
"type": "module",
"exports": "./lib/index.js",
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.1](https://github.com/netlify/build/compare/netlify-v13.1.0...netlify-v13.1.1) (2023-01-18)


### Bug Fixes

* correctly set repository in package.json files ([#4825](https://github.com/netlify/build/issues/4825)) ([f2612d6](https://github.com/netlify/build/commit/f2612d61e14ee2d9976a5ec37698976ac4331ad1))

## [13.1.0](https://github.com/netlify/build/compare/netlify-v13.0.2...netlify-v13.1.0) (2022-12-13)


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.0",
"version": "13.1.1",
"type": "module",
"exports": "./lib/index.js",
"main": "./lib/index.js",
Expand Down
Loading