Update Yarn to v4.1.1 (#85350)

* Update Yarn to v4.1.1

* add new yarn version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
renovate[bot] 2024-04-02 10:25:30 +01:00 committed by GitHub
parent d2ca95d304
commit 5a416731f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 173 additions and 173 deletions

File diff suppressed because one or more lines are too long

View File

@ -42,7 +42,7 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: 'https://mskelton.dev/yarn-outdated/v2'
yarnPath: .yarn/releases/yarn-4.1.0.cjs
yarnPath: .yarn/releases/yarn-4.1.1.cjs
# Uncomment the following lines if you want to use Verdaccio local npm registry. Read more at packages/README.md
#npmScopes:
# grafana:

View File

@ -439,7 +439,7 @@
"engines": {
"node": ">= 20"
},
"packageManager": "yarn@4.1.0",
"packageManager": "yarn@4.1.1",
"dependenciesMeta": {
"prettier@3.2.5": {
"unplugged": true

View File

@ -16,5 +16,5 @@
"swc-loader": "0.2.6",
"webpack": "5.91.0"
},
"packageManager": "yarn@4.1.0"
"packageManager": "yarn@4.1.1"
}

View File

@ -46,5 +46,5 @@
"build:commit": "webpack -c ./webpack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
"dev": "webpack -w -c ./webpack.config.ts --env development"
},
"packageManager": "yarn@4.1.0"
"packageManager": "yarn@4.1.1"
}

View File

@ -50,5 +50,5 @@
"build:commit": "webpack -c ./webpack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
"dev": "webpack -w -c ./webpack.config.ts --env development"
},
"packageManager": "yarn@4.1.0"
"packageManager": "yarn@4.1.1"
}

View File

@ -45,5 +45,5 @@
"build:commit": "webpack -c ./webpack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
"dev": "webpack -w -c ./webpack.config.ts --env development"
},
"packageManager": "yarn@4.1.0"
"packageManager": "yarn@4.1.1"
}

View File

@ -42,5 +42,5 @@
"build:commit": "webpack -c ./webpack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
"dev": "webpack -w -c ./webpack.config.ts --env development"
},
"packageManager": "yarn@4.1.0"
"packageManager": "yarn@4.1.1"
}

View File

@ -39,5 +39,5 @@
"build:commit": "webpack -c ./webpack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
"dev": "webpack -w -c ./webpack.config.ts --env development"
},
"packageManager": "yarn@3.6.0"
"packageManager": "yarn@4.1.1"
}

View File

@ -33,5 +33,5 @@
"build:commit": "webpack -c ./webpack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
"dev": "webpack -w -c ./webpack.config.ts --env development"
},
"packageManager": "yarn@4.1.0"
"packageManager": "yarn@4.1.1"
}

View File

@ -64,5 +64,5 @@
"build:commit": "webpack -c ./webpack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
"dev": "webpack -w -c ./webpack.config.ts --env development"
},
"packageManager": "yarn@4.1.0"
"packageManager": "yarn@4.1.1"
}

View File

@ -34,5 +34,5 @@
"build:commit": "webpack -c ./webpack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
"dev": "webpack -w -c ./webpack.config.ts --env development"
},
"packageManager": "yarn@3.6.0"
"packageManager": "yarn@4.1.1"
}