Skip to content

Commit 306a761

Browse files
fix(deps): update angular to v19.0.2 (#527)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@angular/cdk](https://redirect.github.com/angular/components) | [`19.0.1` -> `19.0.2`](https://renovatebot.com/diffs/npm/@angular%2fcdk/19.0.1/19.0.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@angular%2fcdk/19.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@angular%2fcdk/19.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@angular%2fcdk/19.0.1/19.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@angular%2fcdk/19.0.1/19.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@angular/material](https://redirect.github.com/angular/components) | [`19.0.1` -> `19.0.2`](https://renovatebot.com/diffs/npm/@angular%2fmaterial/19.0.1/19.0.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@angular%2fmaterial/19.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@angular%2fmaterial/19.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@angular%2fmaterial/19.0.1/19.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@angular%2fmaterial/19.0.1/19.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>angular/components (@&#8203;angular/cdk)</summary> ### [`v19.0.2`](https://redirect.github.com/angular/components/compare/19.0.1...365f3e7d4ccd06e9e480e42156aca84561be0a25) [Compare Source](https://redirect.github.com/angular/components/compare/19.0.1...365f3e7d4ccd06e9e480e42156aca84561be0a25) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/json-derulo/angular-ecmascript-intl). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 06c0694 commit 306a761

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"private": true,
1717
"dependencies": {
1818
"@angular/animations": "19.0.2",
19-
"@angular/cdk": "19.0.1",
19+
"@angular/cdk": "19.0.2",
2020
"@angular/common": "19.0.2",
2121
"@angular/compiler": "19.0.2",
2222
"@angular/core": "19.0.2",
2323
"@angular/forms": "19.0.2",
24-
"@angular/material": "19.0.1",
24+
"@angular/material": "19.0.2",
2525
"@angular/platform-browser": "19.0.2",
2626
"@angular/platform-browser-dynamic": "19.0.2",
2727
"@angular/router": "19.0.2",

pnpm-lock.yaml

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)