Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Remove postcss from top-level devDependencies, upgrade @wordpress/scripts #214

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

kienstra
Copy link
Contributor

@kienstra kienstra commented Oct 24, 2023

Summary of changes

Remove postcss from top-level devDependencies, upgrade @wordpress/scripts

Related Issues

Fixes GF-3870, GF-3887

How to test

Not needed, I smoke tested the plugin.

@@ -11,8 +11,7 @@
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/react-test-renderer": "^17.0.2",
"@wordpress/scripts": "^26.8.0",
"postcss": "^8.3.5",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

postcss is a dependency of @wordpress/scripts, we don't need it as a top-level dependency.

@kienstra kienstra changed the title Remove postcss from top-level devDependencies, upgrade @wordpress/scripts Remove postcss from top-level devDependencies, upgrade @wordpress/scripts Oct 24, 2023
@@ -19,7 +19,7 @@
"@wordpress/i18n": "^4.3.1",
"@wordpress/icons": "^9.16.0",
"@wordpress/plugins": "^5.4.0",
"@wordpress/scripts": "^26.8.0",
"@wordpress/scripts": "^26.15.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This 1-line edit caused a 6.938-line diff for wp-modules/editor/package-lock.json 🤣

@kienstra kienstra marked this pull request as ready for review October 24, 2023 18:37
@kienstra
Copy link
Contributor Author

Thanks, @dreamwhisper! You almost approved this before I opened it!

@kienstra kienstra merged commit 977dda9 into main Oct 24, 2023
@kienstra kienstra deleted the fix/postcss branch October 24, 2023 18:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants