Skip to content

Commit 2bd859e

Browse files
renovate-botclydin
authored andcommitted
build: update all non-major dependencies
1 parent ea4c78a commit 2bd859e

File tree

9 files changed

+124
-92
lines changed

9 files changed

+124
-92
lines changed

WORKSPACE

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
77

88
http_archive(
99
name = "build_bazel_rules_nodejs",
10-
sha256 = "0fa2d443571c9e02fcb7363a74ae591bdcce2dd76af8677a95965edf329d778a",
11-
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.6.0/rules_nodejs-3.6.0.tar.gz"],
10+
sha256 = "8f5f192ba02319254aaf2cdcca00ec12eaafeb979a80a1e946773c520ae0a2c9",
11+
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.7.0/rules_nodejs-3.7.0.tar.gz"],
1212
)
1313

1414
# Check the bazel version and download npm dependencies

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
]
6363
},
6464
"resolutions": {
65-
"**/@types/copy-webpack-plugin/webpack": "5.42.0",
66-
"ajv-formats/ajv": "8.6.0"
65+
"**/@types/copy-webpack-plugin/webpack": "5.42.1",
66+
"ajv-formats/ajv": "8.6.1"
6767
},
6868
"devDependencies": {
6969
"@ampproject/remapping": "1.0.1",
@@ -92,8 +92,8 @@
9292
"@babel/template": "7.14.5",
9393
"@bazel/bazelisk": "1.9.0",
9494
"@bazel/buildifier": "4.0.1",
95-
"@bazel/jasmine": "3.6.0",
96-
"@bazel/typescript": "3.6.0",
95+
"@bazel/jasmine": "3.7.0",
96+
"@bazel/typescript": "3.7.0",
9797
"@discoveryjs/json-ext": "0.5.3",
9898
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
9999
"@types/babel__core": "7.1.14",
@@ -125,10 +125,10 @@
125125
"@types/text-table": "^0.2.1",
126126
"@types/uuid": "^8.0.0",
127127
"@types/webpack-dev-server": "^3.1.7",
128-
"@typescript-eslint/eslint-plugin": "4.28.1",
129-
"@typescript-eslint/parser": "4.28.1",
128+
"@typescript-eslint/eslint-plugin": "4.28.2",
129+
"@typescript-eslint/parser": "4.28.2",
130130
"@yarnpkg/lockfile": "1.1.0",
131-
"ajv": "8.6.0",
131+
"ajv": "8.6.1",
132132
"ajv-formats": "2.1.0",
133133
"ansi-colors": "4.1.1",
134134
"babel-loader": "8.2.2",
@@ -148,7 +148,7 @@
148148
"debug": "^4.1.1",
149149
"enhanced-resolve": "5.8.2",
150150
"esbuild": "0.12.14",
151-
"eslint": "7.29.0",
151+
"eslint": "7.30.0",
152152
"eslint-config-prettier": "8.3.0",
153153
"eslint-plugin-header": "3.1.1",
154154
"eslint-plugin-import": "2.23.4",
@@ -180,14 +180,14 @@
180180
"license-webpack-plugin": "2.3.19",
181181
"loader-utils": "2.0.0",
182182
"magic-string": "0.25.7",
183-
"mini-css-extract-plugin": "2.0.0",
183+
"mini-css-extract-plugin": "2.1.0",
184184
"minimatch": "3.0.4",
185185
"minimist": "^1.2.0",
186186
"ng-packagr": "~12.1.0-next.0",
187187
"node-fetch": "^2.2.0",
188188
"open": "8.2.1",
189189
"ora": "5.4.1",
190-
"pacote": "11.3.4",
190+
"pacote": "11.3.5",
191191
"parse5-html-rewriting-stream": "6.0.1",
192192
"pidtree": "^0.5.0",
193193
"pidusage": "^2.0.17",
@@ -230,7 +230,7 @@
230230
"typescript": "4.3.5",
231231
"verdaccio": "5.1.1",
232232
"verdaccio-auth-memory": "^10.0.0",
233-
"webpack": "5.42.0",
233+
"webpack": "5.42.1",
234234
"webpack-dev-middleware": "5.0.0",
235235
"webpack-dev-server": "3.11.2",
236236
"webpack-merge": "5.8.0",

packages/angular/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
"@schematics/angular": "0.0.0",
3232
"@yarnpkg/lockfile": "1.1.0",
3333
"ansi-colors": "4.1.1",
34-
"debug": "4.3.1",
34+
"debug": "4.3.2",
3535
"ini": "2.0.0",
3636
"inquirer": "8.1.1",
3737
"jsonc-parser": "3.0.0",
3838
"npm-package-arg": "8.1.5",
3939
"npm-pick-manifest": "6.1.1",
4040
"open": "8.2.1",
4141
"ora": "5.4.1",
42-
"pacote": "11.3.4",
42+
"pacote": "11.3.5",
4343
"resolve": "1.20.0",
4444
"semver": "7.3.5",
4545
"symbol-observable": "4.0.0",

packages/angular_devkit/build_angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"less-loader": "10.0.1",
4545
"license-webpack-plugin": "2.3.19",
4646
"loader-utils": "2.0.0",
47-
"mini-css-extract-plugin": "2.0.0",
47+
"mini-css-extract-plugin": "2.1.0",
4848
"minimatch": "3.0.4",
4949
"open": "8.2.1",
5050
"ora": "5.4.1",
@@ -71,7 +71,7 @@
7171
"text-table": "0.2.0",
7272
"tree-kill": "1.2.2",
7373
"tslib": "2.3.0",
74-
"webpack": "5.42.0",
74+
"webpack": "5.42.1",
7575
"webpack-dev-middleware": "5.0.0",
7676
"webpack-dev-server": "3.11.2",
7777
"webpack-merge": "5.8.0",

packages/angular_devkit/build_optimizer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
}
2323
},
2424
"devDependencies": {
25-
"webpack": "5.42.0"
25+
"webpack": "5.42.1"
2626
}
2727
}

packages/angular_devkit/build_webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@angular-devkit/core": "0.0.0",
1515
"node-fetch": "2.6.1",
16-
"webpack": "5.42.0"
16+
"webpack": "5.42.1"
1717
},
1818
"peerDependencies": {
1919
"webpack": "^5.30.0",

packages/angular_devkit/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"core"
99
],
1010
"dependencies": {
11-
"ajv": "8.6.0",
11+
"ajv": "8.6.1",
1212
"ajv-formats": "2.1.0",
1313
"fast-json-stable-stringify": "2.1.0",
1414
"magic-string": "0.25.7",

packages/ngtools/webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
"@angular/compiler": "12.1.1",
3434
"@angular/compiler-cli": "12.1.1",
3535
"typescript": "4.3.5",
36-
"webpack": "5.42.0"
36+
"webpack": "5.42.1"
3737
}
3838
}

0 commit comments

Comments
 (0)