From 7482b6143804c5e9b9dab59e7213941b14d33407 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 30 Apr 2022 23:47:48 +0000 Subject: [PATCH 1/2] Update pnpm to v7 --- package.json | 2 +- pnpm-lock.yaml | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 5c31b6e..1b3aaed 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "version": "0.1.0", "description": "", - "packageManager": "pnpm@6.32.3", + "packageManager": "pnpm@7.0.0", "scripts": { "build": "preconstruct build", "format": "prettier --write './**/*.{js,jsx,ts,tsx,json,md,yml,yaml}'", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a67626f..fcc3707 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,4 +1,4 @@ -lockfileVersion: 5.3 +lockfileVersion: 5.4 importers: @@ -23,8 +23,8 @@ importers: '@preconstruct/cli': 2.1.5 '@types/jest': 27.4.1 '@types/node': 17.0.30 - '@typescript-eslint/eslint-plugin': 5.21.0_ade6595cb7be1524e723c025c098ae5d - '@typescript-eslint/parser': 5.21.0_eslint@8.14.0+typescript@4.6.4 + '@typescript-eslint/eslint-plugin': 5.21.0_vxtfsxfxxyksjzzdyas4bgfolu + '@typescript-eslint/parser': 5.21.0_t725usgvqspm5woeqpaxbfp2qu eslint: 8.14.0 jest: 28.0.3_@types+node@17.0.30 prettier: 2.6.2 @@ -1786,7 +1786,7 @@ packages: '@types/yargs-parser': 21.0.0 dev: true - /@typescript-eslint/eslint-plugin/5.21.0_ade6595cb7be1524e723c025c098ae5d: + /@typescript-eslint/eslint-plugin/5.21.0_vxtfsxfxxyksjzzdyas4bgfolu: resolution: {integrity: sha512-fTU85q8v5ZLpoZEyn/u1S2qrFOhi33Edo2CZ0+q1gDaWWm0JuPh3bgOyU8lM0edIEYgKLDkPFiZX2MOupgjlyg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -1797,10 +1797,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.21.0_eslint@8.14.0+typescript@4.6.4 + '@typescript-eslint/parser': 5.21.0_t725usgvqspm5woeqpaxbfp2qu '@typescript-eslint/scope-manager': 5.21.0 - '@typescript-eslint/type-utils': 5.21.0_eslint@8.14.0+typescript@4.6.4 - '@typescript-eslint/utils': 5.21.0_eslint@8.14.0+typescript@4.6.4 + '@typescript-eslint/type-utils': 5.21.0_t725usgvqspm5woeqpaxbfp2qu + '@typescript-eslint/utils': 5.21.0_t725usgvqspm5woeqpaxbfp2qu debug: 4.3.4 eslint: 8.14.0 functional-red-black-tree: 1.0.1 @@ -1813,7 +1813,7 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.21.0_eslint@8.14.0+typescript@4.6.4: + /@typescript-eslint/parser/5.21.0_t725usgvqspm5woeqpaxbfp2qu: resolution: {integrity: sha512-8RUwTO77hstXUr3pZoWZbRQUxXcSXafZ8/5gpnQCfXvgmP9gpNlRGlWzvfbEQ14TLjmtU8eGnONkff8U2ui2Eg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -1841,7 +1841,7 @@ packages: '@typescript-eslint/visitor-keys': 5.21.0 dev: true - /@typescript-eslint/type-utils/5.21.0_eslint@8.14.0+typescript@4.6.4: + /@typescript-eslint/type-utils/5.21.0_t725usgvqspm5woeqpaxbfp2qu: resolution: {integrity: sha512-MxmLZj0tkGlkcZCSE17ORaHl8Th3JQwBzyXL/uvC6sNmu128LsgjTX0NIzy+wdH2J7Pd02GN8FaoudJntFvSOw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -1851,7 +1851,7 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 5.21.0_eslint@8.14.0+typescript@4.6.4 + '@typescript-eslint/utils': 5.21.0_t725usgvqspm5woeqpaxbfp2qu debug: 4.3.4 eslint: 8.14.0 tsutils: 3.21.0_typescript@4.6.4 @@ -1886,7 +1886,7 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.21.0_eslint@8.14.0+typescript@4.6.4: + /@typescript-eslint/utils/5.21.0_t725usgvqspm5woeqpaxbfp2qu: resolution: {integrity: sha512-q/emogbND9wry7zxy7VYri+7ydawo2HDZhRZ5k6yggIvXa7PvBbAAZ4PFH/oZLem72ezC4Pr63rJvDK/sTlL8Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: From 86cb18a58c54587f9290a2dc7b98e3467a84f509 Mon Sep 17 00:00:00 2001 From: Caleb Williams Date: Sun, 1 May 2022 00:34:57 -0500 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f251660..de3ded2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - uses: pnpm/action-setup@v2.2.1 with: - version: 6 + version: 7 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3