Skip to content

Commit e47f99b

Browse files
chore: Bump the "dependencies" group with 3 updates across multiple ecosystems (#43)
1 parent 6a7430b commit e47f99b

5 files changed

Lines changed: 529 additions & 693 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
persist-credentials: false
3535

3636
- name: Initialize CodeQL
37-
uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
37+
uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
3838
with:
3939
languages: ${{ matrix.language }}
4040
build-mode: ${{ matrix.build-mode }}
4141
queries: security-and-quality
4242

4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
44+
uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
4545
with:
4646
category: "/language:${{matrix.language}}"

.github/workflows/docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@ jobs:
2626
persist-credentials: false
2727

2828
- name: Set up QEMU
29-
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
29+
uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0
3030

3131
- name: Set up Docker Buildx
32-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
32+
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
3333

3434
- name: Log in to GHCR
35-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
35+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
3636
with:
3737
registry: ${{ env.REGISTRY }}
3838
username: ${{ github.actor }}
3939
password: ${{ secrets.GITHUB_TOKEN }}
4040

4141
- name: Extract metadata for Docs
4242
id: meta
43-
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
43+
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
4444
with:
4545
images: ${{ env.IMAGE }}
4646
tags: |

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/pnpm/pnpm:11.2.2 AS install-deps
1+
FROM ghcr.io/pnpm/pnpm:11.5.0 AS install-deps
22

33
WORKDIR /app
44
COPY package.json ./

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@
1515
},
1616
"dependencies": {
1717
"@orama/orama": "^3.1.18",
18-
"@tanstack/react-router": "1.170.6",
18+
"@tanstack/react-router": "1.170.8",
1919
"@tanstack/react-router-devtools": "1.167.0",
20-
"@tanstack/react-start": "1.168.9",
21-
"@tanstack/start-static-server-functions": "1.167.6",
20+
"@tanstack/react-start": "1.168.14",
21+
"@tanstack/start-static-server-functions": "1.167.9",
2222
"clsx": "^2.1.1",
23-
"fumadocs-core": "16.8.12",
24-
"fumadocs-mdx": "15.0.7",
25-
"fumadocs-ui": "16.8.12",
23+
"fumadocs-core": "16.9.1",
24+
"fumadocs-mdx": "15.0.9",
25+
"fumadocs-ui": "16.9.1",
2626
"lucide-react": "^1.16.0",
2727
"lucide-static": "^1.16.0",
28-
"motion": "^12.39.0",
28+
"motion": "^12.40.0",
2929
"react": "^19.2.6",
3030
"react-dom": "^19.2.6",
3131
"swr": "^2.4.1",
3232
"tailwind-merge": "^3.6.0",
33-
"vite": "^8.0.13"
33+
"vite": "^8.0.14"
3434
},
3535
"devDependencies": {
3636
"@tailwindcss/vite": "^4.3.0",
@@ -39,8 +39,8 @@
3939
"@types/react": "^19.2.14",
4040
"@types/react-dom": "^19.2.3",
4141
"@vitejs/plugin-react": "^6.0.2",
42-
"oxfmt": "^0.51.0",
43-
"oxlint": "^1.65.0",
42+
"oxfmt": "^0.52.0",
43+
"oxlint": "^1.67.0",
4444
"oxlint-tsgolint": "^0.23.0",
4545
"tailwindcss": "^4.2.1",
4646
"typescript": "^6.0.3"

0 commit comments

Comments
 (0)