Skip to content

Commit 364acff

Browse files
devversionzarend
authored andcommitted
build: update to latest version of Angular and update bazel setup
Updates to the latest version of Angular v13, and updates the Bazel setup in preparation for wiring up the APF v13 changes
1 parent c6e3064 commit 364acff

File tree

4 files changed

+481
-1390
lines changed

4 files changed

+481
-1390
lines changed

.ng-dev/pull-request.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export const pullRequest: PullRequestConfig = {
1515
{pattern: 'preserve commits', method: 'rebase'}
1616
]
1717
},
18-
claSignedLabel: 'cla: yes',
1918
mergeReadyLabel: 'merge ready',
2019
commitMessageFixupLabel: 'commit message fixup',
2120
caretakerNoteLabel: 'caretaker note',

WORKSPACE

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
88
# Add NodeJS rules
99
http_archive(
1010
name = "build_bazel_rules_nodejs",
11-
sha256 = "4e1a5633267a0ca1d550cced2919dd4148575c0bafd47608b88aea79c41b5ca3",
12-
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.2.0/rules_nodejs-4.2.0.tar.gz"],
11+
sha256 = "3635797a96c7bfcd0d265dacd722a07335e64d6ded9834af8d3f1b7ba5a25bba",
12+
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.3.0/rules_nodejs-4.3.0.tar.gz"],
1313
)
1414

1515
# Add sass rules
@@ -27,11 +27,10 @@ http_archive(
2727
# for declaring Bazel build setting flags.
2828
http_archive(
2929
name = "bazel_skylib",
30-
sha256 = "ebdf850bfef28d923a2cc67ddca86355a449b5e4f38b0a70e584dc24e5984aa6",
31-
strip_prefix = "bazel-skylib-f80bc733d4b9f83d427ce3442be2e07427b2cc8d",
30+
sha256 = "191ea53b19b7e49b5b63d0ef81d1a6278227f9ac2c09fed1c2b3a75d573f1eeb",
31+
strip_prefix = "bazel-skylib-b2ed61686ebca2a44d44857fef5b3e1d31cc2483",
3232
urls = [
33-
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/archive/f80bc733d4b9f83d427ce3442be2e07427b2cc8d.tar.gz",
34-
"https://github.com/bazelbuild/bazel-skylib/archive/f80bc733d4b9f83d427ce3442be2e07427b2cc8d.tar.gz",
33+
"https://github.com/bazelbuild/bazel-skylib/archive/b2ed61686ebca2a44d44857fef5b3e1d31cc2483.tar.gz",
3534
],
3635
)
3736

package.json

Lines changed: 26 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@
5252
},
5353
"version": "13.0.0-next.7",
5454
"dependencies": {
55-
"@angular/animations": "13.0.0-next.8",
56-
"@angular/common": "13.0.0-next.8",
57-
"@angular/compiler": "13.0.0-next.8",
58-
"@angular/core": "13.0.0-next.8",
59-
"@angular/forms": "13.0.0-next.8",
60-
"@angular/platform-browser": "13.0.0-next.8",
55+
"@angular/animations": "13.0.0-next.12",
56+
"@angular/common": "13.0.0-next.12",
57+
"@angular/compiler": "13.0.0-next.12",
58+
"@angular/core": "13.0.0-next.12",
59+
"@angular/forms": "13.0.0-next.12",
60+
"@angular/platform-browser": "13.0.0-next.12",
6161
"@types/google.maps": "^3.45.6",
6262
"@types/youtube": "^0.0.42",
6363
"core-js-bundle": "^3.8.2",
@@ -69,30 +69,30 @@
6969
"zone.js": "~0.11.3"
7070
},
7171
"devDependencies": {
72-
"@angular-devkit/build-optimizer": "0.1300.0-next.6",
73-
"@angular-devkit/core": "13.0.0-next.6",
74-
"@angular-devkit/schematics": "13.0.0-next.6",
75-
"@angular/bazel": "13.0.0-next.8",
76-
"@angular/compiler-cli": "13.0.0-next.8",
77-
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#5744e8e7ca5b3dfa76ad73b7b0eff271a108a737",
78-
"@angular/localize": "13.0.0-next.8",
79-
"@angular/platform-browser-dynamic": "13.0.0-next.8",
80-
"@angular/platform-server": "13.0.0-next.8",
81-
"@angular/router": "13.0.0-next.8",
72+
"@angular-devkit/build-optimizer": "0.1300.0-next.7",
73+
"@angular-devkit/core": "13.0.0-next.7",
74+
"@angular-devkit/schematics": "13.0.0-next.7",
75+
"@angular/bazel": "13.0.0-next.12",
76+
"@angular/compiler-cli": "13.0.0-next.12",
77+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#e674228281ff6ac4d21779070b090e8a8bde9e69",
78+
"@angular/localize": "13.0.0-next.12",
79+
"@angular/platform-browser-dynamic": "13.0.0-next.12",
80+
"@angular/platform-server": "13.0.0-next.12",
81+
"@angular/router": "13.0.0-next.12",
8282
"@axe-core/webdriverjs": "^4.1.0",
8383
"@babel/core": "^7.13.10",
8484
"@babel/traverse": "^7.13.0",
8585
"@bazel/bazelisk": "1.10.1",
8686
"@bazel/buildifier": "4.2.1",
87-
"@bazel/concatjs": "4.2.0",
88-
"@bazel/esbuild": "4.2.0",
87+
"@bazel/concatjs": "4.3.0",
88+
"@bazel/esbuild": "4.3.0",
8989
"@bazel/ibazel": "0.15.10",
9090
"@bazel/jasmine": "4.2.0",
91-
"@bazel/protractor": "4.2.0",
92-
"@bazel/rollup": "4.2.0",
93-
"@bazel/runfiles": "4.2.0",
94-
"@bazel/terser": "4.2.0",
95-
"@bazel/typescript": "4.2.0",
91+
"@bazel/protractor": "4.3.0",
92+
"@bazel/rollup": "4.3.0",
93+
"@bazel/runfiles": "4.3.0",
94+
"@bazel/terser": "4.3.0",
95+
"@bazel/typescript": "4.3.0",
9696
"@firebase/app-types": "^0.6.1",
9797
"@material/animation": "13.0.0-canary.860ad06a1.0",
9898
"@material/auto-init": "13.0.0-canary.860ad06a1.0",
@@ -143,9 +143,9 @@
143143
"@material/typography": "13.0.0-canary.860ad06a1.0",
144144
"@octokit/rest": "18.3.5",
145145
"@rollup/plugin-babel": "^5.3.0",
146-
"@rollup/plugin-commonjs": "^18.0.0",
146+
"@rollup/plugin-commonjs": "^20.0.0",
147147
"@rollup/plugin-node-resolve": "^13.0.5",
148-
"@schematics/angular": "13.0.0-next.6",
148+
"@schematics/angular": "13.0.0-next.7",
149149
"@types/browser-sync": "^2.26.1",
150150
"@types/fs-extra": "^9.0.5",
151151
"@types/glob": "^7.1.3",
@@ -210,10 +210,7 @@
210210
"protractor": "^7.0.0",
211211
"reflect-metadata": "^0.1.3",
212212
"requirejs": "^2.3.6",
213-
"rollup": "~2.42.2",
214-
"rollup-plugin-alias": "^2.2.0",
215-
"rollup-plugin-commonjs": "^10.1.0",
216-
"rollup-plugin-node-resolve": "^5.2.0",
213+
"rollup": "^2.58.0",
217214
"rollup-plugin-sourcemaps": "^0.6.3",
218215
"sass": "^1.41.0",
219216
"selenium-webdriver": "^3.6.0",

0 commit comments

Comments
 (0)