Skip to content

fix(deps): update all non-major dependencies#36

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#36
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jun 7, 2026

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 Type Update
@commitlint/cli (source) ^21.0.2^21.2.1 age confidence devDependencies minor
@commitlint/config-conventional (source) ^21.0.2^21.2.0 age confidence devDependencies minor
@discordjs/core (source) ^2.4.0^2.6.0 age confidence dependencies minor
@types/node (source) ^24.13.2^24.13.3 age confidence devDependencies patch
@wolfstar/env-utilities (source) ^2.0.2^2.0.3 age confidence dependencies patch
@wolfstar/http-framework-i18n (source) ^1.2.2^1.2.3 age confidence dependencies patch
@wolfstar/i18next-backend (source) ^2.0.7^2.0.8 age confidence pnpm-workspace.overrides patch
@wolfstar/logger (source) ^2.0.5^2.1.1 age confidence dependencies minor
@wolfstar/safe-fetch (source) ^1.1.5^1.1.6 age confidence dependencies patch
@wolfstar/start-banner (source) ^2.0.3^2.0.4 age confidence dependencies patch
@wolfstar/twitch-helpers (source) ^2.0.3^2.0.4 age confidence dependencies patch
actions/checkout v6.0.2v6.0.3 age confidence action patch
actions/setup-node v6.4.0v6.5.0 age confidence action minor
actions/setup-node v6.3.0v6.5.0 age confidence action minor
eslint (source) ^10.5.0^10.7.0 age confidence devDependencies minor
eslint-plugin-regexp ^3.1.0^3.1.1 age confidence devDependencies patch
fastify (source) ^5.8.5^5.10.0 age confidence dependencies minor
ioredis ^5.11.0^5.11.1 age confidence dependencies patch
nanoid ^5.1.11^5.1.16 age confidence dependencies patch
oxfmt (source) ^0.55.0^0.59.0 age confidence devDependencies minor
oxlint (source) ^1.70.0^1.74.0 age confidence devDependencies minor
pnpm (source) 11.8.011.14.0 age confidence packageManager minor
pnpm/action-setup v6.0.5v6.0.9 age confidence action patch
tsdown (source) ^0.22.3^0.22.9 age confidence devDependencies patch
vitest (source) ^4.1.9^4.1.10 age confidence devDependencies patch

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v21.2.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v21.2.0

Compare Source

Features
  • resolve-extends: resolve pure-ESM presets (conventional-changelog v7/v9/v10) (#​4859) (fdb566f)

v21.1.0

Compare Source

Features

21.0.2 (2026-05-29)

Bug Fixes

21.0.1 (2026-05-12)

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v21.2.0

Compare Source

Features
  • resolve-extends: resolve pure-ESM presets (conventional-changelog v7/v9/v10) (#​4859) (fdb566f)

v21.1.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

21.0.2 (2026-05-29)

Note: Version bump only for package @​commitlint/config-conventional

21.0.1 (2026-05-12)

Note: Version bump only for package @​commitlint/config-conventional

discordjs/discord.js (@​discordjs/core)

v2.6.0

Compare Source

Bug Fixes

Documentation

Features

Typings

v2.5.0

Compare Source

Bug Fixes

Features

wolfstar-project/stars-components (@​wolfstar/env-utilities)

v2.0.3

Patch Changes
  • #​59 b9be51e - Add provenance attestation to publishConfig for all packages
wolfstar-project/stars-components (@​wolfstar/http-framework-i18n)

v1.2.3

Patch Changes
wolfstar-project/stars-components (@​wolfstar/i18next-backend)

v2.0.8

Patch Changes
  • #​59 b9be51e - Add provenance attestation to publishConfig for all packages
wolfstar-project/stars-components (@​wolfstar/logger)

v2.1.1

Patch Changes
  • #​59 b9be51e - Add provenance attestation to publishConfig for all packages
wolfstar-project/stars-components (@​wolfstar/safe-fetch)

v1.1.6

Patch Changes
  • #​59 b9be51e - Add provenance attestation to publishConfig for all packages
wolfstar-project/stars-components (@​wolfstar/start-banner)

v2.0.4

Patch Changes
  • #​59 b9be51e - Add provenance attestation to publishConfig for all packages
wolfstar-project/stars-components (@​wolfstar/twitch-helpers)

v2.0.4

Patch Changes
actions/checkout (actions/checkout)

v6.0.3

Compare Source

actions/setup-node (actions/setup-node)

v6.5.0

Compare Source

What's Changed

Full Changelog: actions/setup-node@v6.4.0...v6.5.0

eslint/eslint (eslint)

v10.7.0

Compare Source

Features

  • cf2a9bf feat: add errorClassNames option to preserve-caught-error rule (#​21032) (sethamus)
  • f8b873a feat: max-nested-callbacks option for constructor callbacks (#​21063) (fnx)
  • 557fde8 feat: support computed Number.parseInt member access in radix rule (#​21041) (Pixel)
  • 0b4a73b feat: add suggestions to no-compare-neg-zero (#​21034) (den$)
  • 96cdd42 feat: report invalid signed numeric radix values in radix rule (#​21030) (Pixel)

Bug Fixes

  • 3e7bf15 fix: apply ignoreClassesWithImplements to class expressions (#​21069) (Pixel)
  • 0d7d70c fix: insert cause outside wrapping parens in preserve-caught-error (#​21062) (Mahin Anowar)
  • 75ec753 fix: handle static template literals in eqeqeq rule (#​21058) (Pixel)
  • b717a22 fix: prevent eqeqeq null option from reporting non-equality operators (#​21057) (Pixel)
  • e35b05f fix: avoid no-invalid-regexp false positive for shadowed RegExp (#​21051) (Pixel)
  • a3172b6 fix: avoid no-control-regex false positive for shadowed RegExp (#​21050) (Pixel)
  • d1f637e fix: parenthesize sequence expression operands in no-implicit-coercion (#​21045) (spokodev)
  • 8859baf fix: avoid prefer-numeric-literals false positive for shadowed globals (#​21047) (한국)
  • a9e5961 fix: use-isnan false positive on shadowed NaN/Number (#​20958) (sethamus)
  • 8a240a7 fix: avoid false positives in radix rule for spread arguments (#​21044) (Pixel)

Documentation

  • c30d808 docs: Update README (GitHub Actions Bot)
  • 5139800 docs: document ESLint migration codemods in v9 and v10 guides (#​20980) (Alex Bit)
  • 04174cb docs: Update README (GitHub Actions Bot)
  • 026e130 docs: update semver policy for bug fixes (#​21048) (Milos Djermanovic)
  • 9d42fef docs: Update README (GitHub Actions Bot)
  • b230159 docs: Update README (GitHub Actions Bot)
  • 0129972 docs: correct **/.js glob to **/*.js in config files guide (#​21036) (EduardF1)

Chores

v10.6.0

Compare Source

Features

  • b1f9106 feat: detect Symbol() and BigInt() in no-constant-binary-expression (#​20981) (Taejin Kim)
  • f291007 feat: add checkRelationalComparisons to no-constant-binary-expression (#​20948) (sethamus)

Bug Fixes

  • 6b05784 fix: prefer-exponentiation-operator invalid autofix at statement start (#​20997) (Milos Djermanovic)
  • bb9eb2a fix: account for shadowed Boolean in no-extra-boolean-cast (#​21013) (den$)
  • 8fd8741 fix: don't report shadowed undefined in radix rule (#​21011) (Pixel)
  • 5784980 fix: don't report shadowed undefined in no-throw-literal (#​21010) (Pixel)
  • 9cd1e6d fix: suppress invalid class suggestion in no-promise-executor-return (#​21008) (Pixel)
  • d4eb2dc fix: don't report shadowed undefined in prefer-promise-reject-errors (#​21006) (Pixel)
  • 2360464 fix: prefer-promise-reject-errors false positives for shadowed Promise (#​21003) (den$)
  • 63d52d2 fix: restore max-classes-per-file report range (#​21002) (Pixel)
  • 7feaff0 fix: callback detection logic for IIFEs in max-nested-callbacks (#​20979) (fnx)
  • 399a2ec fix: don't report inner non-callbacks in max-nested-callbacks (#​20995) (Milos Djermanovic)

Documentation

  • a83683d docs: Update README (GitHub Actions Bot)
  • f5449f9 docs: document userland patterns for global assertionOptions in RuleT… (#​20986) (playgirl)
  • bea49f7 docs: Update README (GitHub Actions Bot)
  • e5f70f9 docs: update code-path diagrams (#​20984) (Tanuj Kanti)
  • 8890c2d docs: add TypeScript config guidance for MCP server (#​20796) (Pierluigi Lenoci)
  • 3eb3d9b docs: Update README (GitHub Actions Bot)
  • c5bb59c docs: Update README (GitHub Actions Bot)
  • eb3c97c docs: fix grammar in prefer-const rule description (#​20983) (lumir)

Chores

ota-meshi/eslint-plugin-regexp (eslint-plugin-regexp)

v3.1.1

Compare Source

Patch Changes
  • Handle matchAll().toArray() capture usage (#​992)
fastify/fastify (fastify)

v5.10.0

Compare Source

v5.9.0

Compare Source

What's Changed

New Contributors

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 12pm on Sunday"
  • 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.

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

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jun 7, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 2d0dc89 to 325e671 Compare June 8, 2026 14:59
@renovate

renovate Bot commented Jun 8, 2026

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: pnpm-lock.yaml
? Verifying lockfile against supply-chain policies (734 entries)...
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 23, reused 0, downloaded 0, added 0
Progress: resolved 31, reused 0, downloaded 0, added 0
Progress: resolved 36, reused 0, downloaded 0, added 0
Progress: resolved 37, reused 0, downloaded 0, added 0
Progress: resolved 39, reused 0, downloaded 0, added 0
Progress: resolved 40, reused 0, downloaded 0, added 0
Progress: resolved 42, reused 0, downloaded 0, added 0
Progress: resolved 43, reused 0, downloaded 0, added 0
[WARN] Request took 10558ms: https://registry.npmjs.org/prisma
Progress: resolved 44, reused 0, downloaded 0, added 0
[WARN] Request took 12563ms: https://registry.npmjs.org/@prisma%2Fclient
[WARN] Request took 12127ms: https://registry.npmjs.org/@prisma%2Fclient
Progress: resolved 45, reused 0, downloaded 0, added 0
✓ Lockfile passes supply-chain policies (734 entries in 15.5s)
Progress: resolved 47, reused 0, downloaded 0, added 0
[ERR_PNPM_WORKSPACE_PKG_NOT_FOUND] In : "@wolfstar/env-utilities@workspace:^" is in the dependencies but no package named "@wolfstar/env-utilities" is present in the workspace

This error happened while installing the dependencies of @wolfstar/twitch-helpers@2.0.4

Packages found in the workspace: @wolfstar/staryl

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from c429091 to e0ab66b Compare June 16, 2026 18:46
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 55a590b to fef88ff Compare June 18, 2026 19:49

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not approving: Cursor Bugbot was not present on this PR, and CI lint/build checks failed because pnpm-lock.yaml is out of date with package.json. Human review is needed after the lockfile is refreshed.

Open in Web View Automation 

Sent by Cursor Approval Agent: Pull Request Approver

@cursor
cursor Bot requested a review from RedStar071 June 18, 2026 19:50
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from f0613be to 3489647 Compare June 26, 2026 02:03
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 870e90b to d39a724 Compare June 30, 2026 12:40
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from aeab0ca to a73cf0c Compare July 7, 2026 11:53
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from bdfd26b to a07becc Compare July 14, 2026 10:46
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 59b4c53 to 037c690 Compare July 17, 2026 11:32
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 037c690 to afbbcb5 Compare July 18, 2026 00: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.

1 participant