diff options
author | 2023-06-12 20:48:04 +0800 | |
---|---|---|
committer | 2023-06-12 20:48:04 +0800 | |
commit | 718cebd52667d15719763d66b37c9ac4890fcb74 (patch) | |
tree | 7c52de3b4e0efdcb8b6b0227f9fed797cf660d01 /patches/@changesets__cli@2.23.0.patch | |
parent | 0325bf7e0feae3531f38d3659b9175750d0f228e (diff) | |
download | astro-718cebd52667d15719763d66b37c9ac4890fcb74.tar.gz astro-718cebd52667d15719763d66b37c9ac4890fcb74.tar.zst astro-718cebd52667d15719763d66b37c9ac4890fcb74.zip |
Update example dependencies versions with a script (#7367)
Diffstat (limited to 'patches/@changesets__cli@2.23.0.patch')
-rw-r--r-- | patches/@changesets__cli@2.23.0.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/patches/@changesets__cli@2.23.0.patch b/patches/@changesets__cli@2.23.0.patch deleted file mode 100644 index 621c0596e..000000000 --- a/patches/@changesets__cli@2.23.0.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/dist/cli.cjs.dev.js b/dist/cli.cjs.dev.js -index 5511d0c05d3b7472876dcc8410e938ccf612654f..aa75e3982b68e1226ba1877a7f32017e517480f5 100644 ---- a/dist/cli.cjs.dev.js -+++ b/dist/cli.cjs.dev.js -@@ -279,6 +279,9 @@ async function confirmMajorRelease(pkgJSON) { - } - - async function getPackagesToRelease(changedPackages, allPackages) { -+ const isPrivate = (name) => name === 'astro-scripts' || name.startsWith('@example/') || name.startsWith('@test/') || name.startsWith('@e2e/'); -+ changedPackages = changedPackages.filter(name => !isPrivate(name)); -+ allPackages = allPackages.filter(({ packageJson: { name }}) => !isPrivate(name)); - function askInitialReleaseQuestion(defaultChoiceList) { - return askCheckboxPlus( // TODO: Make this wording better - // TODO: take objects and be fancy with matching
\ No newline at end of file |