Skip to content

Commit

Permalink
chore(deps): update yarn to v4 (#1635)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Brandes <mc.cache@web.de>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alexander Brandes <mc.cache@web.de>
  • Loading branch information
renovate[bot] and NotMyFault committed Mar 3, 2024
1 parent 5f45841 commit 8eecd24
Show file tree
Hide file tree
Showing 8 changed files with 7,837 additions and 8,766 deletions.
363 changes: 0 additions & 363 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

550 changes: 0 additions & 550 deletions .yarn/plugins/@yarnpkg/plugin-version.cjs

This file was deleted.

28 changes: 0 additions & 28 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

This file was deleted.

875 changes: 0 additions & 875 deletions .yarn/releases/yarn-3.8.0.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.1.0.cjs

Large diffs are not rendered by default.

8 changes: 1 addition & 7 deletions .yarnrc.yml
@@ -1,13 +1,7 @@
nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: "https://mskelton.dev/yarn-outdated/v2"

yarnPath: .yarn/releases/yarn-3.8.0.cjs
yarnPath: .yarn/releases/yarn-4.1.0.cjs
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -4,9 +4,9 @@
"description": "",
"main": "index.js",
"scripts": {
"lint": "yarn workspaces foreach -t -p -v -i run lint",
"test": "yarn workspaces foreach -t -p -v -i run test",
"build": "yarn workspaces foreach -t -p -v -i run build",
"lint": "yarn workspaces foreach --worktree -t -p -v -i run lint",
"test": "yarn workspaces foreach --worktree -t -p -v -i run test",
"build": "yarn workspaces foreach --worktree -t -p -v -i run build",
"dev": "yarn workspace @jenkins-cd/jenkins-plugin-site dev",
"postinstall": "husky install"
},
Expand All @@ -30,5 +30,5 @@
"eslint --fix"
]
},
"packageManager": "yarn@3.8.0"
"packageManager": "yarn@4.1.0"
}
13,878 changes: 6,939 additions & 6,939 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 8eecd24

Please sign in to comment.