Skip to content

Commit 4228d72

Browse files
authored
Refresh @vercel/ncc update (#82)
* Refresh ncc update and rebuild bundles Update @vercel/ncc to 0.38.4 across all packaged actions. Regenerate committed dist artifacts so the change reflects the shipped runtime output, and fix the current label-actions token failure path to satisfy the newer eslint-plugin-ghost rule on main. Supersedes the stale dependency PR #13. * Regenerate slack-build bundle on Linux Rebuild the committed slack-build dist artifact in a Linux environment so it matches the GitHub Actions runner output for Repo CI. The previous bundle was generated on macOS and drifted immediately on the clean Ubuntu runner.
1 parent 6d3bbcd commit 4228d72

10 files changed

Lines changed: 28432 additions & 27207 deletions

File tree

actions/ghost-release/dist/index.js

Lines changed: 20660 additions & 21153 deletions
Large diffs are not rendered by default.

actions/ghost-release/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"index.js"
1414
],
1515
"devDependencies": {
16-
"@vercel/ncc": "0.38.1",
17-
"eslint": "10.0.3",
16+
"@vercel/ncc": "0.38.4",
17+
"eslint": "8.57.1",
1818
"eslint-plugin-ghost": "3.0.0"
1919
},
2020
"dependencies": {

actions/ghost-release/yarn.lock

Lines changed: 311 additions & 141 deletions
Large diffs are not rendered by default.

actions/label-actions/dist/index.js

Lines changed: 4302 additions & 3575 deletions
Large diffs are not rendered by default.

actions/label-actions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn version && git push --follow-tags; fi"
1616
},
1717
"devDependencies": {
18-
"@vercel/ncc": "0.36.0",
18+
"@vercel/ncc": "0.38.4",
1919
"c8": "11.0.0",
20-
"eslint": "10.0.3",
20+
"eslint": "8.57.1",
2121
"eslint-plugin-ghost": "2.18.1",
2222
"mocha": "10.8.2",
2323
"should": "13.2.3",

actions/label-actions/src/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ async function main() {
1010
const githubToken = core.getInput('github-token');
1111

1212
if (!githubToken) {
13-
throw new Error('github-token is missing');
13+
core.setFailed('github-token is missing');
14+
return;
1415
}
1516

1617
const {payload} = github.context;

actions/label-actions/yarn.lock

Lines changed: 222 additions & 128 deletions
Large diffs are not rendered by default.

actions/slack-build/dist/index.js

Lines changed: 2926 additions & 2200 deletions
Large diffs are not rendered by default.

actions/slack-build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"devDependencies": {
1212
"@actions/core": "1.11.1",
1313
"@slack/webhook": "6.1.0",
14-
"@vercel/ncc": "0.38.0"
14+
"@vercel/ncc": "0.38.4"
1515
}
1616
}

actions/slack-build/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.18.tgz#8dfb97f0da23c2293e554c5a50d61ef134d7697f"
4949
integrity sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==
5050

51-
"@vercel/ncc@0.38.0":
52-
version "0.38.0"
53-
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.38.0.tgz#5210def0dcf0c79640bfaf16eecce54beed58fa6"
54-
integrity sha512-B4YKZMm/EqMptKSFyAq4q2SlgJe+VCmEH6Y8gf/E1pTlWbsUJpuH1ymik2Ex3aYO5mCWwV1kaSYHSQOT8+4vHA==
51+
"@vercel/ncc@0.38.4":
52+
version "0.38.4"
53+
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.38.4.tgz#e1fb8be9e7ed33bf44c121131d4c6e95f784afac"
54+
integrity sha512-8LwjnlP39s08C08J5NstzriPvW1SP8Zfpp1BvC2sI35kPeZnHfxVkCwu4/+Wodgnd60UtT1n8K8zw+Mp7J9JmQ==
5555

5656
axios@^0.21.4:
5757
version "0.21.4"

0 commit comments

Comments
 (0)