-
Notifications
You must be signed in to change notification settings - Fork 21
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
Upgrade to use Node.js 20 and make components compatible with upgraded packages #2562
Commits on Aug 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8d6d98b - Browse repository at this point
Copy the full SHA 8d6d98bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8b1129 - Browse repository at this point
Copy the full SHA b8b1129View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dc4a94 - Browse repository at this point
Copy the full SHA 8dc4a94View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddc2b96 - Browse repository at this point
Copy the full SHA ddc2b96View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6997f7 - Browse repository at this point
Copy the full SHA f6997f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23536a4 - Browse repository at this point
Copy the full SHA 23536a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdd9aab - Browse repository at this point
Copy the full SHA cdd9aabView commit details -
Resolve eslint errors that can be automatically fixed.
Fixed by running `npm run lint:js -- --fix`.
Configuration menu - View commit details
-
Copy full SHA for c41ef64 - Browse repository at this point
Copy the full SHA c41ef64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67ef0e2 - Browse repository at this point
Copy the full SHA 67ef0e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4db2a3 - Browse repository at this point
Copy the full SHA c4db2a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6997b6f - Browse repository at this point
Copy the full SHA 6997b6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47d1f9f - Browse repository at this point
Copy the full SHA 47d1f9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9886344 - Browse repository at this point
Copy the full SHA 9886344View commit details -
Configuration menu - View commit details
-
Copy full SHA for fccc0cd - Browse repository at this point
Copy the full SHA fccc0cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fb9a6c - Browse repository at this point
Copy the full SHA 6fb9a6cView commit details -
Jest: Force 'uuid' to resolve with the CommonJS entry point as jest d…
…oesn't support `package.json.exports`.
Configuration menu - View commit details
-
Copy full SHA for d5de474 - Browse repository at this point
Copy the full SHA d5de474View commit details -
Jest: Fix
@woocommerce/components
still using incompatible `@woocom……merce/currency`.
Configuration menu - View commit details
-
Copy full SHA for 964e769 - Browse repository at this point
Copy the full SHA 964e769View commit details -
Jest: Ignore that 'qrcode.react' module is incorrectly listed in dev …
…dependencies of '@automattic/components'.
Configuration menu - View commit details
-
Copy full SHA for d8b3d7a - Browse repository at this point
Copy the full SHA d8b3d7aView commit details -
Jest: Fix the React versioning conflicts between
@wordpress/*
and `……@woocommerce/*`.
Configuration menu - View commit details
-
Copy full SHA for 76c1efa - Browse repository at this point
Copy the full SHA 76c1efaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9cbf6a - Browse repository at this point
Copy the full SHA e9cbf6aView commit details -
Jset: Migrate test cases to
@testing-library/user-event
v14.Migration includes: - Invoke `userEvent.setup()` in the test itself and before the component is rendered. - Adding `async` and `await` as all APIs are asynchronous. - No need to be wrapped in `act`. - Replace the simulation of pressing buttons with the `keyboard` API. - `clear()` is changed to only support editable elements only.
Configuration menu - View commit details
-
Copy full SHA for da344e3 - Browse repository at this point
Copy the full SHA da344e3View commit details
Commits on Aug 19, 2024
-
Resolve eslint errors for the `testing-library/no-wait-for-multiple-a…
…ssertions` rule.
Configuration menu - View commit details
-
Copy full SHA for 38d4563 - Browse repository at this point
Copy the full SHA 38d4563View commit details -
Configuration menu - View commit details
-
Copy full SHA for b634d9e - Browse repository at this point
Copy the full SHA b634d9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for def9cb0 - Browse repository at this point
Copy the full SHA def9cb0View commit details -
Jest: The ARIA role of
<img>
is considered aspresentation
if its…… `alt` is an empty string.
Configuration menu - View commit details
-
Copy full SHA for 45f90a7 - Browse repository at this point
Copy the full SHA 45f90a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5e5324 - Browse repository at this point
Copy the full SHA d5e5324View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad1daac - Browse repository at this point
Copy the full SHA ad1daacView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7c6eca - Browse repository at this point
Copy the full SHA b7c6ecaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a89e0b2 - Browse repository at this point
Copy the full SHA a89e0b2View commit details -
Jest: Ignore the deprecation warnings of
defaultProps
from React by…… calling `console.error()`.
Configuration menu - View commit details
-
Copy full SHA for 0686dc9 - Browse repository at this point
Copy the full SHA 0686dc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9df6ee1 - Browse repository at this point
Copy the full SHA 9df6ee1View commit details -
Make
<AppTooltip>
compatible with theplacement
prop introduced b……y WordPress 6.4 to replace `position`.
Configuration menu - View commit details
-
Copy full SHA for 757b5c9 - Browse repository at this point
Copy the full SHA 757b5c9View commit details -
Rewrite the replacer of
JSON.stringify
ingetReportKey
to ensure ……it returns the same key regardless of the query keys' order.
Configuration menu - View commit details
-
Copy full SHA for 940649d - Browse repository at this point
Copy the full SHA 940649dView commit details -
Replace deprecated
event.keyCode
withevent.code
for `<Verificati……onCodeControl>`. Ref: #1098
Configuration menu - View commit details
-
Copy full SHA for 8554c2d - Browse repository at this point
Copy the full SHA 8554c2dView commit details -
Avoid accidentally using the event object to reset the asset group in…
… `<CampaignAssetsForm>`.
Configuration menu - View commit details
-
Copy full SHA for e2b305f - Browse repository at this point
Copy the full SHA e2b305fView commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 69fc1b4 - Browse repository at this point
Copy the full SHA 69fc1b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9a259f - Browse repository at this point
Copy the full SHA c9a259fView commit details
Commits on Aug 23, 2024
-
Allow npm
^9
because dependabot is using an npm version that doesn'……t pair with Node.js 20. Address: #2517 (comment)
Configuration menu - View commit details
-
Copy full SHA for b2a3d13 - Browse repository at this point
Copy the full SHA b2a3d13View commit details -
Add a more detailed code comment to the
jsdoc/no-undefined-types
es……lint rule. Ref: #2517 (comment)
Configuration menu - View commit details
-
Copy full SHA for c76514b - Browse repository at this point
Copy the full SHA c76514bView commit details -
Merge pull request #2517 from woocommerce/dev/2002-use-nodejs-20
Upgrade to use Node.js 20 and bump npm dependencies
Configuration menu - View commit details
-
Copy full SHA for 7316de3 - Browse repository at this point
Copy the full SHA 7316de3View commit details -
Merge pull request #2544 from woocommerce/tweak/2002-jest-for-nodejs-…
…20-and-compatible-wp-wc Migrate jest tests to use Node.js 20 and make components compatible with upgraded packages
Configuration menu - View commit details
-
Copy full SHA for b22d9c6 - Browse repository at this point
Copy the full SHA b22d9c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e46bd2e - Browse repository at this point
Copy the full SHA e46bd2eView commit details