diff --git a/.github/pnpm-workspace.yaml b/.github/pnpm-workspace.yaml index fe61213b9d6a..5e0111a58ece 100644 --- a/.github/pnpm-workspace.yaml +++ b/.github/pnpm-workspace.yaml @@ -1,3 +1,21 @@ packages: - 'actions/*' injectWorkspacePackages: true +blockExoticSubdeps: true +minimumReleaseAge: 2880 # 48 hrs +minimumReleaseAgeExclude: + - '@next/*' + - '@turbo/*' + - '@vercel/*' + - '@workflow/*' + - babel-plugin-react-compiler + - next + - react + - react-dom + - react-dom-* + - react-experimental-builtin + - react-is + - react-is-builtin + - react-server-dom-* + - scheduler-* + - turbo diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 7b45a754a191..b48f5e1f4944 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -29,3 +29,21 @@ ignoredBuiltDependencies: - ssh2 - unrs-resolver - wasm-pack +blockExoticSubdeps: true +minimumReleaseAge: 2880 # 48 hrs +minimumReleaseAgeExclude: + - '@next/*' + - '@turbo/*' + - '@vercel/*' + - '@workflow/*' + - babel-plugin-react-compiler + - next + - react + - react-dom + - react-dom-* + - react-experimental-builtin + - react-is + - react-is-builtin + - react-server-dom-* + - scheduler-* + - turbo diff --git a/rspack/package.json b/rspack/package.json index e3488944b723..4415457a00b8 100644 --- a/rspack/package.json +++ b/rspack/package.json @@ -9,7 +9,7 @@ "type": "git", "url": "git+https://github.com/vercel/next.js.git" }, - "packageManager": "pnpm@10.13.1", + "packageManager": "pnpm@10.33.0", "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { diff --git a/rspack/pnpm-workspace.yaml b/rspack/pnpm-workspace.yaml index 4f73cb2c254b..9854acbb82d4 100644 --- a/rspack/pnpm-workspace.yaml +++ b/rspack/pnpm-workspace.yaml @@ -1,3 +1,10 @@ packages: - 'crates/binding' - '.' + +blockExoticSubdeps: true +minimumReleaseAge: 2880 # 48 hrs +minimumReleaseAgeExclude: + - '@next/*' + - 'next' + - '@rspack/*'