Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 3, 2026

Bumps the development group with 8 updates in the / directory:

Package From To
@actions/core 1.11.1 2.0.1
@types/node 24.6.1 25.0.3
@vitest/coverage-v8 3.2.4 4.0.16
eslint-plugin-jsdoc 60.7.0 61.5.0
globals 16.4.0 17.0.0
rolldown 1.0.0-beta.41 1.0.0-beta.58
vitest 3.2.4 4.0.16
vitest-when 0.8.0 0.10.0

Updates @actions/core from 1.11.1 to 2.0.1

Changelog

Sourced from @​actions/core's changelog.

2.0.1

  • Bump @​actions/exec from 1.1.1 to 2.0.0 #2199

2.0.0

  • Add support for Node 24 #2110
  • Bump @​actions/http-client from 2.0.1 to 3.0.0
Commits
Maintainer changes

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


Updates @types/node from 24.6.1 to 25.0.3

Commits

Updates @vitest/coverage-v8 from 3.2.4 to 4.0.16

Release notes

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

v4.0.16

   🐞 Bug Fixes

    View changes on GitHub

v4.0.15

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.0.14

   🚀 Experimental Features

... (truncated)

Commits
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-plugin-jsdoc from 60.7.0 to 61.5.0

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v61.5.0

61.5.0 (2025-12-07)

Features

  • check-tag-names, require-template, check-template-names: make typeParam a non-preferred alias for template (3cd7cbd)

v61.4.2

61.4.2 (2025-12-06)

Bug Fixes

  • require-rejects: reflect proper tag name in error message (44b2631)

v61.4.1

61.4.1 (2025-11-23)

Bug Fixes

  • require-rejects: do not treat synchronous throw as rejection; fixes #1603 (f776d63)

v61.4.0

61.4.0 (2025-11-20)

Features

v61.3.0

61.3.0 (2025-11-19)

Features

v61.2.1

61.2.1 (2025-11-13)

Bug Fixes

  • require-param: ensure all structures with interfaces do not trigger with interfaceExemptsParamsCheck: true (39a5b0a)
  • tag-lines: avoid reformatting post-delimiter spacing; fixes #1593 (702b226)

v61.2.0

... (truncated)

Commits
  • 3cd7cbd feat(check-tag-names, require-template, check-template-names): make `ty...
  • 44b2631 fix(require-rejects): reflect proper tag name in error message
  • f776d63 fix(require-rejects): do not treat synchronous throw as rejection; fixes #1603
  • af2d940 Implement "always" mode support for list indentation preservation
  • da2c872 Add support for preserving list indentation in check-line-alignment (never mode)
  • 18e236e Add support for preserving list indentation in check-line-alignment (never mode)
  • 30b6335 Add support for preserving list indentation in check-line-alignment (never mode)
  • 99c7fbd feat: add require-rejects rule; fixes #755
  • 03adf63 refactor: forbid inconsistent indentation with new option
  • edaf615 feat: allowIndentedSections option; fixes #541
  • Additional commits viewable in compare view

Updates globals from 16.4.0 to 17.0.0

Release notes

Sourced from globals's releases.

v17.0.0

Breaking

  • Split audioWorklet environment from browser (#320) 7bc293e

Improvements

  • Update globals (#329) ebe1063
  • Get all browser globals from both chrome and firefox (#321) 59ceff8
  • Add bunBuiltin environment (#324) 1bc6e3b
  • Add denoBuiltin environment (#324) 1bc6e3b
  • Add paintWorklet environment (#323) 4b78f56
  • Add sharedWorker environment (#322) 4a02a85

sindresorhus/globals@v16.5.0...v17.0.0

v16.5.0

  • Update globals (2025-11-01) (#316) 6d441ca
  • Add Vue, Svelte, and Astro globals (#314) ea31521

sindresorhus/globals@v16.4.0...v16.5.0

Commits

Updates rolldown from 1.0.0-beta.41 to 1.0.0-beta.58

Release notes

Sourced from rolldown's releases.

v1.0.0-beta.58

[1.0.0-beta.58] - 2025-12-31

💥 BREAKING CHANGES

  • experimental/devtools: rename InputOptions#debug to InputOptions#devtools (#7686) by @​Copilot

🚀 Features

🐛 Bug Fixes

🚜 Refactor

  • rust: use StableModuleId as the map key if possible (#7718) by @​hyf0
  • rust: return StableModuleId instead of &str from Module#stable_id() (#7717) by @​hyf0
  • rust: return correct stable id of external module from Module#stable_id() (#7716) by @​hyf0
  • rust: introduce StableModuleId type (#7715) by @​hyf0
  • rust: reduce unnecessary id.as_arc_str().clone().into() (#7714) by @​hyf0
  • rust: remove ModuleId#resource_id and use as_arc_str directly (#7710) by @​hyf0
  • rust: remove unused Module#id_clone (#7709) by @​hyf0
  • rust: remove Module#id_as_str and use Module#id directly (#7708) by @​hyf0
  • consolidate namespace call analysis into import analyzer (#7657) by @​IWANABETHATGUY
  • rust: make ExternalModule#id have the type ModuleId (#7707) by @​hyf0
  • rust: rename Module#id to Module#id_as_str (#7706) by @​hyf0
  • rust: use ModuleId instead of raw ArcStr for ScanStageCache (#7701) by @​hyf0
  • simplify error propagation in cache merge (#7702) by @​shulaoda
  • use ModuleId as the type of ResolvedId#id (#7694) by @​hyf0
  • types: rename resolved_request_info.rs to resolved_id.rs and move its contents (#7687) by @​hyf0
  • devtools: emit data to <CWD>/node_modules/.rolldown (#7692) by @​hyf0
  • use InvalidOption for hash placeholder generation errors (#7674) by @​shulaoda
  • rolldown_error: remove dependency on rolldown_utils (#7672) by @​shulaoda
  • use nodejs-built-in-modules v1.0.0 directly in callsites (#7667) by @​Boshen

📚 Documentation

... (truncated)

Changelog

Sourced from rolldown's changelog.

[1.0.0-beta.58] - 2025-12-31

💥 BREAKING CHANGES

  • experimental/devtools: rename InputOptions#debug to InputOptions#devtools (#7686) by @​Copilot

🚀 Features

🐛 Bug Fixes

🚜 Refactor

  • rust: use StableModuleId as the map key if possible (#7718) by @​hyf0
  • rust: return StableModuleId instead of &str from Module#stable_id() (#7717) by @​hyf0
  • rust: return correct stable id of external module from Module#stable_id() (#7716) by @​hyf0
  • rust: introduce StableModuleId type (#7715) by @​hyf0
  • rust: reduce unnecessary id.as_arc_str().clone().into() (#7714) by @​hyf0
  • rust: remove ModuleId#resource_id and use as_arc_str directly (#7710) by @​hyf0
  • rust: remove unused Module#id_clone (#7709) by @​hyf0
  • rust: remove Module#id_as_str and use Module#id directly (#7708) by @​hyf0
  • consolidate namespace call analysis into import analyzer (#7657) by @​IWANABETHATGUY
  • rust: make ExternalModule#id have the type ModuleId (#7707) by @​hyf0
  • rust: rename Module#id to Module#id_as_str (#7706) by @​hyf0
  • rust: use ModuleId instead of raw ArcStr for ScanStageCache (#7701) by @​hyf0
  • simplify error propagation in cache merge (#7702) by @​shulaoda
  • use ModuleId as the type of ResolvedId#id (#7694) by @​hyf0
  • types: rename resolved_request_info.rs to resolved_id.rs and move its contents (#7687) by @​hyf0
  • devtools: emit data to <CWD>/node_modules/.rolldown (#7692) by @​hyf0
  • use InvalidOption for hash placeholder generation errors (#7674) by @​shulaoda
  • rolldown_error: remove dependency on rolldown_utils (#7672) by @​shulaoda
  • use nodejs-built-in-modules v1.0.0 directly in callsites (#7667) by @​Boshen

📚 Documentation

⚙️ Miscellaneous Tasks

... (truncated)

Commits
  • 9258689 release: v1.0.0-beta.58 (#7721)
  • e821572 chore(deps): update napi (#7705)
  • 567fd28 feat: support output.dynamicImportInCjs option (#7677)
  • 0f6065d chore(deps): update oxc to v0.106.0 (#7512)
  • 938617b chore(js): replace dprint with oxfmt (#7214)
  • 4b69506 refactor(devtools): emit data to \<CWD>/node_modules/.rolldown (#7692)
  • 4c86cb7 refactor(experimental/devtools)!: rename InputOptions#debug to InputOptions#d...
  • 5600336 docs: migrate input options content from options to auto gen docs (#7663)
  • dbd0f6d docs: tweak auto-generated reference output (#7654)
  • 2eb99f4 feat(types): expose ChecksOptions type (#7653)
  • Additional commits viewable in compare view

Updates vitest from 3.2.4 to 4.0.16

Release notes

Sourced from vitest's releases.

v4.0.16

   🐞 Bug Fixes

    View changes on GitHub

v4.0.15

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.0.14

   🚀 Experimental Features

... (truncated)

Commits
  • b46d744 chore: release v4.0.16
  • 84a3062 fix(browser): string formatting bug when including placeholders in console.lo...
  • f7f6aa8 fix: log deprecated test.poolOptions if it's set (#9226)
  • 568513c fix: allow inlining fully dynamic import (#9137)
  • 5d26b87 fix(experimental): export setupEnvironment for custom pools (#9187)
  • f17eb42 refactor: avoid using isFileServingAllowed from Vite (#9160)
  • 78cfbf9 fix: avoid crashing on process.versions stub (#9174)
  • da0ade2 fix: fix browser mode default testTimeout back to 15 seconds (#9167)
  • eb1abf0 chore: release v4.0.15
  • a68f74e feat(cache): add opt-out on a plugin level, fix internal root cache (#9154)
  • 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.


Updates vitest-when from 0.8.0 to 0.10.0

Release notes

Sourced from vitest-when's releases.

v0.10.0

0.10.0 (2025-11-11)

⚠ BREAKING CHANGES

  • types: revert #23 due to Vitest revert (#37)

Features

  • allow partial args matching with ignoreExtraArgs (#36) (9e8e0da)

Code Refactoring

v0.9.0

0.9.0 (2025-10-26)

Features

  • update to Vitest v4 and refine types (#34) (3b0eeee)

Bug Fixes

  • support mocked constructors in Vitest v4 (#33) (5ee07dd)

v0.8.1

0.8.1 (2025-10-03)

Bug Fixes

  • types: accept MockInstance (again) (#31) (fb9764f), closes #30
Commits
Maintainer changes

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


Dependabot will resol...

Description has been truncated

… updates

Bumps the development group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) | `1.11.1` | `2.0.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.6.1` | `25.0.3` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `3.2.4` | `4.0.16` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `60.7.0` | `61.5.0` |
| [globals](https://github.com/sindresorhus/globals) | `16.4.0` | `17.0.0` |
| [rolldown](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.0.0-beta.41` | `1.0.0-beta.58` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.2.4` | `4.0.16` |
| [vitest-when](https://github.com/mcous/vitest-when) | `0.8.0` | `0.10.0` |



Updates `@actions/core` from 1.11.1 to 2.0.1
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/@actions/artifact@2.0.1/packages/core)

Updates `@types/node` from 24.6.1 to 25.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@vitest/coverage-v8` from 3.2.4 to 4.0.16
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.16/packages/coverage-v8)

Updates `eslint-plugin-jsdoc` from 60.7.0 to 61.5.0
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](gajus/eslint-plugin-jsdoc@v60.7.0...v61.5.0)

Updates `globals` from 16.4.0 to 17.0.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v16.4.0...v17.0.0)

Updates `rolldown` from 1.0.0-beta.41 to 1.0.0-beta.58
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-beta.58/packages/rolldown)

Updates `vitest` from 3.2.4 to 4.0.16
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.16/packages/vitest)

Updates `vitest-when` from 0.8.0 to 0.10.0
- [Release notes](https://github.com/mcous/vitest-when/releases)
- [Commits](mcous/vitest-when@v0.8.0...v0.10.0)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-version: 2.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: "@types/node"
  dependency-version: 25.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.0.16
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 61.5.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: globals
  dependency-version: 17.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: rolldown
  dependency-version: 1.0.0-beta.58
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: vitest
  dependency-version: 4.0.16
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: vitest-when
  dependency-version: 0.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 3, 2026
@mcous mcous merged commit 680fd95 into main Jan 3, 2026
15 checks passed
@mcous mcous deleted the dependabot/npm_and_yarn/development-14037acb3d branch January 3, 2026 20:43
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants