From 48dd7abc8055e990f6c7ab51ae379389bc6c71e4 Mon Sep 17 00:00:00 2001 From: Hiroki Osame Date: Wed, 5 Jun 2024 11:35:24 +0900 Subject: [PATCH] chore: upgrade lintroll --- package.json | 2 +- pnpm-lock.yaml | 29 +++++++++++++++++------------ 2 files changed, 18 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 3d82f5b0d..2d97b2955 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "get-node": "^15.0.1", "kolorist": "^1.8.0", "lint-staged": "^15.2.5", - "lintroll": "^1.6.0", + "lintroll": "^1.6.1", "magic-string": "^0.30.10", "manten": "^1.3.0", "memfs": "^4.9.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7e82cd1cd..717b79fa4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -68,8 +68,8 @@ importers: specifier: ^15.2.5 version: 15.2.5 lintroll: - specifier: ^1.6.0 - version: 1.6.0(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.12.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0))(typescript@5.4.5) + specifier: ^1.6.1 + version: 1.6.1(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.12.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0))(typescript@5.4.5) magic-string: specifier: ^0.30.10 version: 0.30.10 @@ -1420,8 +1420,8 @@ packages: end-of-stream@1.4.4: resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} - enhanced-resolve@5.16.1: - resolution: {integrity: sha512-4U5pNsuDl0EhuZpq46M5xPslstkviJuhrdobaRDBk2Jy2KO37FDAJl4lb2KlNabxT0m4MTK2UHNrsAcphE8nyw==} + enhanced-resolve@5.17.0: + resolution: {integrity: sha512-dwDPwZL0dmye8Txp2gzFmA6sxALaSvdRDjPH0viLcKrtlOL3tw62nWWweVD1SdILDTJrbrL6tdWVN58Wo6U3eA==} engines: {node: '>=10.13.0'} entities@4.5.0: @@ -2241,8 +2241,8 @@ packages: engines: {node: '>=18.12.0'} hasBin: true - lintroll@1.6.0: - resolution: {integrity: sha512-7sgh1K7Cy9d4cnhrkpzZm7w+vaLCTlapsQ2GZqvTj2C50fRpbrSzn9AecwdBm6giFlleW9nuvnnWFNGEJQHDGA==} + lintroll@1.6.1: + resolution: {integrity: sha512-Ow7IyedPV0NYX/d3RJOcNrSJotA5jiq0g70NDIIX3PREJP4o2fMVbd61IDeph79MMQT2q7NusQtB+di5GU73tA==} hasBin: true listr2@8.2.1: @@ -3113,6 +3113,9 @@ packages: tslib@2.6.2: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} + tslib@2.6.3: + resolution: {integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==} + tsx@4.11.2: resolution: {integrity: sha512-V5DL5v1BuItjsQ2FN9+4OjR7n5cr8hSgN+VGmm/fd2/0cgQdBIWHcQ3bFYm/5ZTmyxkTDBUIaRuW2divgfPe0A==} engines: {node: '>=18.0.0'} @@ -4628,7 +4631,7 @@ snapshots: dependencies: once: 1.4.0 - enhanced-resolve@5.16.1: + enhanced-resolve@5.17.0: dependencies: graceful-fs: 4.2.11 tapable: 2.2.1 @@ -4785,7 +4788,7 @@ snapshots: eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.12.0(eslint@8.57.0)(typescript@5.4.5))(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.12.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0))(eslint@8.57.0): dependencies: debug: 4.3.5 - enhanced-resolve: 5.16.1 + enhanced-resolve: 5.17.0 eslint: 8.57.0 eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.12.0(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.12.0(eslint@8.57.0)(typescript@5.4.5))(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.12.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0))(eslint@8.57.0))(eslint@8.57.0) eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.12.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0) @@ -4837,7 +4840,7 @@ snapshots: is-glob: 4.0.3 minimatch: 9.0.4 semver: 7.6.2 - tslib: 2.6.2 + tslib: 2.6.3 transitivePeerDependencies: - supports-color - typescript @@ -4890,7 +4893,7 @@ snapshots: eslint-plugin-n@17.7.0(eslint@8.57.0): dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) - enhanced-resolve: 5.16.1 + enhanced-resolve: 5.17.0 eslint: 8.57.0 eslint-plugin-es-x: 7.6.0(eslint@8.57.0) get-tsconfig: 4.7.5 @@ -5707,7 +5710,7 @@ snapshots: transitivePeerDependencies: - supports-color - lintroll@1.6.0(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.12.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0))(typescript@5.4.5): + lintroll@1.6.1(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.12.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0))(typescript@5.4.5): dependencies: '@eslint-community/eslint-plugin-eslint-comments': 4.3.0(eslint@8.57.0) '@eslint/js': 8.57.0 @@ -6589,7 +6592,7 @@ snapshots: synckit@0.6.2: dependencies: - tslib: 2.6.2 + tslib: 2.6.3 tabbable@6.2.0: {} @@ -6679,6 +6682,8 @@ snapshots: tslib@2.6.2: {} + tslib@2.6.3: {} + tsx@4.11.2: dependencies: esbuild: 0.20.2