Skip to content

Commit bd6ea5f

Browse files
committed
Upgrade yarn to v4.10.3
1 parent fe288f3 commit bd6ea5f

File tree

7 files changed

+14621
-9709
lines changed

7 files changed

+14621
-9709
lines changed

.drone.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22

.yarn/releases/yarn-4.10.3.cjs

Lines changed: 942 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
nodeLinker: node-modules
2+
3+
yarnPath: .yarn/releases/yarn-4.10.3.cjs
4+
5+
npmMinimalAgeGate: 10080 # 7 days in minutes
6+
npmPreapprovedPackages:
7+
- '@grafana/*'

cspell.config.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"ignorePaths": [".github/**", "node_modules/**", "dist/**", "yarn.lock"],
2+
"ignorePaths": [".github/**", ".yarn/**", "node_modules/**", "dist/**", "yarn.lock"],
33
"words": [
44
"SIGV",
55
"isob",
@@ -18,6 +18,7 @@
1818
"hmac",
1919
"grabpl",
2020
"spellcheck",
21-
"zizmor"
21+
"zizmor",
22+
"npmPreapprovedPackages"
2223
]
2324
}

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@
7474
"rollup": "4.50.2",
7575
"rollup-plugin-dts": "^6.1.1",
7676
"rollup-plugin-esbuild": "^6.1.1",
77-
"rollup-plugin-node-externals": "^8.0.0"
78-
}
77+
"rollup-plugin-node-externals": "^8.0.0",
78+
"typescript": "^5.9.2"
79+
},
80+
"packageManager": "[email protected]"
7981
}

0 commit comments

Comments
 (0)