Compare commits

..

1 Commits

Author SHA1 Message Date
8f420a6d07 Update dependency @angular-eslint/builder to v14
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-09-18 00:56:44 +02:00
3 changed files with 7 additions and 13 deletions

View File

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

View File

@ -237,13 +237,13 @@
}
},
"@angular-eslint/builder": {
"version": "14.1.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/builder/-/builder-14.1.0.tgz",
"integrity": "sha512-kog8TjMhbcOclHsY4H9l/eF5frjEoxJNoYAjH2vb7OvgzrD2ggWMVdBAXZpagax7YJKFrn7e8qHgYStkoVetZw==",
"version": "14.0.4",
"resolved": "https://registry.npmjs.org/@angular-eslint/builder/-/builder-14.0.4.tgz",
"integrity": "sha512-TUKBGFA5B+jPMnty19Jh6znNhG9ZjKfVzP9oajIU5L+3zThOr+81hzPmcJw6vWsH7nrbkNEEmCQmgKpCCoaYZg==",
"dev": true,
"requires": {
"@nrwl/devkit": "^14.7.5",
"nx": "^14.7.5"
"@nrwl/devkit": "^14.6.5",
"nx": "^14.6.5"
}
},
"@angular-eslint/bundled-angular-compiler": {

View File

@ -30,7 +30,7 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.5",
"@angular-eslint/builder": "14.1.0",
"@angular-eslint/builder": "14.0.4",
"@angular-eslint/eslint-plugin": "13.2.1",
"@angular-eslint/eslint-plugin-template": "13.2.1",
"@angular-eslint/schematics": "13.2.1",