Skip to content

Bump the npm-deps group across 1 directory with 7 updates#136

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm-deps-ceebb48a2a
Closed

Bump the npm-deps group across 1 directory with 7 updates#136
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm-deps-ceebb48a2a

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps the npm-deps group with 7 updates in the / directory:

Package From To
@actions/cache 5.0.5 6.0.0
@actions/core 2.0.3 3.0.0
@actions/exec 2.0.0 3.0.0
type-fest 5.4.2 5.4.4
@types/node 25.1.0 25.2.2
globals 17.2.0 17.3.0
tsdown 0.20.1 0.20.3

Updates @actions/cache from 5.0.5 to 6.0.0

Changelog

Sourced from @​actions/cache's changelog.

6.0.0

  • Breaking change: Package is now ESM-only
    • CommonJS consumers must use dynamic import() instead of require()
Commits

Updates @actions/core from 2.0.3 to 3.0.0

Changelog

Sourced from @​actions/core's changelog.

3.0.0

  • Breaking change: Package is now ESM-only
    • CommonJS consumers must use dynamic import() instead of require()
Commits

Updates @actions/exec from 2.0.0 to 3.0.0

Changelog

Sourced from @​actions/exec's changelog.

3.0.0

  • Breaking change: Package is now ESM-only
    • CommonJS consumers must use dynamic import() instead of require()
Commits
Maintainer changes

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


Updates type-fest from 5.4.2 to 5.4.4

Release notes

Sourced from type-fest's releases.

v5.4.4

  • PackageJson: Use LiteralUnion for engines field (#1354) fc9e2bb
  • IsUnion: Fix behavior when the entire union extends all individual members (#1353) b0321a5
  • Paths: Fix leavesOnly behavior with never leaves (#1350) 2c34128
  • Paths: Fix behavior with WeakMaps / WeakSets (#1348) ac3b50e
  • Paths: Fix behavior with tuples containing optional elements with a rest element (#1346) 7c82a21

sindresorhus/type-fest@v5.4.3...v5.4.4

v5.4.3

  • Merge: Fix idempotency, so Merge<A, A> returns A (#1336) 99e35a2
  • Paths: Fix behavior with generic types (#1343) 8f0419c

sindresorhus/type-fest@v5.4.2...v5.4.3

Commits
  • 8e9af4c 5.4.4
  • fc9e2bb PackageJson: Use LiteralUnion for engines field (#1354)
  • 6e08190 Make twoslash (\\=>) type validation agnostic of union order (#1347)
  • b0321a5 IsUnion: Fix behavior when the entire union extends all individual members ...
  • 2c34128 Paths: Fix leavesOnly behavior with never leaves (#1350)
  • ac3b50e Paths: Fix behavior with WeakMaps / WeakSets (#1348)
  • 7c82a21 Paths: Fix behavior with tuples containing optional elements with a rest el...
  • f6cf954 fix: remove duplicate test case
  • 051325a 5.4.3
  • 0ffece7 Fix incorrect ignore of temporary .d.ts files from fixtures in `xo.config.j...
  • Additional commits viewable in compare view

Updates @types/node from 25.1.0 to 25.2.2

Commits

Updates globals from 17.2.0 to 17.3.0

Release notes

Sourced from globals's releases.

v17.3.0

  • Update globals (2026-02-01) (#336) 295fba9

sindresorhus/globals@v17.2.0...v17.3.0

Commits

Updates tsdown from 0.20.1 to 0.20.3

Release notes

Sourced from tsdown's releases.

v0.20.3

   🐞 Bug Fixes

    View changes on GitHub

v0.20.2

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-deps group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) | `5.0.5` | `6.0.0` |
| [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) | `2.0.3` | `3.0.0` |
| [@actions/exec](https://github.com/actions/toolkit/tree/HEAD/packages/exec) | `2.0.0` | `3.0.0` |
| [type-fest](https://github.com/sindresorhus/type-fest) | `5.4.2` | `5.4.4` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.1.0` | `25.2.2` |
| [globals](https://github.com/sindresorhus/globals) | `17.2.0` | `17.3.0` |
| [tsdown](https://github.com/rolldown/tsdown) | `0.20.1` | `0.20.3` |



Updates `@actions/cache` from 5.0.5 to 6.0.0
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache)

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

Updates `@actions/exec` from 2.0.0 to 3.0.0
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/exec/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/exec)

Updates `type-fest` from 5.4.2 to 5.4.4
- [Release notes](https://github.com/sindresorhus/type-fest/releases)
- [Commits](sindresorhus/type-fest@v5.4.2...v5.4.4)

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

Updates `globals` from 17.2.0 to 17.3.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.2.0...v17.3.0)

Updates `tsdown` from 0.20.1 to 0.20.3
- [Release notes](https://github.com/rolldown/tsdown/releases)
- [Commits](rolldown/tsdown@v0.20.1...v0.20.3)

---
updated-dependencies:
- dependency-name: "@actions/cache"
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: "@actions/core"
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: "@actions/exec"
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: type-fest
  dependency-version: 5.4.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: "@types/node"
  dependency-version: 25.2.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: globals
  dependency-version: 17.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: tsdown
  dependency-version: 0.20.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
...

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 Feb 9, 2026
@netlify
Copy link

netlify bot commented Feb 9, 2026

Deploy Preview for detsys-ts-docs ready!

Name Link
🔨 Latest commit 3dad45b
🔍 Latest deploy log https://app.netlify.com/projects/detsys-ts-docs/deploys/69892c6e3dd1d300089cb23b
😎 Deploy Preview https://deploy-preview-136--detsys-ts-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 11, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 11, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-deps-ceebb48a2a branch February 11, 2026 17:36
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.

0 participants