Skip to content

Commit db8720c

Browse files
chore: Bump the "dependencies" group with 3 updates across multiple ecosystems (#50)
1 parent dc9cc7e commit db8720c

7 files changed

Lines changed: 445 additions & 446 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
32+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3333
with:
3434
persist-credentials: false
3535

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
artifact-metadata: write
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
24+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2525
with:
2626
persist-credentials: false
2727

.github/workflows/quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
timeout-minutes: 5
1313
steps:
1414
- name: Checkout repository ⬇️
15-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
15+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1616
with:
1717
persist-credentials: false
1818

1919
- name: Set up pnpm
20-
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
20+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
2121

2222
- name: Use Node.js 25.x ⚙️
2323
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
security-events: write # Required to upload results as security events
1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
17+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1818
with:
1919
persist-credentials: false
2020

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.6.0 AS install-deps
1+
FROM ghcr.io/pnpm/pnpm:11.8.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,16 +15,16 @@
1515
},
1616
"dependencies": {
1717
"@orama/orama": "^3.1.18",
18-
"@tanstack/react-router": "1.170.15",
18+
"@tanstack/react-router": "1.170.16",
1919
"@tanstack/react-router-devtools": "1.167.0",
20-
"@tanstack/react-start": "1.168.25",
20+
"@tanstack/react-start": "1.168.26",
2121
"@tanstack/start-static-server-functions": "1.167.17",
2222
"clsx": "^2.1.1",
23-
"fumadocs-core": "16.10.0",
23+
"fumadocs-core": "16.10.4",
2424
"fumadocs-mdx": "15.0.12",
25-
"fumadocs-ui": "16.10.0",
26-
"lucide-react": "^1.17.0",
27-
"lucide-static": "^1.17.0",
25+
"fumadocs-ui": "16.10.4",
26+
"lucide-react": "^1.20.0",
27+
"lucide-static": "^1.20.0",
2828
"motion": "^12.40.0",
2929
"react": "^19.2.7",
3030
"react-dom": "^19.2.7",
@@ -33,16 +33,16 @@
3333
"vite": "^8.0.16"
3434
},
3535
"devDependencies": {
36-
"@tailwindcss/vite": "^4.3.0",
36+
"@tailwindcss/vite": "^4.3.1",
3737
"@types/mdx": "^2.0.14",
3838
"@types/node": "^25.9.3",
3939
"@types/react": "^19.2.17",
4040
"@types/react-dom": "^19.2.3",
4141
"@vitejs/plugin-react": "^6.0.2",
42-
"oxfmt": "^0.54.0",
43-
"oxlint": "^1.69.0",
42+
"oxfmt": "^0.55.0",
43+
"oxlint": "^1.70.0",
4444
"oxlint-tsgolint": "^0.23.0",
45-
"tailwindcss": "^4.2.1",
45+
"tailwindcss": "^4.3.1",
4646
"typescript": "^6.0.3"
4747
},
4848
"packageManager": "pnpm@11.2.1"

pnpm-lock.yaml

Lines changed: 429 additions & 430 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)