Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions build-systems/nx-rspack-mf/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions build-systems/turborepo-rspack-mf/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions module-federation/airbnb-clone/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading