[wp-trac] [WordPress Trac] #58628: Tools: Gutenberg package sync script fails
WordPress Trac
noreply at wordpress.org
Mon Jun 26 13:09:30 UTC 2023
#58628: Tools: Gutenberg package sync script fails
------------------------------+-----------------------
Reporter: Bernhard Reiter | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 6.3
Component: Build/Test Tools | Version: trunk
Severity: normal | Keywords: has-patch
Focuses: |
------------------------------+-----------------------
Running `npm run sync-gutenberg-packages -- --dist-tag=wp-6.3` currently
results in the following error:
{{{
~/src/wordpress-develop/tools/release/sync-gutenberg-packages.js:126
.map( ( [name, group] ) => [name, group.map( ( [, {
required }] ) => required )] )
^
TypeError: undefined is not a function
}}}
after which script execution resumed, thus typically hiding the error
behind a lot of other output.
However, this results in `package.json` not being updated with the
expected version bumps.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/58628>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list