also looking at this
chore(deps): update all non-major dependencies
#22
5 files
+17
-17
Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.
| @@ -21,10 +21,10 @@ jobs: | ||
| 21 | 21 | - uses: actions/checkout@v4 |
| 22 | 22 | |
| 23 | 23 | - name: Install Bun |
| 24 | uses: oven-sh/setup-bun@v2 | |
| 24 | uses: oven-sh/setup-bun@v2.0.2 | |
| 25 | 25 | |
| 26 | 26 | - name: Use cached node_modules |
| 27 | uses: actions/cache@v4 | |
| 27 | uses: actions/cache@v4.3.0 | |
| 28 | 28 | with: |
| 29 | 29 | path: node_modules |
| 30 | 30 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
| @@ -44,10 +44,10 @@ jobs: | ||
| 44 | 44 | - uses: actions/checkout@v4 |
| 45 | 45 | |
| 46 | 46 | - name: Install Bun |
| 47 | uses: oven-sh/setup-bun@v2 | |
| 47 | uses: oven-sh/setup-bun@v2.0.2 | |
| 48 | 48 | |
| 49 | 49 | - name: Use cached node_modules |
| 50 | uses: actions/cache@v4 | |
| 50 | uses: actions/cache@v4.3.0 | |
| 51 | 51 | with: |
| 52 | 52 | path: node_modules |
| 53 | 53 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
| @@ -67,10 +67,10 @@ jobs: | ||
| 67 | 67 | - uses: actions/checkout@v4 |
| 68 | 68 | |
| 69 | 69 | - name: Install Bun |
| 70 | uses: oven-sh/setup-bun@v2 | |
| 70 | uses: oven-sh/setup-bun@v2.0.2 | |
| 71 | 71 | |
| 72 | 72 | - name: Use cached node_modules |
| 73 | uses: actions/cache@v4 | |
| 73 | uses: actions/cache@v4.3.0 | |
| 74 | 74 | with: |
| 75 | 75 | path: node_modules |
| 76 | 76 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
| @@ -90,10 +90,10 @@ jobs: | ||
| 90 | 90 | - uses: actions/checkout@v4 |
| 91 | 91 | |
| 92 | 92 | - name: Install Bun |
| 93 | uses: oven-sh/setup-bun@v2 | |
| 93 | uses: oven-sh/setup-bun@v2.0.2 | |
| 94 | 94 | |
| 95 | 95 | - name: Use cached node_modules |
| 96 | uses: actions/cache@v4 | |
| 96 | uses: actions/cache@v4.3.0 | |
| 97 | 97 | with: |
| 98 | 98 | path: node_modules |
| 99 | 99 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
| @@ -16,10 +16,10 @@ jobs: | ||
| 16 | 16 | fetch-depth: 0 |
| 17 | 17 | |
| 18 | 18 | - name: Install Bun |
| 19 | uses: oven-sh/setup-bun@v2.0.2 | |
| 19 | uses: oven-sh/setup-bun@v2 | |
| 20 | 20 | |
| 21 | 21 | - name: Use cached node_modules |
| 22 | uses: actions/cache@v4.3.0 | |
| 22 | uses: actions/cache@v4 | |
| 23 | 23 | with: |
| 24 | 24 | path: node_modules |
| 25 | 25 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
| @@ -57,7 +57,7 @@ | ||
| 57 | 57 | "lint:fix": "bunx --bun eslint . --fix", |
| 58 | 58 | "changelog": "bunx logsmith --verbose", |
| 59 | 59 | "changelog:generate": "bunx logsmith --output CHANGELOG.md", |
| 60 | "release": "bun run changelog:generate && bunx --bun bumpx prompt --recursive", | |
| 60 | "release": "bunx --bun bumpx -r --push", | |
| 61 | 61 | "dev:docs": "bun bin/cli.ts dev", |
| 62 | 62 | "build:docs": "bun build.ts", |
| 63 | 63 | "preview:docs": "bun serve --port 3000 dist", |
| @@ -72,8 +72,9 @@ | ||
| 72 | 72 | "@stacksjs/ts-i18n": "^0.0.0", |
| 73 | 73 | "bun-git-hooks": "^0.3.1", |
| 74 | 74 | "bun-plugin-dtsx": "0.21.12", |
| 75 | "bun-plugin-stx": "^0.1.15", | |
| 75 | "bun-plugin-stx": "0.1.16", | |
| 76 | 76 | "bunfig": "^0.15.0", |
| 77 | "ts-syntax-highlighter": "^0.1.0", | |
| 77 | 78 | "typescript": "^5.9.3" |
| 78 | 79 | }, |
| 79 | 80 | "git-hooks": { |
| @@ -83,5 +84,8 @@ | ||
| 83 | 84 | } |
| 84 | 85 | }, |
| 85 | 86 | "commit-msg": "bunx gitlint --edit .git/COMMIT_EDITMSG" |
| 87 | }, | |
| 88 | "overrides": { | |
| 89 | "bun-plugin-stx": "0.1.16" | |
| 86 | 90 | } |
| 87 | 91 | } |