-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Gutenberg: test published packages #26180
Comments
It's nice to see this going forward. FYI, I'm currently taking a look at the |
https://www.npmjs.com/package/@wordpress/blocks was published on Friday and all other packages had patch release with improved list of dependencies which contains Babel runtime from now on. |
It’s also worth mention that api-request was renamed to https://www.npmjs.com/package/@wordpress/api-fetch. It still depends on jQuery but we want to fix it at some point. |
Resolved with #26438. |
The aim of this task is to spin up a Calypso test branch for each published Gutenberg package which should import some functionality from them and do simple function calls. We just want to check if everything is working as expected and provide feedback on the package if that's not the case. Optionally, we can consider adding integration tests for each package.
Here is the list of published packages to check:
autop
(@vindl subdep in Gutenberg: include @wordpress/blocks package #26316)a11y
(@vindl Gutenberg: start editor shell in Calypso #26438)api-fetch
(@vindl Gutenberg: include @wordpress/api-fetch package #26426)blob
(@vindl subdep in Gutenberg: include @wordpress/blocks package #26316)blocks
(@vindl Gutenberg: include @wordpress/blocks package #26316)block-serialization-spec-parser
(@vindl Gutenberg: import @wodpress/block-serialization-spec-parser package #26427)core-blocks
(@vindl Gutenberg: replace core blocks with package components #26622)core-data
(@vindl Gutenberg: start editor shell in Calypso #26438)components
(@mmtr Proof of concept: render a Gutenberg component in Calypso DevDocs #26088 and DevDocs: New "Gutenberg components" section #26314)compose
(@vindl subdep in Gutenberg: include @wordpress/data package #26203, @mmtr subdep in Proof of concept: render a Gutenberg component in Calypso DevDocs #26088)data
(@vindl Gutenberg: include @wordpress/data package #26203)date
(@vindl subdep in Gutenberg: start editor shell in Calypso #26438)deprecated
(@vindl Gutenberg: include @wordpress/data package #26203 and Gutenberg: include @wordpress/blocks package #26316, @mmtr subdep in Proof of concept: render a Gutenberg component in Calypso DevDocs #26088 and DevDocs: New "Gutenberg components" section #26314)dom
(@mmtr subdep in Proof of concept: render a Gutenberg component in Calypso DevDocs #26088 and DevDocs: New "Gutenberg components" section #26314, @vindl subdep in Gutenberg: include @wordpress/blocks package #26316)editor
(@vindl Gutenberg: start editor shell in Calypso #26438)element
(@vindl subdep in Gutenberg: include @wordpress/data package #26203 and Gutenberg: include @wordpress/blocks package #26316, @mmtr subdep in Proof of concept: render a Gutenberg component in Calypso DevDocs #26088 and DevDocs: New "Gutenberg components" section #26314)hooks
(@vindl Gutenberg: include @wordpress/blocks package #26316)html-entities
(@vindl subdep in Gutenberg: start editor shell in Calypso #26438)i18n
(@vindl subdep in Gutenberg: include @wordpress/blocks package #26316)is-shallow-equal
(@vindl subdep in Gutenberg: include @wordpress/data package #26203 and Gutenberg: include @wordpress/blocks package #26316)keycodes
(@vindl Gutenberg: start editor shell in Calypso #26438)nux
(@vindl Gutenberg: start editor shell in Calypso #26438)url
(@vindl Gutenberg: start editor shell in Calypso #26438)plugins
(@vindl Gutenberg: start editor shell in Calypso #26438)viewport
(@vindl Gutenberg: start editor shell in Calypso #26438)wordcount
(@vindl subdep in Gutenberg: start editor shell in Calypso #26438)shortcode
(@vindl subdep in Gutenberg: include @wordpress/blocks package #26316)Note: I've used the package list from WordPress/gutenberg#3955 as a reference.
The text was updated successfully, but these errors were encountered: