Skip to content

Commit 8be65b4

Browse files
renovate[bot]paralin
authored andcommitted
fix(deps): update all dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 468ab22 commit 8be65b4

12 files changed

Lines changed: 128 additions & 146 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3434

3535
- name: Setup Go ${{ matrix.go }}
36-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
36+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3737
with:
3838
go-version: ${{ matrix.go }}
3939

@@ -43,12 +43,12 @@ jobs:
4343
bun-version: ${{ matrix.bun }}
4444

4545
- name: Initialize CodeQL
46-
uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
46+
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
4747
with:
4848
languages: ${{ matrix.language }}
4949

5050
- name: Autobuild
51-
uses: github/codeql-action/autobuild@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
51+
uses: github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
5252

5353
- name: Perform CodeQL Analysis
54-
uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
54+
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424

2525
- name: Setup Go ${{ matrix.go }}
26-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
26+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2727
with:
2828
go-version: ${{ matrix.go }}
2929

.github/workflows/website.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323

2424
- name: Setup Go
25-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
25+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2626
with:
2727
go-version: '1.26'
2828

@@ -48,7 +48,7 @@ jobs:
4848
run: bun run website:build
4949

5050
- name: Setup Pages
51-
uses: actions/configure-pages@v5
51+
uses: actions/configure-pages@v6
5252

5353
- name: Upload artifact
5454
uses: actions/upload-pages-artifact@v4
@@ -64,4 +64,4 @@ jobs:
6464
steps:
6565
- name: Deploy to GitHub Pages
6666
id: deployment
67-
uses: actions/deploy-pages@v4
67+
uses: actions/deploy-pages@v5

bun.lock

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

example/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@vitejs/plugin-react": "^6.0.0",
3131
"concurrently": "^9.1.2",
3232
"drizzle-kit": "^0.31.0",
33-
"typescript": "^5.8.3",
33+
"typescript": "^6.0.0",
3434
"vite": "^8.0.0"
3535
}
3636
}

example/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"name": "@example/simple",
33
"private": true,
44
"devDependencies": {
5-
"typescript": "^5.4.2"
5+
"typescript": "^6.0.0"
66
}
77
}

example/simple/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yarn lockfile v1
33

44

5-
typescript@^5.4.2:
6-
version "5.9.3"
7-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
8-
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
5+
typescript@^6.0.0:
6+
version "6.0.2"
7+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.2.tgz#0b1bfb15f68c64b97032f3d78abbf98bdbba501f"
8+
integrity sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.25.3
55
require (
66
github.com/aperturerobotics/cli v1.1.0
77
github.com/aperturerobotics/protobuf-go-lite v0.12.2
8-
github.com/aperturerobotics/util v1.32.5
8+
github.com/aperturerobotics/util v1.33.0
99
github.com/pkg/errors v0.9.1
1010
github.com/sirupsen/logrus v1.9.5-0.20260309202648-9f0600962f75
1111
golang.org/x/mod v0.34.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20251104042408-0c9eb8a3f
44
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20251104042408-0c9eb8a3f726/go.mod h1:SvGGBv3OVxUyqO0ZxA/nvs6z3cg7NIbZ64TnbV2OISo=
55
github.com/aperturerobotics/protobuf-go-lite v0.12.2 h1:ujwTKgpIYAVsv8VljB6PPMY5SI8i8m/NlIHAkkuxQcU=
66
github.com/aperturerobotics/protobuf-go-lite v0.12.2/go.mod h1:lGH3s5ArCTXKI4wJdlNpaybUtwSjfAG0vdWjxOfMcF8=
7-
github.com/aperturerobotics/util v1.32.5 h1:5gr2Ft1rYGFA5yrSm3n18Ghu5Al2uyg7DTtljh1wLHI=
8-
github.com/aperturerobotics/util v1.32.5/go.mod h1:jXVTz1OQqM3VSrjy06qiCmJLaUm80NxVuKgweaRs5dg=
7+
github.com/aperturerobotics/util v1.33.0 h1:l7Aql7rlFZaGPRS+lzFC7h0zuLE0WyR3nPVXgCYMW88=
8+
github.com/aperturerobotics/util v1.33.0/go.mod h1:FOKm51ZpgLsRszA4e7mjvqrt6J6Pju5GjSJg1Qz4Ouo=
99
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
1010
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
1111
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -92,23 +92,23 @@
9292
"./{src,builtin,example}/**/(*.ts|*.tsx|*.html|*.css|*.scss)": "prettier --config .prettierrc.yaml --write"
9393
},
9494
"devDependencies": {
95-
"@aptre/protobuf-es-lite": "^1.0.0",
95+
"@aptre/protobuf-es-lite": "^1.0.2",
9696
"@eslint/js": "^10.0.0",
97-
"@types/node": "^25.0.3",
98-
"@typescript-eslint/eslint-plugin": "^8.50.1",
99-
"@typescript-eslint/parser": "^8.50.1",
100-
"@typescript/native-preview": "^7.0.0-dev.20251226.1",
101-
"@vitest/browser": "^4.0.16",
102-
"@vitest/browser-playwright": "^4.0.16",
103-
"@vitest/browser-preview": "^4.0.16",
104-
"eslint": "^10.0.0",
97+
"@types/node": "^25.5.2",
98+
"@typescript-eslint/eslint-plugin": "^8.58.0",
99+
"@typescript-eslint/parser": "^8.58.0",
100+
"@typescript/native-preview": "^7.0.0-dev.20260404.1",
101+
"@vitest/browser": "^4.1.2",
102+
"@vitest/browser-playwright": "^4.1.2",
103+
"@vitest/browser-preview": "^4.1.2",
104+
"eslint": "^10.2.0",
105105
"eslint-config-prettier": "^10.0.2",
106106
"husky": "^9.1.7",
107-
"lint-staged": "^16.2.7",
108-
"prettier": "^3.7.4",
109-
"typescript": "^5.8.3",
110-
"typescript-eslint": "^8.50.1",
111-
"vitest": "^4.0.16"
107+
"lint-staged": "^16.4.0",
108+
"prettier": "^3.8.1",
109+
"typescript": "^6.0.0",
110+
"typescript-eslint": "^8.58.0",
111+
"vitest": "^4.1.2"
112112
},
113113
"dependencies": {
114114
"globals": "^17.4.0"

0 commit comments

Comments
 (0)