From 70a719f03fd7423b54f0cca2386d1f4b9937eeb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 08:47:00 +0000 Subject: [PATCH 1/2] build(deps-dev): bump the dev-dependencies group across 1 directory with 3 updates Bumps the dev-dependencies group with 3 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint](https://github.com/eslint/eslint) and [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest). Updates `@types/node` from 25.2.1 to 25.2.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.39.2 to 10.0.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v9.39.2...v10.0.0) Updates `eslint-plugin-jest` from 29.12.2 to 29.13.0 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v29.12.2...v29.13.0) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: eslint dependency-version: 10.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: eslint-plugin-jest dependency-version: 29.13.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 15c67f9..1283f23 100644 --- a/package.json +++ b/package.json @@ -31,9 +31,9 @@ }, "devDependencies": { "@types/jest": "30.0.0", - "@types/node": "25.2.1", - "eslint": "9.39.2", - "eslint-plugin-jest": "29.12.2", + "@types/node": "25.2.3", + "eslint": "10.0.0", + "eslint-plugin-jest": "29.14.0", "jest": "30.2.0", "jest-junit": "16.0.0", "npm-run-all": "4.1.5", From 07655b96018f74717ef9dca0de17f0cc7597db1a Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sat, 14 Feb 2026 08:35:36 -0500 Subject: [PATCH 2/2] Add @eslint/js and globals devDependencies Add @eslint/js@10.0.1 and globals@17.3.0 to devDependencies. These packages provide ESLint JS config/parser support and global variable definitions to align with the existing ESLint 10.x setup. --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 1283f23..d4a9b6b 100644 --- a/package.json +++ b/package.json @@ -30,10 +30,12 @@ "@lizardbyte/contribkit": "2025.1130.1103" }, "devDependencies": { + "@eslint/js": "10.0.1", "@types/jest": "30.0.0", "@types/node": "25.2.3", "eslint": "10.0.0", "eslint-plugin-jest": "29.14.0", + "globals": "17.3.0", "jest": "30.2.0", "jest-junit": "16.0.0", "npm-run-all": "4.1.5",