Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 0 additions & 43 deletions .drone.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
942 changes: 942 additions & 0 deletions .yarn/releases/yarn-4.10.3.cjs

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.10.3.cjs

npmMinimalAgeGate: 10080 # 7 days in minutes
npmPreapprovedPackages:
- '@grafana/*'
5 changes: 3 additions & 2 deletions cspell.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ignorePaths": [".github/**", "node_modules/**", "dist/**", "yarn.lock"],
"ignorePaths": [".github/**", ".yarn/**", "node_modules/**", "dist/**", "yarn.lock"],
"words": [
"SIGV",
"isob",
Expand All @@ -18,6 +18,7 @@
"hmac",
"grabpl",
"spellcheck",
"zizmor"
"zizmor",
"npmPreapprovedPackages"
]
}
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@
"rollup": "4.50.2",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-node-externals": "^8.0.0"
}
"rollup-plugin-node-externals": "^8.0.0",
"typescript": "^5.9.2"
},
"packageManager": "[email protected]"
}
Loading