You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node Version Update
The version of Node used in the project has been updated from v22.14.0 to v22.16.0 in the .nvmrc file.
Dependencies Updates in package.json
We have made updates to many dependencies used in the project to newer versions. Some noteworthy changes are:
Testing libraries: "@jest/globals", "@playwright/test", "@testing-library/react", and "@wordpress/e2e-test-utils-playwright" have been upgraded to provide us with better testing tools and capabilities.
Typescript and ESLint Plugins: "@typescript-eslint/eslint-plugin" and "@wordpress/eslint-plugin" have been updated to give us improved code linting & enforcement of coding best practices.
WordPress Libraries: Several WordPress-related libraries used in the project such as "@wordpress/api-fetch", "@wordpress/block-editor", "@wordpress/blocks", "@wordpress/components", and many others were upgraded to provide us with the latest features and bug fixes from the WordPress ecosystem.
Miscellaneous Updates: Other various libraries such as "dotenv", "eslint-plugin-react", "html-react-parser", "moment-timezone", "playwright", "react-tooltip", "stylelint-config-standard", have been updated to incorporate the latest features, security patches, bug fixes and potentially improved performance.
These updates are important to keep our project up to date, benefiting from the latest developments and fixes in these libraries. They also potentially improve the security and performance of our codebase.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of the Change
Closes #
How to test the Change
Changelog Entry
Credits
Props @username, @username2, ...
Checklist: