Skip to content

Commit e4f6c3f

Browse files
committed
Merge branch 'main' into
dependabot/go_modules/github.com/charmbracelet/huh-1.0.0
1 parent 7a772b3 commit e4f6c3f

36 files changed

Lines changed: 2498 additions & 1816 deletions

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4
18-
with:
19-
ref: nightly
2018

2119
- name: Generate metadata
2220
id: metadata

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Site builder
2-
FROM oven/bun:1.3.10-alpine AS frontend-builder
2+
FROM oven/bun:1.3.11-alpine AS frontend-builder
33

44
WORKDIR /frontend
55

Dockerfile.distroless

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Site builder
2-
FROM oven/bun:1.3.10-alpine AS frontend-builder
2+
FROM oven/bun:1.3.11-alpine AS frontend-builder
33

44
WORKDIR /frontend
55

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ BIN_NAME := tinyauth-$(GOARCH)
1313
DEV_COMPOSE := $(shell test -f "docker-compose.test.yml" && echo "docker-compose.test.yml" || echo "docker-compose.dev.yml" )
1414
PROD_COMPOSE := $(shell test -f "docker-compose.test.prod.yml" && echo "docker-compose.test.prod.yml" || echo "docker-compose.example.yml" )
1515

16+
.DEFAULT_GOAL := binary
17+
1618
# Deps
1719
deps:
1820
bun install --cwd frontend

frontend/bun.lock

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

frontend/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"@radix-ui/react-select": "^2.2.6",
1818
"@radix-ui/react-separator": "^1.1.8",
1919
"@radix-ui/react-slot": "^1.2.4",
20-
"@tailwindcss/vite": "^4.2.1",
21-
"@tanstack/react-query": "^5.90.21",
22-
"axios": "^1.13.6",
20+
"@tailwindcss/vite": "^4.2.2",
21+
"@tanstack/react-query": "^5.95.2",
22+
"axios": "^1.14.0",
2323
"class-variance-authority": "^0.7.1",
2424
"clsx": "^2.1.1",
25-
"i18next": "^25.8.18",
25+
"i18next": "^26.0.2",
2626
"i18next-browser-languagedetector": "^8.2.1",
2727
"i18next-resources-to-backend": "^1.2.1",
2828
"input-otp": "^1.4.2",
@@ -31,31 +31,31 @@
3131
"radix-ui": "^1.4.3",
3232
"react": "^19.2.4",
3333
"react-dom": "^19.2.4",
34-
"react-hook-form": "^7.71.2",
35-
"react-i18next": "^16.5.8",
34+
"react-hook-form": "^7.72.0",
35+
"react-i18next": "^17.0.1",
3636
"react-markdown": "^10.1.0",
37-
"react-router": "^7.13.1",
37+
"react-router": "^7.13.2",
3838
"sonner": "^2.0.7",
3939
"tailwind-merge": "^3.5.0",
40-
"tailwindcss": "^4.2.1",
40+
"tailwindcss": "^4.2.2",
4141
"zod": "^4.3.6"
4242
},
4343
"devDependencies": {
4444
"@eslint/js": "^10.0.1",
45-
"@tanstack/eslint-plugin-query": "^5.91.4",
46-
"@types/node": "^25.4.0",
45+
"@tanstack/eslint-plugin-query": "^5.95.2",
46+
"@types/node": "^25.5.0",
4747
"@types/react": "^19.2.14",
4848
"@types/react-dom": "^19.2.3",
49-
"@vitejs/plugin-react": "^5.1.4",
50-
"eslint": "^10.0.3",
49+
"@vitejs/plugin-react": "^6.0.1",
50+
"eslint": "^10.1.0",
5151
"eslint-plugin-react-hooks": "^7.0.1",
5252
"eslint-plugin-react-refresh": "^0.5.2",
5353
"globals": "^17.4.0",
5454
"prettier": "3.8.1",
5555
"rollup-plugin-visualizer": "^7.0.1",
5656
"tw-animate-css": "^1.4.0",
57-
"typescript": "~5.9.3",
58-
"typescript-eslint": "^8.57.0",
59-
"vite": "^7.3.1"
57+
"typescript": "~6.0.2",
58+
"typescript-eslint": "^8.57.2",
59+
"vite": "^8.0.3"
6060
}
6161
}

frontend/tsconfig.app.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"compilerOptions": {
33
// Resolve paths
4-
"baseUrl": ".",
54
"paths": {
6-
"@/*": ["./src/*"]
5+
"@/*": ["./src/*"],
76
},
87

98
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
@@ -26,7 +25,7 @@
2625
"noUnusedLocals": true,
2726
"noUnusedParameters": true,
2827
"noFallthroughCasesInSwitch": true,
29-
"noUncheckedSideEffectImports": true
28+
"noUncheckedSideEffectImports": true,
3029
},
31-
"include": ["src"]
30+
"include": ["src"],
3231
}

frontend/tsconfig.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
"files": [],
33
"references": [
44
{ "path": "./tsconfig.app.json" },
5-
{ "path": "./tsconfig.node.json" }
5+
{ "path": "./tsconfig.node.json" },
66
],
77
"compilerOptions": {
8-
"baseUrl": ".",
98
"paths": {
10-
"@/*": ["./src/*"]
11-
}
12-
}
9+
"@/*": ["./src/*"],
10+
},
11+
},
1312
}

frontend/vite.config.ts

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,23 @@ export default defineConfig({
1313
},
1414
},
1515
build: {
16-
rollupOptions: {
16+
rolldownOptions: {
1717
output: {
18-
manualChunks: {
19-
ui: [
20-
"@radix-ui/react-dropdown-menu",
21-
"@radix-ui/react-label",
22-
"@radix-ui/react-select",
23-
"@radix-ui/react-separator",
24-
"@radix-ui/react-slot",
25-
"input-otp",
26-
"tailwindcss",
27-
"tailwind-merge",
28-
"sonner",
29-
"lucide-react",
18+
codeSplitting: {
19+
groups: [
20+
{
21+
name: "ui",
22+
test: "@radix-ui|input-otp|tailwindcss|tailwind-merge|sonner|lucide-react",
23+
},
24+
{
25+
name: "i18n",
26+
test: "i18next|i18next-browser-languagedetector|i18next-resources-to-backend",
27+
},
28+
{
29+
name: "util",
30+
test: "zod|axios|react-hook-form",
31+
},
3032
],
31-
i18n: [
32-
"i18next",
33-
"i18next-browser-languagedetector",
34-
"i18next-resources-to-backend",
35-
],
36-
util: ["zod", "axios", "react-hook-form"],
3733
},
3834
},
3935
},

go.mod

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,28 @@ require (
1010
github.com/docker/docker v28.5.2+incompatible
1111
github.com/gin-gonic/gin v1.12.0
1212
github.com/go-jose/go-jose/v4 v4.1.3
13-
github.com/go-ldap/ldap/v3 v3.4.12
13+
github.com/go-ldap/ldap/v3 v3.4.13
1414
github.com/golang-migrate/migrate/v4 v4.19.1
1515
github.com/google/go-querystring v1.2.0
1616
github.com/google/uuid v1.6.0
1717
github.com/mdp/qrterminal/v3 v3.2.1
1818
github.com/pquerna/otp v1.5.0
19-
github.com/rs/zerolog v1.34.0
19+
github.com/rs/zerolog v1.35.0
20+
github.com/stretchr/testify v1.11.1
2021
github.com/traefik/paerser v0.2.2
2122
github.com/weppos/publicsuffix-go v0.50.3
2223
golang.org/x/crypto v0.49.0
2324
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546
2425
golang.org/x/oauth2 v0.36.0
2526
gotest.tools/v3 v3.5.2
26-
modernc.org/sqlite v1.46.1
27+
modernc.org/sqlite v1.48.0
2728
)
2829

2930
require (
3031
charm.land/bubbles/v2 v2.0.0 // indirect
3132
charm.land/bubbletea/v2 v2.0.2 // indirect
3233
charm.land/lipgloss/v2 v2.0.1 // indirect
33-
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
34+
github.com/Azure/go-ntlmssp v0.1.0 // indirect
3435
github.com/BurntSushi/toml v1.4.0 // indirect
3536
github.com/Masterminds/goutils v1.1.1 // indirect
3637
github.com/Masterminds/semver/v3 v3.2.1 // indirect
@@ -56,6 +57,7 @@ require (
5657
github.com/containerd/errdefs v1.0.0 // indirect
5758
github.com/containerd/errdefs/pkg v0.3.0 // indirect
5859
github.com/containerd/log v0.1.0 // indirect
60+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5961
github.com/distribution/reference v0.6.0 // indirect
6062
github.com/docker/go-connections v0.5.0 // indirect
6163
github.com/docker/go-units v0.5.0 // indirect
@@ -96,6 +98,7 @@ require (
9698
github.com/opencontainers/image-spec v1.1.0 // indirect
9799
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
98100
github.com/pkg/errors v0.9.1 // indirect
101+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
99102
github.com/quic-go/qpack v0.6.0 // indirect
100103
github.com/quic-go/quic-go v0.59.0 // indirect
101104
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
@@ -120,7 +123,7 @@ require (
120123
golang.org/x/text v0.35.0 // indirect
121124
google.golang.org/protobuf v1.36.10 // indirect
122125
gopkg.in/yaml.v3 v3.0.1 // indirect
123-
modernc.org/libc v1.67.6 // indirect
126+
modernc.org/libc v1.70.0 // indirect
124127
modernc.org/mathutil v1.7.1 // indirect
125128
modernc.org/memory v1.11.0 // indirect
126129
rsc.io/qr v0.2.0 // indirect

0 commit comments

Comments
 (0)