Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @angular-eslint/eslint-plugin-template from 18.0.1 to 19.0.0 #118

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps @angular-eslint/eslint-plugin-template from 18.0.1 to 19.0.0.

Release notes

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

v19.0.0

19.0.0 (2024-11-29)

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.

However, please note that the angular-eslint package itself now supports being referenced as the schematics collection, so...

IF YOU ARE ALREADY USING angular-eslint and ESLint v9 and flat config you can now do the following:

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

(Note: If you encounter any issues with this, you may need to update to the latest v18 release of angular-eslint first)

IF YOU ARE STILL USING @angular-eslint/schematics and ESLint v8 and .eslintrc.json configs you can still do the following:

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

NOTE: There will not be any migration of your setup to ESLint v9 or flat configs for existing ESLint v8 workspaces while migrating to angular-eslint v19.

We will explore landing an opt in migration schematic in a minor release after 19.0.0.

🚀 Features

  • update angular packages to the stable v19 (#2120)
  • allow referencing angular-eslint as the schematics collection (2be3107b)
  • ⚠️ eslint-plugin: remove deprecated prefer-standalone-component rule (#2112)
  • ⚠️ eslint-plugin: prefer-standalone recognizes that standalone is the default (#2096)
  • ⚠️ eslint-plugin: remove deprecated sort-ngmodule-metadata-arrays rule (#2114)
  • ⚠️ eslint-plugin: remove deprecated no-host-metadata-property rule (#2113)
  • eslint-plugin: new rule prefer-signals (#1872)
  • ⚠️ eslint-plugin: promote prefer-standalone to recommended (8dfdc4f4)

⚠️ 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: prefer-standalone recognizes that standalone is the default (#2096)
  • ⚠️ eslint-plugin: remove deprecated prefer-standalone-component rule (#2112)

❤️ Thank You

... (truncated)

Changelog

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

19.0.0 (2024-11-29)

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

18.4.3 (2024-11-29)

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

18.4.2 (2024-11-23)

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

18.4.1 (2024-11-18)

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

18.4.0 (2024-10-21)

🩹 Fixes

  • update typescript-eslint packages to v8.10.0 (#2046)
  • update dependency aria-query to v5.3.2 (#2053)
  • update dependency aria-query to v5.3.1 (#2043)

18.3.1 (2024-09-11)

🩹 Fixes

  • template-parser: visit receiver of Call expression

  • template-parser: visit receiver of Call expression"

  • template-parser: visit receiver of Call expression

❤️ Thank You

  • James Henry
  • Paweł Maniecki

18.3.0 (2024-08-13)

🩹 Fixes

  • eslint-plugin-template: [interactive-supports-focus] allowList with form as default option to support event bubbling

  • eslint-plugin-template: [prefer-self-closing-tags] fix ng-content with rich default content

  • prefer-self-closing-tags: handle both forward and backward slash

❤️ Thank You

... (truncated)

Commits
  • af53867 chore(release): publish 19.0.0
  • a40e339 chore: bundle the compiler using esbuild (#2126)
  • 5c46a94 chore(release): publish 18.4.3
  • e694232 chore: migrate the repo to eslint flat config (#2145)
  • 8d0c6f3 chore(release): publish 18.4.2
  • 3e05a84 chore(release): publish 18.4.1
  • 1796bd7 chore(release): publish 18.4.0
  • fc3a77b fix: update typescript-eslint packages to v8.10.0 (#2046)
  • d0cf3c6 fix: update dependency aria-query to v5.3.2 (#2053)
  • f0667ec fix: update dependency aria-query to v5.3.1 (#2043)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) from 18.0.1 to 19.0.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/v19.0.0/packages/eslint-plugin-template)

---
updated-dependencies:
- dependency-name: "@angular-eslint/eslint-plugin-template"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 2, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2024

Superseded by #119.

@dependabot dependabot bot closed this Dec 9, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular-eslint/eslint-plugin-template-19.0.0 branch December 9, 2024 11:51
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants