diff --git a/build-systems/nx-rspack-mf/pnpm-workspace.yaml b/build-systems/nx-rspack-mf/pnpm-workspace.yaml index 30256122..d0944cb4 100644 --- a/build-systems/nx-rspack-mf/pnpm-workspace.yaml +++ b/build-systems/nx-rspack-mf/pnpm-workspace.yaml @@ -3,6 +3,8 @@ packages: # Fails if trusted package stops being trusted trustPolicy: no-downgrade +trustPolicyExclude: + - "webpack-dev-middleware@7.4.6" # Ignores trust policies for packages older than a week trustPolicyIgnoreAfter: 10080 # Minimum of 1 day before released packages can be installed diff --git a/build-systems/turborepo-rspack-mf/pnpm-workspace.yaml b/build-systems/turborepo-rspack-mf/pnpm-workspace.yaml index 501485c0..81aba8e8 100644 --- a/build-systems/turborepo-rspack-mf/pnpm-workspace.yaml +++ b/build-systems/turborepo-rspack-mf/pnpm-workspace.yaml @@ -4,6 +4,8 @@ packages: # Fails if trusted package stops being trusted trustPolicy: no-downgrade +trustPolicyExclude: + - "webpack-dev-middleware@7.4.6" # Ignores trust policies for packages older than a week trustPolicyIgnoreAfter: 10080 # Minimum of 1 day before released packages can be installed diff --git a/module-federation/airbnb-clone/pnpm-workspace.yaml b/module-federation/airbnb-clone/pnpm-workspace.yaml index 3a398df7..ad340dcf 100644 --- a/module-federation/airbnb-clone/pnpm-workspace.yaml +++ b/module-federation/airbnb-clone/pnpm-workspace.yaml @@ -3,6 +3,8 @@ packages: # Fails if trusted package stops being trusted trustPolicy: no-downgrade +trustPolicyExclude: + - "webpack-dev-middleware@7.4.6" # Ignores trust policies for packages older than a week trustPolicyIgnoreAfter: 10080 # Minimum of 1 day before released packages can be installed diff --git a/module-federation/react-vite-rspack-webpack/pnpm-workspace.yaml b/module-federation/react-vite-rspack-webpack/pnpm-workspace.yaml index b43e76d1..02eacb5d 100644 --- a/module-federation/react-vite-rspack-webpack/pnpm-workspace.yaml +++ b/module-federation/react-vite-rspack-webpack/pnpm-workspace.yaml @@ -6,6 +6,8 @@ packages: # Fails if trusted package stops being trusted trustPolicy: no-downgrade +trustPolicyExclude: + - "webpack-dev-middleware@7.4.6" # Ignores trust policies for packages older than a week trustPolicyIgnoreAfter: 10080 # Minimum of 1 day before released packages can be installed