Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: npm
directory: /
schedule:
interval: daily
Comment thread
fbosch marked this conversation as resolved.
30 changes: 0 additions & 30 deletions .github/workflows/audit.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Deterministic local caching of external documentation for agents and developers

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![npm version](https://img.shields.io/npm/v/docs-cache)](https://www.npmjs.com/package/docs-cache)
[![Audit](https://github.com/fbosch/docs-cache/actions/workflows/audit.yml/badge.svg)](https://github.com/fbosch/docs-cache/actions/workflows/audit.yml)
[![CI](https://github.com/fbosch/docs-cache/actions/workflows/ci.yml/badge.svg)](https://github.com/fbosch/docs-cache/actions/workflows/ci.yml)

## Purpose

Expand Down
4 changes: 2 additions & 2 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.4.11/schema.json",
"$schema": "https://biomejs.dev/schemas/2.5.5/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
Expand All @@ -23,7 +23,7 @@
"linter": {
"enabled": true,
"rules": {
"recommended": true
"preset": "recommended"
}
},
"javascript": {
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,31 +107,31 @@
}
},
"dependencies": {
"@clack/prompts": "1.0.0",
"@clack/prompts": "1.7.0",
"cac": "^6.7.14",
"cli-truncate": "^4.0.0",
"execa": "^9.6.1",
"fast-glob": "^3.3.3",
"log-update": "7.0.2",
"jsonc-parser": "3.3.1",
"log-update": "7.2.0",
"picocolors": "^1.1.1",
"picomatch": "^4.0.4",
"zod": "^4.3.6"
"picomatch": "^4.0.5",

Check warning on line 118 in package.json

View workflow job for this annotation

GitHub Actions / precheck

Unused dependency

Package 'picomatch' is listed in dependencies but never imported by this package. Run: pnpm remove picomatch
"zod": "^4.4.3"
},
"devDependencies": {
"@biomejs/biome": "^2.4.11",
"@size-limit/file": "^12.0.1",
"@types/node": "^25.6.0",
"bumpp": "^11.0.1",
"@biomejs/biome": "^2.5.5",
"@size-limit/file": "^12.1.0",

Check warning on line 123 in package.json

View workflow job for this annotation

GitHub Actions / precheck

Unused devDependency

Package '@size-limit/file' is listed in devDependencies but never imported by this package. Run: pnpm remove @size-limit/file
"@types/node": "^25.9.5",
"bumpp": "^11.1.0",
"c8": "^10.1.3",
"fallow": "3.3.0",
"jiti": "^2.6.1",
"fallow": "3.7.1",
"jiti": "^2.7.0",

Check warning on line 128 in package.json

View workflow job for this annotation

GitHub Actions / precheck

Dev dependency in production

Package 'jiti' is a devDependency imported by production code at runtime. Move it from devDependencies to dependencies so a production-only install does not break at runtime.
"lint-staged": "^16.4.0",
"simple-git-hooks": "^2.13.1",
"size-limit": "^12.0.1",
"tinybench": "^6.0.0",
"size-limit": "^12.1.0",
"tinybench": "^6.0.2",

Check warning on line 132 in package.json

View workflow job for this annotation

GitHub Actions / precheck

Unused devDependency

Package 'tinybench' is listed in devDependencies but never imported by this package. Run: pnpm remove tinybench
"ts-complex": "^1.0.0",

Check warning on line 133 in package.json

View workflow job for this annotation

GitHub Actions / precheck

Dev dependency in production

Package 'ts-complex' is a devDependency imported by production code at runtime. Move it from devDependencies to dependencies so a production-only install does not break at runtime.
"tsx": "4.23.0",
"tsx": "4.23.1",
"typescript": "7.0.2"
},
"size-limit": [
Expand Down
Loading
Loading