Update Yarn to v4.9.2 (#107104)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/107120/head
renovate[bot] 3 days ago committed by GitHub
parent 8502e1f2ce
commit fdc93be129
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 934
      .yarn/releases/yarn-4.6.0.cjs
  2. 942
      .yarn/releases/yarn-4.9.2.cjs
  3. 2
      .yarnrc.yml
  4. 2
      package.json
  5. 2
      packages/grafana-plugin-configs/package.json
  6. 2
      public/app/plugins/datasource/azuremonitor/package.json
  7. 2
      public/app/plugins/datasource/cloud-monitoring/package.json
  8. 2
      public/app/plugins/datasource/grafana-postgresql-datasource/package.json
  9. 2
      public/app/plugins/datasource/grafana-pyroscope-datasource/package.json
  10. 2
      public/app/plugins/datasource/grafana-testdata-datasource/package.json
  11. 2
      public/app/plugins/datasource/jaeger/package.json
  12. 2
      public/app/plugins/datasource/mssql/package.json
  13. 2
      public/app/plugins/datasource/mysql/package.json
  14. 2
      public/app/plugins/datasource/parca/package.json
  15. 2
      public/app/plugins/datasource/tempo/package.json
  16. 2
      public/app/plugins/datasource/zipkin/package.json

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -25,4 +25,4 @@ plugins:
path: .yarn/plugins/@yarnpkg/plugin-licenses.cjs
spec: "https://raw.githubusercontent.com/mhassan1/yarn-plugin-licenses/v0.15.0/bundles/@yarnpkg/plugin-licenses.js"
yarnPath: .yarn/releases/yarn-4.6.0.cjs
yarnPath: .yarn/releases/yarn-4.9.2.cjs

@ -455,7 +455,7 @@
"engines": {
"node": ">= 22 <23"
},
"packageManager": "yarn@4.6.0",
"packageManager": "yarn@4.9.2",
"dependenciesMeta": {
"prettier@3.4.2": {
"unplugged": true

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

@ -53,5 +53,5 @@
"dev": "webpack -w -c ./webpack.config.ts --env development",
"i18n-extract": "i18next --config locales/i18next-parser.config.cjs"
},
"packageManager": "yarn@4.6.0"
"packageManager": "yarn@4.9.2"
}

@ -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.6.0"
"packageManager": "yarn@4.9.2"
}

@ -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.6.0"
"packageManager": "yarn@4.9.2"
}

@ -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.6.0"
"packageManager": "yarn@4.9.2"
}

@ -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.6.0"
"packageManager": "yarn@4.9.2"
}

@ -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.6.0"
"packageManager": "yarn@4.9.2"
}

@ -40,5 +40,5 @@
"dev": "webpack -w -c ./webpack.config.ts --env development",
"i18n-extract": "i18next --config locales/i18next-parser.config.cjs"
},
"packageManager": "yarn@4.6.0"
"packageManager": "yarn@4.9.2"
}

@ -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.6.0"
"packageManager": "yarn@4.9.2"
}

@ -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.6.0"
"packageManager": "yarn@4.9.2"
}

@ -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.6.0"
"packageManager": "yarn@4.9.2"
}

@ -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.6.0"
"packageManager": "yarn@4.9.2"
}

Loading…
Cancel
Save