Skip to content

Commit bb7ba4a

Browse files
anomiexmatticbot
authored andcommitted
Replace renamed pkg-dirpackage-directory (#43853)
In packages/subscribers-dashboard it seems this isn't needed at all. It was apparently copy-pasted from packages/jetpack-mu-wpcom. Remove it. For packages/jetpack-mu-wpcom we do need it. Unfortunately, since the package went ESM-only, we have to jump through a hoop to be able to use it from the CommonJS config file. Fortunately Webpack supports an async function as the config. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/15542135703 Upstream-Ref: Automattic/jetpack@43cfba0
1 parent 821ea0b commit bb7ba4a

File tree

10 files changed

+232
-249
lines changed

10 files changed

+232
-249
lines changed

composer.lock

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

jetpack_vendor/automattic/jetpack-masterbar/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"automattic/jetpack-logo": "^3.0.5",
1515
"automattic/jetpack-plans": "^0.8.0",
1616
"automattic/jetpack-status": "^5.1.4",
17-
"automattic/jetpack-subscribers-dashboard": "^0.1.15"
17+
"automattic/jetpack-subscribers-dashboard": "^0.1.16-alpha"
1818
},
1919
"require-dev": {
2020
"brain/monkey": "^2.6.2",

jetpack_vendor/automattic/jetpack-mu-wpcom/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"automattic/jetpack-compat": "^4.0.1",
1919
"automattic/jetpack-google-analytics": "^0.3.2",
2020
"scssphp/scssphp": "1.12.0",
21-
"automattic/jetpack-subscribers-dashboard": "^0.1.15"
21+
"automattic/jetpack-subscribers-dashboard": "^0.1.16-alpha"
2222
},
2323
"require-dev": {
2424
"yoast/phpunit-polyfills": "^4.0.0",

0 commit comments

Comments
 (0)