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

UIAPPTEMP-6 Update react peerDependency to caret dep. #16

Merged
merged 3 commits into from
Jun 10, 2024
Merged

Conversation

JohnC-80
Copy link
Contributor

@JohnC-80 JohnC-80 commented Jun 7, 2024

As package managers become more strict about peerDependency specifications all being in agreement with eachother, we want apps to have coordinating versions with their anticipated platform to prevent any hiccups while installing. pnpm complained about an 18.2.0 hard dependency in a 'newly created' app while the platform, stripes, etc, ask for ^18.2.0 - (incompatible since the caret pulls in a later version.)

AFAWK, only one module created/affected by this: PR for that module: folio-org/ui-requests-mediated#16

JohnC-80 added 3 commits June 7, 2024 14:24
As package managers become more strict about peerDeps specifications all being in agreement with eachother, we want apps to have coordinating versions with their anticipated platform… (pnpm complained about an 18.2.0 hard dependency in the app while the platform, stripes, etc, ask for ^18.2.0 - incompatible since the caret pulls in a later version.
Copy link

sonarqubecloud bot commented Jun 7, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@JohnC-80 JohnC-80 requested a review from zburke June 7, 2024 19:46
@JohnC-80 JohnC-80 changed the title UIAPPTEMP-6 Update react peerDependency to caret for latest. UIAPPTEMP-6 Update react peerDependency to caret dep. Jun 7, 2024
Copy link
Member

@zburke zburke left a comment

Choose a reason for hiding this comment

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

ty for catching this and fixing it

@JohnC-80 JohnC-80 merged commit d58a8c6 into master Jun 10, 2024
6 checks passed
@JohnC-80 JohnC-80 deleted the UIAPPTEMP-6 branch June 10, 2024 15:36
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