Skip to content

Commit

Permalink
chore(pkg-manager): bump yarn from v4.0.2 to v4.1.1
Browse files Browse the repository at this point in the history
| datasource | package      | from  | to    |
| ---------- | ------------ | ----- | ----- |
| npm        | @yarnpkg/cli | 4.0.2 | 4.1.1 |
  • Loading branch information
renovate-bot authored and Kurt-von-Laven committed Mar 20, 2024
1 parent a3203d4 commit 6067ac7
Show file tree
Hide file tree
Showing 5 changed files with 884 additions and 884 deletions.
4 changes: 2 additions & 2 deletions .mega-linter.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
EXTENDS: https://raw.githubusercontent.com/ScribeMD/.github/0.14.16/.github/base.mega-linter.yaml
JAVASCRIPT_ES_CLI_EXECUTABLE: [node, .yarn/releases/yarn-4.0.2.cjs, run, eslint]
JAVASCRIPT_ES_CLI_EXECUTABLE: [node, .yarn/releases/yarn-4.1.1.cjs, run, eslint]
# Work around https://github.com/oxsecurity/megalinter/issues/2500.
REPOSITORY_TRIVY_ARGUMENTS: --ignorefile .trivyignore.yaml
SPELL_CSPELL_PRE_COMMANDS:
- command: npm install @cspell/dict-win32@2.0.3
continue_if_failed: false
TYPESCRIPT_ES_CLI_EXECUTABLE: [node, .yarn/releases/yarn-4.0.2.cjs, run, eslint]
TYPESCRIPT_ES_CLI_EXECUTABLE: [node, .yarn/releases/yarn-4.1.1.cjs, run, eslint]
672 changes: 336 additions & 336 deletions .yarn/releases/yarn-4.0.2.cjs → .yarn/releases/yarn-4.1.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ supportedArchitectures:
- darwin # for fsevents, a MacOS-only transitive dependency of Jest

# Keep in sync with package.json.
yarnPath: .yarn/releases/yarn-4.0.2.cjs
yarnPath: .yarn/releases/yarn-4.1.1.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
},
"engines": {
"node": "20.11.1",
"yarn": "4.0.2"
"yarn": "4.1.1"
},
"packageManager": "yarn@4.0.2",
"packageManager": "yarn@4.1.1",
"dependencies": {
"@actions/cache": "3.2.2",
"@actions/core": "1.10.1"
Expand Down
Loading

0 comments on commit 6067ac7

Please sign in to comment.