Skip to content

(MAINT) Rev peer dep of ember-source #59

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

Merged
merged 2 commits into from
Jun 24, 2025

Conversation

Lukeaber
Copy link

When trying to use these tabs in an ember app with ember 6.4 Im getting the following

npm error Could not resolve dependency: npm error peer ember-source@"^5.12.0" from @puppet/ivy-tabs@4.0.4 npm error node_modules/@puppet/ivy-tabs npm error dev @puppet/ivy-tabs@"puppetlabs/ivy-tabs.git#00764d95dc6db44b08f18e1b34b5a4d6cc1f56c3" from the root project

While looking at this project it seems the peerDep hasn't been updated when moving to ember 6.4.

@Lukeaber Lukeaber requested a review from a team as a code owner June 23, 2025 09:57
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@@ -98,7 +98,7 @@
"webpack": "^5.99.7"
},
"peerDependencies": {
"ember-source": "^5.12.0"

Choose a reason for hiding this comment

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

I think we want both here: "^5.12.0 || ^6.4.0"

@jonathannewman jonathannewman merged commit 5f60627 into puppetlabs:main Jun 24, 2025
9 of 10 checks 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.

3 participants