Conversation
49aa80c to
669dd3b
Compare
| "devDependencies": { | ||
| "@10up/cypress-wp-utils": "^0.6.0", | ||
| "@types/wordpress__blocks": "^12.5.18", | ||
| "@wordpress/api-fetch": "^7.37.0", |
There was a problem hiding this comment.
So I'm fine with removing these but noting the reason I import those here is Cursor complains at me otherwise:
This may just be a configuration issue for me that I need to fix, curious if there's something I should change locally to make the imports work? Code all builds and works fine, it's just in my IDE I get these errors
There was a problem hiding this comment.
This has been resolved for me by updating our types here: d50a3f7 (noting AI suggested these changes). I didn't set these types up to begin with so not overly familiar with why we're doing it this way but this does resolve these inline errors for me
Yes, tests on |
✅ WordPress Plugin Check Report
📊 ReportAll checks passed! No errors or warnings found. 🤖 Generated by WordPress Plugin Check Action • Learn more about Plugin Check |
Description of the Change
Removes a good number of NPM dependencies in an attempt to clear up the audit report:
Tests are failing with WP Trunk but that looks to be the case on the develop branch.
How to test the Change
Build:
npm ci; npm run buildThe E2E tests are quite thorougher so look to take care of most things.
Changelog Entry
Credits
Props @username, ...
Checklist: