Skip to content

Commit e20c926

Browse files
committed
Merge branch 'main' into chore/gitignore-msw-worker
2 parents c0242a4 + 139918d commit e20c926

32 files changed

Lines changed: 3423 additions & 807 deletions

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
echo "node=$(grep -E '^node\s*=' mise.toml | sed 's/.*=\s*"\(.*\)"/\1/')" >> "$GITHUB_OUTPUT"
1818
1919
- name: Install pnpm
20-
uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6
20+
uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53 # v6
2121

2222
- name: Setup Node.js
2323
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- **TanStack Query** with queryOptions helper
88
- **React Hook Form + Zod v4** with @hookform/resolvers
99
- **UI**: @radix-ui primitives, tailwind-variants, tailwind-merge
10-
- **Utilities**: es-toolkit (lodash alternative)
10+
- **Utilities**: custom debounce (`src/utils/debounce`)
1111
- **nuqs** for URL state management (NuqsAdapter in RootProvider)
1212
- **OxC** (Oxlint + Oxfmt) for linting and formatting
1313
- jsPlugins: @tanstack/eslint-plugin-query, eslint-plugin-react-hooks

mise.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tools]
22
actionlint = "1.7.12"
3-
node = "24.14.1"
3+
node = "24.15.0"
44
pnpm = "10.33.0"
5-
zizmor = "1.24.1"
5+
"aqua:zizmorcore/zizmor" = "1.24.1"

oxlint.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ export default defineConfig({
9393
"jsdoc/require-param-type": "off",
9494
"jsdoc/require-returns": "off",
9595
"jsdoc/require-returns-description": "off",
96+
"jsdoc/require-returns-type": "off",
9697

9798
// ── eslint-plugin-node (built-in) ──
9899
"node/no-process-env": "off",
@@ -158,7 +159,6 @@ export default defineConfig({
158159
"@tanstack/query/stable-query-client": "error",
159160

160161
// ── react-compiler-rules (jsPlugin: eslint-plugin-react-hooks) ──
161-
"react-compiler-rules/automatic-effect-dependencies": "error",
162162
"react-compiler-rules/capitalized-calls": "error",
163163
"react-compiler-rules/component-hook-factories": "error",
164164
"react-compiler-rules/config": "error",

package.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
"@radix-ui/react-slot": "1.2.4",
3535
"@tanstack/react-query": "5.99.0",
3636
"@tanstack/react-query-devtools": "5.99.0",
37-
"es-toolkit": "1.45.1",
38-
"next": "16.2.3",
37+
"next": "16.2.4",
3938
"nuqs": "2.8.9",
4039
"react": "19.2.5",
4140
"react-dom": "19.2.5",
@@ -47,8 +46,10 @@
4746
"zod": "4.3.6"
4847
},
4948
"devDependencies": {
49+
"@babel/core": "7.29.0",
5050
"@faker-js/faker": "10.4.0",
51-
"@next/env": "16.2.3",
51+
"@next/env": "16.2.4",
52+
"@rolldown/plugin-babel": "0.2.3",
5253
"@storybook/addon-a11y": "10.3.5",
5354
"@storybook/addon-docs": "10.3.5",
5455
"@storybook/addon-mcp": "0.6.0",
@@ -59,36 +60,37 @@
5960
"@testing-library/jest-dom": "6.9.1",
6061
"@testing-library/react": "16.3.2",
6162
"@testing-library/user-event": "14.6.1",
63+
"@types/babel__core": "7.20.5",
6264
"@types/node": "24.12.2",
6365
"@types/react": "19.2.14",
6466
"@types/react-dom": "19.2.3",
6567
"@vitejs/plugin-react": "6.0.1",
6668
"@vitest/browser-playwright": "4.1.4",
6769
"@vitest/coverage-v8": "4.1.4",
68-
"axe-core": "4.11.2",
70+
"axe-core": "4.11.3",
6971
"babel-plugin-react-compiler": "1.0.0",
70-
"eslint": "10.2.0",
71-
"eslint-plugin-react-hooks": "7.0.1",
72+
"eslint": "10.2.1",
73+
"eslint-plugin-react-hooks": "7.1.1",
7274
"eslint-plugin-storybook": "10.3.5",
7375
"happy-dom": "20.9.0",
7476
"jest-extended": "7.0.0",
7577
"knip": "6.4.1",
76-
"msw": "2.13.2",
78+
"msw": "2.13.4",
7779
"msw-auto-mock": "0.32.0",
7880
"msw-storybook-addon": "2.0.7",
7981
"oxfmt": "0.45.0",
8082
"oxlint": "1.60.0",
81-
"oxlint-tsgolint": "0.21.0",
83+
"oxlint-tsgolint": "0.21.1",
8284
"playwright": "1.59.1",
8385
"remark-gfm": "4.0.1",
8486
"storybook": "10.3.5",
8587
"tailwindcss": "4.2.2",
86-
"typescript": "6.0.2",
88+
"typescript": "6.0.3",
8789
"vite": "8.0.8",
8890
"vitest": "4.1.4"
8991
},
9092
"engines": {
91-
"node": "24.14.1"
93+
"node": "24.15.0"
9294
},
9395
"packageManager": "[email protected]",
9496
"pnpm": {

0 commit comments

Comments
 (0)