Skip to content

Commit

Permalink
build: update fw and packagr to 19.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrems committed Feb 26, 2025
1 parent 239a404 commit 39ebd25
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This file should be checked into version control along with the pnpm-lock.yaml file.
.npmrc=-1406867100
modules/testing/builder/package.json=973445093
package.json=2078770456
package.json=-1097888937
packages/angular/build/package.json=1250379839
packages/angular/cli/package.json=-1917515334
packages/angular/pwa/package.json=1108903917
Expand All @@ -17,6 +17,6 @@ packages/angular_devkit/schematics/package.json=673943597
packages/angular_devkit/schematics_cli/package.json=-2026655035
packages/ngtools/webpack/package.json=605871936
packages/schematics/angular/package.json=251715148
pnpm-lock.yaml=751686031
pnpm-lock.yaml=1004714236
pnpm-workspace.yaml=-1056556036
yarn.lock=1471859413
yarn.lock=-1883310635
4 changes: 2 additions & 2 deletions constants.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ RELEASE_ENGINES_NODE = "^18.19.1 || ^20.11.1 || >=22.0.0"
RELEASE_ENGINES_NPM = "^6.11.0 || ^7.5.6 || >=8.0.0"
RELEASE_ENGINES_YARN = ">= 1.13.0"

NG_PACKAGR_VERSION = "^19.2.0-next.0"
ANGULAR_FW_VERSION = "^19.2.0-next.0"
NG_PACKAGR_VERSION = "^19.2.0"
ANGULAR_FW_VERSION = "^19.2.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"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"magic-string": "0.30.17",
"mini-css-extract-plugin": "2.9.2",
"mrmime": "2.0.1",
"ng-packagr": "19.1.2",
"ng-packagr": "19.2.0",
"npm": "^11.0.0",
"npm-package-arg": "12.0.2",
"npm-pick-manifest": "10.0.0",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ __metadata:
magic-string: "npm:0.30.17"
mini-css-extract-plugin: "npm:2.9.2"
mrmime: "npm:2.0.1"
ng-packagr: "npm:19.1.2"
ng-packagr: "npm:19.2.0"
npm: "npm:^11.0.0"
npm-package-arg: "npm:12.0.2"
npm-pick-manifest: "npm:10.0.0"
Expand Down Expand Up @@ -9031,7 +9031,7 @@ __metadata:
languageName: node
linkType: hard

"esbuild@npm:0.24.2, esbuild@npm:^0.24.0, esbuild@npm:^0.24.2":
"esbuild@npm:0.24.2, esbuild@npm:^0.24.2":
version: 0.24.2
resolution: "esbuild@npm:0.24.2"
dependencies:
Expand Down Expand Up @@ -9117,7 +9117,7 @@ __metadata:
languageName: node
linkType: hard

"esbuild@npm:0.25.0":
"esbuild@npm:0.25.0, esbuild@npm:^0.25.0":
version: 0.25.0
resolution: "esbuild@npm:0.25.0"
dependencies:
Expand Down Expand Up @@ -13593,9 +13593,9 @@ __metadata:
languageName: node
linkType: hard

"ng-packagr@npm:19.1.2":
version: 19.1.2
resolution: "ng-packagr@npm:19.1.2"
"ng-packagr@npm:19.2.0":
version: 19.2.0
resolution: "ng-packagr@npm:19.2.0"
dependencies:
"@rollup/plugin-json": "npm:^6.1.0"
"@rollup/wasm-node": "npm:^4.24.0"
Expand All @@ -13606,7 +13606,7 @@ __metadata:
commander: "npm:^13.0.0"
convert-source-map: "npm:^2.0.0"
dependency-graph: "npm:^1.0.0"
esbuild: "npm:^0.24.0"
esbuild: "npm:^0.25.0"
fast-glob: "npm:^3.3.2"
find-cache-dir: "npm:^3.3.2"
injection-js: "npm:^2.4.0"
Expand All @@ -13622,7 +13622,7 @@ __metadata:
"@angular/compiler-cli": ^19.0.0 || ^19.1.0-next.0 || ^19.2.0-next.0
tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0
tslib: ^2.3.0
typescript: ">=5.5 <5.8"
typescript: ">=5.5 <5.9"
dependenciesMeta:
rollup:
optional: true
Expand All @@ -13631,7 +13631,7 @@ __metadata:
optional: true
bin:
ng-packagr: cli/main.js
checksum: 10c0/901450bc60949a463a8f10697b0ff6240816881480218e534e6a4edf09c6c9aa8626391e56bf295dd67f3d12885dfddcb819cb1b1d0ec915ccb21c5efb8679f3
checksum: 10c0/69fec8f09c5d4da4889332f0f7a1816f290a13cdf2c91cdabcbf6366a764da580fbfcd33280e38179c59f251d1196572918acece20fd2c57548b5bab125a90e7
languageName: node
linkType: hard

Expand Down

0 comments on commit 39ebd25

Please sign in to comment.