From 1046ffaf33b5a496f27873e820521d9ca5456b90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 11:49:38 +0200 Subject: [PATCH] Bump the npm-dependencies group across 1 directory with 14 updates (#970) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the npm-dependencies group with 14 updates in the /sources directory: | Package | From | To | | --- | --- | --- | | [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) | `3.0.0` | `3.0.1` | | [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) | `9.0.0` | `9.1.1` | | [@actions/glob](https://github.com/actions/toolkit/tree/HEAD/packages/glob) | `0.6.1` | `0.7.0` | | [@actions/http-client](https://github.com/actions/toolkit/tree/HEAD/packages/http-client) | `4.0.0` | `4.0.1` | | [semver](https://github.com/npm/node-semver) | `7.7.4` | `7.8.1` | | [which](https://github.com/npm/node-which) | `6.0.1` | `7.0.0` | | [@jest/globals](https://github.com/jestjs/jest/tree/HEAD/packages/jest-globals) | `30.3.0` | `30.4.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.5.0` | `25.9.1` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.58.0` | `8.59.4` | | [eslint](https://github.com/eslint/eslint) | `10.1.0` | `10.4.0` | | [globals](https://github.com/sindresorhus/globals) | `17.4.0` | `17.6.0` | | [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `30.3.0` | `30.4.2` | | [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.8.3` | | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.9` | `29.4.11` | Updates `@actions/core` from 3.0.0 to 3.0.1
Changelog

Sourced from @​actions/core's changelog.

3.0.1

Commits

Updates `@actions/github` from 9.0.0 to 9.1.1
Changelog

Sourced from @​actions/github's changelog.

9.1.1

9.1.0

Commits

Updates `@actions/glob` from 0.6.1 to 0.7.0
Changelog

Sourced from @​actions/glob's changelog.

0.7.0

Commits

Updates `@actions/http-client` from 4.0.0 to 4.0.1
Changelog

Sourced from @​actions/http-client's changelog.

4.0.1

Commits

Updates `semver` from 7.7.4 to 7.8.1
Release notes

Sourced from semver's releases.

v7.8.1

7.8.1 (2026-05-21)

Bug Fixes

v7.8.0

7.8.0 (2026-05-08)

Features

Bug Fixes

Documentation

Chores

Changelog

Sourced from semver's changelog.

7.8.1 (2026-05-21)

Bug Fixes

7.8.0 (2026-05-08)

Features

Bug Fixes

Documentation

Chores

Commits

Updates `which` from 6.0.1 to 7.0.0
Release notes

Sourced from which's releases.

v7.0.0

7.0.0 (2026-05-08)

⚠️ BREAKING CHANGES

Features

Chores

Changelog

Sourced from which's changelog.

7.0.0 (2026-05-08)

⚠️ BREAKING CHANGES

Features

Chores

Commits

Updates `@jest/globals` from 30.3.0 to 30.4.1
Release notes

Sourced from @​jest/globals's releases.

v30.4.1

Features

Fixes

Full Changelog: https://github.com/jestjs/jest/compare/v30.4.0...v30.4.1

v30.4.0

Big release! 😀

Main feature is a rewrite of our custom runtime in preparation for stabilisation of native support of ESM. As part of that work require(esm) module is now supported on Node 24.9+ (still requires --experimental-vm-modules like before).

In addition we now support fake timers for the recently released Temporal API in Node v26.

React 19 is also supported properly in pretty-format, meaning snapshots of React components now work like they should.

Due to all the changes, there might be regressions that snuck in. Please report them!

Full list of changes below

Features

Fixes

... (truncated)

Changelog

Sourced from @​jest/globals's changelog.

30.4.1

Features

Fixes

30.4.0

Features

Fixes

... (truncated)

Commits

Updates `@types/node` from 25.5.0 to 25.9.1
Commits

Updates `@typescript-eslint/eslint-plugin` from 8.58.0 to 8.59.4
Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.59.4

8.59.4 (2026-05-18)

🩹 Fixes

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.59.3

8.59.3 (2026-05-11)

This was a version bump only, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.59.2

8.59.2 (2026-05-04)

🩹 Fixes

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.59.1

8.59.1 (2026-04-27)

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.59.4 (2026-05-18)

🩹 Fixes

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.59.3 (2026-05-11)

This was a version bump only for eslint-plugin 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.

8.59.2 (2026-05-04)

🩹 Fixes

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.59.1 (2026-04-27)

🩹 Fixes

❤️ Thank You

... (truncated)

Commits

Updates `eslint` from 10.1.0 to 10.4.0
Release notes

Sourced from eslint's releases.

v10.4.0

Features

Bug Fixes

Documentation

Chores

v10.3.0

Features

Bug Fixes

Documentation

Chores

... (truncated)

Commits

Updates `globals` from 17.4.0 to 17.6.0
Release notes

Sourced from globals's releases.

v17.6.0


https://github.com/sindresorhus/globals/compare/v17.5.0...v17.6.0

v17.5.0


https://github.com/sindresorhus/globals/compare/v17.4.0...v17.5.0

Commits

Updates `jest` from 30.3.0 to 30.4.2
Release notes

Sourced from jest's releases.

v30.4.2

Fixes

Full Changelog: https://github.com/jestjs/jest/compare/v30.4.1...v30.4.2

v30.4.1

Features

Fixes

Full Changelog: https://github.com/jestjs/jest/compare/v30.4.0...v30.4.1

v30.4.0

Big release! 😀

Main feature is a rewrite of our custom runtime in preparation for stabilisation of native support of ESM. As part of that work require(esm) module is now supported on Node 24.9+ (still requires --experimental-vm-modules like before).

In addition we now support fake timers for the recently released Temporal API in Node v26.

React 19 is also supported properly in pretty-format, meaning snapshots of React components now work like they should.

Due to all the changes, there might be regressions that snuck in. Please report them!

Full list of changes below

Features

... (truncated)

Changelog

Sourced from jest's changelog.

30.4.2

Fixes

30.4.1

Features

Fixes

30.4.0

Features