Skip to content

Commit f04b62b

Browse files
anomiexmatticbot
authored andcommitted
Clean up pnpmfile hacks (#46378)
* Add more Calypso packages to the "change `^` to `>=`" hack. * Remove `@automattic/social-previews` from that hack, it's now in the monorepo. * We can almost drop the `@wordpress/*` `@babel/runtime` hack. If only `@automattic/components` weren't stuck on `@wordpress/icons` v10. * Ditto some missing react deps. * Drop the hack for glob 10→11 for CVE-2025-64756, they released 10.5.0 with the fix. * Add a hack for `@wordpress/build` having unnecessarily strict deps and an old version of `cssnano`. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/20382250423 Upstream-Ref: Automattic/jetpack@2bc4ab5
1 parent c50760c commit f04b62b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

dist/blocks/605.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/blocks/editor.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-dom-ready', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-jp-i18n-loader', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'dfe6ebd97d753a21ae4a');
1+
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-dom-ready', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-jp-i18n-loader', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '094f773093052a9bf92d');

dist/blocks/editor.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('jetpack-script-data', 'lodash', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '00cd1db0f09d27fb9c1d');
1+
<?php return array('dependencies' => array('jetpack-script-data', 'lodash', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '1d466e41b34eac02b132');

dist/dashboard/jetpack-forms-dashboard.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)