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 to v18 (major) #56

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 31, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change OpenSSF
@angular-eslint/eslint-plugin (source) devDependencies major 17.5.2 -> 18.0.1 OpenSSF Scorecard
@angular-eslint/eslint-plugin-template (source) devDependencies major 17.5.2 -> 18.0.1 OpenSSF Scorecard
@angular-eslint/template-parser (source) devDependencies major 17.5.2 -> 18.0.1 OpenSSF Scorecard

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v18.0.1

Compare Source

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

v18.0.0

Compare Source

🚀 Features
  • ⚠️ angular-eslint v18
⚠️ Breaking Changes
  • ⚠️ angular-eslint v18
❤️ 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

17.5.0 (2024-05-22)

🚀 Features
  • eslint-plugin: [use-lifecycle-interface] add fixer for the rule
🩹 Fixes
  • update dependency @​angular/compiler to v17.3.9

  • update typescript-eslint packages to v7.10.0

  • eslint-plugin: [no-input-rename] incorrectly triggers on input transforms

❤️ Thank You
  • Auke Bruinsma
  • Jonathan Kolberg
  • m-akinc
  • Mateusz

17.4.1 (2024-05-15)

🩹 Fixes
❤️ Thank You
  • James Henry

17.4.0 (2024-05-07)

🚀 Features
  • eslint-plugin: [no-duplicates-in-metadata-arrays] new rule
🩹 Fixes
  • update dependency @​angular/compiler to v17.3.4

  • update dependency eslint-scope to v8.0.1

  • update typescript-eslint packages to v7.6.0

  • update typescript-eslint packages to v7.7.0

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

  • update typescript-eslint packages to v7.8.0

  • eslint-plugin: [sort-ngmodule-metadata-arrays] deprecate rule

❤️ Thank You
  • “JamesHenry”
  • Adrian Baran
  • Brad Kovach

17.3.0 (2024-03-15)

🚀 Features
  • eslint-plugin: consistent-component-styles

  • eslint-plugin: add prefer-standalone rule for checking all directives

🩹 Fixes
  • update dependency tmp to v0.2.3

  • migrate to nx 18

  • update dependency ignore to v5.3.1

  • update dependency eslint to v8.57.0

  • update typescript-eslint packages to v7 (major)

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

  • output declaration files in all packages

❤️ Thank You
  • Christian Svensson
  • Dave
  • James Henry
  • Joey Jacobs
  • Luis Estevez

17.2.1 (2024-01-20)

🩹 Fixes
  • update typescript-eslint packages to v6.18.1

  • update typescript-eslint packages to v6.19.0

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

❤️ Thank You
  • Adam Reisinger
  • Matt Lewis

17.2.0 (2024-01-06)

🚀 Features
  • eslint-plugin: [no-async-lifecycle-method] add rule
🩹 Fixes
  • update dependency eslint to v8.56.0

  • update typescript-eslint packages to v6.18.0

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

  • update dependency eslint-scope to v8

❤️ Thank You
  • Matt Lewis
  • Steven Chim

17.1.1

🩹 Fixes
  • update nrwl monorepo to v17.1.3

  • update typescript-eslint packages to v6.12.0

  • update dependency ignore to v5.3.0

  • update dependency eslint to v8.54.0

  • update typescript-eslint packages to v6.13.0

  • update typescript-eslint packages to v6.13.1

  • eslint-plugin: fix max inline declarations rule for styles string

❤️ Thank You
  • Christian Svensson
  • Daniel Kimmich
  • Luis Estevez

17.1.0

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

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

v18.0.1

Compare Source

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

v18.0.0

Compare Source

🚀 Features
  • ⚠️ angular-eslint v18
⚠️ Breaking Changes
  • ⚠️ angular-eslint v18
❤️ 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

17.5.0 (2024-05-22)

🚀 Features
  • eslint-plugin-template: [i18n] add allowMarkupInContent option
🩹 Fixes
  • update dependency @​angular/compiler to v17.3.9

  • update typescript-eslint packages to v7.10.0

  • eslint-plugin-template: [label-has-associated-control] check id's in the for attribute of a label for existence

❤️ Thank You
  • Auke Bruinsma
  • Jonathan Kolberg
  • m-akinc
  • Mateusz

17.4.1 (2024-05-15)

🩹 Fixes
❤️ Thank You
  • James Henry

17.4.0 (2024-05-07)

🩹 Fixes
  • update dependency @​angular/compiler to v17.3.4

  • update dependency eslint-scope to v8.0.1

  • update typescript-eslint packages to v7.6.0

  • update typescript-eslint packages to v7.7.0

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

  • update typescript-eslint packages to v7.8.0

  • eslint-plugin-template: [attributes-order] calculate valueless structural directive start/end positions correctly

❤️ Thank You
  • “JamesHenry”
  • Adrian Baran
  • Brad Kovach

17.3.0 (2024-03-15)

🩹 Fixes
  • update dependency tmp to v0.2.3

  • migrate to nx 18

  • update dependency ignore to v5.3.1

  • update dependency eslint to v8.57.0

  • update typescript-eslint packages to v7 (major)

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

  • output declaration files in all packages

  • eslint-plugin-template: [eqeqeq] calculate offset to find true absolute source span

❤️ Thank You
  • Christian Svensson
  • Dave
  • James Henry
  • Joey Jacobs
  • Luis Estevez

17.2.1 (2024-01-20)

🩹 Fixes
  • update typescript-eslint packages to v6.18.1

  • update typescript-eslint packages to v6.19.0

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

  • eslint-plugin-template: [no-call-expression] False negative with the new control flow syntax

  • eslint-plugin-template: handle i18n tags on structural direcives

❤️ Thank You
  • Adam Reisinger
  • Matt Lewis

17.2.0 (2024-01-06)

🩹 Fixes
  • update dependency eslint to v8.56.0

  • update typescript-eslint packages to v6.18.0

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

  • update dependency eslint-scope to v8

  • eslint-plugin-template: fix control flow syntax with i18n rule

❤️ Thank You
  • Matt Lewis
  • Steven Chim

17.1.1

🩹 Fixes
  • update nrwl monorepo to v17.1.3

  • update typescript-eslint packages to v6.12.0

  • update dependency ignore to v5.3.0

  • update dependency eslint to v8.54.0

  • update typescript-eslint packages to v6.13.0

  • update typescript-eslint packages to v6.13.1

  • eslint-plugin-template: [prefer-ngsrc] Do not prefer ngsrc for base64-encoded strings

  • eslint-plugin-template: [prefer-control-flow] prevent error when…

❤️ Thank You
  • Christian Svensson
  • Daniel Kimmich
  • Luis Estevez

17.1.0

🚀 Features
  • eslint-plugin-template: [no-negated-async] values used with the async pipe are not negated

  • eslint-plugin-template: [prefer-control-flow] add rule

🩹 Fixes
  • eslint-plugin-template: [attributes-order] fixes for structural directives and i18n ordering
❤️ Thank You
  • Adrian Baran
  • Daniel Kimmich
  • Phil McCloghry-Laing
angular-eslint/angular-eslint (@​angular-eslint/template-parser)

v18.0.1

Compare Source

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

v18.0.0

Compare Source

🚀 Features
  • ⚠️ angular-eslint v18
⚠️ Breaking Changes
  • ⚠️ angular-eslint v18
❤️ 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

17.5.0 (2024-05-22)

🩹 Fixes
❤️ Thank You
  • Auke Bruinsma
  • Jonathan Kolberg
  • m-akinc
  • Mateusz

17.4.1 (2024-05-15)

🩹 Fixes
❤️ Thank You
  • James Henry

17.4.0 (2024-05-07)

🩹 Fixes
  • update dependency @​angular/compiler to v17.3.4

  • update dependency eslint-scope to v8.0.1

  • update typescript-eslint packages to v7.6.0

  • update typescript-eslint packages to v7.7.0

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

  • update typescript-eslint packages to v7.8.0

❤️ Thank You
  • “JamesHenry”
  • Adrian Baran
  • Brad Kovach

17.3.0 (2024-03-15)

🩹 Fixes
  • update dependency tmp to v0.2.3

  • migrate to nx 18

  • update dependency ignore to v5.3.1

  • update dependency eslint to v8.57.0

  • update typescript-eslint packages to v7 (major)

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

  • output declaration files in all packages

❤️ Thank You
  • Christian Svensson
  • Dave
  • James Henry
  • Joey Jacobs
  • Luis Estevez

17.2.1 (2024-01-20)

🩹 Fixes
  • update typescript-eslint packages to v6.18.1

  • update typescript-eslint packages to v6.19.0

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

  • eslint-plugin-template: [no-call-expression] False negative with the new control flow syntax

❤️ Thank You
  • Adam Reisinger
  • Matt Lewis

17.2.0 (2024-01-06)

🩹 Fixes
  • update dependency eslint to v8.56.0

  • update typescript-eslint packages to v6.18.0

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

  • update dependency eslint-scope to v8

  • eslint-plugin-template: fix control flow syntax with i18n rule

❤️ Thank You
  • Matt Lewis
  • Steven Chim

17.1.1

🩹 Fixes
  • update nrwl monorepo to v17.1.3

  • update typescript-eslint packages to v6.12.0

  • update dependency ignore to v5.3.0

  • update dependency eslint to v8.54.0

  • update typescript-eslint packages to v6.13.0

  • update typescript-eslint packages to v6.13.1

❤️ Thank You
  • Christian Svensson
  • Daniel Kimmich
  • Luis Estevez

17.1.0

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 becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

Copy link

changeset-bot bot commented May 31, 2024

⚠️ No Changeset found

Latest commit: 8ce5991

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/major-angular-eslint-monorepo branch from e0da0c4 to 05e6e94 Compare June 1, 2024 05:15
@renovate renovate bot force-pushed the renovate/major-angular-eslint-monorepo branch from 05e6e94 to 8ce5991 Compare June 1, 2024 11:15
Copy link

sonarcloud bot commented Jun 1, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@gipo355 gipo355 merged commit 95fdc48 into main Jun 5, 2024
8 checks passed
@gipo355 gipo355 deleted the renovate/major-angular-eslint-monorepo branch June 5, 2024 04:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant