Update Yarn to v4.1.0 (#81584)

* Update Yarn to v4.1.0

* commit yarn 4.1.0.cjs

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
pull/81592/head
renovate[bot] 1 year ago committed by GitHub
parent 43de30a09b
commit 80afc8202d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 672
      .yarn/releases/yarn-4.1.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-pyroscope-datasource/package.json
  8. 2
      public/app/plugins/datasource/grafana-testdata-datasource/package.json
  9. 2
      public/app/plugins/datasource/parca/package.json
  10. 2
      public/app/plugins/datasource/tempo/package.json
  11. 5504
      yarn.lock

File diff suppressed because one or more lines are too long

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

@ -426,7 +426,7 @@
"engines": {
"node": ">= 20"
},
"packageManager": "yarn@4.0.2",
"packageManager": "yarn@4.1.0",
"dependenciesMeta": {
"prettier@3.2.4": {
"unplugged": true

@ -16,5 +16,5 @@
"swc-loader": "0.2.3",
"webpack": "5.90.0"
},
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.1.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.0.2"
"packageManager": "yarn@4.1.0"
}

@ -51,5 +51,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.0.2"
"packageManager": "yarn@4.1.0"
}

@ -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.0.2"
"packageManager": "yarn@4.1.0"
}

@ -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.0.2"
"packageManager": "yarn@4.1.0"
}

@ -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.0.2"
"packageManager": "yarn@4.1.0"
}

@ -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.0.2"
"packageManager": "yarn@4.1.0"
}

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save