-
Notifications
You must be signed in to change notification settings - Fork 207
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: update dependencies #228
feat: update dependencies #228
Conversation
Codecov Report
@@ Coverage Diff @@
## main #228 +/- ##
=======================================
Coverage 63.33% 63.33%
=======================================
Files 21 21
Lines 600 600
Branches 228 227 -1
=======================================
Hits 380 380
Misses 179 179
Partials 41 41
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@kentcdodds Seems like snapshots are only failing on Windows for some reason 🤔 |
Hmmm... I'm not sure. Maybe windows is adding extra lines to the output for some reason? |
Yeah don't know either how we could fix this tbh 🤔 |
3b417bb
to
8c47ea9
Compare
8c47ea9
to
1d91922
Compare
jsxSingleQuote: false, | ||
printWidth: 80, | ||
proseWrap: 'always', | ||
quoteProps: 'as-needed', | ||
requirePragma: false, | ||
semi: false, | ||
singleAttributePerLine: false, |
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.
4d825de
to
2af70f2
Compare
const omit = require('lodash.omit') | ||
const nodePolyfills = require('rollup-plugin-polyfill-node') |
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 also replaced rollup-plugin-node-builtins
& rollup-plugin-node-globals
with rollup-plugin-polyfill-node
as that's what the @rollup team recommends & the @babel team did as well in babel/babel#11098.
266b81d
to
588fd87
Compare
Would this be safe to merge (after resolving conflicts)? I'm running into a configuration issue for the Recorder Extension's e2e test suite because of the old Jest version, and it's blocking my next major release. Let me know if I can help with anything. |
Once we resolve conflicts and figure out what to do about the failing build then I'm happy to merge. |
The build seems to be failing because the new version of |
I think I fixed it. @MichaelDeBoey can you please review MichaelDeBoey#66 when you can? It's set to merge into this PR. |
588fd87
to
4f80ef3
Compare
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.
Looks great! Thank you so much for spending time working on this!
Uh oh. Looks like the build is actually failing so we won't get a release if I merge this 😬 |
🤦♂️ just read the thread and now I understand what's going on 😅 Thanks for your work @nickmccurdy! Excited to get this merged 👍 |
BREAKING CHANGE: Use Jest v28
4f80ef3
to
6ca2f16
Compare
* feat: update dependencies BREAKING CHANGE: Use Jest v28 * fix: use POSIX paths with glob 8 on Windows * Fix `__dirname` usage * Implement `toPOSIX` function * Move `toPOSIX` to utils * Only use POSIX when using `glob` Co-authored-by: Michaël De Boey <info@michaeldeboey.be>
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.
Super! Thank you 👏👏
🎉 This PR is included in version 12.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
I also replaced
rollup-plugin-node-builtins
&rollup-plugin-node-globals
withrollup-plugin-polyfill-node
as that's what the @rollup team recommends & the @babel team did as well in babel/babel#11098.BREAKING CHANGE: Use Jest v28