Skip to content

Bump js-yaml, @angular-devkit/build-angular, @angular-eslint/builder, @angular-eslint/eslint-plugin, @angular-eslint/eslint-plugin-template, @angular-eslint/schematics, @angular-eslint/template-parser, @typescript-eslint/eslint-plugin, @typescript-eslint/parser and eslint#39

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-036995ac60

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown

Bumps js-yaml to 4.3.0 and updates ancestor dependencies js-yaml, @angular-devkit/build-angular, @angular-eslint/builder, @angular-eslint/eslint-plugin, @angular-eslint/eslint-plugin-template, @angular-eslint/schematics, @angular-eslint/template-parser, @typescript-eslint/eslint-plugin, @typescript-eslint/parser and eslint. These dependencies need to be updated together.

Updates js-yaml from 4.1.0 to 4.3.0

Changelog

Sourced from js-yaml's changelog.

4.3.0, 3.15.0 - 2026-06-27

Security

  • Backported maxTotalMergeKeys option.

[5.2.0] - 2026-06-26

Added

  • Added maxTotalMergeKeys (10000) loader option to limit the total number of keys processed by YAML merge (<<) across one load() / loadAll() call.
  • Added maxAliases (-1) loader option to limit the number of YAML aliases per document.

Removed

  • maxMergeSeqLength replaced with maxTotalMergeKeys for limiting YAML merge processing.

Fixed

  • Round-trip of integers with exponential form (>= 1e21)

[5.1.0] - 2026-06-23

Added

  • Collection tags can finalize an incrementally populated carrier into a different result value.

Changed

  • [breaking] quoteStyle now selects the preferred quote style; use the restored forceQuotes option to force quoting non-key strings.

[5.0.0] - 2026-06-20

Added

  • Added named exports for schemas, tags, parser events and AST utilities.
  • Reworked JSON_SCHEMA and CORE_SCHEMA with spec-compliant scalar resolution rules, and added YAML11_SCHEMA.
  • Added realMapTag for lossless mappings with non-string and complex keys. Object-based mappings now reject complex keys instead of stringifying them.
  • Added dump() transform option for changing the generated AST before rendering.
  • Added dump() options seqInlineFirst, flowBracketPadding, flowSkipCommaSpace, flowSkipColonSpace, quoteFlowKeys, quoteStyle and tagBeforeAnchor.
  • Added formal data layers (events and AST) for modular data pipelines.
    • Added low-level parser (to events), presenter and visitor APIs.
  • Added the YAML Test Suite to the test set.

Changed

  • See the migration guide for upgrade notes.
  • Rewritten in TypeScript and reorganized the public API around flat named exports.

... (truncated)

Commits
  • 33d05b5 4.3.0 released
  • 663bfab Drop demo publish, to not override new v5 one.
  • 1cb8c7b Add v4-legacy tag for publish
  • 02f27af Restore umd builds back to es5
  • 8be84ed Fix es5 compatibility
  • 59423c6 Replace maxMergeSeqLength option with maxTotalMergeKeys (more robust). Ba...
  • 6842ef6 doc polish
  • 590dbab 4.2.0 released
  • f944dc5 Add package.json funding field
  • f692719 Changelog update
  • Additional commits viewable in compare view

Updates @angular-devkit/build-angular from 17.3.2 to 21.2.19

Release notes

Sourced from @​angular-devkit/build-angular's releases.

21.2.19

@​angular-devkit/build-angular

Commit Description
fix - df5429871 update http-proxy-middleware to 3.0.7

21.2.18

@​angular/cli

Commit Description
fix - 61a810ab6 respect release age policy in update bootstrapping logic

@​angular/build

Commit Description
fix - a2b6116ed bump undici to 7.28.0
fix - 2510ee3c9 bump vite to 7.3.6

21.2.17

@​angular/build

Commit Description
fix - 9c366e8be bump @​babel/core to 7.29.7
fix - 6a06ce9e9 bump esbuild to 0.28.1
fix - 637b84877 bump piscina to 5.2.0
fix - e86d58a12 bump vite to 7.3.5

21.2.16

@​angular/cli

Commit Description
fix - 77c9047ac update pacote to 21.5.1

@​angular/ssr

Commit Description
fix - d052e97da prioritize options over environment variables in AngularNodeAppEngine

21.2.15

@​angular/cli

Commit Description
fix - 42ac0ed0f remove forceAuth and unscoped credential parsing
fix - c7a7f1955 support registry metadata fetching under bun package manager

21.2.14

@​angular/cli

Commit Description
fix - aed448748 expand package groups for newly added peer dependencies in update schematic

@​angular/build

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular-devkit/build-angular's changelog.

21.2.19 (2026-07-09)

@​angular-devkit/build-angular

Commit Type Description
df5429871 fix update http-proxy-middleware to 3.0.7

20.3.32 (2026-07-09)

@​angular-devkit/build-angular

Commit Type Description
d4e07cb3e fix update http-proxy-middleware to 3.0.7

22.1.0-next.3 (2026-07-09)

@​angular/build

Commit Type Description
34d558c3c feat add built-in SQLite cache store fallback
52ae7f862 feat share persistent build cache across git worktrees
41bd100dd fix fallback to build target preserveSymlinks option in karma runner
6d9b360e5 fix prevent esbuild service hang on internal component stylesheet builds
85c53d990 fix prevent externalizing builder-injected i18n locale data
004cc4104 fix strip all vite id prefixes from minified code with external dependencies
09d0a11a8 perf enable fast-path AST printing with sourcemaps in AotCompilation

@​angular/ssr

Commit Type Description
0bd22dae0 fix replace all route parameters when resolving relative redirects

22.0.6 (2026-07-08)

... (truncated)

Commits
  • 1a72825 release: cut the v21.2.19 release
  • df54298 fix(@​angular-devkit/build-angular): update http-proxy-middleware to 3.0.7
  • fe3a606 release: cut the v21.2.18 release
  • 2510ee3 fix(@​angular/build): bump vite to 7.3.6
  • 61a810a fix(@​angular/cli): respect release age policy in update bootstrapping logic
  • a2b6116 fix(@​angular/build): bump undici to 7.28.0
  • 9c1edbc release: cut the v21.2.17 release
  • 637b848 fix(@​angular/build): bump piscina to 5.2.0
  • 9c366e8 fix(@​angular/build): bump @​babel/core to 7.29.7
  • 6a06ce9 fix(@​angular/build): bump esbuild to 0.28.1
  • Additional commits viewable in compare view

Updates @angular-eslint/builder from 17.3.0 to 22.1.0

Release notes

Sourced from @​angular-eslint/builder's releases.

v22.1.0

22.1.0 (2026-07-12)

🚀 Features

  • support eslint inline directive comments within element opening tags (#3097)
  • eslint-plugin: add prefer-service-decorator rule (#3073)
  • eslint-plugin: [inject-at-top] add rule requiring inject() at the top of the class (#3009)
  • eslint-plugin-template: add require-switch-default rule (#3091)
  • eslint-plugin-template: add no-outerhtml rule (#3092)

🩹 Fixes

  • update eslint monorepo to v10.4.1 (#3065)
  • update typescript-eslint packages to v8.62.1 (#3082)
  • update dependency eslint to v10.6.0 (#3102)
  • eslint-plugin: [no-implicit-take-until-destroyed] avoid false positive for methods called from constructor (#3011)

❤️ Thank You

  • Adi-Marian Mutu
  • Guillaume DROUARD
  • Pierluigi Lenoci

v22.0.0

22.0.0 (2026-06-07)

As always we recommend that you update your existing workspaces by using ng 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

  • ⚠️ update to Angular 22 + TS 6, drop node 20 (96592269)
  • ⚠️ drop support for eslint v8 and legacy eslintrc config format (#3056)
  • support the Angular v22 @​Service decorator (#3057)
  • builder: add suppressionsLocation option (#3034)
  • ⚠️ eslint-plugin: [prefer-on-push-component-change-detection] flag only opting out of OnPush, make recommended (#3058)
  • ⚠️ eslint-plugin: remove deprecated no-conflicting-lifecycle rule (#3060)
  • template-parser: traverse v22 arrow function, spread and tagged-template expression nodes (#3059)

🩹 Fixes

  • update dependency @​angular/compiler to v21.2.12 (#3030)

⚠️ Breaking Changes

  • eslint-plugin: remove deprecated no-conflicting-lifecycle rule (#3060)

... (truncated)

Changelog

Sourced from @​angular-eslint/builder's changelog.

22.1.0 (2026-07-12)

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

22.0.0 (2026-06-07)

🚀 Features

  • ⚠️ drop support for eslint v8 and legacy eslintrc config format (#3056)
  • builder: add suppressionsLocation option (#3034)

⚠️ Breaking Changes

  • drop support for eslint v8 and legacy eslintrc config format (#3056)

❤️ Thank You

21.4.0 (2026-05-13)

🚀 Features

  • builder: add apply-suppressions option (#2974)

❤️ Thank You

  • Finn Bayer

21.3.1 (2026-03-17)

🩹 Fixes

  • narrow build target cache outputs to avoid clobbering compile artifacts" (#2943)
  • narrow build target cache outputs to avoid clobbering compile artifacts (#2940)

❤️ Thank You

21.3.0 (2026-03-05)

🚀 Features

  • add support for ESLint v10 (#2903)

❤️ Thank You

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​angular-eslint/builder since your current version.


Updates @angular-eslint/eslint-plugin from 17.3.0 to 22.1.0

Release notes

Sourced from @​angular-eslint/eslint-plugin's releases.

v22.1.0

22.1.0 (2026-07-12)

🚀 Features

  • support eslint inline directive comments within element opening tags (#3097)
  • eslint-plugin: add prefer-service-decorator rule (#3073)
  • eslint-plugin: [inject-at-top] add rule requiring inject() at the top of the class (#3009)
  • eslint-plugin-template: add require-switch-default rule (#3091)
  • eslint-plugin-template: add no-outerhtml rule (#3092)

🩹 Fixes

  • update eslint monorepo to v10.4.1 (#3065)
  • update typescript-eslint packages to v8.62.1 (#3082)
  • update dependency eslint to v10.6.0 (#3102)
  • eslint-plugin: [no-implicit-take-until-destroyed] avoid false positive for methods called from constructor (#3011)

❤️ Thank You

  • Adi-Marian Mutu
  • Guillaume DROUARD
  • Pierluigi Lenoci

v22.0.0

22.0.0 (2026-06-07)

As always we recommend that you update your existing workspaces by using ng 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

  • ⚠️ update to Angular 22 + TS 6, drop node 20 (96592269)
  • ⚠️ drop support for eslint v8 and legacy eslintrc config format (#3056)
  • support the Angular v22 @​Service decorator (#3057)
  • builder: add suppressionsLocation option (#3034)
  • ⚠️ eslint-plugin: [prefer-on-push-component-change-detection] flag only opting out of OnPush, make recommended (#3058)
  • ⚠️ eslint-plugin: remove deprecated no-conflicting-lifecycle rule (#3060)
  • template-parser: traverse v22 arrow function, spread and tagged-template expression nodes (#3059)

🩹 Fixes

  • update dependency @​angular/compiler to v21.2.12 (#3030)

⚠️ Breaking Changes

  • eslint-plugin: remove deprecated no-conflicting-lifecycle rule (#3060)

... (truncated)

Changelog

Sourced from @​angular-eslint/eslint-plugin's changelog.

22.1.0 (2026-07-12)

🚀 Features

  • eslint-plugin: [inject-at-top] add rule requiring inject() at the top of the class (#3009)
  • eslint-plugin: add prefer-service-decorator rule (#3073)

🩹 Fixes

  • eslint-plugin: [no-implicit-take-until-destroyed] avoid false positive for methods called from constructor (#3011)

❤️ Thank You

  • Adi-Marian Mutu
  • Guillaume DROUARD
  • Pierluigi Lenoci

22.0.0 (2026-06-07)

🚀 Features

  • ⚠️ eslint-plugin: remove deprecated no-conflicting-lifecycle rule (#3060)
  • ⚠️ eslint-plugin: [prefer-on-push-component-change-detection] flag only opting out of OnPush, make recommended (#3058)
  • support the Angular v22 @​Service decorator (#3057)
  • ⚠️ drop support for eslint v8 and legacy eslintrc config format (#3056)

⚠️ Breaking Changes

  • eslint-plugin: remove deprecated no-conflicting-lifecycle rule (#3060)
  • eslint-plugin: [prefer-on-push-component-change-detection] flag only opting out of OnPush, make recommended (#3058) prefer-on-push-component-change-detection no longer reports components that omit changeDetection (omission now means OnPush in v22); it now only reports components that opt out of OnPush via ChangeDetectionStrategy.Eager or the deprecated ChangeDetectionStrategy.Default. The rule is also now part of the recommended config, so projects extending it may see new reports — notably on components the Angular v22 migration set to Eager. The suggestion message id suggestAddChangeDetectionOnPush has been renamed to suggestChangeToOnPush.
  • drop support for eslint v8 and legacy eslintrc config format (#3056)

❤️ Thank You

21.4.0 (2026-05-13)

🩹 Fixes

  • eslint-plugin: append fixes in prefer-on-push-change-detection, use-injectable-provided-in (#2969)

❤️ Thank You

21.3.1 (2026-03-17)

🩹 Fixes

... (truncated)

Commits
  • a666e1b chore(release): publish 22.1.0
  • eccf00d feat(eslint-plugin): [inject-at-top] add rule requiring inject() at the top o...
  • 4eb6424 feat(eslint-plugin): add prefer-service-decorator rule (#3073)
  • 578bf35 chore(repo): migrate to nx 23 (#3108)
  • 96377ae chore: update dependency prettier to v3.9.4 (#3084)
  • a2c8163 fix(eslint-plugin): [no-implicit-take-until-destroyed] avoid false positive f...
  • 5c12bad chore: fix formatting
  • 7ee4556 chore(release): publish 22.0.0
  • 517de91 feat(eslint-plugin)!: remove deprecated no-conflicting-lifecycle rule (#3060)
  • 70f228a feat(eslint-plugin)!: [prefer-on-push-component-change-detection] flag only o...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​angular-eslint/eslint-plugin since your current version.


Updates @angular-eslint/eslint-plugin-template from 17.3.0 to 22.1.0

Release notes

Sourced from @​angular-eslint/eslint-plugin-template's releases.

v22.1.0

22.1.0 (2026-07-12)

🚀 Features

  • support eslint inline directive comments within element opening tags (#3097)
  • eslint-plugin: add prefer-service-decorator rule (#3073)
  • eslint-plugin: [inject-at-top] add rule requiring inject() at the top of the class (#3009)
  • eslint-plugin-template: add require-switch-default rule (#3091)
  • eslint-plugin-template: add no-outerhtml rule (#3092)

🩹 Fixes

  • update eslint monorepo to v10.4.1 (#3065)
  • update typescript-eslint packages to v8.62.1 (#3082)
  • update dependency eslint to v10.6.0 (#3102)
  • eslint-plugin: [no-implicit-take-until-destroyed] avoid false positive for methods called from constructor (#3011)

❤️ Thank You

  • Adi-Marian Mutu
  • Guillaume DROUARD
  • Pierluigi Lenoci

v22.0.0

22.0.0 (2026-06-07)

As always we recommend that you update your existing workspaces by using ng 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

  • ⚠️ update to Angular 22 + TS 6, drop node 20 (96592269)
  • ⚠️ drop support for eslint v8 and legacy eslintrc config format (#3056)
  • support the Angular v22 @​Service decorator (#3057)
  • builder: add suppressionsLocation option (#3034)
  • ⚠️ eslint-plugin: [prefer-on-push-component-change-detection] flag only opting out of OnPush, make recommended (#3058)
  • ⚠️ eslint-plugin: remove deprecated no-conflicting-lifecycle rule (#3060)
  • template-parser: traverse v22 arrow function, spread and tagged-template expression nodes (#3059)

🩹 Fixes

  • update dependency @​angular/compiler to v21.2.12 (#3030)

⚠️ Breaking Changes

  • eslint-plugin: remove deprecated no-conflicting-lifecycle rule (#3060)

... (truncated)

Changelog

Sourced from @​angular-eslint/eslint-plugin-template's changelog.

22.1.0 (2026-07-12)

🚀 Features

  • support eslint inline directive comments within element opening tags (#3097)
  • eslint-plugin-template: add no-outerhtml rule (#3092)
  • eslint-plugin-template: add require-switch-default rule (#3091)

❤️ Thank You

  • Guillaume DROUARD

22.0.0 (2026-06-07)

🚀 Features

  • ⚠️ drop support for eslint v8 and legacy eslintrc config format (#3056)

⚠️ Breaking Changes

  • drop support for eslint v8 and legacy eslintrc config format (#3056)

❤️ Thank You

21.4.0 (2026-05-13)

🚀 Features

  • eslint-plugin-template: [cyclomatic-complexity] add variant option (#2976)

🩹 Fixes

  • eslint-plugin: [prefer-template-literal] do not check inline templates (#2959)
  • eslint-plugin-template: [eqeqeq] could not destructure null (#2922)
  • eslint-plugin-template: [no-non-null-assertion] report nested arrays (#2991)

❤️ Thank You

21.3.1 (2026-03-17)

🩹 Fixes

  • prefer-self-closing-tags: add selectedcontent nonAriaElements (#2939)
  • narrow build target cache outputs to avoid clobbering compile artifacts" (#2943)

... (truncated)

Commits
  • a666e1b chore(release): publish 22.1.0
  • 8acfa92 feat: support eslint inline directive comments within element opening tags (#...
  • 578bf35 chore(repo): migrate to nx 23 (#3108)
  • 96377ae chore: update dependency prettier to v3.9.4 (#3084)
  • d178589 feat(eslint-plugin-template): add no-outerhtml rule (#3092)
  • 41d28a5 feat(eslint-plugin-template): add require-switch-default rule (#3091)
  • 5c12bad chore: fix formatting
  • 7ee4556 chore(release): publish 22.0.0
  • 526640f feat!: drop support for eslint v8 and legacy eslintrc config format (#3056)
  • 0a774c7 chore(release): publish 21.4.0
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​angular-eslint/eslint-plugin-template since your current version.


Updates @angular-eslint/schematics from 17.3.0 to 17.5.3

Release notes

Sourced from @​angular-eslint/schematics's releases.

v17.5.2

17.5.2 (2024-05-28)

🩹 Fixes

  • update typescript-eslint packages to v7.11.0 (#1846)

v17.5.1

17.5.1 (2024-05-23)

🩹 Fixes

  • update dependency @​angular/compiler to v17.3.10 (#1835)

v17.5.0

17.5.0 (2024-05-22)

🚀 Features

  • eslint-plugin: [use-lifecycle-interface] add fixer for the rule (#1691)
  • eslint-plugin-template: [i18n] add allowMarkupInContent option (#1795)

🩹 Fixes

  • update dependency @​angular/compiler to v17.3.9 (#1821)
  • update typescript-eslint packages to v7.10.0 (#1822)
  • eslint-plugin: [no-input-rename] incorrectly triggers on input transforms (#1809)
  • eslint-plugin-template: [label-has-associated-control] check id's in the for attribute of a label for existence (#1761)

❤️ Thank You

v17.4.1

17.4.1 (2024-05-15)

🩹 Fixes

  • update dependency @​angular/compiler to v17.3.8 (#1797)
  • schematics: ignore nx cache (#1816)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​angular-eslint/schematics's changelog.

17.5.3 (2024-09-04)

🩹 Fixes

  • switch to using angular-devkit directly for schematics and builder

❤️ Thank You

  • James Henry

17.5.2 (2024-05-28)

🩹 Fixes

  • update typescript-eslint packages to v7.11.0

17.5.1 (2024-05-23)

🩹 Fixes

  • update dependency @​angular/compiler to v17.3.10

17.5.0 (2024-05-22)

🩹 Fixes

  • update dependency @​angular/compiler to v17.3.9

  • update typescript-eslint packages to v7.10.0

❤️ Thank You

  • Auke Bruinsma
  • Jonathan Kolberg
  • m-akinc
  • Mateusz

17.4.1 (2024-05-15)

🩹 Fixes

  • update dependency @​angular/compiler to v17.3.8

  • schematics: ignore nx cache

❤️ Thank You

  • James Henry

17.4.0 (2024-05-07)

... (truncated)

Commits
  • 16eadfb chore(release): publish 17.5.3
  • 013e52e fix: switch to using angular-devkit directly for schematics and builder
  • 05e8cf9 chore(release): publish 17.5.2
  • 725fe85 chore: devkit imports
  • b2b0700 fix: update typescript-eslint packages to v7.11.0 (#1846)
  • 82b1b7c chore(release): publish 17.5.1
  • 4efe5e9 chore(release): publish 17.5.0
  • 82e28c7 fix: update typescript-eslint packages to v7.10.0 (#1822)
  • 5b7f1f3 chore(release): publish 17.4.1
  • 76da9e8 chore: nx 19 latest (#1819)
  • Additional commits viewable in compare view
Attestation changes

This version has no provenance attestation, while the previous version (17.3.0) was attested. Review the package versions before updating.


Updates @angular-eslint/template-parser from 17.3.0 to 22.1.0

Release notes

Sourced from @​angular-eslint/template-parser's releases.

v22.1.0

22.1.0 (2026-07-12)

🚀 Features

  • support eslint inline directive comments within element opening tags (#3097)
  • eslint-plugin: add prefer-service-decorator rule (#3073)
  • eslint-plugin: [inject-at-top] add rule requiring inject() at the top of the class (#3009)
  • eslint-plugin-template: add require-switch-default rule (#3091)
  • eslint-plugin-template: add no-outerhtml rule (#3092)

🩹 Fixes

  • update eslint monorepo to v10.4.1 (#3065)
  • update typescript-eslint packages to v8.62.1 (#3082)
  • update dependency eslint to v10.6.0 (#3102)
  • eslint-plugin: [no-implicit-take-until-destroyed] avoid false positive for methods called from constructor (#3011)

❤️ Thank You

  • Adi-Marian Mutu
  • Guillaume DROUARD
  • Pierluigi Lenoci

v22.0.0

22.0.0 (2026-06-07)

As always we recommend that you update your existing workspaces by using ng 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

  • ⚠️ update to Angular 22 + TS 6, drop node 20 (96592269)
  • ⚠️ drop support for eslint v8 and legacy eslintrc config format (#3056)
  • support the Angular v22 @​Service decorator (#3057)
  • builder: add suppressionsLocation option (#3034)
  • ⚠️ eslint-plugin: [prefer-on-push-component-change-detection] flag only opting out of OnPush, make recommended (#3058)
  • ⚠️ eslint-plugin: remove deprecated no-conflicting-lifecycle rule (#3060)
  • template-parser: traverse v22 arrow function, spread and tagged-template expression nodes (#3059)

🩹 Fixes

  • update dependency @​angular/compiler to v21.2.12 (#3030)

⚠️ Breaking Changes

  • eslint-plugin: remove deprecated no-conflicting-lifecycle rule (#3060)

... (truncated)

Changelog

Sourced from @​angular-eslint/template-parser's changelog.

22.1.0 (2026-07-12)

🚀 Features

  • support eslint inline directive comments within element opening tags (#3097)

22.0.0 (2026-06-07)

🚀 Features

  • template-parser: traverse v22 arrow function, spread and tagged-template expression nodes (#3059)
  • ⚠️ drop support for eslint v8 and legacy eslintrc config format (#3056)

⚠️ Breaking Changes

  • drop support for eslint v8 and legacy eslintrc config format (#3056)

❤️ Thank You

21.4.0 (2026-05-13)

🩹 Fixes

  • update dependency @​angular/compiler to v21.2.11 (#3019)
  • eslint-plugin-template: [no-non-null-assertion] report nested arrays (#2991)

❤️ Thank You

  • Guillaume DROUARD

21.3.1 (2026-03-17)

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

21.3.0 (2026-03-05)

🚀 Features

  • add support for ESLint v10 (#2903)
  • eslint-plugin-template: add no-non-null-assertion rule (#2885)

🩹 Fixes

  • update dependency @​angular/compiler to v21.2.0 (#2915)

❤️ Thank You

  • Guillaume DROUARD

... (truncated)

Commits
  • a666e1b chore(release): publish 22.1.0
  • 8acfa92 feat: support eslint inline directive comments within element opening tags (#...
  • 578bf35 chore(repo): migrate to nx 23 (#3108)
  • 5c12bad chore: fix formatting
  • 7ee4556 chore(release): publish 22.0.0
  • e0f1203 feat(template-parser): traverse v22 arrow function, spread and tagged-templat...
  • 526640f feat!: drop support for eslint v8 and legacy eslintrc config format (#3056)
  • 0a774c7 chore(release): publish 21.4.0
  • d380a7f fix: update dependency @​angular/compiler to v21.2.11 (#3019)
  • 24373da fix(eslint-plugin-template): [no-non-null-assertion] report nested arrays (#2...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​angular-eslint/template-parser since your current version.


Updates @typescript-eslint/eslint-plugin from 7.4.0 to 8.65.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.65.0

8.65.0 (2026-07-20)

🚀 Features

  • add warning when TS 7 is detected (#12529)
  • eslint-plugin: [no-restricted-imports] deprecate extension rule (#12527, #19562, #11889)
  • eslint-plugin: [no-shadow] specialized error on enum declaration and member shadowing (#12578)
  • parser: add onUnsupportedTypeScriptVersion option to error on unsupported TypeScript versions (#12465)
  • typescript-estree: throw for invalid import defer syntax (#12552)

🩹 Fixes

  • eslint-plugin: [prefer-string-starts-ends-with] handle escaped $ ending regex literals (#12515)
  • eslint-plugin: [unbound-method] report unbound methods accessed via member expression on union types (#12448)
  • eslint-plugin: [no-unnecessary-parameter-property-assignment] don't flag computed assignments with a variable key (#12568)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.64.0

8.64.0 (2026-07...

Description has been truncated

… @angular-eslint/eslint-plugin, @angular-eslint/eslint-plugin-template, @angular-eslint/schematics, @angular-eslint/template-parser, @typescript-eslint/eslint-plugin, @typescript-eslint/parser and eslint

Bumps [js-yaml](https://github.com/nodeca/js-yaml) to 4.3.0 and updates ancestor dependencies [js-yaml](https://github.com/nodeca/js-yaml), [@angular-devkit/build-angular](https://github.com/angular/angular-cli), [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder), [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin), [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template), [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics), [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [eslint](https://github.com/eslint/eslint). These dependencies need to be updated together.


Updates `js-yaml` from 4.1.0 to 4.3.0
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@4.1.0...4.3.0)

Updates `@angular-devkit/build-angular` from 17.3.2 to 21.2.19
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@17.3.2...v21.2.19)

Updates `@angular-eslint/builder` from 17.3.0 to 22.1.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/builder/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v22.1.0/packages/builder)

Updates `@angular-eslint/eslint-plugin` from 17.3.0 to 22.1.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v22.1.0/packages/eslint-plugin)

Updates `@angular-eslint/eslint-plugin-template` from 17.3.0 to 22.1.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v22.1.0/packages/eslint-plugin-template)

Updates `@angular-eslint/schematics` from 17.3.0 to 17.5.3
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/v17.5.3/packages/schematics/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v17.5.3/packages/schematics)

Updates `@angular-eslint/template-parser` from 17.3.0 to 22.1.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/template-parser/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v22.1.0/packages/template-parser)

Updates `@typescript-eslint/eslint-plugin` from 7.4.0 to 8.65.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.65.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.4.0 to 8.65.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.65.0/packages/parser)

Updates `eslint` from 8.57.0 to 10.7.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v8.57.0...v10.7.0)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.3.0
  dependency-type: indirect
- dependency-name: "@angular-devkit/build-angular"
  dependency-version: 21.2.19
  dependency-type: direct:development
- dependency-name: "@angular-eslint/builder"
  dependency-version: 22.1.0
  dependency-type: direct:development
- dependency-name: "@angular-eslint/eslint-plugin"
  dependency-version: 22.1.0
  dependency-type: direct:development
- dependency-name: "@angular-eslint/eslint-plugin-template"
  dependency-version: 22.1.0
  dependency-type: direct:development
- dependency-name: "@angular-eslint/schematics"
  dependency-version: 17.5.3
  dependency-type: direct:development
- dependency-name: "@angular-eslint/template-parser"
  dependency-version: 22.1.0
  dependency-type: direct:development
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.65.0
  dependency-type: direct:development
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.65.0
  dependency-type: direct:development
- dependency-name: eslint
  dependency-version: 10.7.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants