Changes between Initial Version and Version 1 of Ticket #48884, comment 5
- Timestamp:
- 12/09/2019 10:25:20 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48884, comment 5
initial v1 1 1 In Slack, there were [https://wordpress.slack.com/archives/C02RQBWTW/p1575925559326100 some errors reported] which I believe to be related to this changeset. 2 2 3 In [attachment:"update-packages-5.3.1.diff"], the changes in `package-lock.json` which resolve `@wordpress/block-directory` seem unexpected, since there's nothing which depends on `block-directory@1.1.0`, only at ` 1.0.6`. I'm not sure why it would suddenly start failing when using the latest version, but I expect it could be related to changes at [https://github.com/WordPress/gutenberg/pull/17576 Gutenberg#17576] (cc @gziolo).3 In [attachment:"update-packages-5.3.1.diff"], the changes in `package-lock.json` which resolve `@wordpress/block-directory` seem unexpected, since there's nothing which depends on `block-directory@1.1.0`, only at `^1.0.6`. I'm not sure why it would suddenly start failing when using the latest version, but I expect it could be related to changes at [https://github.com/WordPress/gutenberg/pull/17576 Gutenberg#17576] (cc @gziolo). 4 4 5 5 In any case, when testing to see whether it helps to restore the resolved `@wordpress/block-directory` to an expected version (1.0.6), it appears to resolve the errors.