Skip to content

Commit a33d122

Browse files
Update Yarn to v4.4.0 (grafana#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 <[email protected]>
1 parent 9e116d1 commit a33d122

File tree

15 files changed

+938
-907
lines changed

15 files changed

+938
-907
lines changed

Diff for: .yarn/releases/yarn-4.3.1.cjs

-894
This file was deleted.

Diff for: .yarn/releases/yarn-4.4.0.cjs

+925
Large diffs are not rendered by default.

Diff for: .yarnrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ plugins:
2626
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
2727
spec: 'https://mskelton.dev/yarn-outdated/v2'
2828

29-
yarnPath: .yarn/releases/yarn-4.3.1.cjs
29+
yarnPath: .yarn/releases/yarn-4.4.0.cjs
3030
# Uncomment the following lines if you want to use Verdaccio local npm registry. Read more at packages/README.md
3131
#npmScopes:
3232
# grafana:

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@
433433
"engines": {
434434
"node": ">= 20"
435435
},
436-
"packageManager": "yarn@4.3.1",
436+
"packageManager": "yarn@4.4.0",
437437
"dependenciesMeta": {
438438
439439
"unplugged": true

Diff for: packages/grafana-plugin-configs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"typescript": "5.4.5",
2121
"webpack": "5.91.0"
2222
},
23-
"packageManager": "yarn@4.3.1"
23+
"packageManager": "yarn@4.4.0"
2424
}

Diff for: public/app/plugins/datasource/azuremonitor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@
5050
"build:commit": "webpack -c ./webpack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
5151
"dev": "webpack -w -c ./webpack.config.ts --env development"
5252
},
53-
"packageManager": "yarn@4.3.1"
53+
"packageManager": "yarn@4.4.0"
5454
}

Diff for: public/app/plugins/datasource/cloud-monitoring/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@
5454
"build:commit": "webpack -c ./webpack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
5555
"dev": "webpack -w -c ./webpack.config.ts --env development"
5656
},
57-
"packageManager": "yarn@4.3.1"
57+
"packageManager": "yarn@4.4.0"
5858
}

Diff for: public/app/plugins/datasource/grafana-postgresql-datasource/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@
3737
"build:commit": "webpack -c ./webpack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
3838
"dev": "webpack -w -c ./webpack.config.ts --env development"
3939
},
40-
"packageManager": "yarn@4.3.1"
40+
"packageManager": "yarn@4.4.0"
4141
}

Diff for: public/app/plugins/datasource/grafana-pyroscope-datasource/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@
4747
"build:commit": "webpack -c ./webpack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
4848
"dev": "webpack -w -c ./webpack.config.ts --env development"
4949
},
50-
"packageManager": "yarn@4.3.1"
50+
"packageManager": "yarn@4.4.0"
5151
}

Diff for: public/app/plugins/datasource/grafana-testdata-datasource/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@
4747
"build:commit": "webpack -c ./webpack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
4848
"dev": "webpack -w -c ./webpack.config.ts --env development"
4949
},
50-
"packageManager": "yarn@4.3.1"
50+
"packageManager": "yarn@4.4.0"
5151
}

Diff for: public/app/plugins/datasource/jaeger/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848
"build:commit": "webpack -c ./webpack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
4949
"dev": "webpack -w -c ./webpack.config.ts --env development"
5050
},
51-
"packageManager": "yarn@4.3.1"
51+
"packageManager": "yarn@4.4.0"
5252
}

Diff for: public/app/plugins/datasource/mysql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@
3737
"build:commit": "webpack -c ./webpack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
3838
"dev": "webpack -w -c ./webpack.config.ts --env development"
3939
},
40-
"packageManager": "yarn@4.3.1"
40+
"packageManager": "yarn@4.4.0"
4141
}

Diff for: public/app/plugins/datasource/parca/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838
"build:commit": "webpack -c ./webpack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
3939
"dev": "webpack -w -c ./webpack.config.ts --env development"
4040
},
41-
"packageManager": "yarn@4.3.1"
41+
"packageManager": "yarn@4.4.0"
4242
}

Diff for: public/app/plugins/datasource/tempo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@
6666
"build:commit": "webpack -c ./webpack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
6767
"dev": "webpack -w -c ./webpack.config.ts --env development"
6868
},
69-
"packageManager": "yarn@4.3.1"
69+
"packageManager": "yarn@4.4.0"
7070
}

Diff for: public/app/plugins/datasource/zipkin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@
4040
"build:commit": "webpack -c ./webpack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
4141
"dev": "webpack -w -c ./webpack.config.ts --env development"
4242
},
43-
"packageManager": "yarn@4.3.1"
43+
"packageManager": "yarn@4.4.0"
4444
}

0 commit comments

Comments
 (0)