Skip to content
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

Bump compatible version to WP 6.2 #108

Merged
merged 5 commits into from
Mar 30, 2023
Merged

Conversation

ggutenberg
Copy link
Contributor

Description of the Change

Bump compatible version to WP 6.2.
Bump @wordpress/env, @wordpress/scripts, and @wordpress/icons to latest.
Add .nvmrc pointing at latest LTS (18.15.0).

How to test the Change

Create a file called .wp-env.override.json in the root of this folder with the following contents:

{
  "core": "WordPress/WordPress#6.2-branch"
}

Then run the following commands:

nvm install
npm ci
npm run build
npm run env start
npm run env clean all
npm run postenv:start
npm run cypress:run

Changelog Entry

Changed - Upgrade @wordpress npm package dependencies.

Credits

Props @ggutenberg

Checklist:

  • I agree to follow this project's Code of Conduct.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests pass.

@ggutenberg ggutenberg requested a review from a team as a code owner March 21, 2023 18:21
@ggutenberg ggutenberg requested review from Sidsector9 and removed request for a team March 21, 2023 18:21
@ggutenberg ggutenberg self-assigned this Mar 21, 2023
@jeffpaul jeffpaul added this to the 2.2.0 milestone Mar 21, 2023
@dkotter dkotter modified the milestones: 2.2.0, 2.1.1 Mar 24, 2023
Sidsector9
Sidsector9 previously approved these changes Mar 30, 2023
Copy link
Member

@Sidsector9 Sidsector9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

NPM commands run well.

@Sidsector9 Sidsector9 merged commit df63957 into develop Mar 30, 2023
@Sidsector9 Sidsector9 deleted the update/wp-6.2-compatibility branch March 30, 2023 11:08
@jeffpaul jeffpaul linked an issue Apr 5, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

The plugin hasn't been tested with the latest version of WordPress
4 participants