Update Yarn to v4.5.1

pull/95040/head
renovate[bot] 8 months ago
parent dd7f24dfbd
commit 2ce5f78cdd
  1. 925
      .yarn/releases/yarn-4.5.0.cjs
  2. 2
      .yarnrc.yml
  3. 2
      package.json
  4. 2
      packages/grafana-plugin-configs/package.json
  5. 2
      public/app/plugins/datasource/azuremonitor/package.json
  6. 2
      public/app/plugins/datasource/cloud-monitoring/package.json
  7. 2
      public/app/plugins/datasource/grafana-postgresql-datasource/package.json
  8. 2
      public/app/plugins/datasource/grafana-pyroscope-datasource/package.json
  9. 2
      public/app/plugins/datasource/grafana-testdata-datasource/package.json
  10. 2
      public/app/plugins/datasource/jaeger/package.json
  11. 2
      public/app/plugins/datasource/mssql/package.json
  12. 2
      public/app/plugins/datasource/mysql/package.json
  13. 2
      public/app/plugins/datasource/parca/package.json
  14. 2
      public/app/plugins/datasource/tempo/package.json
  15. 2
      public/app/plugins/datasource/zipkin/package.json

File diff suppressed because one or more lines are too long

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

@ -442,7 +442,7 @@
"engines": {
"node": ">= 20"
},
"packageManager": "yarn@4.5.0",
"packageManager": "yarn@4.5.1",
"dependenciesMeta": {
"prettier@3.3.3": {
"unplugged": true

@ -20,5 +20,5 @@
"typescript": "5.5.4",
"webpack": "5.95.0"
},
"packageManager": "yarn@4.5.0"
"packageManager": "yarn@4.5.1"
}

@ -49,5 +49,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.5.0"
"packageManager": "yarn@4.5.1"
}

@ -53,5 +53,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.5.0"
"packageManager": "yarn@4.5.1"
}

@ -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.5.0"
"packageManager": "yarn@4.5.1"
}

@ -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.5.0"
"packageManager": "yarn@4.5.1"
}

@ -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.5.0"
"packageManager": "yarn@4.5.1"
}

@ -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.5.0"
"packageManager": "yarn@4.5.1"
}

@ -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.5.0"
"packageManager": "yarn@4.5.1"
}

@ -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.5.0"
"packageManager": "yarn@4.5.1"
}

@ -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.5.0"
"packageManager": "yarn@4.5.1"
}

@ -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.5.0"
"packageManager": "yarn@4.5.1"
}

@ -41,5 +41,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.5.0"
"packageManager": "yarn@4.5.1"
}

Loading…
Cancel
Save