Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
95cd3da
chore(deps): update all non-major dependencies
github-actions[bot] Oct 1, 2025
8d1126f
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 7, 2025
360b945
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 7, 2025
142b3a8
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 7, 2025
37dc096
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 10, 2025
1892a78
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 11, 2025
f505d4a
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 16, 2025
0f96096
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 17, 2025
052f9f0
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 20, 2025
ae623bc
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 21, 2025
5a47e0d
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 23, 2025
e971bb9
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 5, 2025
f744eda
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 5, 2025
6ca95a4
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 6, 2025
2d3810b
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 17, 2025
c59bc5c
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 19, 2025
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
8 changes: 4 additions & 4 deletions .github/workflows/buddy-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
persist-credentials: true

- name: Setup Bun
uses: oven-sh/setup-bun@v2
uses: oven-sh/setup-bun@v2.0.2

- name: Setup PHP and Composer (if needed)
if: ${{ hashFiles('composer.json') != '' }}
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
persist-credentials: true

- name: Setup Bun
uses: oven-sh/setup-bun@v2
uses: oven-sh/setup-bun@v2.0.2

- name: Install dependencies
run: bun install
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
persist-credentials: true

- name: Setup Bun
uses: oven-sh/setup-bun@v2
uses: oven-sh/setup-bun@v2.0.2

- name: Setup PHP and Composer (if needed)
if: ${{ hashFiles('composer.json') != '' }}
Expand Down Expand Up @@ -351,7 +351,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Bun
uses: oven-sh/setup-bun@v2
uses: oven-sh/setup-bun@v2.0.2

- name: Install dependencies
run: bun install
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v5.0.1

- name: Install Bun
uses: oven-sh/setup-bun@v2.0.2
Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v5.0.1

- name: Install Bun
uses: oven-sh/setup-bun@v2.0.2
Expand All @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v5.0.1

- name: Install Bun
uses: oven-sh/setup-bun@v2.0.2
Expand All @@ -87,7 +87,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v5.0.1

- name: Install Bun
uses: oven-sh/setup-bun@v2.0.2
Expand Down
28 changes: 15 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"in-memory",
"library",
"memcached",
"node-cache",
"object"
],
"exports": {
Expand All @@ -37,6 +38,9 @@
},
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
"cache": "./dist/bin/cli.js"
},
"files": ["README.md", "dist"],
"scripts": {
"build": "bun --bun build.ts",
Expand All @@ -48,29 +52,27 @@
"changelog": "bunx logsmith --verbose",
"changelog:generate": "bunx logsmith --output CHANGELOG.md",
"release": "bun run changelog:generate && bunx bumpx prompt --recursive",
"postinstall": "bunx git-hooks",
"dev:docs": "bun --bun vitepress dev docs",
"build:docs": "bun --bun vitepress build docs",
"preview:docs": "bun --bun vitepress preview docs",
"typecheck": "bun --bun tsc --noEmit"
},
"dependencies": {
"bunfig": "^0.15.6",
"clone": "^2.1.2"
},
"devDependencies": {
"@stacksjs/bumpx": "^0.1.84",
"@stacksjs/docs": "^0.70.23",
"@stacksjs/eslint-config": "^4.14.0-beta.3",
"@stacksjs/gitlint": "^0.1.5",
"@stacksjs/logsmith": "^0.1.18",
"@types/bun": "^1.2.23",
"buddy-bot": "^0.9.7",
"bun-git-hooks": "^0.2.19",
"bun-plugin-dtsx": "^0.21.12",
"bunfig": "^0.15.0",
"@types/clone": "^2.1.4",
"better-dx": "^0.2.3",
"ioredis": "^5.8.2",
"lru-cache": "^11.2.2",
"mitata": "^1.0.34",
"node-cache": "^5.1.2",
"redis": "^5.10.0",
"ts-clone": "^0.1.1",
"typescript": "^5.9.3"
},
"overrides": {
"unconfig": "0.3.10"
},
"git-hooks": {
"pre-commit": {
"staged-lint": {
Expand Down