westonruter / syntax-highlighting-code-block

Extending the WordPress Code block with syntax highlighting rendered on the server, thus having faster frontend performance and being AMP-compatible.
https://wordpress.org/plugins/syntax-highlighting-code-block/
GNU General Public License v2.0
118 stars 11 forks source link

Add test to watch for changes in `@wordpress/block-library/code` #697

Closed westonruter closed 11 months ago

westonruter commented 1 year ago

Since this plugin depends on the save & edit functions of the Code block, we need to ensure that we're always

In this way, whenever a change is made to the Code block and Dependabot updates the dependency, we'll automatically be alerted of a change that needs to be verified. If nothing needs to change, then the snapshot can be updated and committed with the dependency update PR.

westonruter commented 11 months ago

Done in #787.