Skip to content
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
chore(deps): update all non-major dependencies
  • Loading branch information
github-actions[bot] committed Nov 16, 2025
commit 7c7be7e4d516b2bf082b62fe00ea4416b25b7c77
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
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
runs-on: ubuntu-latest

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

- 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 @@ -41,13 +41,13 @@ jobs:
runs-on: ubuntu-latest

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

- 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 @@ -64,13 +64,13 @@ jobs:
runs-on: ubuntu-latest

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

- 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 @@ -86,13 +86,13 @@ jobs:
publish-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v5.0.0

- 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 deps.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dependencies:
bun.sh: ^1.3.0
bun.sh: ^1.3.1
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@
"devDependencies": {
"@stacksjs/docs": "^0.70.23",
"@stacksjs/eslint-config": "^4.14.0-beta.3",
"@types/bun": "^1.3.1",
"@types/bun": "^1.3.2",
"better-dx": "^0.2.3",
"buddy-bot": "^0.9.11",
"bun-plugin-dtsx": "^0.9.9",
"bun-plugin-dtsx": "^0.21.17",
"typescript": "^5.9.3"
}
}
2 changes: 1 addition & 1 deletion packages/benchmarks/js-framework-benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"bench": "bun run src/index.ts"
},
"dependencies": {
"happy-dom": "^20.0.8"
"happy-dom": "^20.0.10"
}
}
10 changes: 5 additions & 5 deletions packages/benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"@11ty/eleventy": "^3.1.2",
"@stacksjs/markdown": "workspace:*",
"@stacksjs/sanitizer": "workspace:*",
"dompurify": "^3.2.7",
"dompurify": "^3.3.0",
"ejs": "^3.1.10",
"gray-matter": "^4.0.3",
"handlebars": "^4.7.8",
"isomorphic-dompurify": "^2.28.0",
"js-yaml": "^4.1.0",
"isomorphic-dompurify": "^2.32.0",
"js-yaml": "^4.1.1",
"liquidjs": "^10.24.0",
"markdown-it": "^14.1.0",
"marked": "^17.0.0",
Expand All @@ -35,13 +35,13 @@
"remark-html": "^16.0.1",
"sanitize-html": "^2.17.0",
"showdown": "^2.1.0",
"tinybench": "^5.0.1",
"tinybench": "^5.1.0",
"xss": "^1.0.15"
},
"devDependencies": {
"@types/dompurify": "^3.2.0",
"@types/marked": "^6.0.0",
"@types/sanitize-html": "^2.16.0",
"jsdom": "^27.0.0"
"jsdom": "^27.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/stx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@stacksjs/markdown": "workspace:*",
"@stacksjs/sanitizer": "workspace:*",
"bun-plugin-stx": "workspace:*",
"bunfig": "^0.15.0",
"ts-syntax-highlighter": "^0.1.0"
"bunfig": "^0.15.6",
"ts-syntax-highlighter": "^0.2.1"
}
}
4 changes: 2 additions & 2 deletions packages/vscode/deps.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dependencies:
bun.sh: ^1.2.10
node: ^23.9.0
bun.sh: ^1.3.1
node: ^23.11.1
8 changes: 4 additions & 4 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -594,13 +594,13 @@
},
"dependencies": {
"@stacksjs/headwind": "^0.1.3",
"prettier": "^3.4.2"
"prettier": "^3.6.2"
},
"devDependencies": {
"@types/vscode": "^1.80.0",
"@vscode/vsce": "^3.6.0",
"@types/vscode": "^1.106.0",
"@vscode/vsce": "^3.7.0",
"typescript": "^5.8.3",
"vscode-html-languageservice": "^5.5.1",
"vscode-html-languageservice": "^5.6.0",
"vscode-languageclient": "^9.0.1",
"vscode-languageserver-textdocument": "^1.0.12",
"vscode-languageserver-types": "^3.17.5"
Expand Down
Loading