Skip to content

Comments

ACQ-6306: Fix pnpm-workspace.yaml settings nesting#27

Merged
justinnais merged 1 commit intomasterfrom
ACQ-6306-fix-pnpm-workspace-settings
Feb 12, 2026
Merged

ACQ-6306: Fix pnpm-workspace.yaml settings nesting#27
justinnais merged 1 commit intomasterfrom
ACQ-6306-fix-pnpm-workspace-settings

Conversation

@justinnais
Copy link
Contributor

@justinnais justinnais commented Feb 12, 2026

Summary

  • Remove invalid settings: nesting from pnpm-workspace.yaml
  • Remove unnecessary autoInstallPeers: true configuration
  • Remove unnecessary strictPeerDependencies: false configuration (default)
  • Keep only minimumReleaseAge and minimumReleaseAgeExclude at root level

This aligns with the pnpm workspace specification and matches the configuration used in the web repository.

Remove invalid 'settings:' nesting and simplify configuration to only include necessary settings at root level. This aligns with pnpm workspace configuration standards.

Changes:
- Remove 'settings:' wrapper (not a valid pnpm-workspace.yaml field)
- Remove 'autoInstallPeers: true' (not needed for workspace config)
- Remove 'strictPeerDependencies: false' (default value)
- Keep 'minimumReleaseAge: 10080' at root level
- Add 'minimumReleaseAgeExclude: ['@airtasker/*']' at root level

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@justinnais justinnais marked this pull request as draft February 12, 2026 00:29
@justinnais justinnais requested a review from tory24 February 12, 2026 00:48
@justinnais justinnais marked this pull request as ready for review February 12, 2026 00:48
@justinnais justinnais merged commit a837316 into master Feb 12, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants