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..375270f0 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,9 +1,17 @@ cleanupUnusedCatalogs: true +minimumReleaseAge: 1440 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/*