Skip to content

fix(deps): update all dependencies#131

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

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

Conversation

@chiragmak10
Copy link
Copy Markdown
Owner

@chiragmak10 chiragmak10 commented Mar 8, 2026

ℹ️ 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.7 age confidence dependencies major 11.1.8
@inquirer/prompts (source) ^8.2.0^8.3.2 age confidence dependencies patch 8.4.1 (+1)
@types/node (source) ^24.10.9^24.12.0 age confidence devDependencies patch 24.12.2 (+1)
@typescript-eslint/eslint-plugin (source) ^8.56.1^8.57.1 age confidence devDependencies minor 8.58.2 (+3)
@typescript-eslint/parser (source) ^8.56.1^8.57.1 age confidence devDependencies minor 8.58.2 (+3)
@vitejs/plugin-react (source) ^5.0.0^6.0.0 age confidence major
@vitest/coverage-v8 (source) ^2.1.8^4.0.0 age confidence major 4.1.4 (+3)
@vitest/coverage-v8 (source) ^4.0.18^4.1.0 age confidence devDependencies minor 4.1.4 (+3)
@vitest/ui (source) ^2.1.8^4.0.0 age confidence major 4.1.4 (+3)
@vitest/ui (source) ^4.0.18^4.1.0 age confidence devDependencies minor 4.1.4 (+3)
actions/checkout v4v6 age confidence action major
actions/github-script v7v8 age confidence action major v9
actions/setup-node v4v6 age confidence action major
actions/upload-artifact v4v6 age confidence action major v7
amannn/action-semantic-pull-request v5v6 age confidence action major
commander ^12.1.0^14.0.3 age confidence dependencies major
ejs ^3.1.10^5.0.1 age confidence dependencies major 5.0.2
eslint (source) ^9.39.2^9.39.4 age confidence devDependencies patch
fs-extra ^11.3.3^11.3.4 age confidence dependencies patch
jest (source) ^29.7.0^30.0.0 age confidence major
jest-environment-jsdom (source) ^29.7.0^30.0.0 age confidence major
jsdom ^25.0.1^29.0.0 age confidence major 29.0.2
lint-staged ^16.2.7^16.4.0 age confidence devDependencies minor
node (source) >=20.9.0>=24.14.0 age confidence engines major v24.15.0 (+1)
node 2024.14.0 age confidence uses-with major 24.15.0 (+1)
node 20.x24.14.0 age confidence uses-with major 24.15.0 (+1)
ora ^8.1.1^9.3.0 age confidence dependencies major
react-error-boundary (source) ^4.1.2^6.0.0 age confidence major
renovatebot/github-action v44.0.3v46.1.5 age confidence action major v46.1.9 (+3)
romeovs/lcov-reporter-action v0.3.1v0.4.0 age confidence action minor
typescript-eslint (source) ^8.56.1^8.57.1 age confidence devDependencies minor 8.58.2 (+3)
vite (source) ^6.0.7^8.0.0 age confidence major 8.0.8 (+6)
vitest (source) ^2.1.8^4.0.0 age confidence major 4.1.4 (+3)
vitest (source) ^4.0.18^4.1.0 age confidence devDependencies minor 4.1.4 (+3)

Release Notes

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

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

Compare Source

Vitest 4.1 is out!

This release page lists all changes made to the project during the 4.1 beta. To get a review of all the new features, read our blog post.

   🚀 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
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 8, 2026

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
  • ⚠️ 9 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
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