Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: angular-eslint/angular-eslint

v20.1.1

19 Jun 10:57
Compare
Choose a tag to compare
Loading

20.1.1 (2025-06-19)

🩹 Fixes

  • update typescript-eslint packages to v8.34.1 (#2522)
  • update dependency @angular/compiler to v20.0.4 (#2532)
  • eslint-plugin: [no-output-on-prefix] update style guide link (#2514)
  • eslint-plugin-template: [no-interpolation-in-attributes] use keySpan as attr. range and sourceSpan as replacement range (#2531)

❤️ Thank You

  • Niklas Wolf
  • Victor Santelé
Assets2
Loading
niwolf reacted with heart emoji
1 person reacted

v19.8.1

19 Jun 09:48
Compare
Choose a tag to compare
Loading

19.8.1 (2025-06-19)

🩹 Fixes

  • eslint-plugin-template: [no-interpolation-in-attributes] use keySpan as attr. range and sourceSpan as replacement range (#2531)

❤️ Thank You

  • Niklas Wolf
Loading
niwolf reacted with heart emoji
1 person reacted

v20.1.0

16 Jun 14:05
Compare
Choose a tag to compare
Loading

20.1.0 (2025-06-16)

🚀 Features

  • eslint-plugin: add rules to ban experimental and developer preview (#2037)

🩹 Fixes

  • update dependency @angular/compiler to v20.0.3 (#2505)
  • update dependency eslint to v9.29.0 (#2520)
  • update typescript-eslint packages to v8.34.0 (#2511)

❤️ Thank You

Contributors

  • @json-derulo
json-derulo
Loading

v20.0.0

06 Jun 15:31
Compare
Choose a tag to compare
Loading

20.0.0 (2025-06-06)

As always we recommend that you update your existing workspaces by usingng update as we provide some helpful schematics to help migrate your workspaces to the latest and greatest. Running the following will update Angular, the Angular CLI and angular-eslint together:

ng update @angular/core @angular/cli angular-eslint

🚀 Features

  • ⚠️ switch to angular v20 (e2b46ef4)
  • ⚠️eslint-lint: add prefer-inject to recommended (c8367d3b)
  • ⚠️eslint-plugin: switch prefer-standalone fix to suggestion, reference guide (4583034f)
  • ⚠️eslint-plugin: remove (component|directive)-class-suffix from recommended (c1022ee6)
  • ⚠️template-parser: do not suppress parse errors by default (#2255)

🩹 Fixes

  • ⚠️eslint-plugin: [sort-keys-in-type-decorator] default orders now include all known keys (9183385d)

⚠️ Breaking Changes

  • ⚠️eslint-plugin: [sort-keys-in-type-decorator] default orders now include all known keys (9183385d)
  • ⚠️ switch to angular v20 (e2b46ef4)
  • ⚠️eslint-lint: add prefer-inject to recommended (c8367d3b)
  • ⚠️eslint-plugin: remove (component|directive)-class-suffix from recommended (c1022ee6)
  • ⚠️eslint-plugin: switch prefer-standalone fix to suggestion, reference guide (4583034f)
  • ⚠️template-parser: do not suppress parse errors by default (#2255)

❤️ Thank You

Contributors

  • @JamesHenry
  • @reduckted
JamesHenry and reduckted
Loading
luangong, hakimio, rdlabo, Oussemasahbeni, L2jLiga, motabass, minijus, and g-drouard reacted with hooray emojiGregorBiswanger, reduckted, Oussemasahbeni, L2jLiga, and g-drouard reacted with heart emoji
10 people reacted

v19.8.0

06 Jun 12:56
Compare
Choose a tag to compare
Loading

19.8.0 (2025-06-06)

🚀 Features

  • eslint-plugin-template: [no-interpolation-in-attributes] add fixer (#2501)

❤️ Thank You

  • Niklas Wolf
Loading

v19.7.1

03 Jun 08:32
Compare
Choose a tag to compare
Loading

19.7.1 (2025-06-03)

🩹 Fixes

  • update typescript-eslint packages to v8.33.1 (#2496)
  • eslint-plugin: [no-uncalled-signals] handle direct signal calls in member expressions (#2491)

❤️ Thank You

Contributors

  • @JamesHenry
JamesHenry
Loading

v19.7.0

02 Jun 09:55
Compare
Choose a tag to compare
Loading

19.7.0 (2025-06-02)

🚀 Features

  • eslint-plugin: add no-uncalled-signals rule (#2383)
  • eslint-plugin: [require-localize-metadata] add requireCustomId option (#2430)
  • eslint-plugin-template: [click-events-have-key-events] Added ignoreWithDirectives option (#2365)

🩹 Fixes

  • update typescript-eslint packages to v8.33.0 (#2465)
  • update dependency @angular/compiler to v19.2.14 (#2477)
  • update dependency ignore to v7.0.5 (#2485)
  • update dependency eslint to v9.28.0 (#2484)
  • eslint-plugin-template: set template-parser as peer dependency (#2487)
  • eslint-plugin-template: any valid DOM element with role button is interactive (#2488)
  • eslint-plugin-template: [label-has-associated-control] labelComponents should override default label inputs (#2360)
  • eslint-plugin-template: [prefer-template-literal] handle nested and concatenations in template literal (#2466)
  • schematics: ensure @eslint/js and @angular-eslint/builder are always available in non-npm repos (#2486)

❤️ Thank You

Contributors

  • @JamesHenry
  • @jelledijkstra97
  • @cprestegard
JamesHenry, jelledijkstra97, and cprestegard
Loading

v19.6.0

27 May 14:29
Compare
Choose a tag to compare
Loading

19.6.0 (2025-05-27)

🚀 Features

  • eslint-plugin: [prefer-inject] add new rule (#2461)

🩹 Fixes

  • respect existing eslint.config.ts, eslint.config.cts, eslint.config.mts files (#2458)
  • eslint-plugin: [sort-keys-in-type-decorator] preserve unconfigured properties during autofix (#2456)
  • eslint-plugin: [use-lifecycle-interface] do not report if the method uses override (#2463)

❤️ Thank You

Contributors

  • @JamesHenry
JamesHenry
Loading

v19.5.0

25 May 09:51
Compare
Choose a tag to compare
Loading

19.5.0 (2025-05-25)

🚀 Features

  • builder: add stats option (#2453)
  • eslint-plugin: introduce sort keys in type-decorator rule (#2187)
  • eslint-plugin-template: [no-nested-tags] add rule (#2398)
  • eslint-plugin-template: add rule prefer-at-empty (#2352)
  • schematics: support --skip-install for ng-add (#2451)

🩹 Fixes

  • update dependency semver to v7.7.2 (#2421)
  • update typescript-eslint packages to v8.32.1 (#2422)
  • update dependency @angular/compiler to v19.2.13 (#2438)
  • update dependency eslint to v9.27.0 (#2431)
  • builder: correct option name in flat config error (#2443)
  • eslint-plugin-template: [prefer-template-literal] handle parentheses in autofix (#2418)
  • eslint-plugin-template: [alt-text] ensure multiple attributes do not cause false negatives (#2441)
  • eslint-plugin-template: [cyclomatic-complexity] handle new control flow syntax (#2447)
  • eslint-plugin-template: [prefer-at-empty] remove closing brace from@if when no longer needed (#2450)

❤️ Thank You

Contributors

  • @JamesHenry
  • @sod
  • @reduckted
  • @if
JamesHenry, sod, and 2 other contributors
Loading

v19.4.0

08 May 14:38
Compare
Choose a tag to compare
Loading

19.4.0 (2025-05-08)

🚀 Features

  • eslint-plugin: add rule prefer-output-emitter-ref (#2324)
  • eslint-plugin-template: [no-interpolation-in-attributes] add allowSubstringInterpolation option (#2373)
  • eslint-plugin-template: Addprefer-template-literal rule (#2308)

🩹 Fixes

  • update dependency @angular/compiler to v19.2.10 (#2394)
  • update dependency ignore to v7.0.4 (#2396)
  • update typescript-eslint packages to v8.32.0 (#2399)
  • update dependency eslint to v9.26.0 (#2409)
  • eslint-plugin-template: [no-any] handle key reads (#1701,#2335)
  • eslint-plugin-template: correct column adjustment for inline template message locations (#2358)
  • eslint-plugin-template: remove backticks from inline template with interpolation (#2368)

❤️ Thank You

Contributors

  • @undsoft
  • @daiscog
  • @reduckted
undsoft, daiscog, and reduckted
Loading
Julien-Marcou and kstepien3 reacted with rocket emoji
2 people reacted
Previous13451314
Previous

[8]ページ先頭

©2009-2025 Movatter.jp