From 86e8c60c5b82354f0bd05ea3c9d741d0c828d3a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 13:18:08 +0000 Subject: [PATCH] Update pnpm to v7.33.7 --- .github/workflows/release.yml | 2 +- package.json | 2 +- pnpm-lock.yaml | 43 +++++++++++++++++++++++++++++++++-- 3 files changed, 43 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e902e7c..6f13020 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - uses: pnpm/action-setup@v2.2.4 with: - version: 7.29.3 + version: 7.33.7 - name: Setup Node.js 16.x uses: actions/setup-node@v3 diff --git a/package.json b/package.json index 888eaaf..e63c04e 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "files": [ "dist" ], - "packageManager": "pnpm@7.30.0", + "packageManager": "pnpm@7.33.7", "scripts": { "test": "pnpm clear && pnpm tsc --noEmit --emitDeclarationOnly false && jest -c jest.config.tsd.js", "lint": "prettier -c . -w && pnpm eslint . --fix", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6d4b4eb..0456ffd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,7 +1,7 @@ lockfileVersion: '6.0' settings: - autoInstallPeers: true + autoInstallPeers: false excludeLinksFromLockfile: false devDependencies: @@ -2773,7 +2773,7 @@ packages: exit: 0.1.2 graceful-fs: 4.2.11 import-local: 3.1.0 - jest-config: 29.6.4(@types/node@20.6.0) + jest-config: 29.6.4 jest-util: 29.6.3 jest-validate: 29.6.3 prompts: 2.4.2 @@ -2785,6 +2785,45 @@ packages: - ts-node dev: true + /jest-config@29.6.4: + resolution: {integrity: sha512-JWohr3i9m2cVpBumQFv2akMEnFEPVOh+9L2xIBJhJ0zOaci2ZXuKJj0tgMKQCBZAKA09H049IR4HVS/43Qb19A==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + peerDependencies: + '@types/node': '*' + ts-node: '>=9.0.0' + peerDependenciesMeta: + '@types/node': + optional: true + ts-node: + optional: true + dependencies: + '@babel/core': 7.22.17 + '@jest/test-sequencer': 29.6.4 + '@jest/types': 29.6.3 + babel-jest: 29.6.4(@babel/core@7.22.17) + chalk: 4.1.2 + ci-info: 3.8.0 + deepmerge: 4.3.1 + glob: 7.2.3 + graceful-fs: 4.2.11 + jest-circus: 29.6.4 + jest-environment-node: 29.6.4 + jest-get-type: 29.6.3 + jest-regex-util: 29.6.3 + jest-resolve: 29.6.4 + jest-runner: 29.6.4 + jest-util: 29.6.3 + jest-validate: 29.6.3 + micromatch: 4.0.5 + parse-json: 5.2.0 + pretty-format: 29.6.3 + slash: 3.0.0 + strip-json-comments: 3.1.1 + transitivePeerDependencies: + - babel-plugin-macros + - supports-color + dev: true + /jest-config@29.6.4(@types/node@20.6.0): resolution: {integrity: sha512-JWohr3i9m2cVpBumQFv2akMEnFEPVOh+9L2xIBJhJ0zOaci2ZXuKJj0tgMKQCBZAKA09H049IR4HVS/43Qb19A==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}