Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Closed
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
4 changes: 2 additions & 2 deletions 4 .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 16 .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 2 .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Attach Binaries
uses: stacksjs/action-releaser@v1.1.0
uses: stacksjs/action-releaser@v1.2.6
with:
files: |
packages/pickier/bin/pickier-linux-x64.zip
Expand Down
10 changes: 5 additions & 5 deletions 10 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@
"typecheck": "bun --bun tsc --noEmit"
},
"devDependencies": {
"@stacksjs/bumpx": "^0.2.2",
"@stacksjs/bumpx": "^0.2.4",
"@stacksjs/clarity": "^0.3.24",
"@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.3.0",
"buddy-bot": "^0.9.9",
"@stacksjs/logsmith": "^0.2.1",
"@types/bun": "^1.3.2",
"buddy-bot": "^0.9.11",
"bun-git-hooks": "^0.3.1",
"bun-plugin-dtsx": "0.9.5",
"bun-plugin-dtsx": "0.9.9",
"tinyglobby": "^0.2.15",
"typescript": "^5.9.3"
},
Expand Down
10 changes: 5 additions & 5 deletions 10 packages/bechmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@
"pickier": "workspace:*"
},
"devDependencies": {
"@babel/parser": "^7.26.3",
"@babel/traverse": "^7.26.3",
"@babel/parser": "^7.28.5",
"@babel/traverse": "^7.28.5",
"@biomejs/biome": "^1.9.4",
"eslint": "^9.15.0",
"happy-dom": "^20.0.2",
"eslint": "^9.39.1",
"happy-dom": "^20.0.10",
"jsdom": "^25.0.1",
"mitata": "^1.0.34",
"prettier": "^3.3.3",
"prettier": "^3.6.2",
"typescript": "^5.7.3"
}
}
4 changes: 2 additions & 2 deletions 4 packages/pickier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@
"test:watch": "PICKIER_NO_AUTO_CONFIG=1 bun test --watch"
},
"dependencies": {
"@stacksjs/clapp": "^0.1.16",
"@stacksjs/clapp": "^0.2.0",
"p-limit": "^7.2.0",
"tinyglobby": "^0.2.14"
},
"devDependencies": {
"bunfig": "^0.10.1"
"bunfig": "^0.15.6"
}
}
4 changes: 2 additions & 2 deletions 4 packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@
},
"devDependencies": {
"@types/bun": "1.2.20",
"@types/vscode": "^1.103.0",
"@types/vscode": "^1.106.1",
"@vscode/test-electron": "^2.5.2",
"@vscode/vsce": "^3.6.0"
"@vscode/vsce": "^3.7.0"
}
}
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.