Skip to content

Commit 1fee660

Browse files
chore(deps): update all non-major dependencies
1 parent 11e7b0d commit 1fee660

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: oven-sh/setup-bun@v2.0.2
2525

2626
- name: Use cached node_modules
27-
uses: actions/cache@v4.2.4
27+
uses: actions/cache@v4.3.0
2828
with:
2929
path: node_modules
3030
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -47,7 +47,7 @@ jobs:
4747
uses: oven-sh/setup-bun@v2.0.2
4848

4949
- name: Use cached node_modules
50-
uses: actions/cache@v4.2.4
50+
uses: actions/cache@v4.3.0
5151
with:
5252
path: node_modules
5353
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -70,7 +70,7 @@ jobs:
7070
uses: oven-sh/setup-bun@v2.0.2
7171

7272
- name: Use cached node_modules
73-
uses: actions/cache@v4.2.4
73+
uses: actions/cache@v4.3.0
7474
with:
7575
path: node_modules
7676
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -93,7 +93,7 @@ jobs:
9393
uses: oven-sh/setup-bun@v2.0.2
9494

9595
- name: Use cached node_modules
96-
uses: actions/cache@v4.2.4
96+
uses: actions/cache@v4.3.0
9797
with:
9898
path: node_modules
9999
key: node-modules-${{ hashFiles('**/bun.lock') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: oven-sh/setup-bun@v2.0.2
2020

2121
- name: Use cached node_modules
22-
uses: actions/cache@v4.2.4
22+
uses: actions/cache@v4.3.0
2323
with:
2424
path: node_modules
2525
key: node-modules-${{ hashFiles('**/bun.lock') }}

bun.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
"name": "@stacksjs/aax",
66
"devDependencies": {
77
"@stacksjs/bumpx": "^0.1.84",
8-
"@stacksjs/clarity": "^0.3.19",
8+
"@stacksjs/clarity": "^0.3.23",
99
"@stacksjs/docs": "^0.70.23",
1010
"@stacksjs/eslint-config": "^4.14.0-beta.3",
1111
"@stacksjs/gitlint": "^0.1.5",
1212
"@stacksjs/logsmith": "^0.1.18",
13-
"@types/bun": "^1.2.22",
14-
"buddy-bot": "^0.9.7",
13+
"@types/bun": "^1.2.23",
14+
"buddy-bot": "0.9.7",
1515
"bumpp": "^10.2.3",
1616
"bun-git-hooks": "^0.2.19",
17-
"bun-plugin-dtsx": "^0.21.12",
17+
"bun-plugin-dtsx": "0.9.5",
1818
"bunfig": "^0.15.0",
1919
"changelogen": "^0.6.2",
20-
"typescript": "^5.9.2",
20+
"typescript": "^5.9.3",
2121
},
2222
},
2323
},
@@ -497,13 +497,13 @@
497497

498498
"@stacksjs/clapp": ["@stacksjs/clapp@0.1.16", "", { "bin": { "clapp": "dist/bin/cli.js", "@stacksjs/clapp": "dist/bin/cli.js" } }, "sha512-BDmYu9Rk/HHIVc4vQjgQO6MzXNMJvPG6ZGiiEAPQT8EAidx3/6S6O7kyY2UdfJSksiCd5SKFK+WYd1uAs88BrQ=="],
499499

500-
"@stacksjs/clarity": ["@stacksjs/clarity@0.3.19", "", { "bin": { "clarity": "dist/bin/cli.js" } }, "sha512-HSDVXrz7IyxXlIO7YKW+7RjVqibfyMIOr59nM6R/RbnRHmitKktt4qQUaA8aeTTV0RsFYaGt8WueD9nsrAooUQ=="],
500+
"@stacksjs/clarity": ["@stacksjs/clarity@0.3.23", "", { "bin": { "clarity": "dist/bin/cli.js" } }, "sha512-qrQjjcXWueBSM1vr1i0OmEMGYtCICVBtNvpVtoMLXIqR+jKAGRUqvguEOwg9vKth6VKMBqJ0FDpukJVJZhKGcg=="],
501501

502502
"@stacksjs/cli": ["@stacksjs/cli@0.70.23", "", {}, "sha512-pbu6xESAtRIppcEQlhmRq0yZa1lnYAwtQHh7DmfDcUgVjvahQGe7PXoX+m2dhdFDRthFIVuLeHvrAf1JYv/JOQ=="],
503503

504504
"@stacksjs/docs": ["@stacksjs/docs@0.70.23", "", { "dependencies": { "@iconify-json/carbon": "^1.2.8", "@shikijs/vitepress-twoslash": "^3.2.1", "@vite-pwa/assets-generator": "^1.0.0", "@vite-pwa/vitepress": "^1.0.0", "unocss": "^66.0.0", "unplugin-icons": "^22.1.0", "unplugin-vue-components": "^28.4.1", "vite-plugin-pwa": "^1.0.0", "vitepress": "1.6.3" } }, "sha512-kRk/aza/wQAAgF0fhUhG8bUHhqk3RnjBkZyoRW0fvYs3dLaAArJYX/uVquZixlQnqgizGeGZT986tEFjs5Ly+A=="],
505505

506-
"@stacksjs/dtsx": ["@stacksjs/dtsx@0.8.1", "", { "bin": { "dtsx": "dist/cli.js" } }, "sha512-QjCoPsmxfd3VJA2+G/pa6wA1sYPzC0S9wUuJPRCtWlcGWBTUvz9nFLBxdKWwbvIJBJ9gc7BmIoAo18pvTlvSRg=="],
506+
"@stacksjs/dtsx": ["@stacksjs/dtsx@0.9.4", "", { "bin": { "dtsx": "dist/bin/cli.js" } }, "sha512-nvAnS/xtYfFTStFfKJXvnzv6IJSUvY4c/o7RltUvnQqIVyZjHX3a0R0Gp2J5m7gkYO+6sneQs1WcY7e9NQyAsg=="],
507507

508508
"@stacksjs/error-handling": ["@stacksjs/error-handling@0.70.23", "", {}, "sha512-rQcgyum8eZnVjaF+eb6ip/IHK4GuOidwy1GcbAOqXeDwbc7oUxWFlpT7pKMeYbYa+DWZjV1WdolLxSL/orQeCw=="],
509509

@@ -527,7 +527,7 @@
527527

528528
"@tybys/wasm-util": ["@tybys/wasm-util@0.10.1", "", { "dependencies": { "tslib": "^2.4.0" } }, "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg=="],
529529

530-
"@types/bun": ["@types/bun@1.2.22", "", { "dependencies": { "bun-types": "1.2.22" } }, "sha512-5A/KrKos2ZcN0c6ljRSOa1fYIyCKhZfIVYeuyb4snnvomnpFqC0tTsEkdqNxbAgExV384OETQ//WAjl3XbYqQA=="],
530+
"@types/bun": ["@types/bun@1.2.23", "", { "dependencies": { "bun-types": "1.2.23" } }, "sha512-le8ueOY5b6VKYf19xT3McVbXqLqmxzPXHsQT/q9JHgikJ2X22wyTW3g3ohz2ZMnp7dod6aduIiq8A14Xyimm0A=="],
531531

532532
"@types/cacheable-request": ["@types/cacheable-request@6.0.3", "", { "dependencies": { "@types/http-cache-semantics": "*", "@types/keyv": "^3.1.4", "@types/node": "*", "@types/responselike": "^1.0.0" } }, "sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw=="],
533533

@@ -809,9 +809,9 @@
809809

810810
"bun-git-hooks": ["bun-git-hooks@0.2.19", "", { "bin": { "git-hooks": "dist/bin/cli.js", "bun-git-hooks": "dist/bin/cli.js" } }, "sha512-h+YfI+/hCojKadnC9kfk71suZsjdgKShv82+bHp6UiHwH+XDyqavfAUt4NQTGRcIq7dSo2Mfh0QgCiAkCJOl8w=="],
811811

812-
"bun-plugin-dtsx": ["bun-plugin-dtsx@0.21.12", "", { "dependencies": { "@stacksjs/dtsx": "^0.8.1" } }, "sha512-VqGDRoTKEnkD508k9jRlcwFoEEJXtjqLMGN+brRP4/3vH0wfLZkZiWG5jc490roZOmphrQlo5NgfFB/j71+Qtg=="],
812+
"bun-plugin-dtsx": ["bun-plugin-dtsx@0.9.5", "", { "dependencies": { "@stacksjs/dtsx": "0.9.4" } }, "sha512-PMGr8kna2C7rbN5NFKW+nqj8TyXjs05Yh2QM7Xjp9PN1/cJMyZML3JJAJT0Ne/6eOYCcubmLM91r+Rix/cqn8Q=="],
813813

814-
"bun-types": ["bun-types@1.2.22", "", { "dependencies": { "@types/node": "*" }, "peerDependencies": { "@types/react": "^19" } }, "sha512-hwaAu8tct/Zn6Zft4U9BsZcXkYomzpHJX28ofvx7k0Zz2HNz54n1n+tDgxoWFGB4PcFvJXJQloPhaV2eP3Q6EA=="],
814+
"bun-types": ["bun-types@1.2.23", "", { "dependencies": { "@types/node": "*" }, "peerDependencies": { "@types/react": "^19" } }, "sha512-R9f0hKAZXgFU3mlrA0YpE/fiDvwV0FT9rORApt2aQVWSuJDzZOyB5QLc0N/4HF57CS8IXJ6+L5E4W1bW6NS2Aw=="],
815815

816816
"bundle-name": ["bundle-name@4.1.0", "", { "dependencies": { "run-applescript": "^7.0.0" } }, "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q=="],
817817

@@ -1909,7 +1909,7 @@
19091909

19101910
"typed-array-length": ["typed-array-length@1.0.7", "", { "dependencies": { "call-bind": "^1.0.7", "for-each": "^0.3.3", "gopd": "^1.0.1", "is-typed-array": "^1.1.13", "possible-typed-array-names": "^1.0.0", "reflect.getprototypeof": "^1.0.6" } }, "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg=="],
19111911

1912-
"typescript": ["typescript@5.9.2", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A=="],
1912+
"typescript": ["typescript@5.9.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="],
19131913

19141914
"ufo": ["ufo@1.6.1", "", {}, "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA=="],
19151915

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@
6666
"@stacksjs/eslint-config": "^4.14.0-beta.3",
6767
"@stacksjs/gitlint": "^0.1.5",
6868
"@stacksjs/logsmith": "^0.1.18",
69-
"@types/bun": "^1.2.22",
69+
"@types/bun": "^1.2.23",
7070
"buddy-bot": "0.9.7",
7171
"bumpp": "^10.2.3",
7272
"bun-git-hooks": "^0.2.19",
7373
"bun-plugin-dtsx": "0.9.5",
7474
"bunfig": "^0.15.0",
7575
"changelogen": "^0.6.2",
76-
"typescript": "^5.9.2"
76+
"typescript": "^5.9.3"
7777
},
7878
"git-hooks": {
7979
"pre-commit": {

0 commit comments

Comments
 (0)