Skip to content

Update typescript-eslint monorepo to v8.56.0 - #500

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/typescript-eslint-monorepo
Closed

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/typescript-eslint-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jun 8, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@typescript-eslint/eslint-plugin (source) 8.33.08.56.0 age confidence
@typescript-eslint/eslint-plugin (source) 8.32.18.56.0 age confidence
@typescript-eslint/parser (source) 8.32.18.56.0 age confidence

Release Notes

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

v8.56.0

Compare Source

🚀 Features
🩹 Fixes
  • use parser options from context.languageOptions (#​12043)
❤️ Thank You

See GitHub Releases for more information.

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

v8.55.0

Compare Source

🚀 Features
  • utils: deprecate defaultOptions in favor of meta.defaultOptions (#​11992)
🩹 Fixes
  • eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#​11949)
  • eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#​11984)
  • eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#​11966, #​12000)
  • eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#​11990)
❤️ Thank You

See GitHub Releases for more information.

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

v8.54.0

Compare Source

🚀 Features
  • eslint-plugin-internal: add prefer-tsutils-methods rule (#​11974, #​11625)
  • typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#​11965, #​11955)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#​11967, #​11559)
  • deps: update dependency prettier to v3.8.0 (#​11991)
  • scope-manager: fix catch clause scopes def.name (#​11982)
  • eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#​11785)
❤️ Thank You

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

v8.53.1

Compare Source

🩹 Fixes
  • utils: make RuleCreator root defaultOptions optional (#​11956)
  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#​11951)
❤️ Thank You

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

v8.53.0

Compare Source

🚀 Features
  • eslint-plugin: add rule [strict-void-return] (#​9707)
  • eslint-plugin: [no-unused-vars] add a fixer to remove unused imports (#​11922)
🩹 Fixes
  • eslint-plugin: [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (#​11916)
  • eslint-plugin: replace unclear "error typed" with more helpful description (#​11704)
  • typescript-estree: forbid invalid extends and implements in interface declaration (#​11935)
  • typescript-estree: forbid invalid class implements (#​11934)
  • typescript-estree: forbid type-only import with both default and named specifiers (#​11930)
❤️ Thank You

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

v8.52.0

Compare Source

🚀 Features
  • eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#​11899)
🩹 Fixes
  • eslint-plugin: [no-base-to-string] detect @​@​toPrimitive and valueOf (#​11901)
  • eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#​11908)
❤️ Thank You
  • Josh Goldberg ✨
  • Ulrich Stark

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

v8.51.0

Compare Source

🚀 Features
  • eslint-plugin: add namespace to plugin meta (#​11885)
  • eslint-plugin: [no-useless-default-assignment] fix some cases to optional syntax (#​11871)
🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] handle MemberExpression in final chain position (#​11835)
  • eslint-plugin: bump ts-api-utils to 2.2.0 (#​11881)
  • eslint-plugin: remove fixable from no-dynamic-delete rule (#​11876)
  • eslint-plugin: fix crash and false positives in no-useless-default-assignment (#​11845)
❤️ Thank You

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

v8.50.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] correct handling of undefined vs. void (#​11826)
  • eslint-plugin: [method-signature-style] ignore methods that return this (#​11813)
❤️ Thank You

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

v8.50.0

Compare Source

🚀 Features
  • eslint-plugin: [no-useless-default-assignment] add rule (#​11720)
❤️ Thank You
  • Josh Goldberg ✨
  • Ulrich Stark

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

v8.49.0

Compare Source

🚀 Features
  • eslint-plugin: use Intl.Segmenter instead of graphemer (#​11804)
🩹 Fixes
  • deps: update dependency prettier to v3.7.2 (#​11820)
❤️ Thank You

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

v8.48.1

Compare Source

🩹 Fixes
  • eslint-plugin: [restrict-template-expressions] check base types in allow list (#​11764, #​11759)
  • eslint-plugin: honor ignored base types on generic classes (#​11767)
  • eslint-plugin: [consistent-type-exports] check value flag before resolving alias (#​11769)
❤️ Thank You

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

v8.48.0

Compare Source

🚀 Features
  • eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#​10744)
🩹 Fixes
  • typescript-estree: disallow binding patterns in parameter properties (#​11760)
  • eslint-plugin: [consistent-generic-constructors] ignore when constructor is typed array (#​10477)
❤️ Thank You

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

v8.47.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unused-private-class-members] new extension rule (#​10913)
❤️ Thank You

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

v8.46.4

Compare Source

🩹 Fixes
  • parser: error when both projectService and project are set (#​11333)
  • eslint-plugin: handle override modifier in promise-function-async fixer (#​11730)
  • eslint-plugin: [no-deprecated] fix double-report on computed literal identifiers (#​11006, #​10958)
❤️ Thank You

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

v8.46.3

Compare Source

🩹 Fixes
  • eslint-plugin: [no-duplicate-enum-values] support signed numbers (#​11722, #​11723)
  • eslint-plugin: [no-misused-promises] expand union type to retrieve target property (#​11706)
❤️ Thank You

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

v8.46.2

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#​11702)
❤️ Thank You
  • mdm317

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

v8.46.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-misused-promises] special-case .finally not to report when a promise returning function is provided as an argument (#​11667)
  • eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#​11533)
❤️ Thank You
  • mdm317
  • Ronen Amiel

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

v8.46.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#​11659)
  • rule-schema-to-typescript-types: clean up and make public (#​11633)
🩹 Fixes
  • eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#​11660)
  • typescript-estree: forbid abstract method and accessor to have implementation (#​11657)
  • eslint-plugin: removed error type previously deprecated (#​11674)
  • eslint-plugin: [no-deprecated] ignore deprecated export imports (#​11603)
  • eslint-plugin: [unbound-method] improve wording around this: void and binding (#​11634)
  • rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#​11628)
  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#​11487)
❤️ Thank You

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

v8.45.0

Compare Source

🚀 Features
  • eslint-plugin: expose rule name via RuleModule interface (#​11616)
🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (#​11614)
  • eslint-plugin: [no-base-to-string] check if superclass is ignored (#​11617)
❤️ Thank You

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

v8.44.1

Compare Source

🩹 Fixes
  • eslint-plugin: [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#​11611)
  • eslint-plugin: [no-unsafe-enum-comparison] support unions of literals (#​11599)
  • eslint-plugin: [no-base-to-string] make ignoredTypeNames match type names without generics (#​11597)
❤️ Thank You

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

v8.44.0

Compare Source

🚀 Features
  • eslint-plugin: [await-thenable] report invalid (non-promise) values passed to promise aggregator methods (#​11267)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-conversion] ignore enum members (#​11490)
❤️ Thank You

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

v8.43.0

Compare Source

🚀 Features
  • typescript-estree: disallow empty type parameter/argument lists (#​11563)
🩹 Fixes
  • eslint-plugin: [prefer-return-this-type] don't report an error when returning a union type that includes a classType (#​11432)
  • eslint-plugin: [no-deprecated] should report deprecated exports and reexports (#​11359)
  • eslint-plugin: [no-floating-promises] allowForKnownSafeCalls now supports function names (#​11423, #​11430)
  • eslint-plugin: [consistent-type-exports] fix declaration shadowing (#​11457)
  • eslint-plugin: [no-unnecessary-type-conversion] only report ~~ on integer literal types (#​11517)
  • scope-manager: exclude Program from DefinitionBase node types (#​11469)
  • eslint-plugin: [no-non-null-assertion] do not suggest optional chain on LHS of assignment (#​11489)
  • type-utils: add union type support to TypeOrValueSpecifier (#​11526)
❤️ Thank You

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

v8.42.0

Compare Source

🩹 Fixes
  • deps: update eslint monorepo to v9.33.0 (#​11482)

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

v8.41.0

Compare Source

🩹 Fixes
  • deps: update dependency prettier to v3.6.2 (#​11496)

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

v8.40.0

Compare Source

🚀 Features
  • typescript-estree: forbid invalid keys in EnumMember (#​11232)
❤️ Thank You

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

v8.39.1

Compare Source

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

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

v8.39.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] support yield/await expressions (#​11417)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#​11427)
  • update to TypeScript 5.9.2 (#​11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#​11127)
🩹 Fixes
  • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#​11403)
  • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#​11272)
❤️ Thank You

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

v8.38.0

Compare Source

🩹 Fixes
  • disallow extra properties in rule options (#​11397)
  • eslint-plugin: [consistent-generic-constructors] resolve conflict with isolatedDeclarations if enabled in constructor option (#​11351)
❤️ Thank You

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

v8.37.0

Compare Source

🩹 Fixes
  • eslint-plugin: [unified-signatures] fix false positives for ignoreOverloadsWithDifferentJSDoc option (#​11381)
❤️ Thank You

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

v8.36.0

Compare Source

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

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

v8.35.1

Compare Source

🩹 Fixes
  • remove prettier from eslint-plugin (#​11339)
❤️ Thank You

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

v8.35.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] add checkUnknown Option (#​11128)
❤️ Thank You

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

v8.34.1

Compare Source

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

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

v8.34.0

Compare Source

🩹 Fixes
  • typescript-estree: add validation to interface extends (#​11271)
❤️ Thank You
  • Tao

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

v8.33.1

Compare Source

🩹 Fixes
  • exclude docs/ directory from eslint-plugin package (#​11251)
❤️ Thank You
  • roottool

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

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

v8.56.0

Compare Source

🚀 Features
❤️ Thank You

See GitHub Releases for more information.

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

v8.55.0

Compare Source

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

See GitHub Releases for more information.

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

v8.54.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.53.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.53.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.52.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.51.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.50.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.50.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.49.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.48.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.48.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.47.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.46.4

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

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.46.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.46.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.46.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.45.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.44.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.44.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.43.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.42.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.41.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.40.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.39.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.39.0

Compare Source

🚀 Features
❤️ Thank You

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

v8.38.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.37.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.36.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.35.1](https://redirect.github.com/typesc


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 was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Jun 8, 2025

Copy link
Copy Markdown
Contributor Author

⚠️ 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: frontend/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nx/devkit@21.0.3
npm warn Found: nx@21.1.2
npm warn node_modules/nx
npm warn   peer nx@"21.1.2" from @nx/devkit@21.1.2
npm warn   node_modules/@nx/eslint/node_modules/@nx/devkit
npm warn     @nx/devkit@"21.1.2" from @nx/eslint@21.1.2
npm warn     node_modules/@nx/eslint
npm warn     1 more (@nx/js)
npm warn   3 more (@nx/workspace, @nx/devkit, the root project)
npm warn
npm warn Could not resolve dependency:
npm warn peer nx@"21.0.3" from @nx/devkit@21.0.3
npm warn node_modules/@nx/devkit
npm warn   @nx/devkit@"21.0.3" from @nx/eslint-plugin@21.0.3
npm warn   node_modules/@nx/eslint-plugin
npm warn   3 more (@nx/js, @nx/workspace, @nx/vite)
npm warn
npm warn Conflicting peer dependency: nx@21.0.3
npm warn node_modules/nx
npm warn   peer nx@"21.0.3" from @nx/devkit@21.0.3
npm warn   node_modules/@nx/devkit
npm warn     @nx/devkit@"21.0.3" from @nx/eslint-plugin@21.0.3
npm warn     node_modules/@nx/eslint-plugin
npm warn     3 more (@nx/js, @nx/workspace, @nx/vite)
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: svelte-masonry@0.1.5
npm error Found: svelte@5.30.2
npm error node_modules/svelte
npm error   peer svelte@"^3.0.0 || ^4.0.0 || ^5.0.0" from @neoconfetti/svelte@2.2.2
npm error   node_modules/@neoconfetti/svelte
npm error     dev @neoconfetti/svelte@"^2.2.2" from the root project
npm error   peer svelte@"^4.0.0 || ^5.0.0-next.0" from @sveltejs/kit@2.21.1
npm error   node_modules/@sveltejs/kit
npm error     peer @sveltejs/kit@"^2.0.0" from @sveltejs/adapter-auto@6.0.1
npm error     node_modules/@sveltejs/adapter-auto
npm error       dev @sveltejs/adapter-auto@"^6.0.1" from the root project
npm error     peer @sveltejs/kit@"^2.0.0" from @sveltejs/adapter-static@3.0.8
npm error     node_modules/@sveltejs/adapter-static
npm error       dev @sveltejs/adapter-static@"^3.0.8" from the root project
npm error     1 more (the root project)
npm error   7 more (@sveltejs/vite-plugin-svelte, ...)
npm error
npm error Could not resolve dependency:
npm error peer svelte@"^4.0.0" from svelte-masonry@0.1.5
npm error node_modules/svelte-masonry
npm error   svelte-masonry@"^0.1.5" from the root project
npm error
npm error Conflicting peer dependency: svelte@4.2.20
npm error node_modules/svelte
npm error   peer svelte@"^4.0.0" from svelte-masonry@0.1.5
npm error   node_modules/svelte-masonry
npm error     svelte-masonry@"^0.1.5" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-02-17T18_59_35_897Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-02-17T18_59_35_897Z-debug-0.log

@github-actions

github-actions Bot commented Jun 8, 2025

Copy link
Copy Markdown

⚠️ CHANGELOG.md was not updated. Please update it before merging the PR.

@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 5f70682 to 9815d54 Compare June 14, 2025 22:34
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v8.33.1 Update typescript-eslint monorepo to v8.34.0 Jun 14, 2025
@github-actions

Copy link
Copy Markdown

⚠️ CHANGELOG.md was not updated. Please update it before merging the PR.

@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 9815d54 to fb39f3d Compare June 16, 2025 19:53
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v8.34.0 Update typescript-eslint monorepo to v8.34.1 Jun 16, 2025
@github-actions

Copy link
Copy Markdown

⚠️ CHANGELOG.md was not updated. Please update it before merging the PR.

@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from fb39f3d to 8a8aca2 Compare June 23, 2025 20:47
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v8.34.1 Update typescript-eslint monorepo to v8.35.0 Jun 23, 2025
@github-actions

Copy link
Copy Markdown

⚠️ CHANGELOG.md was not updated. Please update it before merging the PR.

@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 8a8aca2 to 7824d1a Compare July 5, 2025 16:01
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v8.35.0 Update typescript-eslint monorepo to v8.35.1 Jul 5, 2025
@github-actions

github-actions Bot commented Jul 5, 2025

Copy link
Copy Markdown

⚠️ CHANGELOG.md was not updated. Please update it before merging the PR.

@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 7824d1a to f355702 Compare July 7, 2025 18:53
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v8.35.1 Update typescript-eslint monorepo to v8.36.0 Jul 7, 2025
@github-actions

github-actions Bot commented Jul 7, 2025

Copy link
Copy Markdown

⚠️ CHANGELOG.md was not updated. Please update it before merging the PR.

@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from f355702 to 0d29df0 Compare July 14, 2025 23:27
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v8.36.0 Update typescript-eslint monorepo to v8.37.0 Jul 14, 2025
@github-actions

Copy link
Copy Markdown

⚠️ CHANGELOG.md was not updated. Please update it before merging the PR.

@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 0d29df0 to 42e98ff Compare July 22, 2025 02:01
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v8.37.0 Update typescript-eslint monorepo to v8.38.0 Jul 22, 2025
@github-actions

Copy link
Copy Markdown

⚠️ CHANGELOG.md was not updated. Please update it before merging the PR.

@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 42e98ff to bb520a1 Compare August 7, 2025 00:07
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v8.38.0 Update typescript-eslint monorepo to v8.39.0 Aug 7, 2025
@github-actions

github-actions Bot commented Aug 7, 2025

Copy link
Copy Markdown

⚠️ CHANGELOG.md was not updated. Please update it before merging the PR.

@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from bb520a1 to a7b7d14 Compare August 10, 2025 14:32
@github-actions

Copy link
Copy Markdown

⚠️ CHANGELOG.md was not updated. Please update it before merging the PR.

@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from a7b7d14 to a153107 Compare August 11, 2025 18:04
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v8.39.0 Update typescript-eslint monorepo to v8.39.1 Aug 11, 2025
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 3537029 to 2d69785 Compare December 15, 2025 22:50
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v8.49.0 Update typescript-eslint monorepo to v8.50.0 Dec 15, 2025
@github-actions

Copy link
Copy Markdown

⚠️ CHANGELOG.md was not updated. Please update it before merging the PR.

@renovate renovate Bot changed the title Update typescript-eslint monorepo to v8.50.0 Update typescript-eslint monorepo to v8.50.1 Dec 22, 2025
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 2d69785 to b644038 Compare December 29, 2025 17:56
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v8.50.1 Update typescript-eslint monorepo to v8.51.0 Dec 29, 2025
@github-actions

Copy link
Copy Markdown

⚠️ CHANGELOG.md was not updated. Please update it before merging the PR.

@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from b644038 to 5724101 Compare January 5, 2026 20:52
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v8.51.0 Update typescript-eslint monorepo to v8.52.0 Jan 5, 2026
@github-actions

github-actions Bot commented Jan 5, 2026

Copy link
Copy Markdown

⚠️ CHANGELOG.md was not updated. Please update it before merging the PR.

@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 5724101 to 4c50ab8 Compare January 12, 2026 22:00
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v8.52.0 Update typescript-eslint monorepo to v8.53.0 Jan 12, 2026
@github-actions

Copy link
Copy Markdown

⚠️ CHANGELOG.md was not updated. Please update it before merging the PR.

@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 4c50ab8 to 2418973 Compare January 19, 2026 17:59
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v8.53.0 Update typescript-eslint monorepo to v8.53.1 Jan 19, 2026
@github-actions

Copy link
Copy Markdown

⚠️ CHANGELOG.md was not updated. Please update it before merging the PR.

@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 2418973 to 505fc34 Compare January 23, 2026 19:30
@github-actions

Copy link
Copy Markdown

⚠️ CHANGELOG.md was not updated. Please update it before merging the PR.

@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 505fc34 to 927564a Compare January 26, 2026 18:45
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v8.53.1 Update typescript-eslint monorepo to v8.54.0 Jan 26, 2026
@github-actions

Copy link
Copy Markdown

⚠️ CHANGELOG.md was not updated. Please update it before merging the PR.

@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from 67692f2 to b6d5335 Compare February 9, 2026 19:25
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v8.54.0 Update typescript-eslint monorepo to v8.55.0 Feb 9, 2026
@github-actions

github-actions Bot commented Feb 9, 2026

Copy link
Copy Markdown

⚠️ CHANGELOG.md was not updated. Please update it before merging the PR.

1 similar comment
@github-actions

Copy link
Copy Markdown

⚠️ CHANGELOG.md was not updated. Please update it before merging the PR.

@github-actions

Copy link
Copy Markdown

⚠️ CHANGELOG.md was not updated. Please update it before merging the PR.

@tilloh-dev

Copy link
Copy Markdown
Owner

Closing Renovate PR as we're removing automated dependency updates from this repository. Dependencies will be managed manually going forward.

@renovate

renovate Bot commented Feb 20, 2026

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^8.19.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

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