Skip to content

Build(deps-dev): Bump angular-eslint from 18.4.3 to 19.1.0 in /angular

Bumps angular-eslint from 18.4.3 to 19.1.0.

Release notes

Sourced from angular-eslint's releases.

v19.1.0

19.1.0 (2025-02-09)

🚀 Features

  • eslint-plugin: prefer-signals read-only suggestion is now a fix (#2175)
  • eslint-plugin: prefer-signals now checks .asReadonly() calls (#2218)
  • eslint-plugin-template: add rule prefer-static-string-properties (#2228)

🩹 Fixes

  • update dependency ignore to v7 (#2200)
  • update dependency @​angular/compiler to v19.1.5 (#2226)
  • update dependency semver to v7.7.1 (#2225)
  • update typescript-eslint packages to v8.23.0 (#2212)
  • update dependency eslint to v9.20.0 (#2217)
  • eslint-plugin: [prefer-signals] support linkedSignal (#2213)
  • eslint-plugin: [no-input-prefix] false positive on input initializer value (#2184)
  • eslint-plugin-template: [prefer-self-closing-tags] do not remove HTML-encoded whitespace (#2229)
  • eslint-plugin-template: [attribute-order] check for ng-template within svg (#2223)

❤️ Thank You

v19.0.2

19.0.2 (2024-12-10)

🩹 Fixes

  • update typescript-eslint packages to v8.18.0 (#2171)
  • eslint-plugin: [prefer-standalone] error range should only include property and value (#2172)

NOTE: If you had previously suppressed errors for prefer-standalone using an eslint-disable comment, you will need to move them to above the property in light of the above bug fix, we are sorry for any inconvenience.

E.g. In 19.0.0 and 19.0.1

// eslint-disable-next-line
@Pipe({
  standalone: false,
  name: 'pipe-name'
})
class Test {}

In 19.0.2 and onwards:

... (truncated)

Changelog

Sourced from angular-eslint's changelog.

19.1.0 (2025-02-09)

🚀 Features

  • eslint-plugin-template: add rule prefer-static-string-properties (#2228)

❤️ Thank You

19.0.2 (2024-12-10)

This was a version bump only for angular-eslint to align it with other projects, there were no code changes.

19.0.1 (2024-12-06)

🩹 Fixes

  • eslint-plugin: adding prefer-signals rule to exported config (#2150)

❤️ Thank You

19.0.0 (2024-11-29)

🚀 Features

  • ⚠️ eslint-plugin: promote prefer-standalone to recommended (8dfdc4f4)
  • ⚠️ eslint-plugin: remove deprecated no-host-metadata-property rule (#2113)
  • ⚠️ eslint-plugin: remove deprecated sort-ngmodule-metadata-arrays rule (#2114)
  • ⚠️ eslint-plugin: remove deprecated prefer-standalone-component rule (#2112)

⚠️ Breaking Changes

  • ⚠️ eslint-plugin: promote prefer-standalone to recommended (8dfdc4f4)
  • ⚠️ eslint-plugin: remove deprecated no-host-metadata-property rule (#2113)
  • ⚠️ eslint-plugin: remove deprecated sort-ngmodule-metadata-arrays rule (#2114)
  • ⚠️ eslint-plugin: remove deprecated prefer-standalone-component rule (#2112)

❤️ Thank You

Commits
  • 53a2afe chore(release): publish 19.1.0
  • 8ae541c feat(eslint-plugin-template): add rule prefer-static-string-properties (#2228)
  • 9edaa8a chore: latest tsconfig setup and fix e2e snapshots with @​angular/build (#2214)
  • 390df5a chore(release): publish 19.0.2
  • 34e28ef chore(release): publish 19.0.1
  • 1cd600d fix(eslint-plugin): adding prefer-signals rule to exported config (#2150)
  • af53867 chore(release): publish 19.0.0
  • 8dfdc4f feat(eslint-plugin)!: promote prefer-standalone to recommended
  • a40e339 chore: bundle the compiler using esbuild (#2126)
  • 3c30aa8 feat(eslint-plugin)!: remove deprecated no-host-metadata-property rule (#2113)
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports

Loading