From 93f447427712b333896f17be3119b37ea4699416 Mon Sep 17 00:00:00 2001 From: Sheraff Date: Tue, 23 Jun 2026 23:51:53 +0200 Subject: [PATCH 1/2] chore: update pnpm to 11.9.0 --- examples/angular/a11y-devtools/package.json | 2 +- examples/angular/basic/package.json | 2 +- examples/angular/panel/package.json | 2 +- examples/angular/with-devtools/package.json | 2 +- package.json | 4 ++-- pnpm-workspace.yaml | 8 ++++++++ 6 files changed, 14 insertions(+), 6 deletions(-) diff --git a/examples/angular/a11y-devtools/package.json b/examples/angular/a11y-devtools/package.json index 1f607ac6..5d542279 100644 --- a/examples/angular/a11y-devtools/package.json +++ b/examples/angular/a11y-devtools/package.json @@ -9,7 +9,7 @@ "test": "ng test" }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.9.0", "dependencies": { "@angular/common": "^21.2.0", "@angular/compiler": "^21.2.0", diff --git a/examples/angular/basic/package.json b/examples/angular/basic/package.json index 4bc65f24..dbdbafac 100644 --- a/examples/angular/basic/package.json +++ b/examples/angular/basic/package.json @@ -9,7 +9,7 @@ "test": "ng test" }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.9.0", "dependencies": { "@angular/common": "^21.2.0", "@angular/compiler": "^21.2.0", diff --git a/examples/angular/panel/package.json b/examples/angular/panel/package.json index f75c5f03..cebba9ba 100644 --- a/examples/angular/panel/package.json +++ b/examples/angular/panel/package.json @@ -9,7 +9,7 @@ "test": "ng test" }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.9.0", "dependencies": { "@angular/common": "^21.2.0", "@angular/compiler": "^21.2.0", diff --git a/examples/angular/with-devtools/package.json b/examples/angular/with-devtools/package.json index 28faa110..4f2af04d 100644 --- a/examples/angular/with-devtools/package.json +++ b/examples/angular/with-devtools/package.json @@ -9,7 +9,7 @@ "test": "ng test" }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.9.0", "dependencies": { "@angular/common": "^21.2.0", "@angular/compiler": "^21.2.0", diff --git a/package.json b/package.json index 66a75550..5f3250f1 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,9 @@ "type": "git", "url": "git+https://github.com/TanStack/devtools.git" }, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.9.0", "engines": { - "pnpm": ">=11.0.0" + "pnpm": ">=11.9.0" }, "type": "module", "scripts": { diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index b351162d..5bfd4cf0 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,9 +1,17 @@ cleanupUnusedCatalogs: true +minimumReleaseAge: 1 linkWorkspacePackages: true preferWorkspacePackages: true blockExoticSubdeps: true trustPolicy: 'no-downgrade' +trustPolicyExclude: + - 'chokidar@4.0.3' # Socket score 99; popular and well maintained. + - 'semver@5.7.2' # Socket score 100; popular and well maintained. + - 'semver@6.3.1' # Socket score 100; popular and well maintained. + - 'undici-types@6.21.0' # Socket score 100; popular and well maintained. + - 'vite@6.4.1' # Socket score 94; popular and well maintained. + packages: - examples/**/* - packages/* From dab9f1f5610b5da8cdfff5ac379933d3d2729e81 Mon Sep 17 00:00:00 2001 From: Sheraff Date: Wed, 24 Jun 2026 13:23:13 +0200 Subject: [PATCH 2/2] chore: set pnpm minimum release age --- pnpm-workspace.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 5bfd4cf0..375270f0 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,5 +1,5 @@ cleanupUnusedCatalogs: true -minimumReleaseAge: 1 +minimumReleaseAge: 1440 linkWorkspacePackages: true preferWorkspacePackages: true blockExoticSubdeps: true