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 dependencies #164

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 8, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-eslint/builder (source) 19.0.1 -> 19.0.2 age adoption passing confidence
@angular-eslint/eslint-plugin (source) 19.0.1 -> 19.0.2 age adoption passing confidence
@angular-eslint/eslint-plugin-template (source) 19.0.1 -> 19.0.2 age adoption passing confidence
@angular-eslint/schematics (source) 19.0.1 -> 19.0.2 age adoption passing confidence
@angular-eslint/template-parser (source) 19.0.1 -> 19.0.2 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.18.0 -> 8.21.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.18.0 -> 8.21.0 age adoption passing confidence

Release Notes

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

v19.0.2

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.2

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-standalone] error range should only include property and value (#​2172)
❤️ Thank You
angular-eslint/angular-eslint (@​angular-eslint/eslint-plugin-template)

v19.0.2

Compare Source

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

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

v19.0.2

Compare Source

🩹 Fixes
  • update typescript-eslint packages to v8.18.0 (#​2171)
angular-eslint/angular-eslint (@​angular-eslint/template-parser)

v19.0.2

Compare Source

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

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

v8.21.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-duplicate-enum-values] handle template literal (#​10675)
  • eslint-plugin: [no-base-to-string] don't crash for recursive array or tuple types (#​10633)
  • eslint-plugin: [no-for-in-array] report on any type which may be an array or array-like (#​10535)
  • eslint-plugin: check JSX spread elements for misused spread usage (#​10653)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type args on jsx (#​10630)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.20.0

Compare Source

🚀 Features
  • eslint-plugin: [consistent-type-assertions] add arrayLiteralTypeAssertions options (#​10565)
  • eslint-plugin: [no-deprecated] add allow options (#​10585)
  • eslint-plugin: [no-misused-spread] add new rule (#​10551)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] don't flag optional chaining for union types with an unconstrained type parameters (#​10602)
  • eslint-plugin: [no-shadow] ignore ordering of type declarations (#​10593)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.19.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] handle literal types (#​10523)
  • eslint-plugin: [no-deprecated] doesn't report on shorthand property in an object expression (#​10550)
  • eslint-plugin: [strict-boolean-expressions] remove remaining (unsafe) autofixes (#​10548)
  • eslint-plugin: [no-shadow] report correctly on parameters of functions declared with the declare keyword (#​10543)
  • eslint-plugin: [no-base-to-string] check array generic type (#​10437)
❤️ Thank You
  • Kirk Waiblinger
  • mdm317
  • Ronen Amiel
  • Yukihiro Hasegawa @​y-hsgw

You can read about our versioning strategy and releases on our website.

v8.19.0

Compare Source

🚀 Features
  • eslint-plugin: [strict-boolean-expressions] check array predicate functions' return statements (#​10106)
🩹 Fixes
  • eslint-plugin: [member-ordering] ignore method overloading (#​10536)
  • eslint-plugin: [consistent-indexed-object-style] don't report on indirect circular references (#​10537)
  • eslint-plugin: [array-type] autofix with conditional types needs parentheses (#​10522)
  • eslint-plugin: add getConstraintInfo to handle generic constraints better (#​10496)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.18.2

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] handle noUncheckedIndexedAccess true (#​10514)
  • eslint-plugin: [consistent-type-assertions] allow default assertionStyle option (#​10512)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type/value context (#​10503)
  • eslint-plugin: [no-unsafe-type-assertion] fix for unsafe assertion to a constrained type parameter (#​10461)
  • eslint-plugin: [consistent-indexed-object-style] use a suggestion over an auto-fix if can't reliably determine that produced index signature is valid (#​10490)
  • eslint-plugin: [no-unnecessary-condition] don't flag values of an unconstrained or valid type parameter (#​10473)
  • eslint-plugin: [prefer-reduce-type-parameter] don't report cases in which the fix results in a type error (#​10494)
  • eslint-plugin: [no-deprecated] not reporting usages of deprecated declared constants as object value (#​10498)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.18.1

Compare Source

🩹 Fixes
  • scope-manager: visit params decorator before nest scope (#​10475)
  • eslint-plugin: [no-unnecessary-condition] better message when comparing between literal types (#​10454)
  • eslint-plugin: use consistent naming for asserting types and casting values (#​10472)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] flag values of a type parameter with boolean type constraints (#​10474)
  • eslint-plugin: handle string like index type (#​10460)
  • eslint-plugin: [no-unnecessary-template-expression] don't report when an expression includes comment (#​10444)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.21.0

Compare Source

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

You can read about our versioning strategy and releases on our website.

v8.20.0

Compare Source

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

You can read about our versioning strategy and releases on our website.

v8.19.1

Compare Source

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

You can read about our versioning strategy and releases on our website.

v8.19.0

Compare Source

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

You can read about our versioning strategy and releases on our website.

v8.18.2

Compare Source

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

You can read about our versioning strategy and releases on our website.

v8.18.1

Compare Source

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

You can read about our versioning strategy and releases on our website.


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 renovate label Apr 8, 2024
Copy link

netlify bot commented Apr 8, 2024

Deploy Preview for k9n-dev failed.

Name Link
🔨 Latest commit 317aa82
🔍 Latest deploy log https://app.netlify.com/sites/k9n-dev/deploys/678e90cd8a62a10008cbd394

@renovate renovate bot force-pushed the renovate/angular-eslint branch from d79adad to 1db4d91 Compare April 15, 2024 19:57
@renovate renovate bot changed the title chore(deps): update angular eslint dependencies to v7.6.0 chore(deps): update angular eslint dependencies to v7.7.0 Apr 15, 2024
@renovate renovate bot force-pushed the renovate/angular-eslint branch from 1db4d91 to 1fe455c Compare April 22, 2024 17:29
@renovate renovate bot changed the title chore(deps): update angular eslint dependencies to v7.7.0 chore(deps): update angular eslint dependencies to v7.7.1 Apr 22, 2024
@renovate renovate bot force-pushed the renovate/angular-eslint branch from 1fe455c to 7a1215f Compare April 29, 2024 20:37
@renovate renovate bot changed the title chore(deps): update angular eslint dependencies to v7.7.1 chore(deps): update angular eslint dependencies to v7.8.0 Apr 29, 2024
@renovate renovate bot force-pushed the renovate/angular-eslint branch from 7a1215f to 2d4dc1e Compare May 7, 2024 13:34
@renovate renovate bot changed the title chore(deps): update angular eslint dependencies to v7.8.0 chore(deps): update angular eslint dependencies May 7, 2024
@renovate renovate bot force-pushed the renovate/angular-eslint branch 2 times, most recently from 9ded34d to 196d15c Compare May 15, 2024 10:52
@renovate renovate bot force-pushed the renovate/angular-eslint branch 5 times, most recently from 1bb44d8 to eb778e8 Compare May 25, 2024 18:23
@renovate renovate bot changed the title chore(deps): update angular eslint dependencies chore(deps): update angular eslint dependencies to v7.10.0 May 25, 2024
@renovate renovate bot force-pushed the renovate/angular-eslint branch from eb778e8 to 666d7e1 Compare May 26, 2024 20:00
@renovate renovate bot changed the title chore(deps): update angular eslint dependencies to v7.10.0 chore(deps): update angular eslint dependencies May 26, 2024
@renovate renovate bot force-pushed the renovate/angular-eslint branch 7 times, most recently from 1552c12 to b11e6c3 Compare June 3, 2024 19:25
@renovate renovate bot force-pushed the renovate/angular-eslint branch 2 times, most recently from 490b9ff to 698fba0 Compare June 17, 2024 18:46
@renovate renovate bot force-pushed the renovate/angular-eslint branch from 698fba0 to d1787aa Compare June 24, 2024 19:44
@renovate renovate bot force-pushed the renovate/angular-eslint branch 2 times, most recently from 785dc95 to 85fbccd Compare July 1, 2024 19:21
@renovate renovate bot force-pushed the renovate/angular-eslint branch from 85fbccd to 8a27143 Compare July 8, 2024 18:33
@renovate renovate bot force-pushed the renovate/angular-eslint branch from 8a27143 to 1c20764 Compare July 15, 2024 20:12
@renovate renovate bot force-pushed the renovate/angular-eslint branch 2 times, most recently from fb25a27 to 5e85e87 Compare July 29, 2024 19:24
@renovate renovate bot force-pushed the renovate/angular-eslint branch from 5e85e87 to 481940b Compare August 1, 2024 00:49
@renovate renovate bot force-pushed the renovate/angular-eslint branch from 481940b to 369179f Compare August 13, 2024 16:30
@renovate renovate bot force-pushed the renovate/angular-eslint branch from 369179f to b665faa Compare September 11, 2024 14:01
@renovate renovate bot force-pushed the renovate/angular-eslint branch from b665faa to 72ae103 Compare October 21, 2024 13:15
@renovate renovate bot force-pushed the renovate/angular-eslint branch 2 times, most recently from 0b2dbd4 to 047182b Compare November 23, 2024 13:42
@renovate renovate bot force-pushed the renovate/angular-eslint branch from 047182b to 8936f72 Compare November 29, 2024 22:10
@renovate renovate bot force-pushed the renovate/angular-eslint branch 2 times, most recently from c3c7286 to 323d6e4 Compare December 23, 2024 19:25
@renovate renovate bot force-pushed the renovate/angular-eslint branch from 323d6e4 to bea9bf5 Compare December 30, 2024 18:02
@renovate renovate bot force-pushed the renovate/angular-eslint branch 2 times, most recently from 3af9796 to a12d932 Compare January 13, 2025 20:18
@renovate renovate bot force-pushed the renovate/angular-eslint branch from a12d932 to 317aa82 Compare January 20, 2025 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants