Skip to content

Commit

Permalink
build: update to Angular 17.3 and TypeScript 5.4
Browse files Browse the repository at this point in the history
Updates the project to Angular 17.3 and TypeScript 5.4. Also fixes that a previous change accidentally replaced the `${version}` placeholder in the Stackblitz template.
  • Loading branch information
crisbeto committed Mar 20, 2024
1 parent 38b0fbf commit 3f07a02
Show file tree
Hide file tree
Showing 7 changed files with 2,623 additions and 2,112 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=772880874
yarn.lock=201241157
package.json=1655886787
pnpm-lock.yaml=-1588531956
yarn.lock=-1601036339
package.json=232433724
4 changes: 2 additions & 2 deletions material.angular.io/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
version: 2.1

orbs:
browser-tools: circleci/browser-tools@1.4.6
browser-tools: circleci/browser-tools@1.4.8
devinfra: angular/dev-infra@1.0.9

# Cache key for CircleCI. We want to invalidate the cache whenever the Yarn lock file changes.
var_1: &cache_key material-angular-io-{{ .Branch }}-{{ checksum "yarn.lock" }}
var_2: &default_docker_image cimg/node:18.17.1-browsers
var_2: &default_docker_image cimg/node:18.19.1-browsers

# Settings common to each job
var_3: &job_defaults
Expand Down
54 changes: 27 additions & 27 deletions material.angular.io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,24 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^17.2.0",
"@angular/cdk": "^17.2.0",
"@angular/cdk-experimental": "^17.2.0",
"@angular/common": "^17.2.0",
"@angular/compiler": "^17.2.0",
"@angular/components-examples": "https://github.com/angular/material2-docs-content.git#a3db0dd92577982c00436c484fe2bfaca5a139a7",
"@angular/core": "^17.2.0",
"@angular/forms": "^17.2.0",
"@angular/google-maps": "^17.2.0",
"@angular/localize": "^17.2.0",
"@angular/material": "^17.2.0",
"@angular/material-experimental": "^17.2.0",
"@angular/material-moment-adapter": "^17.2.0",
"@angular/platform-browser": "^17.2.0",
"@angular/platform-browser-dynamic": "^17.2.0",
"@angular/router": "^17.2.0",
"@angular/ssr": "^17.2.0",
"@angular/youtube-player": "^17.2.0",
"@angular/animations": "^17.3.0",
"@angular/cdk": "^17.3.0",
"@angular/cdk-experimental": "^17.3.0",
"@angular/common": "^17.3.0",
"@angular/compiler": "^17.3.0",
"@angular/components-examples": "https://github.com/angular/material2-docs-content.git#8319d8fde93ab4ed2bd6e0b6e2a88d893661bdd5",
"@angular/core": "^17.3.0",
"@angular/forms": "^17.3.0",
"@angular/google-maps": "^17.3.0",
"@angular/localize": "^17.3.0",
"@angular/material": "^17.3.0",
"@angular/material-experimental": "^17.3.0",
"@angular/material-moment-adapter": "^17.3.0",
"@angular/platform-browser": "^17.3.0",
"@angular/platform-browser-dynamic": "^17.3.0",
"@angular/router": "^17.3.0",
"@angular/ssr": "^17.3.0",
"@angular/youtube-player": "^17.3.0",
"@stackblitz/sdk": "^1.5.2",
"moment": "^2.29.1",
"path-normalize": "^6.0.7",
Expand All @@ -56,26 +56,26 @@
"zone.js": "~0.14.0"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1702.0",
"@angular-devkit/architect": "^0.1703.0",
"@angular-devkit/architect-cli": "^0.1702.0",
"@angular-devkit/build-angular": "^17.2.0",
"@angular-devkit/build-angular": "^17.3.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.2.0",
"@angular/compiler-cli": "^17.2.0",
"@angular/cli": "^17.3.0",
"@angular/compiler-cli": "^17.3.0",
"@bazel/bazelisk": "^1.12.1",
"@types/imagemin": "^7.0.0",
"@types/jasmine": "^3.7.7",
"@types/node": "^16.11.7",
"@types/shelljs": "~0.8.8",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint": "^8.23.1",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"eslint": "^8.56.0",
"eslint-plugin-ban": "^1.5.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^32.3.0",
"eslint-plugin-jsdoc": "^48.2.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"firebase-tools": "^11.0.1",
"imagemin": "^7.0.1",
Expand All @@ -97,6 +97,6 @@
"sass": "^1.70.0",
"shelljs": "^0.8.4",
"ts-node": "^8.10.2",
"typescript": "~5.2.2"
"typescript": "~5.4.2"
}
}
Loading

0 comments on commit 3f07a02

Please sign in to comment.