-
Notifications
You must be signed in to change notification settings - Fork 135
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
Unpin and upgrade dependencies #263
base: main
Are you sure you want to change the base?
Conversation
🙏🥺 |
@@ -30,6 +30,7 @@ import a from 'a'; | |||
expect(format(formatted, { parser: 'babel' })).toEqual( | |||
`// first comment | |||
// second comment | |||
|
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.
I don't see the point adding new lines ? Is this coming from an IDE formater ?
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.
They are generated after @babel/generator
>=7.19.x.
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.
With 7.19.3 the tests pass, but 7.19.4 they fail. Probably due to this PR: babel/babel#14979
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.
@Eldemarkki The PR tagged as 8.0.0-alpha.2 but the changelog saids released under 7.19.4.
Did they just messed up the release?
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.
seems its an unvoidable breaking change
@ayusharma Could you help with reviewing this? |
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.
Thank you for your contribution. Other than the new lines added to the snapshots, this looks good to me.
Can we figure out a way not to add those new lines? Otherwise, this is a breaking change
I couldn't find any |
The change for babel traverse is release in v4.2.1 |
Upgrade
@babel-traverse
to non-vulnerable version 7.23.2. CVE-2023-45133Unpin dependencies to permit future upgrades, without changing prettier-plugin-sort-imports.
Fix #262