Skip to content

fix(deps): update all dependencies - #131

Open
chiragmak10 wants to merge 1 commit into
masterfrom
renovate/all-dependencies
Open

fix(deps): update all dependencies#131
chiragmak10 wants to merge 1 commit into
masterfrom
renovate/all-dependencies

Conversation

@chiragmak10

@chiragmak10 chiragmak10 commented Mar 8, 2026

Copy link
Copy Markdown
Owner

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@inquirer/core (source) ^9.1.0^11.2.1 age confidence dependencies major 12.0.2 (+2)
@inquirer/prompts (source) ^8.2.0^8.5.2 age confidence dependencies minor 8.7.1 (+2)
@testing-library/jest-dom ^6.6.3^7.0.0 age confidence major 7.0.1
@types/node (source) ^25.0.0^26.0.0 age confidence major 26.4.1 (+3)
@types/node (source) ^24.10.9^24.13.3 age confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) ^8.56.1^8.66.0 age confidence devDependencies minor 8.69.0 (+2)
@typescript-eslint/parser (source) ^8.56.1^8.66.0 age confidence devDependencies minor 8.69.0 (+2)
@vitejs/plugin-react (source) ^5.0.0^6.0.0 age confidence major 6.1.1 (+1)
@vitest/coverage-v8 (source) ^2.1.8^4.0.0 age confidence major 5.0.0 (+1)
@vitest/coverage-v8 (source) ^4.0.18^4.1.10 age confidence devDependencies minor 5.0.0 (+1)
@vitest/ui (source) ^2.1.8^4.0.0 age confidence major 5.0.0 (+1)
@vitest/ui (source) ^4.0.18^4.1.10 age confidence devDependencies minor 5.0.0 (+1)
actions/checkout v4v7 age confidence action major
actions/github-script v7v9 age confidence action major
actions/setup-node v4v7 age confidence action major
actions/upload-artifact v4v7 age confidence action major
amannn/action-semantic-pull-request v5v6 age confidence action major
chalk ^5.6.2^6.0.0 age confidence dependencies major
codecov/codecov-action v4v7 age confidence action major
commander ^12.1.0^15.0.0 age confidence dependencies major
ejs ^3.1.10^6.0.1 age confidence dependencies major
eslint (source) ^9.39.2^9.39.5 age confidence devDependencies patch
execa ^9.6.1^10.0.1 age confidence dependencies major
fs-extra ^11.3.3^11.4.0 age confidence dependencies minor
jest (source) ^29.7.0^30.0.0 age confidence major 30.5.1 (+1)
jest-environment-jsdom (source) ^29.7.0^30.0.0 age confidence major 30.5.1 (+1)
jsdom ^25.0.1^30.0.0 age confidence major
lint-staged ^16.2.7^17.3.0 age confidence devDependencies major 17.5.0 (+1)
node (source) >=20.9.0>=24.19.0 age confidence engines major v24.20.0
node 2024.19.0 age confidence uses-with major 24.20.0
node 20.x24.19.0 age confidence uses-with major 24.20.0
ora ^8.1.1^9.4.1 age confidence dependencies major
prettier (source) ^3.8.1^3.9.6 age confidence devDependencies minor
react-error-boundary (source) ^4.1.2^6.0.0 age confidence major 6.1.5 (+2)
renovatebot/github-action v44.0.3v46.2.1 age confidence action major v46.2.5 (+3)
romeovs/lcov-reporter-action v0.3.1v0.4.0 age confidence action minor
softprops/action-gh-release v1v2 age confidence action major v3
tsx (source) ^4.21.0^4.23.10 age confidence devDependencies minor 4.23.13 (+2)
typescript (source) ^5.7.2^7.0.0 age confidence major
typescript (source) ^5.9.3^7.0.2 age confidence dependencies major
typescript-eslint (source) ^8.56.1^8.66.0 age confidence devDependencies minor 8.69.0 (+2)
vite (source) ^6.0.7^8.0.0 age confidence major 8.2.2
vitest (source) ^2.1.8^4.0.0 age confidence major 5.0.0 (+1)
zod (source) ^4.3.6^4.4.3 age confidence dependencies minor 4.5.4 (+4)

Release Notes

SBoudrias/Inquirer.js (@​inquirer/core)

v11.2.1

Compare Source

v11.2.0

Compare Source

v11.1.10

Compare Source

v11.1.9

Compare Source

v11.1.8

Compare Source

v11.1.7

Compare Source

v11.1.6

Compare Source

v11.1.5

Compare Source

v11.1.4

Compare Source

v11.1.3

Compare Source

v11.1.2

Compare Source

  • chore: Switch wrap-ansi with fast-wrap-ansi

v11.1.1

Compare Source

v11.1.0

Compare Source

  • Feat: KeypressEvents now register shift keys.

v11.0.2

Compare Source

v11.0.1

Compare Source

v11.0.0

Compare Source

v10.3.2

Compare Source

v10.3.1

Compare Source

v10.3.0

Compare Source

  • isUpKey/isDownKey now accepts a second parameters keybindings: ['vim', 'emacs'] that'll match up/down actions done with the keybindings specific to those editors.

v10.2.2

Compare Source

v10.2.1

Compare Source

v10.2.0

Compare Source

  • fix: Remove "easter-egg" vim/emacs bindings in isUpKey/isDownKey. Those were conflicting with the type-to-search features.
  • feat: Added isTabKey utility

v10.1.15

Compare Source

v10.1.14

Compare Source

v10.1.13

Compare Source

  • Fix #​1743: usePagination logic was fully rewritten to handle edge cases around rendering multi-line choices and pointer positioning.

v10.1.12

Compare Source

  • Fix: Set state functions returned by useState are now always bound to the prompt async context. This could previously be worked around calling AsyncResource.bind() in user code, it is much more convenient not having to think about it! (See #​1758)

v10.1.11

Compare Source

  • Fix #​1741: Issue with SIGINT in some scenarios leaving promises unsettled on exit.
  • Fix: Remove monorepo related dependencies from all artifacts published to npm. This removes non-standard version specifiers like workspace:* from the public npm packages.

v10.1.10

Compare Source

v10.1.9

Compare Source

  • Fix: isNumberKey() returns true if 0 is pressed.

v10.1.8

Compare Source

  • Fix an issue where inquirer would throw if Node is ran with the new --frozen-intrinsics flag.

This fix is also released through patches of all specific prompts packages.

v10.1.7

Compare Source

v10.1.6

Compare Source

v10.1.5

Compare Source

v10.1.4

Compare Source

v10.1.3

Compare Source

v10.1.2

Compare Source

v10.1.1

Compare Source

v10.1.0

Compare Source

  • usePrefix will now work with custom statuses (before it only supported statuses used by core prompts.)

v10.0.1

Compare Source

v10.0.0

Compare Source

testing-library/jest-dom (@​testing-library/jest-dom)

v7.0.0

Compare Source

Features
  • add toContainAnyBy* and toContainOneBy* query matchers (1e39089)
BREAKING CHANGES

Repaired release for #​731

v6.10.0

Compare Source

Features
  • add toContainAnyBy* and toContainOneBy* query matchers (#​731) (cae44df)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.66.0

Compare Source

🩹 Fixes
  • eslint-plugin: [class-literal-property-style] preserve type annotations and don't drop decorators (#​12617)
  • eslint-plugin: [no-unnecessary-type-parameters] check MappedType key remapping (#​12588)
  • eslint-plugin: [no-useless-default-assignment] don't report defaults used by other overloads (#​12607)
  • eslint-plugin: [prefer-nullish-coalescing] handle shadowed Boolean calls (#​12591)
  • eslint-plugin: [no-unnecessary-type-conversion] ignore shadowed built-ins (#​12590)
❤️ Thank You

See GitHub Releases for more information.

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

v8.65.0

Compare Source

🚀 Features
  • eslint-plugin: [no-shadow] specialized error on enum declaration and member shadowing (#​12578)
  • add warning when TS 7 is detected (#​12529)
  • eslint-plugin: [no-restricted-imports] deprecate extension rule (#​12527, #​19562, #​11889)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-parameter-property-assignment] don't flag computed assignments with a variable key (#​12568)
  • eslint-plugin: [unbound-method] report unbound methods accessed via member expression on union types (#​12448)
  • eslint-plugin: [prefer-string-starts-ends-with] handle escaped $ ending regex literals (#​12515)
❤️ Thank You

See GitHub Releases for more information.

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

v8.64.0

Compare Source

🚀 Features
  • eslint-plugin: [no-loop-func] support using / await using declarations and deprecate the rule (#​12500)
  • typescript-estree: throw for invalid definite assignment in class properties (#​12543)
🩹 Fixes
  • eslint-plugin: [require-array-sort-compare] handle constrained arrays (#​12512)
❤️ Thank You

See GitHub Releases for more information.

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

v8.63.0

Compare Source

🚀 Features
  • eslint-plugin: [no-misused-promises] detect async usage of a sync dispose usage (#​12426)
🩹 Fixes
  • eslint-plugin: [no-base-to-string] don't flag a shadowed String() call (#​12492)
  • eslint-plugin: [no-unnecessary-type-assertion] handle optional-chained calls to overloaded functions (#​12491, #​12485)
  • eslint-plugin: [method-signature-style] suggest converting readonly function properties instead of emitting invalid syntax (#​12447, #​12446)
❤️ Thank You

See GitHub Releases for more information.

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

v8.62.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] parenthesize object literal at left edge of expression statement (#​12443, #​12418)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] preserve boolean result in fixer for nullable true comparisons (#​12365)
  • eslint-plugin: [prefer-optional-chain] use suggestion instead of autofix for trailing binary operator (#​12328)
❤️ Thank You

See GitHub Releases for more information.

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

v8.62.0

Compare Source

🚀 Features
  • remove redundant package.json "files" (#​12444)
❤️ Thank You

See GitHub Releases for more information.

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

v8.61.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-template-expression] respect ECMAScript line terminators (#​12388)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] fix precedence bug in autofix (#​12413)
  • eslint-plugin: [no-unnecessary-type-assertion] wrap object literal in parens when removing TSTypeAssertion in arrow body (#​12394, #​12393)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive for template literal expressions (#​12281)
  • eslint-plugin: [consistent-indexed-object-style] do not remove comments when fixing (#​12396, #​10577)
❤️ Thank You

See GitHub Releases for more information.

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

v8.61.0

Compare Source

🚀 Features
  • ast-spec: change type of UnaryExpression.prefix to always true (#​12372)
❤️ Thank You

See GitHub Releases for more information.

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

v8.60.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-shadow] correct rule to match ESLint v10 handling (#​12182)
  • eslint-plugin: respect ECMAScript line terminators in ts-comment rules (#​12352)
❤️ Thank You

See GitHub Releases for more information.

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

v8.60.0

Compare Source

This was a version bump only for eslint-plugin 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.59.4

Compare Source

🩹 Fixes
  • eslint-plugin: [no-floating-promises] stack overflow when using recursive types (#​12294)
❤️ Thank You

See GitHub Releases for more information.

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

v8.59.3

Compare Source

This was a version bump only for eslint-plugin 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.59.2

Compare Source

🩹 Fixes
  • eslint-plugin: [no-deprecated] object destructuring values should be treated as declarations (#​12292)
  • eslint-plugin: [no-unsafe-type-assertion] handle crash on recursive template literal types (#​12150)
❤️ Thank You

See GitHub Releases for more information.

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

v8.59.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] treat void as nullish in no-unnecessary-condition (#​12241)
  • eslint-plugin: [no-unnecessary-type-arguments] handle instantiation expressions (#​12220)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive in logical assignment assertions (#​12278)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve phantom type arguments in generic inference (#​12269)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve index signatures in undefined unions (#​12257)
  • eslint-plugin: [no-unnecessary-type-assertion] fix crash "TypeError: checker.getTypeArguments is not a function" (#​12246)
❤️ Thank You

See GitHub Releases for more information.

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

v8.59.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-assertion] report more cases based on assignability (#​11789)
❤️ Thank You
  • Ulrich Stark

See GitHub Releases for more information.

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

v8.58.2

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] use assignability checks in checkTypePredicates (#​12147)
  • remove tsbuildinfo cache file from published packages (#​12187)
❤️ Thank You

See GitHub Releases for more information.

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

v8.58.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unused-vars] fix false negative for type predicate parameter (#​12004)
❤️ Thank You

See GitHub Releases for more information.

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

v8.58.0

Compare Source

🚀 Features
🩹 Fixes
  • eslint-plugin: [prefer-regexp-exec] avoid fixing unknown RegExp flags (#​12161)
  • eslint-plugin: [no-extraneous-class] handle index signatures (#​12142)
  • eslint-plugin: crash in no-unnecessary-type-arguments (#​12163)
❤️ Thank You

See GitHub Releases for more information.

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

v8.57.2

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-readonly-parameter-types] preserve type alias infomation (#​11954)
  • eslint-plugin: [no-useless-default-assignment] skip reporting false positives for unresolved type parameters (#​12127)
  • eslint-plugin: [no-unsafe-return] false positive on unwrapping generic (#​12125)
  • eslint-plugin: [no-restricted-types] flag banned generics in extends or implements (#​12120)
  • eslint-plugin: [array-type] ignore Array and ReadonlyArray without type arguments (#​11971)
  • eslint-plugin: [prefer-optional-chain] remove dangling closing parenthesis (#​11865)
❤️ Thank You

See GitHub Releases for more information.

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

v8.57.1

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] no report for property on intersection type (#​12126)
❤️ Thank You

See GitHub Releases for more information.

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

v8.57.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-condition] allow literal loop conditions in for/do loops (#​12080)
🩹 Fixes
  • eslint-plugin: [no-base-to-string] fix false positive for toString with overloads (#​12089)
  • eslint-plugin: [prefer-promise-reject-errors] add allow TypeOrValueSpecifier to prefer-promise-reject-errors (#​12094)
  • typescript-estree: if the template literal is tagged and the text has an invalid escape, cooked will be null (#​11355)
  • **eslint-pl

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 has been generated by Renovate Bot.

@chiragmak10 chiragmak10 added the dependencies Pull requests that update a dependency file label Mar 8, 2026
@chiragmak10
chiragmak10 enabled auto-merge (squash) March 8, 2026 04:31
@github-actions

github-actions Bot commented Mar 8, 2026

Copy link
Copy Markdown
Contributor

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 3 package(s) with unknown licenses.
See the Details below.

License Issues

.github/workflows/dependency-review.yml

PackageVersionLicenseIssue Type
actions/checkout7.*.*NullUnknown License

.github/workflows/renovate.yml

PackageVersionLicenseIssue Type
actions/checkout7.*.*NullUnknown License
renovatebot/github-action46.2.1NullUnknown License

OpenSSF Scorecard

Scorecard details
PackageVersionScoreDetails
actions/actions/checkout 7.*.* 🟢 7
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Maintained🟢 1024 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Binary-Artifacts🟢 10no binaries found in the repo
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Packaging⚠️ -1packaging workflow not detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Pinned-Dependencies🟢 3dependency not pinned by hash detected -- score normalized to 3
Security-Policy🟢 9security policy file detected
SAST🟢 10SAST tool is run on all commits
Branch-Protection🟢 6branch protection is not maximal on development and all release branches
actions/actions/checkout 7.*.* 🟢 7
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Maintained🟢 1024 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Binary-Artifacts🟢 10no binaries found in the repo
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Packaging⚠️ -1packaging workflow not detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Pinned-Dependencies🟢 3dependency not pinned by hash detected -- score normalized to 3
Security-Policy🟢 9security policy file detected
SAST🟢 10SAST tool is run on all commits
Branch-Protection🟢 6branch protection is not maximal on development and all release branches
actions/renovatebot/github-action 46.2.1 🟢 6.5
Details
CheckScoreReason
Code-Review⚠️ 0Found 1/24 approved changesets -- score normalized to 0
Maintained🟢 1030 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10
Binary-Artifacts🟢 10no binaries found in the repo
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies🟢 10all dependencies are pinned
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 9license file detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
Signed-Releases⚠️ -1no releases found
Security-Policy🟢 10security policy file detected
SAST🟢 10SAST tool is run on all commits
npm/@inquirer/core ^11.2.1 UnknownUnknown
npm/@inquirer/prompts ^8.5.2 UnknownUnknown
npm/@types/node ^24.13.3 UnknownUnknown
npm/@typescript-eslint/eslint-plugin ^8.66.0 UnknownUnknown
npm/@typescript-eslint/parser ^8.66.0 UnknownUnknown
npm/@vitest/coverage-v8 ^4.1.10 UnknownUnknown
npm/@vitest/ui ^4.1.10 UnknownUnknown
npm/chalk ^6.0.0 UnknownUnknown
npm/commander ^15.0.0 UnknownUnknown
npm/ejs ^6.0.1 UnknownUnknown
npm/eslint ^9.39.5 UnknownUnknown
npm/execa ^10.0.1 UnknownUnknown
npm/fs-extra ^11.4.0 UnknownUnknown
npm/lint-staged ^17.3.0 UnknownUnknown
npm/ora ^9.4.1 UnknownUnknown
npm/prettier ^3.9.6 UnknownUnknown
npm/tsx ^4.23.10 UnknownUnknown
npm/typescript ^7.0.2 UnknownUnknown
npm/typescript-eslint ^8.66.0 UnknownUnknown
npm/zod ^4.4.3 UnknownUnknown

Scanned Files

  • .github/workflows/dependency-review.yml
  • .github/workflows/renovate.yml
  • package.json

@chiragmak10
chiragmak10 force-pushed the renovate/all-dependencies branch 2 times, most recently from 66ba276 to 574a1e7 Compare March 22, 2026 04:49
@chiragmak10
chiragmak10 force-pushed the renovate/all-dependencies branch from 574a1e7 to 225e26e Compare March 29, 2026 05:07
@chiragmak10
chiragmak10 force-pushed the renovate/all-dependencies branch from 225e26e to ca64a6c Compare April 5, 2026 05:08
@chiragmak10
chiragmak10 force-pushed the renovate/all-dependencies branch from ca64a6c to f144a89 Compare April 12, 2026 05:18
@chiragmak10
chiragmak10 force-pushed the renovate/all-dependencies branch from f144a89 to 9a6afb3 Compare April 19, 2026 05:24
@chiragmak10
chiragmak10 force-pushed the renovate/all-dependencies branch from 9a6afb3 to ec361ae Compare April 26, 2026 05:34
@chiragmak10
chiragmak10 force-pushed the renovate/all-dependencies branch from ec361ae to 9d6d9dd Compare May 3, 2026 05:53
@chiragmak10
chiragmak10 force-pushed the renovate/all-dependencies branch from 9d6d9dd to 4e65bfd Compare May 10, 2026 05:59
@chiragmak10
chiragmak10 force-pushed the renovate/all-dependencies branch from 4e65bfd to 1705b11 Compare May 17, 2026 06:17
@chiragmak10
chiragmak10 force-pushed the renovate/all-dependencies branch from 1705b11 to 6721480 Compare May 24, 2026 06:32
@chiragmak10
chiragmak10 force-pushed the renovate/all-dependencies branch from 6721480 to 0e626ee Compare May 31, 2026 06:55
@chiragmak10
chiragmak10 force-pushed the renovate/all-dependencies branch from 0e626ee to a9dce52 Compare June 7, 2026 07:02
@chiragmak10
chiragmak10 force-pushed the renovate/all-dependencies branch from a9dce52 to 375468a Compare June 14, 2026 07:19
@chiragmak10
chiragmak10 force-pushed the renovate/all-dependencies branch 2 times, most recently from ff3dcda to 8c52e88 Compare June 28, 2026 06:58
@chiragmak10
chiragmak10 force-pushed the renovate/all-dependencies branch 2 times, most recently from fe4e724 to c019586 Compare July 12, 2026 05:51
@chiragmak10
chiragmak10 force-pushed the renovate/all-dependencies branch from c019586 to 0d8759c Compare July 19, 2026 05:45
@chiragmak10
chiragmak10 force-pushed the renovate/all-dependencies branch 2 times, most recently from 1b5b48a to 4611dc3 Compare August 2, 2026 05:50
@chiragmak10
chiragmak10 force-pushed the renovate/all-dependencies branch from 4611dc3 to 8c93976 Compare August 9, 2026 04:13
@chiragmak10

chiragmak10 commented Aug 9, 2026

Copy link
Copy Markdown
Owner 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: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: create-react-forge@1.0.4
npm error Found: typescript@7.0.2
npm error node_modules/typescript
npm error   typescript@"^7.0.2" from the root project
npm error
npm error Could not resolve dependency:
npm error peer typescript@">=4.8.4 <6.1.0" from @typescript-eslint/parser@8.69.0
npm error node_modules/@typescript-eslint/parser
npm error   dev @typescript-eslint/parser@"^8.66.0" from the root project
npm error   peer @typescript-eslint/parser@"^8.69.0" from @typescript-eslint/eslint-plugin@8.69.0
npm error   node_modules/@typescript-eslint/eslint-plugin
npm error     dev @typescript-eslint/eslint-plugin@"^8.66.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2026-09-06T07_30_10_608Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2026-09-06T07_30_10_608Z-debug-0.log

@chiragmak10
chiragmak10 force-pushed the renovate/all-dependencies branch from 8c93976 to 48148d7 Compare August 16, 2026 03:42
@chiragmak10
chiragmak10 force-pushed the renovate/all-dependencies branch from 48148d7 to f4b89cd Compare August 23, 2026 03:44
@chiragmak10
chiragmak10 force-pushed the renovate/all-dependencies branch from f4b89cd to 83bc267 Compare August 30, 2026 08:49
@chiragmak10
chiragmak10 force-pushed the renovate/all-dependencies branch from 83bc267 to 15014ed Compare September 6, 2026 07:30
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.

2 participants