Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
f29a55d
chore(deps): update all non-major dependencies
github-actions[bot] Aug 26, 2025
5010a6c
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Aug 27, 2025
32d3fb5
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Aug 27, 2025
22f62ce
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Aug 28, 2025
6aafc60
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Aug 28, 2025
6743a79
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Aug 29, 2025
e61f8be
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Aug 29, 2025
2dcae2d
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Aug 29, 2025
0f3877d
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Aug 29, 2025
24dde0d
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Aug 29, 2025
dc307a8
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Aug 30, 2025
0bea249
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Aug 30, 2025
912b581
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Aug 31, 2025
717ad62
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Aug 31, 2025
47386bf
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 1, 2025
e21eced
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 2, 2025
3750741
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 2, 2025
937c4b0
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 2, 2025
b781c33
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 2, 2025
1452ab0
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 3, 2025
7d26fda
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 8, 2025
094af12
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 10, 2025
bbd84e6
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 10, 2025
26d1b45
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 11, 2025
9989248
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 11, 2025
6fe0002
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 14, 2025
327a8b2
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 15, 2025
14d55da
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 16, 2025
829f89b
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 18, 2025
c127ab2
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 19, 2025
c10c63a
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 23, 2025
f3c2f88
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 24, 2025
534ccab
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Sep 24, 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
4 changes: 2 additions & 2 deletions .github/workflows/buddy-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:

- name: Setup PHP and Composer (if needed)
if: ${{ hashFiles('composer.json') != '' }}
uses: shivammathur/setup-php@v2
uses: shivammathur/setup-php@2.35.5
with:
php-version: '8.4'
tools: composer
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:

- name: Setup PHP and Composer (if needed)
if: ${{ hashFiles('composer.json') != '' }}
uses: shivammathur/setup-php@v2
uses: shivammathur/setup-php@2.35.5
with:
php-version: '8.4'
tools: composer
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- uses: actions/checkout@v4

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

- name: Use cached node_modules
uses: actions/cache@v4
uses: actions/cache@v4.3.0
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lock') }}
Expand All @@ -44,10 +44,10 @@ jobs:
- uses: actions/checkout@v4

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

- name: Use cached node_modules
uses: actions/cache@v4
uses: actions/cache@v4.3.0
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lock') }}
Expand All @@ -67,10 +67,10 @@ jobs:
- uses: actions/checkout@v4

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

- name: Use cached node_modules
uses: actions/cache@v4
uses: actions/cache@v4.3.0
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lock') }}
Expand All @@ -90,10 +90,10 @@ jobs:
- uses: actions/checkout@v4

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

- name: Use cached node_modules
uses: actions/cache@v4
uses: actions/cache@v4.3.0
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: oven-sh/setup-bun@v2

- name: Use cached node_modules
uses: actions/cache@v4
uses: actions/cache@v4.2.4
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lock') }}
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,23 +64,23 @@
"publish": "bunx --bun @raycast/api@latest publish"
},
"dependencies": {
"@raycast/api": "^1.94.4",
"@raycast/api": "^1.103.2",
"@raycast/utils": "^1.19.1"
},
"devDependencies": {
"@antfu/eslint-config": "^4.11.0",
"@eslint-react/eslint-plugin": "^1.41.0",
"@stacksjs/bumpx": "^0.1.17",
"@eslint-react/eslint-plugin": "^1.53.1",
"@stacksjs/bumpx": "^0.1.84",
"@stacksjs/docs": "^0.70.23",
"@stacksjs/gitlint": "^0.1.5",
"@stacksjs/logsmith": "^0.1.8",
"@types/bun": "^1.2.8",
"@stacksjs/logsmith": "^0.1.18",
"@types/bun": "^1.2.22",
"buddy-bot": "^0.8.9",
"bun-git-hooks": "^0.2.19",
"bun-plugin-dtsx": "^0.21.9",
"bun-plugin-dtsx": "^0.21.12",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"typescript": "^5.8.3"
"eslint-plugin-react-refresh": "^0.4.21",
"typescript": "^5.9.2"
},
"overrides": {
"unconfig": "0.3.10"
Expand Down
4 changes: 2 additions & 2 deletions pkgx.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dependencies:
bun.sh: ^1.2.8
node: ^23.9.0
bun.sh: ^1.2.20
node: ^23.11.1
Loading