Update Yarn to v4.4.0 (#91595)

* Update Yarn to v4.4.0

* 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-08-07 12:48:56 +02:00 committed by GitHub
parent 9e116d13a5
commit a33d122485
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
15 changed files with 938 additions and 907 deletions

File diff suppressed because one or more lines are too long

925
.yarn/releases/yarn-4.4.0.cjs vendored Executable file

File diff suppressed because one or more lines are too long

View File

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

View File

@ -433,7 +433,7 @@
"engines": {
"node": ">= 20"
},
"packageManager": "yarn@4.3.1",
"packageManager": "yarn@4.4.0",
"dependenciesMeta": {
"prettier@3.3.3": {
"unplugged": true

View File

@ -20,5 +20,5 @@
"typescript": "5.4.5",
"webpack": "5.91.0"
},
"packageManager": "yarn@4.3.1"
"packageManager": "yarn@4.4.0"
}

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.3.1"
"packageManager": "yarn@4.4.0"
}

View File

@ -54,5 +54,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.3.1"
"packageManager": "yarn@4.4.0"
}

View File

@ -37,5 +37,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.3.1"
"packageManager": "yarn@4.4.0"
}

View File

@ -47,5 +47,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.3.1"
"packageManager": "yarn@4.4.0"
}

View File

@ -47,5 +47,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.3.1"
"packageManager": "yarn@4.4.0"
}

View File

@ -48,5 +48,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.3.1"
"packageManager": "yarn@4.4.0"
}

View File

@ -37,5 +37,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.3.1"
"packageManager": "yarn@4.4.0"
}

View File

@ -38,5 +38,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.3.1"
"packageManager": "yarn@4.4.0"
}

View File

@ -66,5 +66,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.3.1"
"packageManager": "yarn@4.4.0"
}

View File

@ -40,5 +40,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.3.1"
"packageManager": "yarn@4.4.0"
}