Skip to content

Commit d78a65c

Browse files
chore: release main (#4847)
* chore: release main * chore: update lockfile --------- Co-authored-by: netlify-jenkins <[email protected]>
1 parent 418914d commit d78a65c

File tree

16 files changed

+103
-36
lines changed

16 files changed

+103
-36
lines changed

.release-please-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"packages/build-info": "6.2.1",
3-
"packages/build": "29.5.4",
4-
"packages/cache-utils": "5.1.1",
5-
"packages/config": "20.3.2",
6-
"packages/framework-info": "9.7.2",
7-
"packages/functions-utils": "5.1.6",
2+
"packages/build-info": "6.2.2",
3+
"packages/build": "29.5.5",
4+
"packages/cache-utils": "5.1.2",
5+
"packages/config": "20.3.3",
6+
"packages/framework-info": "9.8.0",
7+
"packages/functions-utils": "5.1.7",
88
"packages/git-utils": "5.1.0",
99
"packages/headers-parser": "7.1.1",
1010
"packages/js-client": "13.1.2",
11-
"packages/nock-udp": "3.1.1",
11+
"packages/nock-udp": "3.1.2",
1212
"packages/redirect-parser": "14.1.1",
1313
"packages/run-utils": "5.1.0"
1414
}

package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/build-info/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
* dependencies
1919
* @netlify/framework-info bumped from ^9.7.1 to ^9.7.2
2020

21+
### Dependencies
22+
23+
* The following workspace dependencies were updated
24+
* dependencies
25+
* @netlify/framework-info bumped from ^9.7.2 to ^9.8.0
26+
2127
## [6.2.0](https://github.com/netlify/build/compare/build-info-v6.1.4...build-info-v6.2.0) (2023-02-01)
2228

2329

packages/build-info/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/build-info",
3-
"version": "6.2.1",
3+
"version": "6.2.2",
44
"description": "Build info utility",
55
"type": "module",
66
"exports": {
@@ -34,7 +34,7 @@
3434
},
3535
"author": "Netlify Inc.",
3636
"dependencies": {
37-
"@netlify/framework-info": "^9.7.2",
37+
"@netlify/framework-info": "^9.8.0",
3838
"@npmcli/map-workspaces": "^2.0.0",
3939
"find-up": "^6.3.0",
4040
"read-pkg": "^7.1.0",

packages/build/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,26 @@
5757
* dependencies
5858
* @netlify/config bumped from ^20.0.1 to ^20.0.2
5959

60+
## [29.5.5](https://github.com/netlify/build/compare/build-v29.5.4...build-v29.5.5) (2023-02-09)
61+
62+
63+
### Bug Fixes
64+
65+
* **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))
66+
* 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))
67+
* remove update-notifier as unhelpful ([#4856](https://github.com/netlify/build/issues/4856)) ([418914d](https://github.com/netlify/build/commit/418914dddd7ddb888b5cd16a281df6bc1e856f68))
68+
69+
70+
### Dependencies
71+
72+
* The following workspace dependencies were updated
73+
* dependencies
74+
* @netlify/cache-utils bumped from ^5.1.1 to ^5.1.2
75+
* @netlify/config bumped from ^20.3.2 to ^20.3.3
76+
* @netlify/functions-utils bumped from ^5.1.6 to ^5.1.7
77+
* devDependencies
78+
* @netlify/nock-udp bumped from ^3.1.1 to ^3.1.2
79+
6080
## [29.5.4](https://github.com/netlify/build/compare/build-v29.5.3...build-v29.5.4) (2023-02-01)
6181

6282

packages/build/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/build",
3-
"version": "29.5.4",
3+
"version": "29.5.5",
44
"description": "Netlify build module",
55
"type": "module",
66
"exports": "./lib/core/main.js",
@@ -64,10 +64,10 @@
6464
"license": "MIT",
6565
"dependencies": {
6666
"@bugsnag/js": "^7.0.0",
67-
"@netlify/cache-utils": "^5.1.1",
68-
"@netlify/config": "^20.3.2",
67+
"@netlify/cache-utils": "^5.1.2",
68+
"@netlify/config": "^20.3.3",
6969
"@netlify/edge-bundler": "8.4.0",
70-
"@netlify/functions-utils": "^5.1.6",
70+
"@netlify/functions-utils": "^5.1.7",
7171
"@netlify/git-utils": "^5.1.0",
7272
"@netlify/plugins-list": "^6.65.0",
7373
"@netlify/run-utils": "^5.1.0",
@@ -117,7 +117,7 @@
117117
"yargs": "^17.6.0"
118118
},
119119
"devDependencies": {
120-
"@netlify/nock-udp": "^3.1.1",
120+
"@netlify/nock-udp": "^3.1.2",
121121
"@types/node": "^14.18.31",
122122
"atob": "^2.1.2",
123123
"ava": "^4.0.0",

packages/cache-utils/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.1.2](https://github.com/netlify/build/compare/cache-utils-v5.1.1...cache-utils-v5.1.2) (2023-02-09)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [5.1.1](https://github.com/netlify/build/compare/cache-utils-v5.1.0...cache-utils-v5.1.1) (2023-02-01)
411

512

packages/cache-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/cache-utils",
3-
"version": "5.1.1",
3+
"version": "5.1.2",
44
"description": "Utility for caching files in Netlify Build",
55
"type": "module",
66
"exports": "./lib/main.js",

packages/config/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@
4646
* dependencies
4747
* netlify bumped from ^13.1.1 to ^13.1.2
4848

49+
## [20.3.3](https://github.com/netlify/build/compare/config-v20.3.2...config-v20.3.3) (2023-02-09)
50+
51+
52+
### Bug Fixes
53+
54+
* 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))
55+
4956
## [20.3.0](https://github.com/netlify/build/compare/config-v20.2.0...config-v20.3.0) (2023-01-03)
5057

5158

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/config",
3-
"version": "20.3.2",
3+
"version": "20.3.3",
44
"description": "Netlify config module",
55
"type": "module",
66
"exports": "./lib/main.js",

0 commit comments

Comments
 (0)