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

[desktop]: Bump angular-eslint from 18.4.2 to 19.0.1 in /desktop #760

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps angular-eslint from 18.4.2 to 19.0.1.

Release notes

Sourced from angular-eslint's releases.

v19.0.1

19.0.1 (2024-12-06)

🩹 Fixes

  • update dependency @​angular/compiler to v19.0.3 (#2159)
  • update dependency eslint to v9.16.0 (#2148)
  • update typescript-eslint packages to v8.17.0 (#2153)
  • eslint-plugin: add prefer-signals rule to exported config (#2150)
  • eslint-plugin-template: prevent the slot tag from being self-closing (#2088)

❤️ Thank You

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)

... (truncated)

Changelog

Sourced from angular-eslint's changelog.

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

18.4.3 (2024-11-29)

🩹 Fixes

  • yarn pnp issues (#2143)

❤️ Thank You

Commits
  • 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)
  • 4e9c98c feat(eslint-plugin)!: remove deprecated sort-ngmodule-metadata-arrays rule (#...
  • 01d3fda feat(eslint-plugin)!: remove deprecated prefer-standalone-component rule (#2112)
  • 5c46a94 chore(release): publish 18.4.3
  • f75b6f7 chore: more yarn pnp (#2146)
  • 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](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/angular-eslint) from 18.4.2 to 19.0.1.
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/angular-eslint/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v19.0.1/packages/angular-eslint)

---
updated-dependencies:
- dependency-name: angular-eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 11, 2024

Superseded by #763.

@dependabot dependabot bot closed this Dec 11, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/desktop/dev/angular-eslint-19.0.1 branch December 11, 2024 04:01
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