-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
fix: pin boxen to avoid JSON import #11483
Conversation
🦋 Changeset detectedLatest commit: e604409 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should update the renovate bot to not provide another PR to update it
I think by not placing the carets |
Ah thanks for figuring this out. Looks like boxen's new version ranges isn't correct 🤔
The bot doesn't ignore and you need to manually ignore in the renovate config. |
Changes
Boxen 8 has a dependency that does a JSON import using an import attribute. This is fine, however our lowest supported versions of Node 18 and 20 don't support import attributes just yet.
Fix #11480
Testing
Tested manually
Docs
N/A