codelyzer icon indicating copy to clipboard operation
codelyzer copied to clipboard

Static analysis for Angular projects.

Results 90 codelyzer issues
Sort by recently updated
recently updated
newest added

CSS: ``` .section { margin: 10px; } .section label { color: blue; } ``` Template: ``` {{item.name}} ```

bug
P3

Reference: PR #506 Today I updated to version 4.2.1 of Codelyzer, as I was finding the linter was incorrectly reporting errors with our use of `select` ICU expressions (see: https://angular.io/guide/i18n#translate-select)....

bug

no-conflicting-life-cycle-hooks should prevents this: > Note that a directive typically should not use both DoCheck and OnChanges to respond to changes **on the same input**, as ngOnChanges will continue to...

bug

Versions of Angular < 11.0.5 have a cross-site scripting vulnerability as described at https://github.com/advisories/GHSA-c75v-2vq8-878f.

Package is still using a deprecated `tslint` package https://github.com/palantir/tslint/issues/4534 https://www.npmjs.com/package/tslint

Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `flat` from 4.1.0 to 5.0.2 Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

> **Note:** This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@angular/core](https://redirect.github.com/angular/angular) ([source](https://redirect.github.com/angular/angular/tree/HEAD/packages/core))...

**Describe the bug** While working to fix security vulnerabilities in my own project, Codelyzer 6.0.02 gets flagged for [Cross Site Scripting in Angular.](https://github.com/advisories/GHSA-c75v-2vq8-878f). Trying to use `npm audit fix --force`...

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [js-yaml](https://redirect.github.com/nodeca/js-yaml) | [`3.13.1` -> `3.14.2`](https://renovatebot.com/diffs/npm/js-yaml/3.13.1/3.14.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/js-yaml/3.14.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/js-yaml/3.13.1/3.14.2?slim=true) | ### GitHub Vulnerability...