Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 1135389

Browse files
committed
build: update to Angular 17.2
Updates to the release candidate of Angular 17.2.
1 parent 6ec9403 commit 1135389

File tree

7 files changed

+2117
-2458
lines changed

7 files changed

+2117
-2458
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_LTE4Nzc1MDcwNjU=

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# Input hashes for repository rule npm_translate_lock(name = "npm", pnpm_lock = "//:pnpm-lock.yaml").
33
# This file should be checked into version control along with the pnpm-lock.yaml file.
44
.npmrc=-1306950124
5-
pnpm-lock.yaml=-1815971058
6-
yarn.lock=-1448517757
7-
package.json=-1980914499
5+
pnpm-lock.yaml=1756835753
6+
yarn.lock=1009768585
7+
package.json=-1257644840

defs.bzl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,6 @@ LINT_DEPS = APPLICATION_DEPS + [
112112
]
113113

114114

115-
ARCHITEXT_ENV = {
116-
"NG_BUILD_LEGACY_SASS": "1",
117-
}
118-
119115
def ng_app(name, project_name = None, deps = [], test_deps = [], e2e_deps = [], **kwargs):
120116
"""
121117
Macro for Angular applications, creating various targets aligning with the Angular CLI.
@@ -263,7 +259,6 @@ def _architect_build(project_name, configuration = None, args = [], srcs = [], *
263259
args = args,
264260
out_dirs = [output_dir],
265261
srcs = srcs,
266-
env = ARCHITEXT_ENV,
267262
**kwargs,
268263
)
269264

@@ -276,7 +271,6 @@ def _architect_test(project_name, command, configuration = None, args = [], srcs
276271
"CHROME_BIN": to_root + "$(CHROMIUM)",
277272
"CHROMEDRIVER_BIN": to_root + "$(CHROMEDRIVER)",
278273
}
279-
env.update(ARCHITEXT_ENV)
280274

281275
architect_cli.architect_test(
282276
name = "%s%s" % (command, ".%s" % configuration if configuration else ""),
@@ -301,7 +295,6 @@ def _architect_binary(project_name, command, configuration = None, args = [], sr
301295
"%s:%s%s" % (project_name, command, ":%s" % configuration if configuration else "")
302296
] + args,
303297
data = srcs,
304-
env = ARCHITEXT_ENV,
305298
**kwargs,
306299
)
307300

package.json

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,24 @@
3030
},
3131
"private": true,
3232
"dependencies": {
33-
"@angular/animations": "^17.1.3",
34-
"@angular/cdk": "^17.1.2",
35-
"@angular/cdk-experimental": "^17.1.2",
36-
"@angular/common": "^17.1.3",
37-
"@angular/compiler": "^17.1.3",
33+
"@angular/animations": "^17.2.0-rc.0",
34+
"@angular/cdk": "^17.2.0-rc.0",
35+
"@angular/cdk-experimental": "^17.2.0-rc.0",
36+
"@angular/common": "^17.2.0-rc.0",
37+
"@angular/compiler": "^17.2.0-rc.0",
3838
"@angular/components-examples": "https://github.com/angular/material2-docs-content.git#2cbeda837203364cc3603d7a6b574621e7c9f189",
39-
"@angular/core": "^17.1.3",
40-
"@angular/forms": "^17.1.3",
41-
"@angular/google-maps": "^17.1.2",
42-
"@angular/localize": "^17.1.3",
43-
"@angular/material": "^17.1.2",
44-
"@angular/material-experimental": "^17.1.2",
45-
"@angular/material-moment-adapter": "^17.1.2",
46-
"@angular/platform-browser": "^17.1.3",
47-
"@angular/platform-browser-dynamic": "^17.1.3",
48-
"@angular/router": "^17.1.3",
49-
"@angular/ssr": "^17.1.3",
50-
"@angular/youtube-player": "^17.1.2",
39+
"@angular/core": "^17.2.0-rc.0",
40+
"@angular/forms": "^17.2.0-rc.0",
41+
"@angular/google-maps": "^17.2.0-rc.0",
42+
"@angular/localize": "^17.2.0-rc.0",
43+
"@angular/material": "^17.2.0-rc.0",
44+
"@angular/material-experimental": "^17.2.0-rc.0",
45+
"@angular/material-moment-adapter": "^17.2.0-rc.0",
46+
"@angular/platform-browser": "^17.2.0-rc.0",
47+
"@angular/platform-browser-dynamic": "^17.2.0-rc.0",
48+
"@angular/router": "^17.2.0-rc.0",
49+
"@angular/ssr": "^17.2.0-rc.0",
50+
"@angular/youtube-player": "^17.2.0-rc.0",
5151
"@stackblitz/sdk": "^1.5.2",
5252
"moment": "^2.29.1",
5353
"path-normalize": "^6.0.7",
@@ -56,15 +56,15 @@
5656
"zone.js": "~0.14.0"
5757
},
5858
"devDependencies": {
59-
"@angular-devkit/architect": "^0.1701.3",
60-
"@angular-devkit/architect-cli": "^0.1701.3",
61-
"@angular-devkit/build-angular": "^17.1.3",
59+
"@angular-devkit/architect": "^0.1702.0-rc.0",
60+
"@angular-devkit/architect-cli": "^0.1702.0-rc.0",
61+
"@angular-devkit/build-angular": "^17.2.0-rc.0",
6262
"@angular-eslint/builder": "^14.0.0",
6363
"@angular-eslint/eslint-plugin": "^14.0.0",
6464
"@angular-eslint/eslint-plugin-template": "^14.0.0",
6565
"@angular-eslint/template-parser": "^14.0.0",
66-
"@angular/cli": "^17.1.3",
67-
"@angular/compiler-cli": "^17.1.3",
66+
"@angular/cli": "^17.2.0-rc.0",
67+
"@angular/compiler-cli": "^17.2.0-rc.0",
6868
"@bazel/bazelisk": "^1.12.1",
6969
"@types/imagemin": "^7.0.0",
7070
"@types/jasmine": "^3.7.7",
@@ -94,6 +94,7 @@
9494
"npm-run-all": "^4.1.5",
9595
"protractor": "^7.0.0",
9696
"puppeteer": "~21.1.0",
97+
"sass": "^1.70.0",
9798
"shelljs": "^0.8.4",
9899
"ts-node": "^8.10.2",
99100
"typescript": "~5.2.2"

0 commit comments

Comments
 (0)