Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(test-esa) fix missing test scenarios #2905

Merged
merged 1 commit into from
Dec 30, 2024

Conversation

Gaurav0
Copy link
Contributor

@Gaurav0 Gaurav0 commented Dec 30, 2024

Adds missing test scenarios for Ember 5.4, 5.12 LTS

.npmrc Outdated
Comment on lines 2 to 3
hoist=true
hoist-workspace-packages=true
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This configuration would likely indicate problems with peer dependencies / dependencies of packages.
It used to be the trick in yarn to make monorepos work.

We should make the package resolutions stricter rather than relaxing it.
e.g.

# resolution-mode is here because of old pnpm problem in pre-8.0. This setting is now the default
resolution-mode=highest
auto-install-peers=false
resolve-peers-from-workspace-root=false

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted this; but I'm still having the issue in #2864

@Gaurav0 Gaurav0 force-pushed the missing_test_scenarios branch from 26f526d to ac80f8f Compare December 30, 2024 21:50
@Gaurav0 Gaurav0 force-pushed the missing_test_scenarios branch from ac80f8f to 0db3b4f Compare December 30, 2024 21:52
@BobrImperator BobrImperator merged commit 2579c64 into mainmatter:master Dec 30, 2024
48 checks passed
@github-actions github-actions bot mentioned this pull request Dec 30, 2024
@Gaurav0 Gaurav0 deleted the missing_test_scenarios branch December 31, 2024 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants