Skip to content

Commit

Permalink
chore: release main (#4847)
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 Feb 9, 2023
1 parent 418914d commit d78a65c
Show file tree
Hide file tree
Showing 16 changed files with 103 additions and 36 deletions.
14 changes: 7 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"packages/build-info": "6.2.1",
"packages/build": "29.5.4",
"packages/cache-utils": "5.1.1",
"packages/config": "20.3.2",
"packages/framework-info": "9.7.2",
"packages/functions-utils": "5.1.6",
"packages/build-info": "6.2.2",
"packages/build": "29.5.5",
"packages/cache-utils": "5.1.2",
"packages/config": "20.3.3",
"packages/framework-info": "9.8.0",
"packages/functions-utils": "5.1.7",
"packages/git-utils": "5.1.0",
"packages/headers-parser": "7.1.1",
"packages/js-client": "13.1.2",
"packages/nock-udp": "3.1.1",
"packages/nock-udp": "3.1.2",
"packages/redirect-parser": "14.1.1",
"packages/run-utils": "5.1.0"
}
34 changes: 17 additions & 17 deletions package-lock.json

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

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

### Dependencies

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

## [6.2.0](https://github.com/netlify/build/compare/build-info-v6.1.4...build-info-v6.2.0) (2023-02-01)


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.2.1",
"version": "6.2.2",
"description": "Build info utility",
"type": "module",
"exports": {
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"author": "Netlify Inc.",
"dependencies": {
"@netlify/framework-info": "^9.7.2",
"@netlify/framework-info": "^9.8.0",
"@npmcli/map-workspaces": "^2.0.0",
"find-up": "^6.3.0",
"read-pkg": "^7.1.0",
Expand Down
20 changes: 20 additions & 0 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,26 @@
* dependencies
* @netlify/config bumped from ^20.0.1 to ^20.0.2

## [29.5.5](https://github.com/netlify/build/compare/build-v29.5.4...build-v29.5.5) (2023-02-09)


### Bug Fixes

* **deps:** update dependency @netlify/plugins-list to ^6.65.0 ([#4811](https://github.com/netlify/build/issues/4811)) ([67ec846](https://github.com/netlify/build/commit/67ec8460a65e3a7c4822c001502113caf72668b6))
* migrate framework-info to TS and vitest and enable more strictness ([#4819](https://github.com/netlify/build/issues/4819)) ([5acb25b](https://github.com/netlify/build/commit/5acb25b3e1e8cd6d5fa85fdb76baea5a34a1131b))
* remove update-notifier as unhelpful ([#4856](https://github.com/netlify/build/issues/4856)) ([418914d](https://github.com/netlify/build/commit/418914dddd7ddb888b5cd16a281df6bc1e856f68))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/cache-utils bumped from ^5.1.1 to ^5.1.2
* @netlify/config bumped from ^20.3.2 to ^20.3.3
* @netlify/functions-utils bumped from ^5.1.6 to ^5.1.7
* devDependencies
* @netlify/nock-udp bumped from ^3.1.1 to ^3.1.2

## [29.5.4](https://github.com/netlify/build/compare/build-v29.5.3...build-v29.5.4) (2023-02-01)


Expand Down
10 changes: 5 additions & 5 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.4",
"version": "29.5.5",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/core/main.js",
Expand Down Expand Up @@ -64,10 +64,10 @@
"license": "MIT",
"dependencies": {
"@bugsnag/js": "^7.0.0",
"@netlify/cache-utils": "^5.1.1",
"@netlify/config": "^20.3.2",
"@netlify/cache-utils": "^5.1.2",
"@netlify/config": "^20.3.3",
"@netlify/edge-bundler": "8.4.0",
"@netlify/functions-utils": "^5.1.6",
"@netlify/functions-utils": "^5.1.7",
"@netlify/git-utils": "^5.1.0",
"@netlify/plugins-list": "^6.65.0",
"@netlify/run-utils": "^5.1.0",
Expand Down Expand Up @@ -117,7 +117,7 @@
"yargs": "^17.6.0"
},
"devDependencies": {
"@netlify/nock-udp": "^3.1.1",
"@netlify/nock-udp": "^3.1.2",
"@types/node": "^14.18.31",
"atob": "^2.1.2",
"ava": "^4.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.2](https://github.com/netlify/build/compare/cache-utils-v5.1.1...cache-utils-v5.1.2) (2023-02-09)


### Bug Fixes

* migrate framework-info to TS and vitest and enable more strictness ([#4819](https://github.com/netlify/build/issues/4819)) ([5acb25b](https://github.com/netlify/build/commit/5acb25b3e1e8cd6d5fa85fdb76baea5a34a1131b))

## [5.1.1](https://github.com/netlify/build/compare/cache-utils-v5.1.0...cache-utils-v5.1.1) (2023-02-01)


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.1",
"version": "5.1.2",
"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 @@ -46,6 +46,13 @@
* dependencies
* netlify bumped from ^13.1.1 to ^13.1.2

## [20.3.3](https://github.com/netlify/build/compare/config-v20.3.2...config-v20.3.3) (2023-02-09)


### Bug Fixes

* migrate framework-info to TS and vitest and enable more strictness ([#4819](https://github.com/netlify/build/issues/4819)) ([5acb25b](https://github.com/netlify/build/commit/5acb25b3e1e8cd6d5fa85fdb76baea5a34a1131b))

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


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.3.2",
"version": "20.3.3",
"description": "Netlify config module",
"type": "module",
"exports": "./lib/main.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/framework-info/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ 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.8.0](https://github.com/netlify/build/compare/framework-info-v9.7.2...framework-info-v9.8.0) (2023-02-09)


### Features

* export getFrameworkById ([#4852](https://github.com/netlify/build/issues/4852)) ([ff37e4c](https://github.com/netlify/build/commit/ff37e4c0ae5775fe7748b0e12c14df159b592709))


### Bug Fixes

* migrate framework-info to TS and vitest and enable more strictness ([#4819](https://github.com/netlify/build/issues/4819)) ([5acb25b](https://github.com/netlify/build/commit/5acb25b3e1e8cd6d5fa85fdb76baea5a34a1131b))
* Revert "fix: update Solid Start default port ([#4845](https://github.com/netlify/build/issues/4845))" ([#4851](https://github.com/netlify/build/issues/4851)) ([eea7d29](https://github.com/netlify/build/commit/eea7d29d7535cb7252b9e806b3d4987954710c30))

## [9.7.2](https://github.com/netlify/build/compare/framework-info-v9.7.1...framework-info-v9.7.2) (2023-02-01)


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.2",
"version": "9.8.0",
"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.7](https://github.com/netlify/build/compare/functions-utils-v5.1.6...functions-utils-v5.1.7) (2023-02-09)


### Bug Fixes

* migrate framework-info to TS and vitest and enable more strictness ([#4819](https://github.com/netlify/build/issues/4819)) ([5acb25b](https://github.com/netlify/build/commit/5acb25b3e1e8cd6d5fa85fdb76baea5a34a1131b))

## [5.1.6](https://github.com/netlify/build/compare/functions-utils-v5.1.5...functions-utils-v5.1.6) (2023-02-01)


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

## [3.1.2](https://github.com/netlify/build/compare/nock-udp-v3.1.1...nock-udp-v3.1.2) (2023-02-09)


### Bug Fixes

* migrate framework-info to TS and vitest and enable more strictness ([#4819](https://github.com/netlify/build/issues/4819)) ([5acb25b](https://github.com/netlify/build/commit/5acb25b3e1e8cd6d5fa85fdb76baea5a34a1131b))

## [3.1.1](https://github.com/netlify/build/compare/nock-udp-v3.1.0...nock-udp-v3.1.1) (2023-01-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/nock-udp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/nock-udp",
"version": "3.1.1",
"version": "3.1.2",
"description": "Here to mock your UDP packets",
"exports": "./lib/main.js",
"main": "./lib/main.js",
Expand Down

0 comments on commit d78a65c

Please sign in to comment.