Skip to content

Commit 28ebeee

Browse files
fix(deps): update all dependencies
1 parent 2146418 commit 28ebeee

14 files changed

Lines changed: 804 additions & 540 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@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
36+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.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@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
46+
uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
4747
with:
4848
languages: ${{ matrix.language }}
4949

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

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

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- name: 'Checkout Repository'
1818
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919
- name: 'Dependency Review'
20-
uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2
20+
uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9.0

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
- name: Setup Go
2222
uses: actions/setup-go@v6
2323
with:
24-
go-version: '1.25'
24+
go-version: '1.26'
2525

2626
- name: Run GoReleaser
27-
uses: goreleaser/goreleaser-action@v6
27+
uses: goreleaser/goreleaser-action@v7
2828
with:
2929
distribution: goreleaser
3030
version: '~> v2'

.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@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
26+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
2727
with:
2828
go-version: ${{ matrix.go }}
2929

.github/workflows/website.yml

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

2424
- name: Setup Go
25-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
25+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
2626
with:
27-
go-version: '1.25'
27+
go-version: '1.26'
2828

2929
- name: Setup Bun
3030
uses: oven-sh/setup-bun@v2

bun.lock

Lines changed: 27 additions & 57 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"@types/bun": "^1.2.5",
2828
"@types/react": "^19.0.0",
2929
"@types/react-dom": "^19.0.0",
30-
"@vitejs/plugin-react": "^5.0.0",
30+
"@vitejs/plugin-react": "^6.0.0",
3131
"concurrently": "^9.1.2",
3232
"drizzle-kit": "^0.31.0",
3333
"typescript": "^5.8.3",
34-
"vite": "^7.0.0"
34+
"vite": "^8.0.0"
3535
}
3636
}

example/simple/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replace github.com/aperturerobotics/goscript => ../../
66

77
require (
88
github.com/aperturerobotics/goscript v0.0.62-0.20260111070024-969f9456831b
9-
github.com/sirupsen/logrus v1.9.5-0.20260226151524-34027eac4204
9+
github.com/sirupsen/logrus v1.9.5-0.20260309202648-9f0600962f75
1010
)
1111

1212
require (

example/simple/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
1212
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
1313
github.com/sirupsen/logrus v1.9.5-0.20260226151524-34027eac4204 h1:YnveTg6h00DNa0rUaIImUk3icr3BIMedAbJparp1bVM=
1414
github.com/sirupsen/logrus v1.9.5-0.20260226151524-34027eac4204/go.mod h1:FXZFonkDAnFozmO+5hGAFvB0Yg9/j2SIhA/QuIkP180=
15+
github.com/sirupsen/logrus v1.9.5-0.20260309202648-9f0600962f75 h1:JeSpp4dH/b6DwynjIVL8YDlOSNrEtfhhPajrT3CUUTI=
16+
github.com/sirupsen/logrus v1.9.5-0.20260309202648-9f0600962f75/go.mod h1:FXZFonkDAnFozmO+5hGAFvB0Yg9/j2SIhA/QuIkP180=
1517
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
1618
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
1719
github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 h1:FnBeRrxr7OU4VvAzt5X7s6266i6cSVkkFPS0TuXWbIg=

go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ module github.com/aperturerobotics/goscript
33
go 1.25.3
44

55
require (
6-
github.com/aperturerobotics/cli v1.0.1
7-
github.com/aperturerobotics/protobuf-go-lite v0.11.0
8-
github.com/aperturerobotics/util v1.32.0
6+
github.com/aperturerobotics/cli v1.1.0
7+
github.com/aperturerobotics/protobuf-go-lite v0.12.2
8+
github.com/aperturerobotics/util v1.32.5
99
github.com/pkg/errors v0.9.1
10-
github.com/sirupsen/logrus v1.9.5-0.20260226151524-34027eac4204
11-
golang.org/x/mod v0.32.0
12-
golang.org/x/tools v0.41.0
10+
github.com/sirupsen/logrus v1.9.5-0.20260309202648-9f0600962f75
11+
golang.org/x/mod v0.34.0
12+
golang.org/x/tools v0.43.0
1313
)
1414

1515
require (
16-
github.com/aperturerobotics/common v0.24.0 // indirect
17-
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20240713111131-be6bf89c3008 // indirect
16+
github.com/aperturerobotics/common v0.32.0 // indirect
17+
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20251104042408-0c9eb8a3f726 // indirect
1818
github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 // indirect
19-
golang.org/x/sync v0.19.0 // indirect
20-
golang.org/x/sys v0.40.0 // indirect
19+
golang.org/x/sync v0.20.0 // indirect
20+
golang.org/x/sys v0.42.0 // indirect
2121
)

0 commit comments

Comments
 (0)