Update Yarn to v4.6.0 (#98562)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/97884/head^2
renovate[bot] 4 months ago committed by GitHub
parent b506fcb11c
commit 6952bf473f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 574
      .yarn/releases/yarn-4.6.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.3.cjs
yarnPath: .yarn/releases/yarn-4.6.0.cjs
# Uncomment the following lines if you want to use Verdaccio local npm registry. Read more at packages/README.md
#npmScopes:
# grafana:

@ -447,7 +447,7 @@
"engines": {
"node": ">= 22"
},
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"dependenciesMeta": {
"prettier@3.4.2": {
"unplugged": true

@ -22,5 +22,5 @@
"webpack": "5.97.1",
"webpack-bundle-analyzer": "^4.10.2"
},
"packageManager": "yarn@4.5.3"
"packageManager": "yarn@4.6.0"
}

@ -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.5.3"
"packageManager": "yarn@4.6.0"
}

@ -52,5 +52,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.3"
"packageManager": "yarn@4.6.0"
}

@ -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.3"
"packageManager": "yarn@4.6.0"
}

@ -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.3"
"packageManager": "yarn@4.6.0"
}

@ -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.3"
"packageManager": "yarn@4.6.0"
}

@ -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.3"
"packageManager": "yarn@4.6.0"
}

@ -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.3"
"packageManager": "yarn@4.6.0"
}

@ -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.3"
"packageManager": "yarn@4.6.0"
}

@ -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.3"
"packageManager": "yarn@4.6.0"
}

@ -67,5 +67,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.3"
"packageManager": "yarn@4.6.0"
}

@ -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.3"
"packageManager": "yarn@4.6.0"
}

Loading…
Cancel
Save