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.1.9 age confidence dependencies major 11.2.1 (+2)
@inquirer/prompts (source) ^8.2.0^8.4.2 age confidence dependencies minor 8.5.2 (+3)
@types/node (source) ^24.10.9^24.12.3 age confidence devDependencies patch 24.13.1 (+2)
@typescript-eslint/eslint-plugin (source) ^8.56.1^8.59.2 age confidence devDependencies minor 8.60.1 (+3)
@typescript-eslint/parser (source) ^8.56.1^8.59.2 age confidence devDependencies minor 8.60.1 (+3)
@vitejs/plugin-react (source) ^5.0.0^6.0.0 age confidence major 6.0.2
@vitest/coverage-v8 (source) ^2.1.8^4.0.0 age confidence major 4.1.8 (+2)
@vitest/coverage-v8 (source) ^4.0.18^4.1.5 age confidence devDependencies minor 4.1.8 (+2)
@vitest/ui (source) ^2.1.8^4.0.0 age confidence major 4.1.8 (+2)
@vitest/ui (source) ^4.0.18^4.1.5 age confidence devDependencies minor 4.1.8 (+2)
actions/checkout v4v5 age confidence action major v6
actions/github-script v7v9 age confidence action major
actions/setup-node v4v6 age confidence action major
actions/upload-artifact v4v7 age confidence action major
amannn/action-semantic-pull-request v5v6 age confidence action major
codecov/codecov-action v4v5 age confidence action major v7 (+1)
commander ^12.1.0^14.0.3 age confidence dependencies major 15.0.0
ejs ^3.1.10^5.0.2 age confidence dependencies major 6.0.1
eslint (source) ^9.39.2^9.39.4 age confidence devDependencies patch
fs-extra ^11.3.3^11.3.5 age confidence dependencies patch
jest (source) ^29.7.0^30.0.0 age confidence major 30.4.2 (+1)
jest-environment-jsdom (source) ^29.7.0^30.0.0 age confidence major 30.4.1
jsdom ^25.0.1^29.0.0 age confidence major
lint-staged ^16.2.7^17.0.2 age confidence devDependencies major 17.0.7 (+4)
node (source) >=20.9.0>=24.15.0 age confidence engines major v24.16.0
node 2024.15.0 age confidence uses-with major 24.16.0
node 20.x24.15.0 age confidence uses-with major 24.16.0
ora ^8.1.1^9.4.0 age confidence dependencies major
prettier (source) ^3.8.1^3.8.3 age confidence devDependencies patch
react-error-boundary (source) ^4.1.2^6.0.0 age confidence major 6.1.2
renovatebot/github-action v44.0.3v46.1.13 age confidence action major v46.1.14
romeovs/lcov-reporter-action v0.3.1v0.4.0 age confidence action minor
softprops/action-gh-release v1v3 age confidence action major
typescript (source) ^5.7.2^6.0.0 age confidence major
typescript (source) ^5.9.3^6.0.3 age confidence dependencies major
typescript-eslint (source) ^8.56.1^8.59.2 age confidence devDependencies minor 8.60.1 (+3)
vite (source) ^6.0.7^8.0.0 age confidence major 8.0.16 (+4)
vitest (source) ^2.1.8^4.0.0 age confidence major 4.1.8 (+2)
zod (source) ^4.3.6^4.4.3 age confidence dependencies minor

Release Notes

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

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

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

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-plugin: guard against negative paramIndex in no-useless-default-assignment (#​12077)
  • eslint-plugin: handle statically analyzable computed keys in prefer-readonly (#​12079)
  • eslint-plugin: [strict-void-return] false positives with overloads (#​12055)
❤️ Thank You

See GitHub Releases for more information.

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

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

v8.59.2

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

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.59.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.58.2

Compare Source

🩹 Fixes
  • 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

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.58.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.57.2

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

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

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v6.0.1

Compare Source

Expand @rolldown/plugin-babel peer dep range (#​1146)

Expanded @rolldown/plugin-babel peer dep range to include ^0.2.0.

v6.0.0

Compare Source

vitest-dev/vitest (@​vitest/coverage-v8)

v4.1.5

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.1.4

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.1.3

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes

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
  • ⚠️ 11 package(s) with unknown licenses.
  • ⚠️ 1 packages with OpenSSF Scorecard issues.

View full job summary

@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
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