File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : npm
4+ directory : /
5+ schedule :
6+ interval : daily
Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Deterministic local caching of external documentation for agents and developers
44
55[ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( LICENSE )
66[ ![ npm version] ( https://img.shields.io/npm/v/docs-cache )] ( https://www.npmjs.com/package/docs-cache )
7- [ ![ Audit ] ( https://github.com/fbosch/docs-cache/actions/workflows/audit .yml/badge.svg )] ( https://github.com/fbosch/docs-cache/actions/workflows/audit .yml )
7+ [ ![ CI ] ( https://github.com/fbosch/docs-cache/actions/workflows/ci .yml/badge.svg )] ( https://github.com/fbosch/docs-cache/actions/workflows/ci .yml )
88
99## Purpose
1010
Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://biomejs.dev/schemas/2.4.11 /schema.json" ,
2+ "$schema" : " https://biomejs.dev/schemas/2.5.5 /schema.json" ,
33 "vcs" : {
44 "enabled" : true ,
55 "clientKind" : " git" ,
2323 "linter" : {
2424 "enabled" : true ,
2525 "rules" : {
26- "recommended " : true
26+ "preset " : " recommended "
2727 }
2828 },
2929 "javascript" : {
Original file line number Diff line number Diff line change 107107 }
108108 },
109109 "dependencies" : {
110- "@clack/prompts" : " 1.0 .0" ,
110+ "@clack/prompts" : " 1.7 .0" ,
111111 "cac" : " ^6.7.14" ,
112112 "cli-truncate" : " ^4.0.0" ,
113113 "execa" : " ^9.6.1" ,
114114 "fast-glob" : " ^3.3.3" ,
115- "log-update" : " 7.0.2" ,
116115 "jsonc-parser" : " 3.3.1" ,
116+ "log-update" : " 7.2.0" ,
117117 "picocolors" : " ^1.1.1" ,
118- "picomatch" : " ^4.0.4 " ,
119- "zod" : " ^4.3.6 "
118+ "picomatch" : " ^4.0.5 " ,
119+ "zod" : " ^4.4.3 "
120120 },
121121 "devDependencies" : {
122- "@biomejs/biome" : " ^2.4.11 " ,
123- "@size-limit/file" : " ^12.0.1 " ,
124- "@types/node" : " ^25.6.0 " ,
125- "bumpp" : " ^11.0.1 " ,
122+ "@biomejs/biome" : " ^2.5.5 " ,
123+ "@size-limit/file" : " ^12.1.0 " ,
124+ "@types/node" : " ^25.9.5 " ,
125+ "bumpp" : " ^11.1.0 " ,
126126 "c8" : " ^10.1.3" ,
127- "fallow" : " 3.3.0 " ,
128- "jiti" : " ^2.6.1 " ,
127+ "fallow" : " 3.7.1 " ,
128+ "jiti" : " ^2.7.0 " ,
129129 "lint-staged" : " ^16.4.0" ,
130130 "simple-git-hooks" : " ^2.13.1" ,
131- "size-limit" : " ^12.0.1 " ,
132- "tinybench" : " ^6.0.0 " ,
131+ "size-limit" : " ^12.1.0 " ,
132+ "tinybench" : " ^6.0.2 " ,
133133 "ts-complex" : " ^1.0.0" ,
134- "tsx" : " 4.23.0 " ,
134+ "tsx" : " 4.23.1 " ,
135135 "typescript" : " 7.0.2"
136136 },
137137 "size-limit" : [
You can’t perform that action at this time.
0 commit comments