Compare commits

...

2 Commits

Author SHA1 Message Date
e9924e28da Update dependency @angular-eslint/template-parser to v14
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-09-18 09:49:43 +02:00
d43e9d3813 Automerge minor dependency updastes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-09-18 00:58:45 +02:00
3 changed files with 56 additions and 14052 deletions

View File

@ -1,4 +1,10 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"schedule": ["* 5 * * *"] "schedule": ["* 5 * * *"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
]
} }

14098
frontend/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -34,7 +34,7 @@
"@angular-eslint/eslint-plugin": "13.2.1", "@angular-eslint/eslint-plugin": "13.2.1",
"@angular-eslint/eslint-plugin-template": "13.2.1", "@angular-eslint/eslint-plugin-template": "13.2.1",
"@angular-eslint/schematics": "13.2.1", "@angular-eslint/schematics": "13.2.1",
"@angular-eslint/template-parser": "13.2.1", "@angular-eslint/template-parser": "14.1.0",
"@angular/cli": "~13.3.5", "@angular/cli": "~13.3.5",
"@angular/compiler-cli": "~13.2.0", "@angular/compiler-cli": "~13.2.0",
"@types/jasmine": "~4.0.3", "@types/jasmine": "~4.0.3",