Skip to content

Commit d119e3f

Browse files
authored
Upgrade yarn to v4.10.3 (#297)
1 parent 87ca869 commit d119e3f

File tree

7 files changed

+14631
-9715
lines changed

7 files changed

+14631
-9715
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",
@@ -19,6 +19,7 @@
1919
"grabpl",
2020
"spellcheck",
2121
"amazonprometheus",
22-
"zizmor"
22+
"zizmor",
23+
"npmPreapprovedPackages"
2324
]
2425
}

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@
7777
"rollup": "4.52.3",
7878
"rollup-plugin-dts": "^6.1.1",
7979
"rollup-plugin-esbuild": "^6.1.1",
80-
"rollup-plugin-node-externals": "^8.0.0"
81-
}
80+
"rollup-plugin-node-externals": "^8.0.0",
81+
"typescript": "^5.9.2"
82+
},
83+
"packageManager": "[email protected]"
8284
}

0 commit comments

Comments
 (0)