Skip to content

Commit 7f4c252

Browse files
angular-robotalan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent a563c57 commit 7f4c252

File tree

5 files changed

+483
-39
lines changed

5 files changed

+483
-39
lines changed

WORKSPACE

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ build_bazel_rules_nodejs_dependencies()
3232

3333
http_archive(
3434
name = "rules_pkg",
35-
sha256 = "451e08a4d78988c06fa3f9306ec813b836b1d076d0f055595444ba4ff22b867f",
36-
urls = ["https://github.com/bazelbuild/rules_pkg/releases/download/0.7.1/rules_pkg-0.7.1.tar.gz"],
35+
sha256 = "eea0f59c28a9241156a47d7a8e32db9122f3d50b505fae0f33de6ce4d9b61834",
36+
urls = ["https://github.com/bazelbuild/rules_pkg/releases/download/0.8.0/rules_pkg-0.8.0.tar.gz"],
3737
)
3838

3939
load("@bazel_tools//tools/sh:sh_configure.bzl", "sh_configure")
@@ -78,9 +78,9 @@ yarn_install(
7878

7979
http_archive(
8080
name = "aspect_bazel_lib",
81-
sha256 = "eae670935704ce5f9d050b2c23d426b4ae453458830eebdaac1f11a6a9da150b",
82-
strip_prefix = "bazel-lib-1.15.0",
83-
url = "https://github.com/aspect-build/bazel-lib/archive/v1.15.0.tar.gz",
81+
sha256 = "88ac1874c9930c5f01482d25a4f25104a788a178bf1c20053c00322ea7059bd6",
82+
strip_prefix = "bazel-lib-1.16.0",
83+
url = "https://github.com/aspect-build/bazel-lib/archive/v1.16.0.tar.gz",
8484
)
8585

8686
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "register_jq_toolchains")

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@
8181
"@angular/platform-server": "15.0.0-rc.2",
8282
"@angular/router": "15.0.0-rc.2",
8383
"@angular/service-worker": "15.0.0-rc.2",
84-
"@babel/core": "7.19.6",
85-
"@babel/generator": "7.20.1",
84+
"@babel/core": "7.20.2",
85+
"@babel/generator": "7.20.2",
8686
"@babel/helper-annotate-as-pure": "7.18.6",
8787
"@babel/plugin-proposal-async-generator-functions": "7.20.1",
8888
"@babel/plugin-transform-async-to-generator": "7.18.6",
8989
"@babel/plugin-transform-runtime": "7.19.6",
90-
"@babel/preset-env": "7.19.4",
90+
"@babel/preset-env": "7.20.2",
9191
"@babel/runtime": "7.20.1",
9292
"@babel/template": "7.18.10",
9393
"@bazel/bazelisk": "1.12.1",
@@ -129,20 +129,20 @@
129129
"ajv-formats": "2.1.1",
130130
"ansi-colors": "4.1.3",
131131
"autoprefixer": "10.4.13",
132-
"babel-loader": "9.0.1",
132+
"babel-loader": "9.1.0",
133133
"babel-plugin-istanbul": "6.1.1",
134134
"bootstrap": "^4.0.0",
135135
"browserslist": "^4.9.1",
136-
"cacache": "17.0.1",
136+
"cacache": "17.0.2",
137137
"chokidar": "3.5.3",
138138
"copy-webpack-plugin": "11.0.0",
139139
"critters": "0.0.16",
140140
"cross-env": "^7.0.3",
141141
"css-loader": "6.7.1",
142142
"debug": "^4.1.1",
143-
"esbuild": "0.15.12",
144-
"esbuild-wasm": "0.15.12",
145-
"eslint": "8.26.0",
143+
"esbuild": "0.15.13",
144+
"esbuild-wasm": "0.15.13",
145+
"eslint": "8.27.0",
146146
"eslint-config-prettier": "8.5.0",
147147
"eslint-plugin-header": "3.1.1",
148148
"eslint-plugin-import": "2.26.0",
@@ -193,7 +193,7 @@
193193
"regenerator-runtime": "0.13.10",
194194
"resolve-url-loader": "5.0.0",
195195
"rxjs": "6.6.7",
196-
"sass": "1.55.0",
196+
"sass": "1.56.0",
197197
"sass-loader": "13.1.0",
198198
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.8.1-linux.tar.gz",
199199
"semver": "7.3.8",
@@ -217,7 +217,7 @@
217217
"webpack-dev-server": "4.11.1",
218218
"webpack-merge": "5.8.0",
219219
"webpack-subresource-integrity": "5.1.0",
220-
"yargs": "17.6.0",
220+
"yargs": "17.6.2",
221221
"yargs-parser": "21.1.1",
222222
"zone.js": "^0.11.3"
223223
}

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"resolve": "1.22.1",
4040
"semver": "7.3.8",
4141
"symbol-observable": "4.0.0",
42-
"yargs": "17.6.0"
42+
"yargs": "17.6.2"
4343
},
4444
"devDependencies": {
4545
"rxjs": "6.6.7"

packages/angular_devkit/build_angular/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,28 @@
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.19.6",
14-
"@babel/generator": "7.20.1",
13+
"@babel/core": "7.20.2",
14+
"@babel/generator": "7.20.2",
1515
"@babel/helper-annotate-as-pure": "7.18.6",
1616
"@babel/plugin-proposal-async-generator-functions": "7.20.1",
1717
"@babel/plugin-transform-async-to-generator": "7.18.6",
1818
"@babel/plugin-transform-runtime": "7.19.6",
19-
"@babel/preset-env": "7.19.4",
19+
"@babel/preset-env": "7.20.2",
2020
"@babel/runtime": "7.20.1",
2121
"@babel/template": "7.18.10",
2222
"@discoveryjs/json-ext": "0.5.7",
2323
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
2424
"ansi-colors": "4.1.3",
2525
"autoprefixer": "10.4.13",
26-
"babel-loader": "9.0.1",
26+
"babel-loader": "9.1.0",
2727
"babel-plugin-istanbul": "6.1.1",
2828
"browserslist": "^4.9.1",
29-
"cacache": "17.0.1",
29+
"cacache": "17.0.2",
3030
"chokidar": "3.5.3",
3131
"copy-webpack-plugin": "11.0.0",
3232
"critters": "0.0.16",
3333
"css-loader": "6.7.1",
34-
"esbuild-wasm": "0.15.12",
34+
"esbuild-wasm": "0.15.13",
3535
"glob": "8.0.3",
3636
"https-proxy-agent": "5.0.1",
3737
"inquirer": "8.2.4",
@@ -52,7 +52,7 @@
5252
"regenerator-runtime": "0.13.10",
5353
"resolve-url-loader": "5.0.0",
5454
"rxjs": "6.6.7",
55-
"sass": "1.55.0",
55+
"sass": "1.56.0",
5656
"sass-loader": "13.1.0",
5757
"semver": "7.3.8",
5858
"source-map-loader": "4.0.1",
@@ -68,7 +68,7 @@
6868
"webpack-subresource-integrity": "5.1.0"
6969
},
7070
"optionalDependencies": {
71-
"esbuild": "0.15.12"
71+
"esbuild": "0.15.13"
7272
},
7373
"peerDependencies": {
7474
"@angular/compiler-cli": "^15.0.0-next",

0 commit comments

Comments
 (0)