chore(deps): drop @wordpress dependencies to wp-7.0 versions#832
chore(deps): drop @wordpress dependencies to wp-7.0 versions#832justlevine wants to merge 2 commits into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #832 +/- ##
==========================================
Coverage 75.50% 75.50%
Complexity 2086 2086
==========================================
Files 99 99
Lines 8626 8626
==========================================
Hits 6513 6513
Misses 2113 2113
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
@justlevine with #831 merged in, can this PR come out of draft for review? |
|
@jeffpaul while feedback is welcome, it's not yet a "merge candidate" since we need to address those failing lints. (usually I keep these as draft until then as a signal that maintainers don't need to pay attention to it, but if there's a different flow you'd find more effective - Status updateMost likely next step is to split the difference with
This task isn't "owned" if anyone wants to pull out individual deps into a new PR or committing remediations directly on this branch, please go ahead, not stepping on my toes. |
What?
@wordpressfrom dependabot #831This PR drops the
@wordpressproductiondependenciesto the versions that shipped in WordPress 7.0Important
This PR is stacked on #831 which should be merged first.
Relevant diff: 23fd12f
Why?
@wordpress/dependency-extract-wordpress-pluginstrips our production dependencies from the build, so to confirm we're not consuming incompatible functionality we want to lock them whenever possible.How?
Removed the
devDependenciessection to prevent conflicts, and then ranwp-scripts packages-update --dist-tag=wp-7.0Use of AI Tools
none
Testing Instructions
npm ci- confirm you can still installnpm run build- confirm building still worksnpm run lint:js && npm run typecheck- confirm linting and typechecking still passes.Screenshots or screencast
Changelog Entry