Skip to content

Commit

Permalink
build: update Angular versions for 19.2 prereleases
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin committed Jan 22, 2025
1 parent 70adba4 commit 5ee6470
Show file tree
Hide file tree
Showing 8 changed files with 291 additions and 291 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Input hashes for repository rule npm_translate_lock(name = "npm2", pnpm_lock = "@//:pnpm-lock.yaml").
# This file should be checked into version control along with the pnpm-lock.yaml file.
.npmrc=-2023857461
package.json=-1617486497
package.json=684715267
packages/angular/cli/package.json=-1878910022
packages/angular/pwa/package.json=1108903917
packages/angular_devkit/architect/package.json=-1496633956
Expand All @@ -11,8 +11,8 @@ packages/angular_devkit/build_webpack/package.json=373950017
packages/angular_devkit/core/package.json=339935828
packages/angular_devkit/schematics/package.json=673943597
packages/angular_devkit/schematics_cli/package.json=-1663529211
packages/ngtools/webpack/package.json=597254444
packages/ngtools/webpack/package.json=1463215526
packages/schematics/angular/package.json=251715148
pnpm-lock.yaml=393090124
pnpm-lock.yaml=-1421958199
pnpm-workspace.yaml=1732591250
yarn.lock=311829039
yarn.lock=-1426990307
6 changes: 3 additions & 3 deletions constants.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ RELEASE_ENGINES_NPM = "^6.11.0 || ^7.5.6 || >=8.0.0"
RELEASE_ENGINES_YARN = ">= 1.13.0"

NG_PACKAGR_VERSION = "^19.1.0-next.0"
ANGULAR_FW_VERSION = "^19.1.0-next.0"
ANGULAR_FW_PEER_DEP = "^19.0.0 || ^19.1.0-next.0"
NG_PACKAGR_PEER_DEP = "^19.0.0 || ^19.1.0-next.0"
ANGULAR_FW_VERSION = "^19.2.0-next.0"
ANGULAR_FW_PEER_DEP = "^19.0.0 || ^19.2.0-next.0"
NG_PACKAGR_PEER_DEP = "^19.0.0 || ^19.2.0-next.0"

SNAPSHOT_REPOS = {
"@angular/cli": "angular/cli-builds",
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,23 +43,23 @@
"homepage": "https://github.com/angular/angular-cli",
"devDependencies": {
"@ampproject/remapping": "2.3.0",
"@angular/animations": "19.1.2",
"@angular/animations": "19.2.0-next.0",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#ab24c09304bbac749b3eeac384861aac93182f38",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#1298ed34f97ed13cce3177ffd25ac3292385b196",
"@angular/cdk": "19.1.0",
"@angular/common": "19.1.2",
"@angular/compiler": "19.1.2",
"@angular/compiler-cli": "19.1.2",
"@angular/core": "19.1.2",
"@angular/forms": "19.1.2",
"@angular/localize": "19.1.2",
"@angular/material": "19.1.0",
"@angular/cdk": "19.2.0-next.0",
"@angular/common": "19.2.0-next.0",
"@angular/compiler": "19.2.0-next.0",
"@angular/compiler-cli": "19.2.0-next.0",
"@angular/core": "19.2.0-next.0",
"@angular/forms": "19.2.0-next.0",
"@angular/localize": "19.2.0-next.0",
"@angular/material": "19.2.0-next.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#744e5a754635c8e8e008f957aba8f9dd8011cc8f",
"@angular/platform-browser": "19.1.2",
"@angular/platform-browser-dynamic": "19.1.2",
"@angular/platform-server": "19.1.2",
"@angular/router": "19.1.2",
"@angular/service-worker": "19.1.2",
"@angular/platform-browser": "19.2.0-next.0",
"@angular/platform-browser-dynamic": "19.2.0-next.0",
"@angular/platform-server": "19.2.0-next.0",
"@angular/router": "19.2.0-next.0",
"@angular/service-worker": "19.2.0-next.0",
"@babel/core": "7.26.0",
"@babel/generator": "7.26.5",
"@babel/helper-annotate-as-pure": "7.25.9",
Expand Down
12 changes: 6 additions & 6 deletions packages/angular/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
}
},
"devDependencies": {
"@angular/common": "19.1.2",
"@angular/compiler": "19.1.2",
"@angular/core": "19.1.2",
"@angular/platform-browser": "19.1.2",
"@angular/platform-server": "19.1.2",
"@angular/router": "19.1.2",
"@angular/common": "19.2.0-next.0",
"@angular/compiler": "19.2.0-next.0",
"@angular/core": "19.2.0-next.0",
"@angular/platform-browser": "19.2.0-next.0",
"@angular/platform-server": "19.2.0-next.0",
"@angular/router": "19.2.0-next.0",
"@bazel/runfiles": "^6.0.0"
},
"sideEffects": false,
Expand Down
4 changes: 2 additions & 2 deletions packages/ngtools/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
},
"devDependencies": {
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
"@angular/compiler": "19.1.2",
"@angular/compiler-cli": "19.1.2",
"@angular/compiler": "19.2.0-next.0",
"@angular/compiler-cli": "19.2.0-next.0",
"typescript": "5.7.3",
"webpack": "5.97.1"
}
Expand Down
290 changes: 145 additions & 145 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions tests/legacy-cli/e2e/assets/19-ssr-project-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^19.1.0-next.0",
"@angular/common": "^19.1.0-next.0",
"@angular/compiler": "^19.1.0-next.0",
"@angular/core": "^19.1.0-next.0",
"@angular/forms": "^19.1.0-next.0",
"@angular/platform-browser": "^19.1.0-next.0",
"@angular/platform-browser-dynamic": "^19.1.0-next.0",
"@angular/platform-server": "^19.1.0-next.0",
"@angular/router": "^19.1.0-next.0",
"@angular/ssr": "^19.1.0-next.0",
"@angular/animations": "^19.2.0-next.0",
"@angular/common": "^19.2.0-next.0",
"@angular/compiler": "^19.2.0-next.0",
"@angular/core": "^19.2.0-next.0",
"@angular/forms": "^19.2.0-next.0",
"@angular/platform-browser": "^19.2.0-next.0",
"@angular/platform-browser-dynamic": "^19.2.0-next.0",
"@angular/platform-server": "^19.2.0-next.0",
"@angular/router": "^19.2.0-next.0",
"@angular/ssr": "^19.2.0-next.0",
"express": "^4.18.2",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.1.0-next.0",
"@angular/cli": "^19.1.0-next.0",
"@angular/compiler-cli": "^19.1.0-next.0",
"@angular-devkit/build-angular": "^19.2.0-next.0",
"@angular/cli": "^19.2.0-next.0",
"@angular/compiler-cli": "^19.2.0-next.0",
"@types/express": "^4.17.17",
"@types/jasmine": "~4.3.0",
"@types/mime": "^3.0.0",
Expand Down
Loading

0 comments on commit 5ee6470

Please sign in to comment.