Skip to content

Commit 42dc6eb

Browse files
nodejs-github-botjuanarbol
authored andcommitted
tools: update lint-md-dependencies to rollup@3.26.0
PR-URL: #48631 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent b5cb69c commit 42dc6eb

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

tools/lint-md/lint-md.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21891,7 +21891,7 @@ function _supportsColor(haveStream, {streamIsTTY, sniffFlags = true} = {}) {
2189121891
return 1;
2189221892
}
2189321893
if ('CI' in env) {
21894-
if ('GITHUB_ACTIONS' in env) {
21894+
if ('GITHUB_ACTIONS' in env || 'GITEA_ACTIONS' in env) {
2189521895
return 3;
2189621896
}
2189721897
if (['TRAVIS', 'CIRCLECI', 'APPVEYOR', 'GITLAB_CI', 'BUILDKITE', 'DRONE'].some(sign => sign in env) || env.CI_NAME === 'codeship') {

tools/lint-md/package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/lint-md/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@rollup/plugin-commonjs": "^25.0.2",
1818
"@rollup/plugin-node-resolve": "^15.1.0",
19-
"rollup": "^3.25.2",
19+
"rollup": "^3.26.0",
2020
"rollup-plugin-cleanup": "^3.2.1"
2121
}
2222
}

0 commit comments

Comments
 (0)