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

chore(deps): update angular-eslint monorepo [skip netlify] (major) #1059

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 8, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-eslint/builder (source) ^18.0.0 -> ^19.0.0 age adoption passing confidence
@angular-eslint/eslint-plugin (source) ^18.0.0 -> ^19.0.0 age adoption passing confidence
@angular-eslint/eslint-plugin-template (source) ^18.0.0 -> ^19.0.0 age adoption passing confidence
@angular-eslint/schematics (source) ^18.0.0 -> ^19.0.0 age adoption passing confidence
@angular-eslint/template-parser (source) ^18.0.0 -> ^19.0.0 age adoption passing confidence

Release Notes

angular-eslint/angular-eslint (@​angular-eslint/builder)

v19.0.1

Compare Source

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

v19.0.0

Compare Source

🚀 Features
  • update angular packages to the stable v19 (#​2120)
❤️ Thank You

18.4.3 (2024-11-29)

🩹 Fixes
❤️ Thank You

18.4.2 (2024-11-23)

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

18.4.1 (2024-11-18)

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

18.4.0 (2024-10-21)

🚀 Features
  • support ESM configs and .cjs and .mjs extensions (#​2068)
🩹 Fixes
  • update dependency eslint to v9.13.0, support noConfigLookup (#​2045)
❤️ Thank You

18.3.1 (2024-09-11)

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

18.3.0 (2024-08-13)

🩹 Fixes
  • ensure consistent nx dependency versions
❤️ Thank You
  • James Henry

18.2.0 (2024-07-31)

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

18.1.0 (2024-07-01)

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

18.0.1 (2024-05-30)

🩹 Fixes
  • move typescript-eslint packages to peerDeps, consistently allow v7 and v8
❤️ Thank You
  • James Henry

v18.4.3

Compare Source

🩹 Fixes
❤️ Thank You

v18.4.2

Compare Source

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

v18.4.1

Compare Source

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

v18.4.0

Compare Source

🚀 Features
  • support ESM configs and .cjs and .mjs extensions (#​2068)
🩹 Fixes
  • update dependency eslint to v9.13.0, support noConfigLookup (#​2045)
❤️ Thank You

v18.3.1

Compare Source

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

v18.3.0

Compare Source

🩹 Fixes
  • ensure consistent nx dependency versions
❤️ Thank You
  • James Henry

v18.2.0

Compare Source

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

v18.1.0

Compare Source

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

angular-eslint/angular-eslint (@​angular-eslint/eslint-plugin)

v19.0.1

Compare Source

🩹 Fixes
  • eslint-plugin: adding prefer-signals rule to exported config (#​2150)
❤️ Thank You

v19.0.0

Compare Source

🚀 Features
  • ⚠️ eslint-plugin: promote prefer-standalone to recommended (8dfdc4f4)
  • eslint-plugin: new rule prefer-signals (#​1872)
  • ⚠️ 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)
⚠️ 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

18.4.3 (2024-11-29)

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

18.4.2 (2024-11-23)

🩹 Fixes
  • eslint-plugin: fix placement of lifecycle interface for subclasses (#​1965)
  • eslint-plugin: handle output() and input() functions in various rules (#​2098)
❤️ Thank You

18.4.1 (2024-11-18)

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

18.4.0 (2024-10-21)

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

18.3.1 (2024-09-11)

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

18.3.0 (2024-08-13)

🚀 Features
  • eslint-plugin: new rule runtime-localize
❤️ Thank You
  • m-akinc

18.2.0 (2024-07-31)

🚀 Features
  • update typescript-eslint to v8 stable, eslint v9.8.0
🩹 Fixes
  • eslint-plugin: [prefer-standalone] ignore empty Directive decorators
❤️ Thank You
  • James Henry
  • Paweł Maniecki

18.1.0 (2024-07-01)

🚀 Features
  • eslint-plugin: [prefer-output-readonly] support output() function
🩹 Fixes
  • update typescript-eslint packages to v8.0.0-alpha.37
❤️ Thank You
  • Christian Svensson
  • Daniel Kimmich
  • Dave
  • Martijn van der Meij
  • Maximilian Main

18.0.1 (2024-05-30)

🩹 Fixes
  • move typescript-eslint packages to peerDeps, consistently allow v7 and v8
❤️ Thank You
  • James Henry

v18.4.3

Compare Source

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

v18.4.2

Compare Source

🩹 Fixes
  • eslint-plugin: fix placement of lifecycle interface for subclasses (#​1965)
  • eslint-plugin: handle output() and input() functions in various rules (#​2098)
❤️ Thank You

v18.4.1

Compare Source

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

v18.4.0

Compare Source

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

v18.3.1

Compare Source

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

v18.3.0

Compare Source

🚀 Features
  • eslint-plugin: new rule runtime-localize
❤️ Thank You
  • m-akinc

v18.2.0

Compare Source

🚀 Features
  • update typescript-eslint to v8 stable, eslint v9.8.0
🩹 Fixes
  • eslint-plugin: [prefer-standalone] ignore empty Directive decorators
❤️ Thank You
  • James Henry
  • Paweł Maniecki

v18.1.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-output-readonly] support output() function
🩹 Fixes
  • update typescript-eslint packages to v8.0.0-alpha.37
❤️ Thank You
  • Christian Svensson
  • Daniel Kimmich
  • Dave
  • Martijn van der Meij
  • Maximilian Main
angular-eslint/angular-eslint (@​angular-eslint/eslint-plugin-template)

v19.0.1

Compare Source

🩹 Fixes
  • eslint-plugin-template: prevent the slot tag from being self-closing (#​2088)
❤️ Thank You

v19.0.0

Compare Source

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
  • Daniel Kimmich
  • Sandi Barr
  • Simon

18.2.0 (2024-07-31)

🚀 Features
  • update typescript-eslint to v8 stable, eslint v9.8.0
🩹 Fixes
  • update dependency axobject-query to v4.1.0

  • eslint-plugin-template: add meta to preprocessor to resolve eslint cache error

❤️ Thank You
  • James Henry
  • kwiateusz

18.1.0 (2024-07-01)

🚀 Features
  • eslint-plugin: [no-call-expression] add allowPrefix and allowSuffix
🩹 Fixes
  • update typescript-eslint packages to v8.0.0-alpha.37

  • eslint-plugin-template: [prefer-self-closing-tags] always ignore index.html files

  • eslint-plugin-template: [prefer-self-closing-tags] support ng-content with fallback content

❤️ Thank You
  • Christian Svensson
  • Daniel Kimmich
  • Dave
  • Martijn van der Meij
  • Maximilian Main

18.0.1 (2024-05-30)

🩹 Fixes
  • move typescript-eslint packages to peerDeps, consistently allow v7 and v8
❤️ Thank You
  • James Henry

v18.4.3

Compare Source

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

v18.4.2

Compare Source

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

v18.4.1

Compare Source

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

v18.4.0

Compare Source

🩹 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)

v18.3.1

Compare Source

🩹 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

v18.3.0

Compare Source

🩹 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
  • Daniel Kimmich
  • Sandi Barr
  • Simon

v18.2.0

Compare Source

🚀 Features
  • update typescript-eslint to v8 stable, eslint v9.8.0
🩹 Fixes
  • update dependency axobject-query to v4.1.0

  • eslint-plugin-template: add meta to preprocessor to resolve eslint cache error

❤️ Thank You
  • James Henry
  • kwiateusz

v18.1.0

Compare Source

🚀 Features
  • eslint-plugin: [no-call-expression] add allowPrefix and allowSuffix
🩹 Fixes
  • update typescript-eslint packages to v8.0.0-alpha.37

  • eslint-plugin-template: [prefer-self-closing-tags] always ignore index.html files

  • eslint-plugin-template: [prefer-self-closing-tags] support ng-content with fallback content

❤️ Thank You
  • Christian Svensson
  • Daniel Kimmich
  • Dave
  • Martijn van der Meij
  • Maximilian Main
angular-eslint/angular-eslint (@​angular-eslint/schematics)

v19.0.1

Compare Source

🩹 Fixes
  • update typescript-eslint packages to v8.17.0 (#​2153)
  • update dependency eslint to v9.16.0 (#​2148)

v19.0.0

Compare Source

🚀 Features
  • allow referencing angular-eslint as the schematics collection (2be3107b)
  • update angular packages to the stable v19 (#​2120)
❤️ Thank You

18.4.3 (2024-11-29)

🩹 Fixes
  • update typescript-eslint packages to v8.16.0 (#​2135)
  • yarn pnp issues (#​2143)
❤️ Thank You

18.4.2 (2024-11-23)

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

18.4.1 (2024-11-18)

🩹 Fixes
  • update dependency ignore to v6 (#​2047)

18.4.0 (2024-10-21)

🚀 Features
  • support ESM configs and .cjs and .mjs extensions (#​2068)
🩹 Fixes
  • update dependency eslint to v9.13.0, support noConfigLookup (#​2045)
  • update typescript-eslint packages to v8.10.0 (#​2046)
  • update typescript-eslint packages to v8.5.0 (#​2020)
❤️ Thank You

18.3.1 (2024-09-11)

🩹 Fixes
  • update dependency eslint to v9.9.1

  • update typescript-eslint packages to v8.2.0

18.3.0 (2024-08-13)

🩹 Fixes
  • ensure consistent nx dependency versions

  • update dependency eslint to v9.9.0

  • update dependency ignore to v5.3.2

  • update typescript-eslint packages to v8.0.1

  • update typescript-eslint packages to v8.1.0

❤️ Thank You
  • James Henry

18.2.0 (2024-07-31)

🚀 Features
  • update typescript-eslint to v8 stable, eslint v9.8.0
🩹 Fixes
  • update dependency semver to v7.6.3
❤️ Thank You
  • James Henry

18.1.0 (2024-07-01)

🩹 Fixes
  • update dependency eslint to v9.4.0

  • update dependency eslint to v9.5.0

  • update dependency eslint to v9.6.0

  • update typescript-eslint packages to v8.0.0-alpha.37

  • update typescript-eslint packages to v8.0.0-alpha.38

❤️ Thank You
  • Christian Svensson
  • Daniel Kimmich
  • Dave
  • Martijn van der Meij
  • Maximilian Main

18.0.1 (2024-05-30)

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

v18.4.3

Compare Source

🩹 Fixes
  • update typescript-eslint packages to v8.16.0 (#​2135)
  • yarn pnp issues (#​2143)
❤️ Thank You

v18.4.2

Compare Source

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

v18.4.1

Compare Source

🩹 Fixes
  • update dependency ignore to v6 (#​2047)

v18.4.0

Compare Source

🚀 Features
  • support ESM configs and .cjs and .mjs extensions (#​2068)
🩹 Fixes
  • update dependency eslint to v9.13.0, support noConfigLookup (#​2045)
  • update typescript-eslint packages to v8.10.0 (#​2046)
  • update typescript-eslint packages to v8.5.0 (#​2020)
❤️ Thank You

v18.3.1

Compare Source

🩹 Fixes
  • update dependency eslint to v9.9.1

  • update typescript-eslint packages to v8.2.0

v18.3.0

Compare Source

🩹 Fixes
  • ensure consistent nx dependency versions

  • update dependency eslint to v9.9.0

  • update dependency ignore to v5.3.2

  • update typescript-eslint packages to v8.0.1

  • update typescript-eslint packages to v8.1.0

❤️ Thank You
  • James Henry

v18.2.0

Compare Source

🚀 Features
  • update typescript-eslint to v8 stable, eslint v9.8.0
🩹 Fixes
  • update dependency semver to v7.6.3
❤️ Thank You
  • James Henry

v18.1.0

Compare Source

🩹 Fixes
  • update dependency eslint to v9.4.0

  • update dependency eslint to v9.5.0

  • update dependency eslint to v9.6.0

  • update typescript-eslint packages to v8.0.0-alpha.37

  • update typescript-eslint packages to v8.0.0-alpha.38

❤️ Thank You
  • Christian Svensson
  • Daniel Kimmich
  • Dave
  • Martijn van der Meij
  • Maximilian Main
angular-eslint/angular-eslint (@​angular-eslint/template-parser)

v19.0.1

Compare Source

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

v19.0.0

Compare Source

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

18.4.3 (2024-11-29)

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

18.4.2 (2024-11-23)

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

18.4.1 (2024-11-18)

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

18.4.0 (2024-10-21)

🩹 Fixes
  • template-parser: traverse ng-content fallback content (#​2031)
❤️ Thank You

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)

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

18.2.0 (2024-07-31)

🚀 Features
  • update typescript-eslint to v8 stable, eslint v9.8.0
❤️ Thank You
  • James Henry

18.1.0 (2024-07-01)

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

18.0.1 (2024-05-30)

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

v18.4.3

Compare Source

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

v18.4.2

Compare Source

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

v18.4.1

Compare Source

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

v18.4.0

Compare Source

🩹 Fixes
  • template-parser: traverse ng-content fallback content (#​2031)
❤️ Thank You

v18.3.1

Compare Source

🩹 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

v18.3.0

Compare Source

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

v18.2.0

Compare Source

🚀 Features
  • update typescript-eslint to v8 stable, eslint v9.8.0
❤️ Thank You
  • James Henry

v18.1.0

Compare Source

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 8, 2024
@renovate renovate bot force-pushed the renovate/major-angular-eslint-monorepo branch from 8b1bb65 to aa56b2b Compare December 8, 2024 21:48
@renovate renovate bot force-pushed the renovate/major-angular-eslint-monorepo branch from aa56b2b to 54d901b Compare December 16, 2024 23:49
@renovate renovate bot force-pushed the renovate/major-angular-eslint-monorepo branch from 54d901b to ff4d121 Compare December 17, 2024 23:31
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