Compare commits

..

7 Commits

Author SHA1 Message Date
a32086ca32 Update dependency @angular/compiler-cli to ~13.3.0 2022-09-18 12:56:48 +02:00
b95e6a9303 Merge pull request 'Update dependency @angular/common to ~13.3.0' (#424) from renovate/angular-common-13.x into main
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
Reviewed-on: #424
2022-09-18 12:56:18 +02:00
f207a226da Update dependency @angular/common to ~13.3.0
Some checks are pending
ci/woodpecker/pr/woodpecker Pipeline is pending
2022-09-18 12:56:08 +02:00
46c152ba52 Merge pull request 'Update dependency @angular/animations to ~13.3.0' (#423) from renovate/angular-animations-13.x into main
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
Reviewed-on: #423
2022-09-18 12:55:50 +02:00
cd16d00155 Update dependency @angular/animations to ~13.3.0
Some checks are pending
ci/woodpecker/pr/woodpecker Pipeline is pending
2022-09-18 12:55:44 +02:00
e5ce9756a4 Merge pull request 'Update dependency @angular-eslint/template-parser to v13.5.0' (#422) from renovate/angular-eslint-template-parser-13.x into main
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
Reviewed-on: #422
2022-09-18 12:55:31 +02:00
f159f3e63c Update dependency @angular-eslint/template-parser to v13.5.0
Some checks are pending
ci/woodpecker/pr/woodpecker Pipeline is pending
2022-09-18 12:55:20 +02:00
2 changed files with 21 additions and 13 deletions

View File

@ -393,13 +393,21 @@
}
},
"@angular-eslint/template-parser": {
"version": "13.2.1",
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-13.2.1.tgz",
"integrity": "sha512-aSZjKYTUXjJ3sehm90CfZey/ed333IxP0TpnaG7Lue9rSEa3BkKOv8Kffy+EhDkpdTpjdwdmGfopxxsbm9sPHw==",
"version": "13.5.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-13.5.0.tgz",
"integrity": "sha512-k+24+kBjaOuthfp9RBQB0zH6UqeizZuFQFEuZEQbvirPbdQ2SqNBw7IcmW2Qw1v7fjFe6/6gqK7wm2g7o9ZZvA==",
"dev": true,
"requires": {
"@angular-eslint/bundled-angular-compiler": "13.2.1",
"@angular-eslint/bundled-angular-compiler": "13.5.0",
"eslint-scope": "^5.1.0"
},
"dependencies": {
"@angular-eslint/bundled-angular-compiler": {
"version": "13.5.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-13.5.0.tgz",
"integrity": "sha512-7M/5ilxqPD3ydgqqdLsYs3kBwZgNg2Y6C01B5SEHZNLqLT9kAJa7I4y6GlxCZqejCIh554kdXGeV3abIxFccSg==",
"dev": true
}
}
},
"@angular-eslint/utils": {
@ -503,9 +511,9 @@
}
},
"@angular/animations": {
"version": "13.2.7",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.2.7.tgz",
"integrity": "sha512-FthGqRPQ1AOcOx/NIW65xeFYkQZJ7PpXcX59Kt+qkoUzngAQEY+UUpOteG52tmL0iZSVwOCjtxRFi9w4heVgEg==",
"version": "13.3.11",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.3.11.tgz",
"integrity": "sha512-KE/3RuvixHIk9YTSwaUsezsUm9Ig9Y8rZMpHOT/8bRtzPiJ5ld2GnDHjrJgyZn7TdoP4wz4YCta5eC4ycu+KCw==",
"requires": {
"tslib": "^2.3.0"
}
@ -547,9 +555,9 @@
}
},
"@angular/common": {
"version": "13.2.7",
"resolved": "https://registry.npmjs.org/@angular/common/-/common-13.2.7.tgz",
"integrity": "sha512-gSkv9aMz5q2ynIqSwgp5HEVVwlmpMYGVZFNZnEnezGY96Hza0eXlb/AYdqO7S3VQVvx+FXpvXP/eq/SsCw7rFA==",
"version": "13.3.11",
"resolved": "https://registry.npmjs.org/@angular/common/-/common-13.3.11.tgz",
"integrity": "sha512-gPMwDYIAag1izXm2tRQ6EOIx9FVEUqLdr+qYtRVoQtoBmfkoTSLGcpeBXqqlPVxVPbA6Li1WZZT5wxLLlLAN+Q==",
"requires": {
"tslib": "^2.3.0"
}

View File

@ -12,9 +12,9 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~13.2.0",
"@angular/animations": "~13.3.0",
"@angular/cdk": "^13.2.6",
"@angular/common": "~13.2.0",
"@angular/common": "~13.3.0",
"@angular/compiler": "~13.2.0",
"@angular/core": "~13.2.0",
"@angular/forms": "~13.2.0",
@ -34,7 +34,7 @@
"@angular-eslint/eslint-plugin": "13.5.0",
"@angular-eslint/eslint-plugin-template": "13.2.1",
"@angular-eslint/schematics": "13.2.1",
"@angular-eslint/template-parser": "13.2.1",
"@angular-eslint/template-parser": "13.5.0",
"@angular/cli": "~13.3.5",
"@angular/compiler-cli": "~13.3.0",
"@types/jasmine": "~4.0.3",