Skip to content

Commit 2699652

Browse files
authored
chore(ci): schedule Dependabot updates (#53)
* chore(ci): schedule Dependabot updates * chore(deps): update compatible dependencies
1 parent f4fecde commit 2699652

7 files changed

Lines changed: 259 additions & 249 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: /
5+
schedule:
6+
interval: daily

.github/workflows/audit.yml

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

biome.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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",
@@ -23,7 +23,7 @@
2323
"linter": {
2424
"enabled": true,
2525
"rules": {
26-
"recommended": true
26+
"preset": "recommended"
2727
}
2828
},
2929
"javascript": {

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -107,31 +107,31 @@
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": [

0 commit comments

Comments
 (0)