File tree Expand file tree Collapse file tree 10 files changed +57
-21
lines changed Expand file tree Collapse file tree 10 files changed +57
-21
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "packages/build-info" : " 7.0.2 " ,
3
- "packages/build" : " 29.11.6 " ,
2
+ "packages/build-info" : " 7.0.3 " ,
3
+ "packages/build" : " 29.11.7 " ,
4
4
"packages/cache-utils" : " 5.1.5" ,
5
5
"packages/config" : " 20.4.3" ,
6
- "packages/framework-info" : " 9.8.7 " ,
7
- "packages/functions-utils" : " 5.2.8 " ,
6
+ "packages/framework-info" : " 9.8.8 " ,
7
+ "packages/functions-utils" : " 5.2.9 " ,
8
8
"packages/git-utils" : " 5.1.1" ,
9
9
"packages/headers-parser" : " 7.1.2" ,
10
10
"packages/js-client" : " 13.1.7" ,
Original file line number Diff line number Diff line change 52
52
* dependencies
53
53
* @netlify/framework-info bumped from ^9.8.6 to ^9.8.7
54
54
55
+ ### Dependencies
56
+
57
+ * The following workspace dependencies were updated
58
+ * dependencies
59
+ * @netlify/framework-info bumped from ^9.8.7 to ^9.8.8
60
+
55
61
## [ 7.0.1] ( https://github.com/netlify/build/compare/build-info-v7.0.0...build-info-v7.0.1 ) (2023-05-05)
56
62
57
63
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @netlify/build-info" ,
3
- "version" : " 7.0.2 " ,
3
+ "version" : " 7.0.3 " ,
4
4
"description" : " Build info utility" ,
5
5
"type" : " module" ,
6
6
"exports" : {
46
46
"author" : " Netlify Inc." ,
47
47
"dependencies" : {
48
48
"@bugsnag/js" : " ^7.20.0" ,
49
- "@netlify/framework-info" : " ^9.8.7 " ,
49
+ "@netlify/framework-info" : " ^9.8.8 " ,
50
50
"find-up" : " ^6.3.0" ,
51
51
"minimatch" : " ^6.2.0" ,
52
52
"read-pkg" : " ^7.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.7] ( https://github.com/netlify/build/compare/build-v29.11.6...build-v29.11.7 ) (2023-06-01)
73
+
74
+
75
+ ### Bug Fixes
76
+
77
+ * ** deps:** update dependency @netlify/edge-bundler to v8.16.0 ([ #5038 ] ( https://github.com/netlify/build/issues/5038 ) ) ([ 70594d3] ( https://github.com/netlify/build/commit/70594d3a8af27cae11962f828620407ffb6c9b18 ) )
78
+ * ** deps:** update dependency @netlify/zip-it-and-ship-it to v9.7.0 ([ #5041 ] ( https://github.com/netlify/build/issues/5041 ) ) ([ 92ef573] ( https://github.com/netlify/build/commit/92ef5733fb297d027b69a89617d3472be153cc47 ) )
79
+
80
+
81
+ ### Dependencies
82
+
83
+ * The following workspace dependencies were updated
84
+ * dependencies
85
+ * @netlify/framework-info bumped from ^9.8.7 to ^9.8.8
86
+ * @netlify/functions-utils bumped from ^5.2.8 to ^5.2.9
87
+
72
88
## [ 29.11.6] ( https://github.com/netlify/build/compare/build-v29.11.5...build-v29.11.6 ) (2023-05-25)
73
89
74
90
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @netlify/build" ,
3
- "version" : " 29.11.6 " ,
3
+ "version" : " 29.11.7 " ,
4
4
"description" : " Netlify build module" ,
5
5
"type" : " module" ,
6
6
"exports" : " ./lib/core/main.js" ,
67
67
"@netlify/cache-utils" : " ^5.1.5" ,
68
68
"@netlify/config" : " ^20.4.3" ,
69
69
"@netlify/edge-bundler" : " 8.16.0" ,
70
- "@netlify/framework-info" : " ^9.8.7 " ,
71
- "@netlify/functions-utils" : " ^5.2.8 " ,
70
+ "@netlify/framework-info" : " ^9.8.8 " ,
71
+ "@netlify/functions-utils" : " ^5.2.9 " ,
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 @@ -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
+ ## [ 9.8.8] ( https://github.com/netlify/build/compare/framework-info-v9.8.7...framework-info-v9.8.8 ) (2023-06-01)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * ** deps:** remove unnecessary dependency on node-url ([ #5029 ] ( https://github.com/netlify/build/issues/5029 ) ) ([ 40b09be] ( https://github.com/netlify/build/commit/40b09becb1f6138eec0c4a2686776a6b12353424 ) )
16
+
10
17
## [ 9.8.7] ( https://github.com/netlify/build/compare/framework-info-v9.8.6...framework-info-v9.8.7 ) (2023-05-12)
11
18
12
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @netlify/framework-info" ,
3
- "version" : " 9.8.7 " ,
3
+ "version" : " 9.8.8 " ,
4
4
"description" : " Framework detection utility" ,
5
5
"type" : " module" ,
6
6
"main" : " ./dist/index.umd.cjs" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 5.2.9] ( https://github.com/netlify/build/compare/functions-utils-v5.2.8...functions-utils-v5.2.9 ) (2023-06-01)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** deps:** update dependency @netlify/zip-it-and-ship-it to v9.7.0 ([ #5041 ] ( https://github.com/netlify/build/issues/5041 ) ) ([ 92ef573] ( https://github.com/netlify/build/commit/92ef5733fb297d027b69a89617d3472be153cc47 ) )
9
+
3
10
## [ 5.2.8] ( https://github.com/netlify/build/compare/functions-utils-v5.2.7...functions-utils-v5.2.8 ) (2023-05-16)
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.8 " ,
3
+ "version" : " 5.2.9 " ,
4
4
"description" : " Utility for adding Functions files in Netlify Build" ,
5
5
"type" : " module" ,
6
6
"exports" : " ./lib/main.js" ,
You can’t perform that action at this time.
0 commit comments