From cdb9e3ce4d93f92bc6ea1b29bbca09de57db1804 Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Tue, 24 Sep 2024 16:53:23 +0900 Subject: [PATCH] npm: Bump eslint-config version to 0.0.11 Summary: External change of D756. Signed-off-by: Yongmin Hong Test Plan: Publish it. Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D757 --- npm/eslint-config/CHANGELOG.md | 25 +++++++++++++ npm/eslint-config/package.json | 12 +++--- npm/prettier-config/package.json | 4 +- package.json | 8 ++-- pnpm-lock.yaml | 63 ++++++++++++++++++++------------ pnpm-workspace.yaml | 4 ++ 6 files changed, 80 insertions(+), 36 deletions(-) diff --git a/npm/eslint-config/CHANGELOG.md b/npm/eslint-config/CHANGELOG.md index 1118a9c..b34b9ce 100644 --- a/npm/eslint-config/CHANGELOG.md +++ b/npm/eslint-config/CHANGELOG.md @@ -10,6 +10,31 @@ # `@revi/eslint-config` changelog - minor: When the plugin is added. - patch: When the rule is modified (without plugin addition/removal). +## v0.0.11 + +Date: 2024-09-24 (KST) + +### Update + +- Update `eslint` to `v9.11.0`. + +## v0.0.10 + +Date: 2024-09-12 (KST) + +### Update + +- Update `eslint` to `v9.10.0`. + +## v0.0.9 + +Date: 2024-08-30 (KST) + +### Update + +- Update `eslint` to `v9.9.0`. +- Update `@types/eslint` to `v9.6.1`. + ## v0.0.8 Date: 2024-08-01 (KST) diff --git a/npm/eslint-config/package.json b/npm/eslint-config/package.json index 7d5885f..ee3e9ac 100644 --- a/npm/eslint-config/package.json +++ b/npm/eslint-config/package.json @@ -1,13 +1,13 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@revi/eslint-config", - "version": "0.0.10", + "version": "0.0.11", "description": "@revi's shared eslint config", "main": "eslint.config.js", "types": "./types/index.d.ts", "dependencies": { - "@eslint/js": "9.10.0", - "eslint": "9.10.0", + "@eslint/js": "9.11.0", + "eslint": "catalog:", "eslint-config-prettier": "9.1.0", "globals": "15.9.0" }, @@ -16,10 +16,10 @@ "@types/eslint": "9.6.1", "@types/eslint__js": "8.42.3", "@types/eslint-config-prettier": "6.11.3", - "prettier": "3.3.3" + "prettier": "catalog:" }, "peerDependencies": { - "eslint": "9.10.0" + "eslint": "9.11.0" }, "scripts": { "tsc": "tsc eslint.config.js --declaration --allowJs --emitDeclarationOnly --esModuleInterop --outdir types" @@ -43,7 +43,7 @@ "url": "https://revi.xyz/", "email": "package-admin@revi.dev" }, - "packageManager": "pnpm@9.10.0", + "packageManager": "pnpm@9.11.0", "publishConfig": { "access": "public", "provenance": true diff --git a/npm/prettier-config/package.json b/npm/prettier-config/package.json index e31f5dc..ff612f8 100644 --- a/npm/prettier-config/package.json +++ b/npm/prettier-config/package.json @@ -16,7 +16,7 @@ "dependencies": { "@prettier/plugin-php": "0.22.2", "@prettier/plugin-xml": "3.4.1", - "prettier": "3.3.3", + "prettier": "catalog:", "prettier-plugin-sh": "0.14.0", "prettier-plugin-toml": "2.0.1" }, @@ -36,7 +36,7 @@ "keywords": [ "prettier" ], - "packageManager": "pnpm@9.10.0", + "packageManager": "pnpm@9.11.0", "publishConfig": { "access": "public", "provenance": true diff --git a/package.json b/package.json index a02bc6e..9839991 100644 --- a/package.json +++ b/package.json @@ -8,11 +8,11 @@ "@revi/prettier-config": "./npm/prettier-config", "@types/node": "20.14.13", "csslint": "1.0.5", - "eslint": "9.10.0", + "eslint": "catalog:", "eslint-config-wikimedia": "0.28.2", "jshint": "2.13.6", - "prettier": "3.3.3", - "typescript": "5.5.4" + "prettier": "catalog:", + "typescript": "5.6.2" }, "optionalDependencies": { "renovate": "38.8.3" @@ -23,7 +23,7 @@ "p:c": "prettier --check", "p:w": "prettier --write" }, - "packageManager": "pnpm@9.10.0", + "packageManager": "pnpm@9.11.0", "prettier": "@revi/prettier-config", "author": { "name": "Yongmin Hong", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 29062d3..4a5dd1e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,6 +4,15 @@ settings: autoInstallPeers: true excludeLinksFromLockfile: false +catalogs: + default: + eslint: + specifier: 9.10.0 + version: 9.10.0 + prettier: + specifier: 3.3.3 + version: 3.3.3 + importers: .: @@ -25,28 +34,28 @@ importers: specifier: 1.0.5 version: 1.0.5 eslint: - specifier: 9.10.0 + specifier: 'catalog:' version: 9.10.0 eslint-config-wikimedia: specifier: 0.28.2 - version: 0.28.2(typescript@5.5.4) + version: 0.28.2(typescript@5.6.2) jshint: specifier: 2.13.6 version: 2.13.6 prettier: - specifier: 3.3.3 + specifier: 'catalog:' version: 3.3.3 typescript: - specifier: 5.5.4 - version: 5.5.4 + specifier: 5.6.2 + version: 5.6.2 npm/eslint-config: dependencies: '@eslint/js': - specifier: 9.10.0 - version: 9.10.0 + specifier: 9.11.0 + version: 9.11.0 eslint: - specifier: 9.10.0 + specifier: 'catalog:' version: 9.10.0 eslint-config-prettier: specifier: 9.1.0 @@ -68,7 +77,7 @@ importers: specifier: 8.42.3 version: 8.42.3 prettier: - specifier: 3.3.3 + specifier: 'catalog:' version: 3.3.3 npm/prettier-config: @@ -80,7 +89,7 @@ importers: specifier: 3.4.1 version: 3.4.1(prettier@3.3.3) prettier: - specifier: 3.3.3 + specifier: 'catalog:' version: 3.3.3 prettier-plugin-sh: specifier: 0.14.0 @@ -358,6 +367,10 @@ packages: resolution: {integrity: sha512-fuXtbiP5GWIn8Fz+LWoOMVf/Jxm+aajZYkhi6CuEm4SxymFM+eUWzbO9qXT+L0iCkL5+KGYMCSGxo686H19S1g==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/js@9.11.0': + resolution: {integrity: sha512-LPkkenkDqyzTFauZLLAPhIb48fj6drrfMvRGSL9tS3AcZBSVTllemLSNyCvHNNL2t797S/6DJNSIwRwXgMO/eQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/object-schema@2.1.4': resolution: {integrity: sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -3528,8 +3541,8 @@ packages: resolution: {integrity: sha512-8WbVAQAUlENo1q3c3zZYuy5k9VzBQvp8AX9WOtbvyWlLM1v5JaSRmjubLjzHF4JFtptjH/5c/i95yaElvcjC0A==} engines: {node: '>= 0.4'} - typescript@5.5.4: - resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==} + typescript@5.6.2: + resolution: {integrity: sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==} engines: {node: '>=14.17'} hasBin: true @@ -4672,6 +4685,8 @@ snapshots: '@eslint/js@9.10.0': {} + '@eslint/js@9.11.0': {} + '@eslint/object-schema@2.1.4': {} '@eslint/plugin-kit@0.1.0': @@ -5678,7 +5693,7 @@ snapshots: '@typescript-eslint/types@7.18.0': {} - '@typescript-eslint/typescript-estree@7.18.0(typescript@5.5.4)': + '@typescript-eslint/typescript-estree@7.18.0(typescript@5.6.2)': dependencies: '@typescript-eslint/types': 7.18.0 '@typescript-eslint/visitor-keys': 7.18.0 @@ -5687,18 +5702,18 @@ snapshots: is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.6.3 - ts-api-utils: 1.3.0(typescript@5.5.4) + ts-api-utils: 1.3.0(typescript@5.6.2) optionalDependencies: - typescript: 5.5.4 + typescript: 5.6.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@7.18.0(eslint@8.57.0)(typescript@5.5.4)': + '@typescript-eslint/utils@7.18.0(eslint@8.57.0)(typescript@5.6.2)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) '@typescript-eslint/scope-manager': 7.18.0 '@typescript-eslint/types': 7.18.0 - '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.5.4) + '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.6.2) eslint: 8.57.0 transitivePeerDependencies: - supports-color @@ -6544,13 +6559,13 @@ snapshots: dependencies: eslint: 9.10.0 - eslint-config-wikimedia@0.28.2(typescript@5.5.4): + eslint-config-wikimedia@0.28.2(typescript@5.6.2): dependencies: browserslist-config-wikimedia: 0.7.0 eslint: 8.57.0 eslint-plugin-compat: 4.2.0(eslint@8.57.0) eslint-plugin-es-x: 7.8.0(eslint@8.57.0) - eslint-plugin-jest: 28.6.0(eslint@8.57.0)(typescript@5.5.4) + eslint-plugin-jest: 28.6.0(eslint@8.57.0)(typescript@5.6.2) eslint-plugin-jsdoc: 48.2.5(eslint@8.57.0) eslint-plugin-json-es: 1.6.0(eslint@8.57.0) eslint-plugin-mediawiki: 0.7.0(eslint@8.57.0) @@ -6587,9 +6602,9 @@ snapshots: eslint: 8.57.0 eslint-compat-utils: 0.5.1(eslint@8.57.0) - eslint-plugin-jest@28.6.0(eslint@8.57.0)(typescript@5.5.4): + eslint-plugin-jest@28.6.0(eslint@8.57.0)(typescript@5.6.2): dependencies: - '@typescript-eslint/utils': 7.18.0(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/utils': 7.18.0(eslint@8.57.0)(typescript@5.6.2) eslint: 8.57.0 transitivePeerDependencies: - supports-color @@ -8982,9 +8997,9 @@ snapshots: trough@1.0.5: optional: true - ts-api-utils@1.3.0(typescript@5.5.4): + ts-api-utils@1.3.0(typescript@5.6.2): dependencies: - typescript: 5.5.4 + typescript: 5.6.2 tslib@2.6.3: {} @@ -9081,7 +9096,7 @@ snapshots: typed-array-byte-offset: 1.0.2 optional: true - typescript@5.5.4: {} + typescript@5.6.2: {} uc.micro@2.1.0: optional: true diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 03aa31f..9b68a96 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -2,3 +2,7 @@ packages: - './npm/eslint-config/' - './npm/prettier-config/' + +catalog: + eslint: 9.10.0 + prettier: 3.3.3