Closed renovate[bot] closed 1 year ago
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
npm notice
npm notice New major version of npm available! 8.19.3 -> 9.4.1
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v9.4.1>
npm notice Run `npm install -g npm@9.4.1` to update!
npm notice
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: delta@1.14.0
npm ERR! Found: @angular/compiler@15.1.2
npm ERR! node_modules/@angular/compiler
npm ERR! @angular/compiler@"15.1.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/compiler@"^2.3.1 || >=4.0.0-beta <5.0.0" from codelyzer@2.1.1
npm ERR! node_modules/codelyzer
npm ERR! dev codelyzer@"^2.0.0" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /tmp/renovate-cache/others/npm/_logs/2023-02-04T13_36_36_459Z-debug-0.log
This PR contains the following updates:
^0.0.28
->^2.0.0
Release Notes
mgechev/codelyzer
### [`v2.1.1`](https://togithub.com/mgechev/codelyzer/blob/HEAD/CHANGELOG.md#211) [Compare Source](https://togithub.com/mgechev/codelyzer/compare/2.1.0...2.1.1) ##### Bug Fixes - Breaking change in the TypeScript AST regarding `importDestructuringSpacingRule` [#282](https://togithub.com/mgechev/codelyzer/issues/282) [eebf10a](https://togithub.com/mgechev/codelyzer/commit/eebf10adc3bd67101a06abfb19d35729a2210d46) ### [`v2.1.0`](https://togithub.com/mgechev/codelyzer/blob/HEAD/CHANGELOG.md#210) [Compare Source](https://togithub.com/mgechev/codelyzer/compare/2.0.1...2.1.0) ##### Features - Automatic removal of dead styles (experimental) [#244](https://togithub.com/mgechev/codelyzer/issues/244) [30f2667](https://togithub.com/mgechev/codelyzer/pull/246) - Warning for the deprecated `` element [#280](https://togithub.com/mgechev/codelyzer/issues/280) [0d0e81c](https://togithub.com/mgechev/codelyzer/commit/0d0e81cd501c7aecb59786553e75356d96e03e41) - Rise a warning if given class implements PipeTransform but is not decorated with [@Pipe](https://togithub.com/Pipe) [#104](https://togithub.com/mgechev/codelyzer/issues/104) [638e72f](https://togithub.com/mgechev/codelyzer/pull/271) ##### Bug Fixes - no-unused-css ignores elements with structural directives [#249](https://togithub.com/mgechev/codelyzer/issues/249) [0aff6b7](https://togithub.com/tmair/codelyzer/commit/0aff6b7773f8359bc93c78238e1a61aff11c9f56) - Improve position to line & character and line & character to position [#245](https://togithub.com/mgechev/codelyzer/issues/245) [30f2667](https://togithub.com/mgechev/codelyzer/pull/246) ### [`v2.0.1`](https://togithub.com/mgechev/codelyzer/blob/HEAD/CHANGELOG.md#201) [Compare Source](https://togithub.com/mgechev/codelyzer/compare/2.0.0...2.0.1) ##### Features - Improve testing [#235](https://togithub.com/mgechev/codelyzer/issues/235) [77ef89e](https://togithub.com/mgechev/codelyzer/commit/77ef89e6a0f8d772f7e6a3e27a64e0225d2b10fd) - Log template parsing errors on log-level debug [#227](https://togithub.com/mgechev/codelyzer/issues/227) [19fdabf](https://togithub.com/mgechev/codelyzer/commit/19fdabf90ca89161b31af445dcbba600ff249da3) - Better error messages for `template-use-public` [#229](https://togithub.com/mgechev/codelyzer/issues/229) [0b7e459](https://togithub.com/comfroels/codelyzer/commit/0b7e459f7826995e50dab05169d528bebb58c9b4) - Support for Angular 4.0.0-beta.8 [#241](https://togithub.com/mgechev/codelyzer/issues/241) [98639a9](https://togithub.com/mgechev/codelyzer/commit/98639a9fbf4b8b4f39d9260be69b5f5a9e5d387d) ##### Bug Fixes - Fix semantic error when declaration's generation is enabled [#221](https://togithub.com/mgechev/codelyzer/issues/221) [c694405](https://togithub.com/mgechev/codelyzer/pull/223/commits/c694405918fcc573ea05a77d465e472159031925) - Inconsistent links to the style guide sections [#233](https://togithub.com/mgechev/codelyzer/issues/233) [c9e87f6](https://togithub.com/mgechev/codelyzer/commit/c9e87f6dccd1535745d16019880877c31373e31f) ### [`v2.0.0`](https://togithub.com/mgechev/codelyzer/blob/HEAD/CHANGELOG.md#200) ##### Bug Fixes - The rule for binding to publich members breaks for readonly properties [#206](https://togithub.com/mgechev/codelyzer/issues/206) [cc3ed9a](https://togithub.com/mgechev/codelyzer/commit/cc3ed9a60d7a569f39e4197e541b18dc7ded54b4) - Add checks for ngIf and ngSwitch [#193](https://togithub.com/mgechev/codelyzer/issues/193) [0118b56](https://togithub.com/mgechev/codelyzer/commit/0118b569561d97ad31bd2e7216ad90834091942c) - Support for tslint@^4.3.1 (4.3.0 was broken) [3e7edfa](https://togithub.com/mgechev/codelyzer/commit/3e7edfafbc2b3a92045d7eef33c9e5c131681c53) - Support for Angular 4 [#214](https://togithub.com/mgechev/codelyzer/issues/214) [4d79933](https://togithub.com/mgechev/codelyzer/commit/4d799335fc335ec3f0ae2825e54c2dafeb58925d) ##### Refactoring - Refactoring `readTemplate` and `readStyle` to use `MaybeConfiguration
📅 Schedule: Branch creation - "after 8am and before 5pm on saturday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.