File tree 9 files changed +43
-11
lines changed
9 files changed +43
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"packages/build-info" : " 4.0.11" ,
3
- "packages/build" : " 27.20.5 " ,
3
+ "packages/build" : " 27.20.6 " ,
4
4
"packages/cache-utils" : " 4.1.6" ,
5
- "packages/config" : " 18.2.5 " ,
5
+ "packages/config" : " 18.2.6 " ,
6
6
"packages/functions-utils" : " 4.2.11" ,
7
7
"packages/git-utils" : " 4.1.4" ,
8
8
"packages/headers-parser" : " 6.0.3" ,
9
- "packages/js-client" : " 12.0.2 " ,
10
- "packages/nock-udp" : " 1 .0.0" ,
9
+ "packages/js-client" : " 12.0.3 " ,
10
+ "packages/nock-udp" : " 2 .0.0" ,
11
11
"packages/redirect-parser" : " 13.0.6" ,
12
12
"packages/run-utils" : " 4.0.2"
13
13
}
Original file line number Diff line number Diff line change 31
31
* @netlify/functions-utils bumped from ^4.2.10 to ^4.2.11
32
32
* @netlify/git-utils bumped from ^4.1.2 to ^4.1.3
33
33
34
+ ### Dependencies
35
+
36
+ * The following workspace dependencies were updated
37
+ * dependencies
38
+ * @netlify/config bumped from ^18.2.5 to ^18.2.6
39
+ * devDependencies
40
+ * @netlify/nock-udp bumped from ^1.0.0 to ^2.0.0
41
+
34
42
## [ 27.20.5] ( https://github.com/netlify/build/compare/build-v27.20.4...build-v27.20.5 ) (2022-10-10)
35
43
36
44
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @netlify/build" ,
3
- "version" : " 27.20.5 " ,
3
+ "version" : " 27.20.6 " ,
4
4
"description" : " Netlify build module" ,
5
5
"type" : " module" ,
6
6
"exports" : " ./lib/core/main.js" ,
64
64
"dependencies" : {
65
65
"@bugsnag/js" : " ^7.0.0" ,
66
66
"@netlify/cache-utils" : " ^4.1.6" ,
67
- "@netlify/config" : " ^18.2.5 " ,
67
+ "@netlify/config" : " ^18.2.6 " ,
68
68
"@netlify/edge-bundler" : " ^2.7.0" ,
69
69
"@netlify/functions-utils" : " ^4.2.11" ,
70
70
"@netlify/git-utils" : " ^4.1.4" ,
119
119
"yargs" : " ^17.3.1"
120
120
},
121
121
"devDependencies" : {
122
- "@netlify/nock-udp" : " ^1 .0.0" ,
122
+ "@netlify/nock-udp" : " ^2 .0.0" ,
123
123
"atob" : " ^2.1.2" ,
124
124
"ava" : " ^4.0.0" ,
125
125
"c8" : " ^7.12.0" ,
Original file line number Diff line number Diff line change 8
8
* netlify-headers-parser bumped from ^6.0.2 to ^6.0.3
9
9
* netlify-redirect-parser bumped from 13.0.5 to ^13.0.6
10
10
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * netlify bumped from ^12.0.2 to ^12.0.3
16
+
11
17
## [ 18.2.4] ( https://github.com/netlify/build/compare/config-v18.2.3...config-v18.2.4 ) (2022-09-26)
12
18
13
19
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @netlify/config" ,
3
- "version" : " 18.2.5 " ,
3
+ "version" : " 18.2.6 " ,
4
4
"description" : " Netlify config module" ,
5
5
"type" : " module" ,
6
6
"exports" : " ./lib/main.js" ,
69
69
"is-plain-obj" : " ^4.0.0" ,
70
70
"js-yaml" : " ^4.0.0" ,
71
71
"map-obj" : " ^5.0.0" ,
72
- "netlify" : " ^12.0.2 " ,
72
+ "netlify" : " ^12.0.3 " ,
73
73
"netlify-headers-parser" : " ^6.0.3" ,
74
74
"netlify-redirect-parser" : " ^13.0.6" ,
75
75
"omit.js" : " ^2.0.2" ,
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
+ ## [ 12.0.3] ( https://github.com/netlify/build/compare/netlify-v12.0.2...netlify-v12.0.3 ) (2022-10-10)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * ** js-client:** add missing dependency ([ #4600 ] ( https://github.com/netlify/build/issues/4600 ) ) ([ 6d81538] ( https://github.com/netlify/build/commit/6d815389500fbf445153b2ed058da312ad4e0d1b ) )
16
+
10
17
## [ 12.0.2] ( https://github.com/netlify/build/compare/netlify-v12.0.1...netlify-v12.0.2 ) (2022-10-10)
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" : " 12.0.2 " ,
4
+ "version" : " 12.0.3 " ,
5
5
"type" : " module" ,
6
6
"exports" : " ./lib/index.js" ,
7
7
"main" : " ./lib/index.js" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.0.0] ( https://github.com/netlify/build/compare/nock-udp-v1.0.0...nock-udp-v2.0.0 ) (2022-10-10)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * migrate to ESModules and add types + adapt minimum node version (#4596 )
9
+
10
+ ### Bug Fixes
11
+
12
+ * migrate to ESModules and add types + adapt minimum node version ([ #4596 ] ( https://github.com/netlify/build/issues/4596 ) ) ([ f6e0a08] ( https://github.com/netlify/build/commit/f6e0a08b474f15dd5187a056742c4c84114f3cd7 ) )
13
+
3
14
## 1.0.0 (2021-07-13)
4
15
5
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @netlify/nock-udp" ,
3
- "version" : " 1 .0.0" ,
3
+ "version" : " 2 .0.0" ,
4
4
"description" : " Here to mock your UDP packets" ,
5
5
"exports" : " ./lib/main.js" ,
6
6
"main" : " ./lib/main.js" ,
You can’t perform that action at this time.
0 commit comments