Skip to content

Commit d3716a9

Browse files
committed
build: update all non-major dependencies
(cherry picked from commit e9684b2)
1 parent 0982537 commit d3716a9

File tree

8 files changed

+149
-133
lines changed

8 files changed

+149
-133
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"ajv-formats/ajv": "8.9.0"
6464
},
6565
"devDependencies": {
66-
"@ampproject/remapping": "1.0.2",
66+
"@ampproject/remapping": "1.1.1",
6767
"@angular/animations": "13.1.3",
6868
"@angular/cdk": "13.1.3",
6969
"@angular/common": "13.1.3",
@@ -79,7 +79,7 @@
7979
"@angular/platform-server": "13.1.3",
8080
"@angular/router": "13.1.3",
8181
"@angular/service-worker": "13.1.3",
82-
"@babel/core": "7.16.10",
82+
"@babel/core": "7.16.12",
8383
"@babel/generator": "7.16.8",
8484
"@babel/helper-annotate-as-pure": "7.16.7",
8585
"@babel/plugin-proposal-async-generator-functions": "7.16.8",
@@ -137,8 +137,8 @@
137137
"critters": "0.0.16",
138138
"css-loader": "6.5.1",
139139
"debug": "^4.1.1",
140-
"esbuild": "0.14.12",
141-
"esbuild-wasm": "0.14.12",
140+
"esbuild": "0.14.13",
141+
"esbuild-wasm": "0.14.13",
142142
"eslint": "8.7.0",
143143
"eslint-config-prettier": "8.3.0",
144144
"eslint-plugin-header": "3.1.1",
@@ -218,7 +218,7 @@
218218
"typescript": "4.5.5",
219219
"verdaccio": "5.4.0",
220220
"verdaccio-auth-memory": "^10.0.0",
221-
"webpack": "5.66.0",
221+
"webpack": "5.67.0",
222222
"webpack-dev-middleware": "5.3.0",
223223
"webpack-dev-server": "4.7.3",
224224
"webpack-merge": "5.8.0",

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"open": "8.4.0",
4141
"ora": "5.4.1",
4242
"pacote": "12.0.2",
43-
"resolve": "1.21.1",
43+
"resolve": "1.22.0",
4444
"semver": "7.3.5",
4545
"symbol-observable": "4.0.0",
4646
"uuid": "8.3.2"

packages/angular_devkit/build_angular/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"typings": "src/index.d.ts",
77
"builders": "builders.json",
88
"dependencies": {
9-
"@ampproject/remapping": "1.0.2",
9+
"@ampproject/remapping": "1.1.1",
1010
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
1111
"@angular-devkit/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
1212
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
13-
"@babel/core": "7.16.10",
13+
"@babel/core": "7.16.12",
1414
"@babel/generator": "7.16.8",
1515
"@babel/helper-annotate-as-pure": "7.16.7",
1616
"@babel/plugin-proposal-async-generator-functions": "7.16.8",
@@ -31,7 +31,7 @@
3131
"core-js": "3.20.3",
3232
"critters": "0.0.16",
3333
"css-loader": "6.5.1",
34-
"esbuild-wasm": "0.14.12",
34+
"esbuild-wasm": "0.14.13",
3535
"glob": "7.2.0",
3636
"https-proxy-agent": "5.0.0",
3737
"inquirer": "8.2.0",
@@ -65,14 +65,14 @@
6565
"text-table": "0.2.0",
6666
"tree-kill": "1.2.2",
6767
"tslib": "2.3.1",
68-
"webpack": "5.66.0",
68+
"webpack": "5.67.0",
6969
"webpack-dev-middleware": "5.3.0",
7070
"webpack-dev-server": "4.7.3",
7171
"webpack-merge": "5.8.0",
7272
"webpack-subresource-integrity": "5.1.0"
7373
},
7474
"optionalDependencies": {
75-
"esbuild": "0.14.12"
75+
"esbuild": "0.14.13"
7676
},
7777
"peerDependencies": {
7878
"@angular/compiler-cli": "^13.0.0 || ^13.2.0-next",

packages/angular_devkit/build_optimizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
}
2323
},
2424
"devDependencies": {
25-
"webpack": "5.66.0"
25+
"webpack": "5.67.0"
2626
}
2727
}

packages/angular_devkit/build_webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
1515
"node-fetch": "2.6.1",
16-
"webpack": "5.66.0"
16+
"webpack": "5.67.0"
1717
},
1818
"peerDependencies": {
1919
"webpack": "^5.30.0",

packages/angular_devkit/build_webpack/src/webpack/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export function runWebpack(
5959
switchMap(
6060
(webpackCompiler) =>
6161
new Observable<BuildResult>((obs) => {
62-
const callback = (err?: Error, stats?: webpack.Stats) => {
62+
const callback = (err?: Error | null, stats?: webpack.Stats) => {
6363
if (err) {
6464
return obs.error(err);
6565
}

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"@angular/compiler": "13.1.3",
3232
"@angular/compiler-cli": "13.1.3",
3333
"typescript": "4.5.5",
34-
"webpack": "5.66.0"
34+
"webpack": "5.67.0"
3535
}
3636
}

yarn.lock

Lines changed: 134 additions & 118 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)