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

Commit

Permalink
build: update to Angular 17.2
Browse files Browse the repository at this point in the history
Updates to the release candidate of Angular 17.2.
  • Loading branch information
crisbeto committed Feb 14, 2024
1 parent 6ec9403 commit 1135389
Show file tree
Hide file tree
Showing 7 changed files with 2,117 additions and 2,458 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# Input hashes for repository rule npm_translate_lock(name = "npm", pnpm_lock = "//:pnpm-lock.yaml").
# This file should be checked into version control along with the pnpm-lock.yaml file.
.npmrc=-1306950124
pnpm-lock.yaml=-1815971058
yarn.lock=-1448517757
package.json=-1980914499
pnpm-lock.yaml=1756835753
yarn.lock=1009768585
package.json=-1257644840
7 changes: 0 additions & 7 deletions defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,6 @@ LINT_DEPS = APPLICATION_DEPS + [
]


ARCHITEXT_ENV = {
"NG_BUILD_LEGACY_SASS": "1",
}

def ng_app(name, project_name = None, deps = [], test_deps = [], e2e_deps = [], **kwargs):
"""
Macro for Angular applications, creating various targets aligning with the Angular CLI.
Expand Down Expand Up @@ -263,7 +259,6 @@ def _architect_build(project_name, configuration = None, args = [], srcs = [], *
args = args,
out_dirs = [output_dir],
srcs = srcs,
env = ARCHITEXT_ENV,
**kwargs,
)

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

architect_cli.architect_test(
name = "%s%s" % (command, ".%s" % configuration if configuration else ""),
Expand All @@ -301,7 +295,6 @@ def _architect_binary(project_name, command, configuration = None, args = [], sr
"%s:%s%s" % (project_name, command, ":%s" % configuration if configuration else "")
] + args,
data = srcs,
env = ARCHITEXT_ENV,
**kwargs,
)

45 changes: 23 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,24 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^17.1.3",
"@angular/cdk": "^17.1.2",
"@angular/cdk-experimental": "^17.1.2",
"@angular/common": "^17.1.3",
"@angular/compiler": "^17.1.3",
"@angular/animations": "^17.2.0-rc.0",
"@angular/cdk": "^17.2.0-rc.0",
"@angular/cdk-experimental": "^17.2.0-rc.0",
"@angular/common": "^17.2.0-rc.0",
"@angular/compiler": "^17.2.0-rc.0",
"@angular/components-examples": "https://github.com/angular/material2-docs-content.git#2cbeda837203364cc3603d7a6b574621e7c9f189",
"@angular/core": "^17.1.3",
"@angular/forms": "^17.1.3",
"@angular/google-maps": "^17.1.2",
"@angular/localize": "^17.1.3",
"@angular/material": "^17.1.2",
"@angular/material-experimental": "^17.1.2",
"@angular/material-moment-adapter": "^17.1.2",
"@angular/platform-browser": "^17.1.3",
"@angular/platform-browser-dynamic": "^17.1.3",
"@angular/router": "^17.1.3",
"@angular/ssr": "^17.1.3",
"@angular/youtube-player": "^17.1.2",
"@angular/core": "^17.2.0-rc.0",
"@angular/forms": "^17.2.0-rc.0",
"@angular/google-maps": "^17.2.0-rc.0",
"@angular/localize": "^17.2.0-rc.0",
"@angular/material": "^17.2.0-rc.0",
"@angular/material-experimental": "^17.2.0-rc.0",
"@angular/material-moment-adapter": "^17.2.0-rc.0",
"@angular/platform-browser": "^17.2.0-rc.0",
"@angular/platform-browser-dynamic": "^17.2.0-rc.0",
"@angular/router": "^17.2.0-rc.0",
"@angular/ssr": "^17.2.0-rc.0",
"@angular/youtube-player": "^17.2.0-rc.0",
"@stackblitz/sdk": "^1.5.2",
"moment": "^2.29.1",
"path-normalize": "^6.0.7",
Expand All @@ -56,15 +56,15 @@
"zone.js": "~0.14.0"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1701.3",
"@angular-devkit/architect-cli": "^0.1701.3",
"@angular-devkit/build-angular": "^17.1.3",
"@angular-devkit/architect": "^0.1702.0-rc.0",
"@angular-devkit/architect-cli": "^0.1702.0-rc.0",
"@angular-devkit/build-angular": "^17.2.0-rc.0",
"@angular-eslint/builder": "^14.0.0",
"@angular-eslint/eslint-plugin": "^14.0.0",
"@angular-eslint/eslint-plugin-template": "^14.0.0",
"@angular-eslint/template-parser": "^14.0.0",
"@angular/cli": "^17.1.3",
"@angular/compiler-cli": "^17.1.3",
"@angular/cli": "^17.2.0-rc.0",
"@angular/compiler-cli": "^17.2.0-rc.0",
"@bazel/bazelisk": "^1.12.1",
"@types/imagemin": "^7.0.0",
"@types/jasmine": "^3.7.7",
Expand Down Expand Up @@ -94,6 +94,7 @@
"npm-run-all": "^4.1.5",
"protractor": "^7.0.0",
"puppeteer": "~21.1.0",
"sass": "^1.70.0",
"shelljs": "^0.8.4",
"ts-node": "^8.10.2",
"typescript": "~5.2.2"
Expand Down
Loading

0 comments on commit 1135389

Please sign in to comment.