Skip to content

chore(deps): update angular monorepo to ^19.2.14 #74

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"devDependencies": {
"@1stg/common-config": "^10.0.0",
"@angular-eslint/template-parser": "^19.2.0",
"@angular/compiler": "^19.2.1",
"@angular/core": "^19.2.1",
"@angular/compiler": "^19.2.14",
"@angular/core": "^19.2.14",
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.28.1",
"@commitlint/cli": "^18.6.1",
Expand Down
25 changes: 10 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -309,29 +309,24 @@ __metadata:
languageName: node
linkType: hard

"@angular/compiler@npm:^19.2.1":
version: 19.2.1
resolution: "@angular/compiler@npm:19.2.1"
"@angular/compiler@npm:^19.2.14":
version: 19.2.14
resolution: "@angular/compiler@npm:19.2.14"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/core": 19.2.1
peerDependenciesMeta:
"@angular/core":
optional: true
checksum: 10c0/7c42bdbf2044fa534a2dba4c01859ebae20493254c30e6437927dd4f94de75281e10d41d5f9a077aa5b61d6c7e6bee6dbaa40e0782b6627a8b5337a472f95b36
checksum: 10c0/b7c137c102220a8ce4cf811a7567c2da2a7af427b4b5b485c5f8e7f30985780074407bab2db4dae4c1699796e52d44e042456ad75429795ab03e74fcb9a14acb
languageName: node
linkType: hard

"@angular/core@npm:^19.2.1":
version: 19.2.1
resolution: "@angular/core@npm:19.2.1"
"@angular/core@npm:^19.2.14":
version: 19.2.14
resolution: "@angular/core@npm:19.2.14"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
rxjs: ^6.5.3 || ^7.4.0
zone.js: ~0.15.0
checksum: 10c0/9124f81a181c72c98d3a7b57319885e7d8d54a26d4bab91018c643a76fdad039a4fb15f8fa297733951fca895bc8d1e7cac9388d1b3ff8dffeeff66628539eec
checksum: 10c0/5836cf14ad327c915e79fb24e27ca674e053ef6a2250c9c705bc1b318fdee18df833972d546a905e23efbe5c4d5678183a0c24b3cded097d7e26b205b87228fb
languageName: node
linkType: hard

Expand Down Expand Up @@ -3856,8 +3851,8 @@ __metadata:
dependencies:
"@1stg/common-config": "npm:^10.0.0"
"@angular-eslint/template-parser": "npm:^19.2.0"
"@angular/compiler": "npm:^19.2.1"
"@angular/core": "npm:^19.2.1"
"@angular/compiler": "npm:^19.2.14"
"@angular/core": "npm:^19.2.14"
"@changesets/changelog-github": "npm:^0.5.1"
"@changesets/cli": "npm:^2.28.1"
"@commitlint/cli": "npm:^18.6.1"
Expand Down
Loading