-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
| datasource | package | from | to | | ---------- | ------------- | ----- | ----- | | npm | @yarnpkg/sdks | 2.7.1 | 3.1.0 | | npm | @yarnpkg/cli | 3.6.4 | 4.0.2 | Bump Yarn licenses plugin from v0.12.0 to v0.13.1 for Yarn v4 support. Remove all other plugins as they are built in to Yarn v4. Accept Yarn's suggestion of disabling the global cache so dependencies are available locally, allowing MegaLinter to run ESLint via Yarn. Reject Yarn's suggestion of using the mixed compression level since experiments have shown that installs are significantly faster with the new default compression level of 0. Consequently, decompress all Yarn dependencies. Ignore deprecation of uuid package now that `yarn npm audit` reports deprecations. @actions/cache depends on uuid v3, and does not plan to upgrade the dependency.
- Loading branch information
1 parent
dcb727f
commit 47b882f
Showing
29 changed files
with
2,744 additions
and
3,500 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
EXTENDS: https://raw.githubusercontent.com/ScribeMD/.github/0.14.1/.github/base.mega-linter.yaml | ||
JAVASCRIPT_ES_CLI_EXECUTABLE: [node, .yarn/releases/yarn-3.6.4.cjs, run, eslint] | ||
JAVASCRIPT_ES_CLI_EXECUTABLE: [node, .yarn/releases/yarn-4.0.2.cjs, run, eslint] | ||
# Work around https://github.com/oxsecurity/megalinter/issues/2500. | ||
SPELL_CSPELL_PRE_COMMANDS: | ||
- command: npm install @cspell/dict-win32@2.0.2 | ||
continue_if_failed: false | ||
TYPESCRIPT_ES_CLI_EXECUTABLE: [node, .yarn/releases/yarn-3.6.4.cjs, run, eslint] | ||
TYPESCRIPT_ES_CLI_EXECUTABLE: [node, .yarn/releases/yarn-4.0.2.cjs, run, eslint] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.