Skip to content

Commit

Permalink
chore(deps-dev): bump yarn monorepo
Browse files Browse the repository at this point in the history
| datasource | package       | from  | to    |
| ---------- | ------------- | ----- | ----- |
| npm        | @yarnpkg/sdks | 2.7.1 | 3.1.0 |
| npm        | @yarnpkg/cli  | 3.6.4 | 4.0.2 |
  • Loading branch information
renovate-bot committed Nov 28, 2023
1 parent e117fdf commit 7676956
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .mega-linter.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
EXTENDS: https://raw.githubusercontent.com/ScribeMD/.github/0.14.2/.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]
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
},
"engines": {
"node": "20.9.0",
"yarn": "3.6.4"
"yarn": "4.0.2"
},
"packageManager": "yarn@3.6.4",
"packageManager": "yarn@4.0.2",
"dependencies": {
"@actions/cache": "3.2.2",
"@actions/core": "1.10.1"
Expand All @@ -37,7 +37,7 @@
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"@vercel/ncc": "0.38.0",
"@yarnpkg/sdks": "2.7.1",
"@yarnpkg/sdks": "3.1.0",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"fast-check": "3.14.0",
Expand Down

0 comments on commit 7676956

Please sign in to comment.