From 267af840bb84bccdf6c11c8cd0c92fe777777bb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 18:52:17 +0000 Subject: [PATCH] meta: bump the lint group across 1 directory with 2 updates Bumps the lint group with 2 updates in the / directory: [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `eslint-import-resolver-typescript` from 3.7.0 to 3.8.3 - [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases) - [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-import-resolver-typescript/compare/v3.7.0...v3.8.3) Updates `typescript-eslint` from 8.19.1 to 8.25.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.25.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: eslint-import-resolver-typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint ... Signed-off-by: dependabot[bot] --- package-lock.json | 50 +++++++++++++++++++------------------- packages/i18n/package.json | 4 +-- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0836f7a9805de..4b1a7391df476 100644 --- a/package-lock.json +++ b/package-lock.json @@ -144,29 +144,6 @@ "typescript": ">=4.8.4 <5.8.0" } }, - "apps/site/node_modules/typescript-eslint": { - "version": "8.25.0", - "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.25.0.tgz", - "integrity": "sha512-TxRdQQLH4g7JkoFlYG3caW5v1S6kEkz8rqt80iQJZUYPq1zD1Ra7HfQBJJ88ABRaMvHAXnwRvRB4V+6sQ9xN5Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/eslint-plugin": "8.25.0", - "@typescript-eslint/parser": "8.25.0", - "@typescript-eslint/utils": "8.25.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0", - "typescript": ">=4.8.4 <5.8.0" - } - }, "node_modules/@adobe/css-tools": { "version": "4.4.2", "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.2.tgz", @@ -24675,6 +24652,29 @@ "node": ">=14.17" } }, + "node_modules/typescript-eslint": { + "version": "8.25.0", + "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.25.0.tgz", + "integrity": "sha512-TxRdQQLH4g7JkoFlYG3caW5v1S6kEkz8rqt80iQJZUYPq1zD1Ra7HfQBJJ88ABRaMvHAXnwRvRB4V+6sQ9xN5Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/eslint-plugin": "8.25.0", + "@typescript-eslint/parser": "8.25.0", + "@typescript-eslint/utils": "8.25.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^8.57.0 || ^9.0.0", + "typescript": ">=4.8.4 <5.8.0" + } + }, "node_modules/uc.micro": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz", @@ -26156,9 +26156,9 @@ "packages/i18n": { "name": "@node-core/website-i18n", "devDependencies": { - "eslint-import-resolver-typescript": "~3.7.0", + "eslint-import-resolver-typescript": "~3.8.3", "typescript": "~5.7.2", - "typescript-eslint": "~8.19.0" + "typescript-eslint": "~8.25.0" } }, "packages/i18n/node_modules/@typescript-eslint/eslint-plugin": { diff --git a/packages/i18n/package.json b/packages/i18n/package.json index e836541feda41..e2c37d42811f5 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -16,8 +16,8 @@ "lint:js": "eslint \"**/*.{js,mjs,ts}\"" }, "devDependencies": { - "eslint-import-resolver-typescript": "~3.7.0", + "eslint-import-resolver-typescript": "~3.8.3", "typescript": "~5.7.2", - "typescript-eslint": "~8.19.0" + "typescript-eslint": "~8.25.0" } }