From e81075aed9341f5028a9be36cf4aabfd61f59f5c Mon Sep 17 00:00:00 2001 From: sushichan044 Date: Tue, 19 Nov 2024 03:35:28 +0900 Subject: [PATCH 1/2] fix: pin dependencies --- package.json | 6 +- packages/eslint-config/package.json | 46 ++-- packages/prettier-config/package.json | 6 +- packages/stylelint-config/package.json | 24 +- pnpm-lock.yaml | 305 ++++++------------------- 5 files changed, 116 insertions(+), 271 deletions(-) diff --git a/package.json b/package.json index 20df555f..70a9ef9e 100644 --- a/package.json +++ b/package.json @@ -18,9 +18,9 @@ "devDependencies": { "@changesets/changelog-github": "0.5.0", "@changesets/cli": "2.27.9", - "@virtual-live-lab/eslint-config": "workspace:^", - "@virtual-live-lab/prettier-config": "workspace:^", - "@virtual-live-lab/stylelint-config": "workspace:^", + "@virtual-live-lab/eslint-config": "workspace:*", + "@virtual-live-lab/prettier-config": "workspace:*", + "@virtual-live-lab/stylelint-config": "workspace:*", "@virtual-live-lab/tsconfig": "workspace:^", "@vitest/coverage-istanbul": "2.1.5", "eslint": "9.15.0", diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index fb897a3a..11f777a8 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -33,28 +33,28 @@ "eslint": "^9.15.0" }, "dependencies": { - "@astrojs/compiler": "^2.10.3", - "@eslint/compat": "^1.2.3", - "@eslint/eslintrc": "^3.2.0", - "@eslint/js": "^9.15.0", - "@stylistic/eslint-plugin-ts": "^2.10.1", - "@typescript-eslint/utils": "^8.15.0", - "astro-eslint-parser": "^1.1.0", - "astrojs-compiler-sync": "^1.0.1", - "eslint": "^9.15.0", - "eslint-config-flat-gitignore": "^0.3.0", - "eslint-config-prettier": "^9.1.0", - "eslint-plugin-astro": "^1.3.1", - "eslint-plugin-jsx-a11y": "^6.10.2", - "eslint-plugin-perfectionist": "^3.9.1", - "eslint-plugin-react": "^7.37.2", - "eslint-plugin-react-hooks": "^5.0.0", - "eslint-plugin-react-refresh": "^0.4.14", - "eslint-plugin-tailwindcss": "^3.17.5", - "globals": "^15.12.0", - "pkg-dir": "^8.0.0", - "typescript-eslint": "^8.15.0", - "typescript-eslint-parser-for-extra-files": "^0.7.0" + "@astrojs/compiler": "2.10.3", + "@eslint/compat": "1.2.3", + "@eslint/eslintrc": "3.2.0", + "@eslint/js": "9.15.0", + "@stylistic/eslint-plugin-ts": "2.10.1", + "@typescript-eslint/utils": "8.15.0", + "astro-eslint-parser": "1.1.0", + "astrojs-compiler-sync": "1.0.1", + "eslint": "9.15.0", + "eslint-config-flat-gitignore": "0.3.0", + "eslint-config-prettier": "9.1.0", + "eslint-plugin-astro": "1.3.1", + "eslint-plugin-jsx-a11y": "6.10.2", + "eslint-plugin-perfectionist": "3.9.1", + "eslint-plugin-react": "7.37.2", + "eslint-plugin-react-hooks": "5.0.0", + "eslint-plugin-react-refresh": "0.4.14", + "eslint-plugin-tailwindcss": "3.17.5", + "globals": "15.12.0", + "pkg-dir": "8.0.0", + "typescript-eslint": "8.15.0", + "typescript-eslint-parser-for-extra-files": "0.7.0" }, "devDependencies": { "@types/eslint": "9.6.1", @@ -62,7 +62,7 @@ "@types/eslint__eslintrc": "2.1.2", "@types/eslint__js": "8.42.3", "@types/node": "22.9.0", - "@virtual-live-lab/tsconfig": "workspace:^", + "@virtual-live-lab/tsconfig": "workspace:*", "@vitest/coverage-istanbul": "2.1.5", "tsup": "8.3.5", "vitest": "2.1.5" diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 02ee74c0..658e515d 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -31,12 +31,12 @@ } }, "dependencies": { - "prettier": "^3.3.3" + "prettier": "3.3.3" }, "devDependencies": { "@types/node": "22.9.0", - "@virtual-live-lab/eslint-config": "workspace:^", - "@virtual-live-lab/tsconfig": "workspace:^", + "@virtual-live-lab/eslint-config": "workspace:*", + "@virtual-live-lab/tsconfig": "workspace:*", "@vitest/coverage-istanbul": "2.1.5", "prettier-plugin-astro": "0.14.1", "tsup": "8.3.5", diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index fcc927c2..3bea9ec5 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -30,20 +30,20 @@ "stylelint": "^16.10.0" }, "dependencies": { - "@double-great/stylelint-a11y": "^3.0.2", - "postcss-html": "^1.7.0", - "stylelint": "^16.10.0", - "stylelint-config-html": "^1.1.0", - "stylelint-config-recess-order": "^5.1.1", - "stylelint-config-sass-guidelines": "^12.1.0", - "stylelint-config-standard": "^36.0.1", - "stylelint-config-standard-scss": "^13.1.0", - "stylelint-declaration-block-no-ignored-properties": "^2.8.0", - "stylelint-value-no-unknown-custom-properties": "^6.0.1" + "@double-great/stylelint-a11y": "3.0.2", + "postcss-html": "1.7.0", + "stylelint": "16.10.0", + "stylelint-config-html": "1.1.0", + "stylelint-config-recess-order": "5.1.1", + "stylelint-config-sass-guidelines": "12.1.0", + "stylelint-config-standard": "36.0.1", + "stylelint-config-standard-scss": "13.1.0", + "stylelint-declaration-block-no-ignored-properties": "2.8.0", + "stylelint-value-no-unknown-custom-properties": "6.0.1" }, "devDependencies": { - "@virtual-live-lab/eslint-config": "workspace:^", - "@virtual-live-lab/tsconfig": "workspace:^", + "@virtual-live-lab/eslint-config": "workspace:*", + "@virtual-live-lab/tsconfig": "workspace:*", "@vitest/coverage-istanbul": "2.1.5", "tsup": "8.3.5", "vitest": "2.1.5" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1b16a1f7..c409e43b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,13 +15,13 @@ importers: specifier: 2.27.9 version: 2.27.9 '@virtual-live-lab/eslint-config': - specifier: workspace:^ + specifier: workspace:* version: link:packages/eslint-config '@virtual-live-lab/prettier-config': - specifier: workspace:^ + specifier: workspace:* version: link:packages/prettier-config '@virtual-live-lab/stylelint-config': - specifier: workspace:^ + specifier: workspace:* version: link:packages/stylelint-config '@virtual-live-lab/tsconfig': specifier: workspace:^ @@ -51,70 +51,70 @@ importers: packages/eslint-config: dependencies: '@astrojs/compiler': - specifier: ^2.10.3 + specifier: 2.10.3 version: 2.10.3 '@eslint/compat': - specifier: ^1.2.3 + specifier: 1.2.3 version: 1.2.3(eslint@9.15.0(jiti@1.21.0)) '@eslint/eslintrc': - specifier: ^3.2.0 + specifier: 3.2.0 version: 3.2.0 '@eslint/js': - specifier: ^9.15.0 + specifier: 9.15.0 version: 9.15.0 '@stylistic/eslint-plugin-ts': - specifier: ^2.10.1 + specifier: 2.10.1 version: 2.10.1(eslint@9.15.0(jiti@1.21.0))(typescript@5.6.3) '@typescript-eslint/utils': - specifier: ^8.15.0 + specifier: 8.15.0 version: 8.15.0(eslint@9.15.0(jiti@1.21.0))(typescript@5.6.3) astro-eslint-parser: - specifier: ^1.1.0 + specifier: 1.1.0 version: 1.1.0(typescript@5.6.3) astrojs-compiler-sync: - specifier: ^1.0.1 + specifier: 1.0.1 version: 1.0.1(@astrojs/compiler@2.10.3) eslint: - specifier: ^9.15.0 + specifier: 9.15.0 version: 9.15.0(jiti@1.21.0) eslint-config-flat-gitignore: - specifier: ^0.3.0 + specifier: 0.3.0 version: 0.3.0(eslint@9.15.0(jiti@1.21.0)) eslint-config-prettier: - specifier: ^9.1.0 + specifier: 9.1.0 version: 9.1.0(eslint@9.15.0(jiti@1.21.0)) eslint-plugin-astro: - specifier: ^1.3.1 + specifier: 1.3.1 version: 1.3.1(eslint@9.15.0(jiti@1.21.0))(typescript@5.6.3) eslint-plugin-jsx-a11y: - specifier: ^6.10.2 + specifier: 6.10.2 version: 6.10.2(eslint@9.15.0(jiti@1.21.0)) eslint-plugin-perfectionist: - specifier: ^3.9.1 + specifier: 3.9.1 version: 3.9.1(astro-eslint-parser@1.1.0(typescript@5.6.3))(eslint@9.15.0(jiti@1.21.0))(typescript@5.6.3) eslint-plugin-react: - specifier: ^7.37.2 + specifier: 7.37.2 version: 7.37.2(eslint@9.15.0(jiti@1.21.0)) eslint-plugin-react-hooks: - specifier: ^5.0.0 + specifier: 5.0.0 version: 5.0.0(eslint@9.15.0(jiti@1.21.0)) eslint-plugin-react-refresh: - specifier: ^0.4.14 + specifier: 0.4.14 version: 0.4.14(eslint@9.15.0(jiti@1.21.0)) eslint-plugin-tailwindcss: - specifier: ^3.17.5 + specifier: 3.17.5 version: 3.17.5(tailwindcss@3.4.3) globals: - specifier: ^15.12.0 + specifier: 15.12.0 version: 15.12.0 pkg-dir: - specifier: ^8.0.0 + specifier: 8.0.0 version: 8.0.0 typescript-eslint: - specifier: ^8.15.0 + specifier: 8.15.0 version: 8.15.0(eslint@9.15.0(jiti@1.21.0))(typescript@5.6.3) typescript-eslint-parser-for-extra-files: - specifier: ^0.7.0 + specifier: 0.7.0 version: 0.7.0(@typescript-eslint/parser@8.15.0(eslint@9.15.0(jiti@1.21.0))(typescript@5.6.3))(astrojs-compiler-sync@1.0.1(@astrojs/compiler@2.10.3))(typescript@5.6.3) devDependencies: '@types/eslint': @@ -133,7 +133,7 @@ importers: specifier: 22.9.0 version: 22.9.0 '@virtual-live-lab/tsconfig': - specifier: workspace:^ + specifier: workspace:* version: link:../tsconfig '@vitest/coverage-istanbul': specifier: 2.1.5 @@ -148,17 +148,17 @@ importers: packages/prettier-config: dependencies: prettier: - specifier: ^3.3.3 + specifier: 3.3.3 version: 3.3.3 devDependencies: '@types/node': specifier: 22.9.0 version: 22.9.0 '@virtual-live-lab/eslint-config': - specifier: workspace:^ + specifier: workspace:* version: link:../eslint-config '@virtual-live-lab/tsconfig': - specifier: workspace:^ + specifier: workspace:* version: link:../tsconfig '@vitest/coverage-istanbul': specifier: 2.1.5 @@ -176,48 +176,48 @@ importers: packages/stylelint-config: dependencies: '@double-great/stylelint-a11y': - specifier: ^3.0.2 + specifier: 3.0.2 version: 3.0.2(stylelint@16.10.0(typescript@5.6.3)) postcss-html: - specifier: ^1.7.0 + specifier: 1.7.0 version: 1.7.0 stylelint: - specifier: ^16.10.0 + specifier: 16.10.0 version: 16.10.0(typescript@5.6.3) stylelint-config-html: - specifier: ^1.1.0 + specifier: 1.1.0 version: 1.1.0(postcss-html@1.7.0)(stylelint@16.10.0(typescript@5.6.3)) stylelint-config-recess-order: - specifier: ^5.1.1 + specifier: 5.1.1 version: 5.1.1(stylelint@16.10.0(typescript@5.6.3)) stylelint-config-sass-guidelines: - specifier: ^12.1.0 - version: 12.1.0(postcss@8.4.41)(stylelint@16.10.0(typescript@5.6.3)) + specifier: 12.1.0 + version: 12.1.0(postcss@8.4.47)(stylelint@16.10.0(typescript@5.6.3)) stylelint-config-standard: - specifier: ^36.0.1 + specifier: 36.0.1 version: 36.0.1(stylelint@16.10.0(typescript@5.6.3)) stylelint-config-standard-scss: - specifier: ^13.1.0 - version: 13.1.0(postcss@8.4.41)(stylelint@16.10.0(typescript@5.6.3)) + specifier: 13.1.0 + version: 13.1.0(postcss@8.4.47)(stylelint@16.10.0(typescript@5.6.3)) stylelint-declaration-block-no-ignored-properties: - specifier: ^2.8.0 + specifier: 2.8.0 version: 2.8.0(stylelint@16.10.0(typescript@5.6.3)) stylelint-value-no-unknown-custom-properties: - specifier: ^6.0.1 + specifier: 6.0.1 version: 6.0.1(stylelint@16.10.0(typescript@5.6.3)) devDependencies: '@virtual-live-lab/eslint-config': - specifier: workspace:^ + specifier: workspace:* version: link:../eslint-config '@virtual-live-lab/tsconfig': - specifier: workspace:^ + specifier: workspace:* version: link:../tsconfig '@vitest/coverage-istanbul': specifier: 2.1.5 version: 2.1.5(vitest@2.1.5(@types/node@22.9.0)) tsup: specifier: 8.3.5 - version: 8.3.5(jiti@1.21.0)(postcss@8.4.41)(typescript@5.6.3) + version: 8.3.5(jiti@1.21.0)(postcss@8.4.47)(typescript@5.6.3) vitest: specifier: 2.1.5 version: 2.1.5(@types/node@22.9.0) @@ -248,13 +248,6 @@ packages: '@astrojs/compiler@2.10.3': resolution: {integrity: sha512-bL/O7YBxsFt55YHU021oL+xz+B/9HvGNId3F9xURN16aeqDK9juHGktdkCSXz+U4nqFACq6ZFvWomOzhV+zfPw==} - '@astrojs/compiler@2.9.2': - resolution: {integrity: sha512-Vpu0Ffsj8SoV+N0DFHlxxOMKHwSC9059Xy/OlG1t6uFYSoJXxkBC2WyF6igO7x10V+8uJrhOxaXr3nA90kJXow==} - - '@babel/code-frame@7.24.2': - resolution: {integrity: sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==} - engines: {node: '>=6.9.0'} - '@babel/code-frame@7.25.7': resolution: {integrity: sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==} engines: {node: '>=6.9.0'} @@ -305,10 +298,6 @@ packages: resolution: {integrity: sha512-Sv6pASx7Esm38KQpF/U/OXLwPPrdGHNKoeblRxgZRLXnAtnkEe4ptJPDtAZM7fBLadbc1Q07kQpSiGQ0Jg6tRA==} engines: {node: '>=6.9.0'} - '@babel/highlight@7.24.2': - resolution: {integrity: sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==} - engines: {node: '>=6.9.0'} - '@babel/highlight@7.25.7': resolution: {integrity: sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw==} engines: {node: '>=6.9.0'} @@ -1024,10 +1013,6 @@ packages: typescript: optional: true - '@typescript-eslint/scope-manager@8.13.0': - resolution: {integrity: sha512-XsGWww0odcUT0gJoBZ1DeulY1+jkaHUciUq4jKNv4cpInbvvrtDoyBH9rE/n2V29wQJPk8iCH1wipra9BhmiMA==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/scope-manager@8.15.0': resolution: {integrity: sha512-QRGy8ADi4J7ii95xz4UoiymmmMd/zuy9azCaamnZ3FM8T5fZcex8UfJcjkiEZjJSztKfEBe3dZ5T/5RHAmw2mA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -1042,31 +1027,10 @@ packages: typescript: optional: true - '@typescript-eslint/types@8.12.2': - resolution: {integrity: sha512-VwDwMF1SZ7wPBUZwmMdnDJ6sIFk4K4s+ALKLP6aIQsISkPv8jhiw65sAK6SuWODN/ix+m+HgbYDkH+zLjrzvOA==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - - '@typescript-eslint/types@8.13.0': - resolution: {integrity: sha512-4cyFErJetFLckcThRUFdReWJjVsPCqyBlJTi6IDEpc1GWCIIZRFxVppjWLIMcQhNGhdWJJRYFHpHoDWvMlDzng==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/types@8.15.0': resolution: {integrity: sha512-n3Gt8Y/KyJNe0S3yDCD2RVKrHBC4gTUcLTebVBXacPy091E6tNspFLKRXlk3hwT4G55nfr1n2AdFqi/XMxzmPQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/types@8.9.0': - resolution: {integrity: sha512-SjgkvdYyt1FAPhU9c6FiYCXrldwYYlIQLkuc+LfAhCna6ggp96ACncdtlbn8FmnG72tUkXclrDExOpEYf1nfJQ==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - - '@typescript-eslint/typescript-estree@8.13.0': - resolution: {integrity: sha512-v7SCIGmVsRK2Cy/LTLGN22uea6SaUIlpBcO/gnMGT/7zPtxp90bphcGf4fyrCQl3ZtiBKqVTG32hb668oIYy1g==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - '@typescript-eslint/typescript-estree@8.15.0': resolution: {integrity: sha512-1eMp2JgNec/niZsR7ioFBlsh/Fk0oJbhaqO0jRyQBMgkz7RrFfkqF9lYYmBoGBaSiLnu8TAPQTwoTUiSTUW9dg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -1086,10 +1050,6 @@ packages: typescript: optional: true - '@typescript-eslint/visitor-keys@8.13.0': - resolution: {integrity: sha512-7N/+lztJqH4Mrf0lb10R/CbI1EaAMMGyF5y0oJvFoAhafwgiRA7TXyd8TFn8FC8k5y2dTsYogg238qavRGNnlw==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/visitor-keys@8.15.0': resolution: {integrity: sha512-h8vYOulWec9LhpwfAdZf2bjr8xIp0KNKnpgqSz0qqYYKAW/QZKw3ktRndbiAtUz4acH4QLQavwZBYCc0wulA/Q==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -2558,14 +2518,6 @@ packages: postcss-value-parser@4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} - postcss@8.4.38: - resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==} - engines: {node: ^10 || ^12 || >=14} - - postcss@8.4.41: - resolution: {integrity: sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==} - engines: {node: ^10 || ^12 || >=14} - postcss@8.4.47: resolution: {integrity: sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==} engines: {node: ^10 || ^12 || >=14} @@ -2746,10 +2698,6 @@ packages: resolution: {integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==} engines: {node: '>=10'} - source-map-js@1.2.0: - resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==} - engines: {node: '>=0.10.0'} - source-map-js@1.2.1: resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} engines: {node: '>=0.10.0'} @@ -2849,12 +2797,6 @@ packages: postcss: optional: true - stylelint-config-recommended@14.0.0: - resolution: {integrity: sha512-jSkx290CglS8StmrLp2TxAppIajzIBZKYm3IxT89Kg6fGlxbPiTiyH9PS5YUuVAFwaJLl1ikiXX0QWjI0jmgZQ==} - engines: {node: '>=18.12.0'} - peerDependencies: - stylelint: ^16.0.0 - stylelint-config-recommended@14.0.1: resolution: {integrity: sha512-bLvc1WOz/14aPImu/cufKAZYfXs/A/owZfSMZ4N+16WGXLoX5lOir53M6odBxvhgmgdxCVnNySJmZKx73T93cg==} engines: {node: '>=18.12.0'} @@ -3295,13 +3237,6 @@ snapshots: '@astrojs/compiler@2.10.3': {} - '@astrojs/compiler@2.9.2': {} - - '@babel/code-frame@7.24.2': - dependencies: - '@babel/highlight': 7.24.2 - picocolors: 1.1.0 - '@babel/code-frame@7.25.7': dependencies: '@babel/highlight': 7.25.7 @@ -3379,13 +3314,6 @@ snapshots: '@babel/template': 7.25.7 '@babel/types': 7.25.8 - '@babel/highlight@7.24.2': - dependencies: - '@babel/helper-validator-identifier': 7.25.7 - chalk: 2.4.2 - js-tokens: 4.0.0 - picocolors: 1.1.1 - '@babel/highlight@7.25.7': dependencies: '@babel/helper-validator-identifier': 7.25.7 @@ -3601,7 +3529,7 @@ snapshots: '@double-great/stylelint-a11y@3.0.2(stylelint@16.10.0(typescript@5.6.3))': dependencies: - postcss: 8.4.38 + postcss: 8.4.47 stylelint: 16.10.0(typescript@5.6.3) '@dual-bundle/import-meta-resolve@4.1.0': {} @@ -4068,11 +3996,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@8.13.0': - dependencies: - '@typescript-eslint/types': 8.13.0 - '@typescript-eslint/visitor-keys': 8.13.0 - '@typescript-eslint/scope-manager@8.15.0': dependencies: '@typescript-eslint/types': 8.15.0 @@ -4090,29 +4013,8 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/types@8.12.2': {} - - '@typescript-eslint/types@8.13.0': {} - '@typescript-eslint/types@8.15.0': {} - '@typescript-eslint/types@8.9.0': {} - - '@typescript-eslint/typescript-estree@8.13.0(typescript@5.6.3)': - dependencies: - '@typescript-eslint/types': 8.13.0 - '@typescript-eslint/visitor-keys': 8.13.0 - debug: 4.3.7 - fast-glob: 3.3.2 - is-glob: 4.0.3 - minimatch: 9.0.5 - semver: 7.6.0 - ts-api-utils: 1.3.0(typescript@5.6.3) - optionalDependencies: - typescript: 5.6.3 - transitivePeerDependencies: - - supports-color - '@typescript-eslint/typescript-estree@8.15.0(typescript@5.6.3)': dependencies: '@typescript-eslint/types': 8.15.0 @@ -4140,11 +4042,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/visitor-keys@8.13.0': - dependencies: - '@typescript-eslint/types': 8.13.0 - eslint-visitor-keys: 3.4.3 - '@typescript-eslint/visitor-keys@8.15.0': dependencies: '@typescript-eslint/types': 8.15.0 @@ -4326,9 +4223,9 @@ snapshots: astro-eslint-parser@1.1.0(typescript@5.6.3): dependencies: '@astrojs/compiler': 2.10.3 - '@typescript-eslint/scope-manager': 8.13.0 - '@typescript-eslint/types': 8.13.0 - '@typescript-eslint/typescript-estree': 8.13.0(typescript@5.6.3) + '@typescript-eslint/scope-manager': 8.15.0 + '@typescript-eslint/types': 8.15.0 + '@typescript-eslint/typescript-estree': 8.15.0(typescript@5.6.3) astrojs-compiler-sync: 1.0.1(@astrojs/compiler@2.10.3) debug: 4.3.7 entities: 4.5.0 @@ -4501,7 +4398,7 @@ snapshots: css-tree@3.0.0: dependencies: mdn-data: 2.10.0 - source-map-js: 1.2.0 + source-map-js: 1.2.1 cssesc@3.0.0: {} @@ -4778,7 +4675,7 @@ snapshots: dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@9.15.0(jiti@1.21.0)) '@jridgewell/sourcemap-codec': 1.5.0 - '@typescript-eslint/types': 8.12.2 + '@typescript-eslint/types': 8.15.0 astro-eslint-parser: 1.1.0(typescript@5.6.3) eslint: 9.15.0(jiti@1.21.0) eslint-compat-utils: 0.6.0(eslint@9.15.0(jiti@1.21.0)) @@ -4810,7 +4707,7 @@ snapshots: eslint-plugin-perfectionist@3.9.1(astro-eslint-parser@1.1.0(typescript@5.6.3))(eslint@9.15.0(jiti@1.21.0))(typescript@5.6.3): dependencies: - '@typescript-eslint/types': 8.9.0 + '@typescript-eslint/types': 8.15.0 '@typescript-eslint/utils': 8.15.0(eslint@9.15.0(jiti@1.21.0))(typescript@5.6.3) eslint: 9.15.0(jiti@1.21.0) minimatch: 9.0.5 @@ -4854,7 +4751,7 @@ snapshots: eslint-plugin-tailwindcss@3.17.5(tailwindcss@3.4.3): dependencies: fast-glob: 3.3.2 - postcss: 8.4.41 + postcss: 8.4.47 tailwindcss: 3.4.3 eslint-scope@8.2.0: @@ -5594,7 +5491,7 @@ snapshots: parse-json@5.2.0: dependencies: - '@babel/code-frame': 7.24.2 + '@babel/code-frame': 7.25.7 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -5657,8 +5554,8 @@ snapshots: dependencies: htmlparser2: 8.0.2 js-tokens: 9.0.0 - postcss: 8.4.38 - postcss-safe-parser: 6.0.0(postcss@8.4.38) + postcss: 8.4.47 + postcss-safe-parser: 6.0.0(postcss@8.4.47) postcss-import@15.1.0(postcss@8.4.47): dependencies: @@ -5679,13 +5576,6 @@ snapshots: optionalDependencies: postcss: 8.4.47 - postcss-load-config@6.0.1(jiti@1.21.0)(postcss@8.4.41): - dependencies: - lilconfig: 3.1.1 - optionalDependencies: - jiti: 1.21.0 - postcss: 8.4.41 - postcss-load-config@6.0.1(jiti@1.21.0)(postcss@8.4.47): dependencies: lilconfig: 3.1.1 @@ -5702,17 +5592,17 @@ snapshots: postcss-resolve-nested-selector@0.1.6: {} - postcss-safe-parser@6.0.0(postcss@8.4.38): + postcss-safe-parser@6.0.0(postcss@8.4.47): dependencies: - postcss: 8.4.38 + postcss: 8.4.47 postcss-safe-parser@7.0.1(postcss@8.4.47): dependencies: postcss: 8.4.47 - postcss-scss@4.0.9(postcss@8.4.41): + postcss-scss@4.0.9(postcss@8.4.47): dependencies: - postcss: 8.4.41 + postcss: 8.4.47 postcss-selector-parser@6.1.2: dependencies: @@ -5724,24 +5614,12 @@ snapshots: cssesc: 3.0.0 util-deprecate: 1.0.2 - postcss-sorting@8.0.2(postcss@8.4.41): + postcss-sorting@8.0.2(postcss@8.4.47): dependencies: - postcss: 8.4.41 + postcss: 8.4.47 postcss-value-parser@4.2.0: {} - postcss@8.4.38: - dependencies: - nanoid: 3.3.7 - picocolors: 1.1.0 - source-map-js: 1.2.0 - - postcss@8.4.41: - dependencies: - nanoid: 3.3.7 - picocolors: 1.1.0 - source-map-js: 1.2.0 - postcss@8.4.47: dependencies: nanoid: 3.3.7 @@ -5752,7 +5630,7 @@ snapshots: prettier-plugin-astro@0.14.1: dependencies: - '@astrojs/compiler': 2.9.2 + '@astrojs/compiler': 2.10.3 prettier: 3.3.3 sass-formatter: 0.7.9 @@ -5949,8 +5827,6 @@ snapshots: astral-regex: 2.0.0 is-fullwidth-code-point: 3.0.0 - source-map-js@1.2.0: {} - source-map-js@1.2.1: {} source-map@0.8.0-beta.0: @@ -6053,38 +5929,34 @@ snapshots: stylelint: 16.10.0(typescript@5.6.3) stylelint-order: 6.0.4(stylelint@16.10.0(typescript@5.6.3)) - stylelint-config-recommended-scss@14.0.0(postcss@8.4.41)(stylelint@16.10.0(typescript@5.6.3)): + stylelint-config-recommended-scss@14.0.0(postcss@8.4.47)(stylelint@16.10.0(typescript@5.6.3)): dependencies: - postcss-scss: 4.0.9(postcss@8.4.41) + postcss-scss: 4.0.9(postcss@8.4.47) stylelint: 16.10.0(typescript@5.6.3) - stylelint-config-recommended: 14.0.0(stylelint@16.10.0(typescript@5.6.3)) + stylelint-config-recommended: 14.0.1(stylelint@16.10.0(typescript@5.6.3)) stylelint-scss: 6.2.1(stylelint@16.10.0(typescript@5.6.3)) optionalDependencies: - postcss: 8.4.41 - - stylelint-config-recommended@14.0.0(stylelint@16.10.0(typescript@5.6.3)): - dependencies: - stylelint: 16.10.0(typescript@5.6.3) + postcss: 8.4.47 stylelint-config-recommended@14.0.1(stylelint@16.10.0(typescript@5.6.3)): dependencies: stylelint: 16.10.0(typescript@5.6.3) - stylelint-config-sass-guidelines@12.1.0(postcss@8.4.41)(stylelint@16.10.0(typescript@5.6.3)): + stylelint-config-sass-guidelines@12.1.0(postcss@8.4.47)(stylelint@16.10.0(typescript@5.6.3)): dependencies: '@stylistic/stylelint-plugin': 3.1.0(stylelint@16.10.0(typescript@5.6.3)) - postcss: 8.4.41 - postcss-scss: 4.0.9(postcss@8.4.41) + postcss: 8.4.47 + postcss-scss: 4.0.9(postcss@8.4.47) stylelint: 16.10.0(typescript@5.6.3) stylelint-scss: 6.2.1(stylelint@16.10.0(typescript@5.6.3)) - stylelint-config-standard-scss@13.1.0(postcss@8.4.41)(stylelint@16.10.0(typescript@5.6.3)): + stylelint-config-standard-scss@13.1.0(postcss@8.4.47)(stylelint@16.10.0(typescript@5.6.3)): dependencies: stylelint: 16.10.0(typescript@5.6.3) - stylelint-config-recommended-scss: 14.0.0(postcss@8.4.41)(stylelint@16.10.0(typescript@5.6.3)) + stylelint-config-recommended-scss: 14.0.0(postcss@8.4.47)(stylelint@16.10.0(typescript@5.6.3)) stylelint-config-standard: 36.0.1(stylelint@16.10.0(typescript@5.6.3)) optionalDependencies: - postcss: 8.4.41 + postcss: 8.4.47 stylelint-config-standard@36.0.1(stylelint@16.10.0(typescript@5.6.3)): dependencies: @@ -6097,8 +5969,8 @@ snapshots: stylelint-order@6.0.4(stylelint@16.10.0(typescript@5.6.3)): dependencies: - postcss: 8.4.41 - postcss-sorting: 8.0.2(postcss@8.4.41) + postcss: 8.4.47 + postcss-sorting: 8.0.2(postcss@8.4.47) stylelint: 16.10.0(typescript@5.6.3) stylelint-scss@6.2.1(stylelint@16.10.0(typescript@5.6.3)): @@ -6144,7 +6016,7 @@ snapshots: meow: 13.2.0 micromatch: 4.0.8 normalize-path: 3.0.0 - picocolors: 1.1.0 + picocolors: 1.1.1 postcss: 8.4.47 postcss-resolve-nested-selector: 0.1.6 postcss-safe-parser: 7.0.1(postcss@8.4.47) @@ -6288,33 +6160,6 @@ snapshots: tslib@2.6.2: {} - tsup@8.3.5(jiti@1.21.0)(postcss@8.4.41)(typescript@5.6.3): - dependencies: - bundle-require: 5.0.0(esbuild@0.24.0) - cac: 6.7.14 - chokidar: 4.0.1 - consola: 3.2.3 - debug: 4.3.7 - esbuild: 0.24.0 - joycon: 3.1.1 - picocolors: 1.1.1 - postcss-load-config: 6.0.1(jiti@1.21.0)(postcss@8.4.41) - resolve-from: 5.0.0 - rollup: 4.24.0 - source-map: 0.8.0-beta.0 - sucrase: 3.35.0 - tinyexec: 0.3.1 - tinyglobby: 0.2.10 - tree-kill: 1.2.2 - optionalDependencies: - postcss: 8.4.41 - typescript: 5.6.3 - transitivePeerDependencies: - - jiti - - supports-color - - tsx - - yaml - tsup@8.3.5(jiti@1.21.0)(postcss@8.4.47)(typescript@5.6.3): dependencies: bundle-require: 5.0.0(esbuild@0.24.0) From 59ba2fc2e39ba1fd67903b03ad99d1d8b0150b28 Mon Sep 17 00:00:00 2001 From: Kentaro Suzuki Date: Tue, 19 Nov 2024 03:37:29 +0900 Subject: [PATCH 2/2] Create rotten-steaks-beg.md Signed-off-by: Kentaro Suzuki --- .changeset/rotten-steaks-beg.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/rotten-steaks-beg.md diff --git a/.changeset/rotten-steaks-beg.md b/.changeset/rotten-steaks-beg.md new file mode 100644 index 00000000..066142e5 --- /dev/null +++ b/.changeset/rotten-steaks-beg.md @@ -0,0 +1,7 @@ +--- +"@virtual-live-lab/eslint-config": patch +"@virtual-live-lab/prettier-config": patch +"@virtual-live-lab/stylelint-config": patch +--- + +fix: pin dependencies