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

Update angular-eslint monorepo to v17 (major) - autoclosed #117

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 8, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v17.1.1

Compare Source

🩹 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

v17.1.0

Compare Source

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

v17.0.1

Compare Source

Note: Version bump only for package @​angular-eslint/builder

v17.0.0

Compare Source

Note: Version bump only for package @​angular-eslint/builder

16.3.1 (2023-11-08)

Note: Version bump only for package @​angular-eslint/builder

v16.3.1

Compare Source

Note: Version bump only for package @​angular-eslint/builder

v16.3.0

Compare Source

Note: Version bump only for package @​angular-eslint/builder

v16.2.0

Compare Source

Note: Version bump only for package @​angular-eslint/builder

16.1.2 (2023-09-04)

Note: Version bump only for package @​angular-eslint/builder

16.1.1 (2023-08-20)

Note: Version bump only for package @​angular-eslint/builder

v16.1.2

Compare Source

Note: Version bump only for package @​angular-eslint/builder

v16.1.1

Compare Source

Note: Version bump only for package @​angular-eslint/builder

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

v17.1.1

Compare Source

🩹 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

v17.1.0

Compare Source

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

v17.0.1

Compare Source

Note: Version bump only for package @​angular-eslint/eslint-plugin

v17.0.0

Compare Source

Bug Fixes
  • no declarations for eslint plugins (2498238)

16.3.1 (2023-11-08)

Note: Version bump only for package @​angular-eslint/eslint-plugin

v16.3.1

Compare Source

Note: Version bump only for package @​angular-eslint/eslint-plugin

v16.3.0

Compare Source

Bug Fixes

v16.2.0

Compare Source

Bug Fixes
  • eslint-plugin: [use-component-selector] applies to template literals (#​1468) (cbe60d3)
Features

16.1.2 (2023-09-04)

Bug Fixes
  • angular-eslint: ignore hostDirectives for no-output-rename and no-outputs-metadata-property (#​1466) (208bf25)

16.1.1 (2023-08-20)

Bug Fixes
  • eslint-plugin: export require-localize-metadata rule (#​1469) (e3dc936)

v16.1.2

Compare Source

Bug Fixes
  • angular-eslint: ignore hostDirectives for no-output-rename and no-outputs-metadata-property (#​1466) (208bf25)

v16.1.1

Compare Source

Bug Fixes
  • eslint-plugin: export require-localize-metadata rule (#​1469) (e3dc936)
angular-eslint/angular-eslint (@​angular-eslint/eslint-plugin-template)

v17.1.1

Compare Source

🩹 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

v17.1.0

Compare Source

🚀 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

v17.0.1

Compare Source

Note: Version bump only for package @​angular-eslint/eslint-plugin-template

v17.0.0

Compare Source

Bug Fixes
  • no declarations for eslint plugins (2498238)
Features
  • eslint-plugin-template: [prefer-self-closing-tags] consider ng-content and ng-template elements (#​1573) (8e97d20)

16.3.1 (2023-11-08)

Note: Version bump only for package @​angular-eslint/eslint-plugin-template

v16.3.1

Compare Source

Note: Version bump only for package @​angular-eslint/eslint-plugin-template

v16.3.0

Compare Source

Bug Fixes
Features
  • eslint-plugin-template: allow alias option in [use-track-by-function] (#​1497) (354d394)

v16.2.0

Compare Source

Bug Fixes
  • eslint-plugin-template: [prefer-self-closing-tags] improve code style of fixer result (#​1520) (6a86f19)
  • eslint-plugin-template: fix fixer of inline templates (#​1472) (470e12b)
  • update dependency axobject-query to v3.2.1 (#​1524) (bb171d4)
Features

16.1.2 (2023-09-04)

Bug Fixes

16.1.1 (2023-08-20)

Bug Fixes
  • eslint-plugin-template: [attributes-order] Handle explicit ng-template usage (#​1465) (7d1f592)
  • eslint-plugin-template: update links to Angular i18n docs (#​1476) (9633058)

v16.1.2

Compare Source

Bug Fixes

v16.1.1

Compare Source

Bug Fixes
  • eslint-plugin-template: [attributes-order] Handle explicit ng-template usage (#​1465) (7d1f592)
  • eslint-plugin-template: update links to Angular i18n docs (#​1476) (9633058)
angular-eslint/angular-eslint (@​angular-eslint/schematics)

v17.1.1

Compare Source

🩹 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

v17.1.0

Compare Source

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

v17.0.1

Compare Source

Note: Version bump only for package @​angular-eslint/schematics

v17.0.0

Compare Source

Note: Version bump only for package @​angular-eslint/schematics

16.3.1 (2023-11-08)

Note: Version bump only for package @​angular-eslint/schematics

v16.3.1

Compare Source

Note: Version bump only for package @​angular-eslint/schematics

v16.3.0

Compare Source

Bug Fixes

v16.2.0

Compare Source

Bug Fixes

16.1.2 (2023-09-04)

Note: Version bump only for package @​angular-eslint/schematics

16.1.1 (2023-08-20)

Bug Fixes

v16.1.2

Compare Source

Note: Version bump only for package @​angular-eslint/schematics

v16.1.1

Compare Source

Bug Fixes
angular-eslint/angular-eslint (@​angular-eslint/template-parser)

v17.1.1

Compare Source

🩹 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

v17.1.0

Compare Source

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

v17.0.1

Compare Source

Bug Fixes

v17.0.0

Compare Source

Note: Version bump only for package @​angular-eslint/template-parser

16.3.1 (2023-11-08)

Note: Version bump only for package @​angular-eslint/template-parser

v16.3.1

Compare Source

Note: Version bump only for package @​angular-eslint/template-parser

v16.3.0

Compare Source

Bug Fixes

v16.2.0

Compare Source

Note: Version bump only for package @​angular-eslint/template-parser

16.1.2 (2023-09-04)

Bug Fixes

16.1.1 (2023-08-20)

Note: Version bump only for package @​angular-eslint/template-parser

v16.1.2

Compare Source

Bug Fixes

v16.1.1

Compare Source

Note: Version bump only for package @​angular-eslint/template-parser


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
Contributor Author

renovate bot commented Nov 8, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @portugol-webstudio/[email protected]
npm ERR! Found: @angular/[email protected]
npm ERR! node_modules/@angular/cli
npm ERR!   dev @angular/cli@"^16.2.0" from @portugol-webstudio/[email protected]
npm ERR!   packages/ide
npm ERR!     @portugol-webstudio/[email protected]
npm ERR!     node_modules/@portugol-webstudio/ide
npm ERR!       workspace packages/ide from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/cli@">= 17.0.0 < 18.0.0" from @angular-eslint/[email protected]
npm ERR! node_modules/@angular-eslint/schematics
npm ERR!   dev @angular-eslint/schematics@"^17.0.0" from @portugol-webstudio/[email protected]
npm ERR!   packages/ide
npm ERR!     @portugol-webstudio/[email protected]
npm ERR!     node_modules/@portugol-webstudio/ide
npm ERR!       workspace packages/ide from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2023-12-13T00_33_29_643Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2023-12-13T00_33_29_643Z-debug-0.log

@renovate renovate bot force-pushed the renovate/major-angular-eslint-monorepo branch from 01d233b to 33ff1d3 Compare November 14, 2023 17:31
@renovate renovate bot force-pushed the renovate/major-angular-eslint-monorepo branch from 33ff1d3 to 3002b54 Compare December 13, 2023 00:33
@renovate renovate bot changed the title Update angular-eslint monorepo to v17 (major) Update angular-eslint monorepo to v17 (major) - autoclosed Dec 13, 2023
@renovate renovate bot closed this Dec 13, 2023
@renovate renovate bot deleted the renovate/major-angular-eslint-monorepo branch December 13, 2023 00:51
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.

0 participants