Skip to content

chore: Upgrade Dependencies#153

Merged
0xTheProDev merged 3 commits intomainfrom
upgrades
Oct 24, 2025
Merged

chore: Upgrade Dependencies#153
0xTheProDev merged 3 commits intomainfrom
upgrades

Conversation

@0xTheProDev
Copy link
Copy Markdown
Owner

Bumps the dependencies with 9 updates in the / directory:

Package From To
ioredis 5.8.1 5.8.2
@theprodev/eslint-config 0.3.0 0.3.1
@theprodev/tsconfigs 0.2.0 0.3.0
@types/node 24.6.2 24.9.1
@vitest/coverage-v8 3.2.4 4.0.1
eslint 9.37.0 9.38.0
lint-staged 16.2.3 16.2.6
unplugin-swc 1.5.7 1.5.8
vitest 3.2.4 4.0.1

Updates ioredis from 5.8.1 to 5.8.2

Release notes

Sourced from ioredis's releases.

v5.8.2

5.8.2 (2025-10-21)

Bug Fixes

Changelog

Sourced from ioredis's changelog.

5.8.2 (2025-10-21)

Bug Fixes

Commits
  • d5f5b40 chore(release): 5.8.2 [skip ci]
  • fcbbbe8 fix: move CLIENT SETINFO commands to connection handshake (#2033)
  • b179039 ci(test): add redis matrix and update docker compose file (#2034)
  • 44c2df6 docs(example): add example for setting TTL to "HSET Field" (#2027)
  • fb082d6 fix: default IP family selection to 0 (#2028)
  • See full diff in compare view

Updates @theprodev/eslint-config from 0.3.0 to 0.3.1

Commits

Updates @theprodev/tsconfigs from 0.2.0 to 0.3.0

Commits

Updates @types/node from 24.6.2 to 24.9.1

Commits

Updates @vitest/coverage-v8 from 3.2.4 to 4.0.1

Release notes

Sourced from @​vitest/coverage-v8's releases.

v4.0.1

   🐞 Bug Fixes

    View changes on GitHub

v4.0.0

   🚨 Breaking Changes

   🚀 Features

... (truncated)

Commits
  • 4a28faa chore: release v4.0.1
  • da7ce17 chore: release v4.0.0
  • 3e4b6b7 chore: release v4.0.0-beta.19
  • 35816fe fix(coverage): v8 to ignore Vite's generated cjs import helpers (#8718)
  • bc7c20d chore: release v4.0.0-beta.18
  • 4783137 chore: release v4.0.0-beta.17
  • 6fc7890 chore: release v4.0.0-beta.16
  • d677c0b chore: release v4.0.0-beta.15
  • e24e56b chore: release v4.0.0-beta.14
  • 0dc93ea feat: introduce separate packages for browser mode providers (#8629)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​vitest/coverage-v8 since your current version.


Updates eslint from 9.37.0 to 9.38.0

Release notes

Sourced from eslint's releases.

v9.38.0

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#20190) (Percy Ma)

Chores

  • d17c795 chore: upgrade @​eslint/js@​9.38.0 (#20221) (Milos Djermanovic)
  • 25d0e33 chore: package.json update for @​eslint/js release (Jenkins)
  • c82b5ef refactor: Use types from @​eslint/core (#20168) (Nicholas C. Zakas)
  • ff31609 ci: add Node.js 25 to ci.yml (#20220) (루밀LuMir)
  • 004577e ci: bump github/codeql-action from 3 to 4 (#20211) (dependabot[bot])
  • eac71fb test: remove use of nodejsScope option of eslint-scope from tests (#20206) (Milos Djermanovic)
  • 4168a18 chore: fix typo in legacy-eslint.js (#20202) (Sweta Tanwar)
  • 205dbd2 chore: fix typos (#20200) (ntnyq)
  • dbb200e chore: use team member's username when name is not available in data (#20194) (Milos Djermanovic)
  • 8962089 chore: mark deprecated rules as available until v11.0.0 (#20184) (Pixel998)
Commits

Updates lint-staged from 16.2.3 to 16.2.6

Release notes

Sourced from lint-staged's releases.

v16.2.6

Patch Changes

  • #1693 33d4502 Thanks @​Adrian-Baran-GY! - Fix problems with --continue-on-error option, where tasks might have still been killed (SIGINT) when one of them failed.

v16.2.5

Patch Changes

  • #1687 9e02d9d Thanks @​iiroj! - Fix unhandled promise rejection when spawning tasks (instead of the tasks themselves failing). Previously when a task failed to spawn, lint-staged also failed and the backup stash might not have been automatically restored.

v16.2.4

Patch Changes

Changelog

Sourced from lint-staged's changelog.

16.2.6

Patch Changes

  • #1693 33d4502 Thanks @​Adrian-Baran-GY! - Fix problems with --continue-on-error option, where tasks might have still been killed (SIGINT) when one of them failed.

16.2.5

Patch Changes

  • #1687 9e02d9d Thanks @​iiroj! - Fix unhandled promise rejection when spawning tasks (instead of the tasks themselves failing). Previously when a task failed to spawn, lint-staged also failed and the backup stash might not have been automatically restored.

16.2.4

Patch Changes

Commits
  • a1ec972 chore(changeset): release
  • ddd5340 build(deps): regenerate package-lock.json
  • ceb253a build(deps): update Vitest 4
  • 58cc126 build(deps): update listr2
  • 33d4502 fix: run all tasks when --continue-on-error=true
  • 54ba9eb test: fix test usage for --continue-on-error
  • b1715d9 test: fix test assertions for --continue-on-error to reveal incorrect behavior
  • 1f6a326 chore(changeset): release
  • 6ab937c ci: use separate caches for MSYS2 and Cygwin
  • 6d71384 fix: catch errors when calling spawn
  • Additional commits viewable in compare view

Updates unplugin-swc from 1.5.7 to 1.5.8

Release notes

Sourced from unplugin-swc's releases.

v1.5.8

1.5.8 (2025-10-19)

Bug Fixes

  • deps: update all non-major dependencies (#244) (8099838)
  • deps: update all non-major dependencies (#246) (e63c578)
Commits
  • c6525a5 chore(deps): update dependency eslint to ^9.38.0 (#271)
  • 09e7dcf chore(deps): update all non-major dependencies (#270)
  • 6694ff9 chore(deps): update dependency @​antfu/eslint-config to v6 (#269)
  • 66d885e chore(deps): update all non-major dependencies (#268)
  • 183205f chore(deps): update actions/setup-node action to v6 (#267)
  • 064c97b chore(deps): lock file maintenance (#266)
  • 2fc642d chore(deps): update dependency @​types/node to ^22.18.10 (#265)
  • a50cb03 chore(deps): update all non-major dependencies (#264)
  • d848ae6 chore(deps): update pnpm to v10.18.1 (#263)
  • ea9470a chore(deps): lock file maintenance (#262)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for unplugin-swc since your current version.


Updates vitest from 3.2.4 to 4.0.1

Release notes

Sourced from vitest's releases.

v4.0.1

   🐞 Bug Fixes

    View changes on GitHub

v4.0.0

   🚨 Breaking Changes

   🚀 Features

... (truncated)

Commits
  • 4a28faa chore: release v4.0.1
  • 3fae73e fix(pool): don't teardown the communication channel too soon if something is ...
  • 8100063 fix: move the getBuiltins check (#8765)
  • da7ce17 chore: release v4.0.0
  • 8e15bc8 perf: create only one fetcher per project (#8762)
  • 9f0eccc fix: base option doesn't crash vitest (#8760)
  • d3ef4f2 perf(pool): resolve all environments first (#8759)
  • 08498f0 fix(pool): properly reuse the vm pool (#8758)
  • bab343b chore: remove useless comments
  • 3e4b6b7 chore: release v4.0.0-beta.19
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for vitest since your current version.

Signed-off-by: Progyan Bhattacharya <bprogyan@gmail.com>
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Oct 24, 2025

⚠️ No Changeset found

Latest commit: 1371dfd

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@0xTheProDev 0xTheProDev self-assigned this Oct 24, 2025
@codecov
Copy link
Copy Markdown

codecov bot commented Oct 24, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 56.71%. Comparing base (c7e5701) to head (1371dfd).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main     #153       +/-   ##
===========================================
- Coverage   67.75%   56.71%   -11.05%     
===========================================
  Files           5        4        -1     
  Lines         183       67      -116     
  Branches       10        9        -1     
===========================================
- Hits          124       38       -86     
+ Misses         59       25       -34     
- Partials        0        4        +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@0xTheProDev 0xTheProDev merged commit 7e00b21 into main Oct 24, 2025
10 of 11 checks passed
@0xTheProDev 0xTheProDev deleted the upgrades branch October 24, 2025 12:11
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