File tree Expand file tree Collapse file tree 10 files changed +56
-21
lines changed Expand file tree Collapse file tree 10 files changed +56
-21
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"packages/build-info" : " 7.0.2" ,
3
- "packages/build" : " 29.11.4 " ,
3
+ "packages/build" : " 29.11.5 " ,
4
4
"packages/cache-utils" : " 5.1.5" ,
5
- "packages/config" : " 20.4.2 " ,
5
+ "packages/config" : " 20.4.3 " ,
6
6
"packages/framework-info" : " 9.8.7" ,
7
- "packages/functions-utils" : " 5.2.7 " ,
7
+ "packages/functions-utils" : " 5.2.8 " ,
8
8
"packages/git-utils" : " 5.1.1" ,
9
9
"packages/headers-parser" : " 7.1.2" ,
10
- "packages/js-client" : " 13.1.6 " ,
10
+ "packages/js-client" : " 13.1.7 " ,
11
11
"packages/nock-udp" : " 3.1.2" ,
12
12
"packages/redirect-parser" : " 14.1.2" ,
13
13
"packages/run-utils" : " 5.1.0"
Original file line number Diff line number Diff line change 69
69
* dependencies
70
70
* @netlify/config bumped from ^20.3.5 to ^20.3.6
71
71
72
+ ## [ 29.11.5] ( https://github.com/netlify/build/compare/build-v29.11.4...build-v29.11.5 ) (2023-05-16)
73
+
74
+
75
+ ### Bug Fixes
76
+
77
+ * ** deps:** update dependency @netlify/zip-it-and-ship-it to v9.6.0 ([ #5017 ] ( https://github.com/netlify/build/issues/5017 ) ) ([ 9840129] ( https://github.com/netlify/build/commit/9840129f2f4750d04f23d366d24b607934748639 ) )
78
+
79
+
80
+ ### Dependencies
81
+
82
+ * The following workspace dependencies were updated
83
+ * dependencies
84
+ * @netlify/config bumped from ^20.4.2 to ^20.4.3
85
+ * @netlify/functions-utils bumped from ^5.2.7 to ^5.2.8
86
+
72
87
## [ 29.11.4] ( https://github.com/netlify/build/compare/build-v29.11.3...build-v29.11.4 ) (2023-05-13)
73
88
74
89
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @netlify/build" ,
3
- "version" : " 29.11.4 " ,
3
+ "version" : " 29.11.5 " ,
4
4
"description" : " Netlify build module" ,
5
5
"type" : " module" ,
6
6
"exports" : " ./lib/core/main.js" ,
65
65
"dependencies" : {
66
66
"@bugsnag/js" : " ^7.0.0" ,
67
67
"@netlify/cache-utils" : " ^5.1.5" ,
68
- "@netlify/config" : " ^20.4.2 " ,
68
+ "@netlify/config" : " ^20.4.3 " ,
69
69
"@netlify/edge-bundler" : " 8.14.2" ,
70
70
"@netlify/framework-info" : " ^9.8.7" ,
71
- "@netlify/functions-utils" : " ^5.2.7 " ,
71
+ "@netlify/functions-utils" : " ^5.2.8 " ,
72
72
"@netlify/git-utils" : " ^5.1.1" ,
73
73
"@netlify/plugins-list" : " ^6.68.0" ,
74
74
"@netlify/run-utils" : " ^5.1.0" ,
Original file line number Diff line number Diff line change 64
64
* dependencies
65
65
* netlify bumped from ^13.1.4 to ^13.1.5
66
66
67
+ ### Dependencies
68
+
69
+ * The following workspace dependencies were updated
70
+ * dependencies
71
+ * netlify bumped from ^13.1.6 to ^13.1.7
72
+
67
73
## [ 20.4.2] ( https://github.com/netlify/build/compare/config-v20.4.1...config-v20.4.2 ) (2023-05-12)
68
74
69
75
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @netlify/config" ,
3
- "version" : " 20.4.2 " ,
3
+ "version" : " 20.4.3 " ,
4
4
"description" : " Netlify config module" ,
5
5
"type" : " module" ,
6
6
"exports" : " ./lib/index.js" ,
70
70
"is-plain-obj" : " ^4.0.0" ,
71
71
"js-yaml" : " ^4.0.0" ,
72
72
"map-obj" : " ^5.0.0" ,
73
- "netlify" : " ^13.1.6 " ,
73
+ "netlify" : " ^13.1.7 " ,
74
74
"netlify-headers-parser" : " ^7.1.2" ,
75
75
"netlify-redirect-parser" : " ^14.1.2" ,
76
76
"omit.js" : " ^2.0.2" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 5.2.8] ( https://github.com/netlify/build/compare/functions-utils-v5.2.7...functions-utils-v5.2.8 ) (2023-05-16)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** deps:** update dependency @netlify/zip-it-and-ship-it to v9.6.0 ([ #5017 ] ( https://github.com/netlify/build/issues/5017 ) ) ([ 9840129] ( https://github.com/netlify/build/commit/9840129f2f4750d04f23d366d24b607934748639 ) )
9
+
3
10
## [ 5.2.7] ( https://github.com/netlify/build/compare/functions-utils-v5.2.6...functions-utils-v5.2.7 ) (2023-05-13)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @netlify/functions-utils" ,
3
- "version" : " 5.2.7 " ,
3
+ "version" : " 5.2.8 " ,
4
4
"description" : " Utility for adding Functions files in Netlify Build" ,
5
5
"type" : " module" ,
6
6
"exports" : " ./lib/main.js" ,
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/)
7
7
8
8
Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
9
9
10
+ ## [ 13.1.7] ( https://github.com/netlify/build/compare/netlify-v13.1.6...netlify-v13.1.7 ) (2023-05-16)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * ** deps:** update dependency @netlify/open-api to ^2.18.0 ([ #5015 ] ( https://github.com/netlify/build/issues/5015 ) ) ([ deef3ff] ( https://github.com/netlify/build/commit/deef3ffe087a573cb0655bae594a25e56444b80a ) )
16
+
10
17
## [ 13.1.6] ( https://github.com/netlify/build/compare/netlify-v13.1.5...netlify-v13.1.6 ) (2023-05-12)
11
18
12
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " netlify" ,
3
3
"description" : " Netlify Node.js API client" ,
4
- "version" : " 13.1.6 " ,
4
+ "version" : " 13.1.7 " ,
5
5
"type" : " module" ,
6
6
"exports" : " ./lib/index.js" ,
7
7
"main" : " ./lib/index.js" ,
You can’t perform that action at this time.
0 commit comments