Skip to content

Commit bfaa121

Browse files
committed
feat: upgrade to trpc v11
1 parent 9c04399 commit bfaa121

File tree

8 files changed

+11700
-11336
lines changed

8 files changed

+11700
-11336
lines changed

docs/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"postinstall": "nuxt prepare"
1111
},
1212
"dependencies": {
13-
"@iconify-json/heroicons": "^1.1.21",
14-
"@iconify-json/simple-icons": "^1.1.101",
15-
"@nuxt/content": "^2.12.1",
16-
"@nuxt/fonts": "^0.7.0",
17-
"@nuxt/ui-pro": "^1.2.0",
18-
"nuxt": "^3.11.2"
13+
"@iconify-json/heroicons": "^1.2.0",
14+
"@iconify-json/simple-icons": "^1.2.1",
15+
"@nuxt/content": "^2.13.2",
16+
"@nuxt/fonts": "^0.7.2",
17+
"@nuxt/ui-pro": "^1.4.1",
18+
"nuxt": "^3.13.0"
1919
},
2020
"devDependencies": {
21-
"@nuxthq/studio": "^1.0.15"
21+
"@nuxthq/studio": "^2.0.3"
2222
}
2323
}

docs/pnpm-lock.yaml

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

eslint.config.js

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
// @ts-check
2-
import _eslintConfig from '@louishaftmann/eslint-config'
2+
import eslintConfig from '@louishaftmann/eslint-config'
33

4-
/** @type {import('eslint').Linter.FlatConfig} */
5-
const ignores = {
4+
export default eslintConfig({
5+
nuxt: false,
6+
tsconfigPath: './tsconfig.json',
7+
}).append({
68
ignores: [
79
'.prettierrc.cjs',
810
'.lintstagedrc.mjs',
@@ -15,13 +17,4 @@ const ignores = {
1517
'README.md/*.ts',
1618
'docs/',
1719
],
18-
}
19-
20-
export default (async () => {
21-
const eslintConfig = await _eslintConfig({
22-
nuxt: false,
23-
tsconfigPath: ['./tsconfig.json', './test/tsconfig.json', './docs/tsconfig.json'],
24-
})
25-
26-
return [...eslintConfig, ignores]
27-
})()
20+
})

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -39,33 +39,33 @@
3939
"vue": "^3.4.19"
4040
},
4141
"dependencies": {
42-
"@vueuse/core": "^10.9.0"
42+
"@vueuse/core": "^11.0.3"
4343
},
4444
"devDependencies": {
45-
"@commitlint/cli": "^19.2.2",
46-
"@eslint/eslintrc": "^3.0.2",
47-
"@louishaftmann/commitlint-config": "^3.1.1",
48-
"@louishaftmann/eslint-config": "^3.1.1",
49-
"@louishaftmann/lintstaged-config": "^3.1.1",
50-
"@louishaftmann/prettier-config": "^3.1.1",
51-
"@tanstack/vue-query": "^5.29.0",
52-
"@trpc/client": "^10.45.2",
53-
"@trpc/server": "^10.45.2",
54-
"@types/eslint": "^8.56.9",
55-
"@types/eslint__eslintrc": "^2.1.1",
56-
"@vitest/ui": "^1.5.0",
57-
"eslint": "^8.57.0",
58-
"happy-dom": "^14.10.1",
59-
"husky": "^9.0.11",
60-
"lint-staged": "^15.2.2",
61-
"prettier": "^3.2.5",
62-
"start-server-and-test": "^2.0.3",
63-
"tsup": "^8.0.2",
64-
"tsx": "^4.9.4",
65-
"typescript": "^5.4.5",
66-
"vitest": "^1.6.0",
67-
"vue": "^3.4.27",
68-
"vue-demi": "^0.14.7"
45+
"@commitlint/cli": "^19.4.1",
46+
"@eslint/eslintrc": "^3.1.0",
47+
"@louishaftmann/commitlint-config": "^4.0.3",
48+
"@louishaftmann/eslint-config": "^4.0.3",
49+
"@louishaftmann/lintstaged-config": "^4.0.3",
50+
"@louishaftmann/prettier-config": "^4.0.3",
51+
"@tanstack/vue-query": "^5.53.1",
52+
"@trpc/client": "11.0.0-rc.490",
53+
"@trpc/server": "11.0.0-rc.490",
54+
"@types/eslint": "^9.6.1",
55+
"@types/eslint__eslintrc": "^2.1.2",
56+
"@vitest/ui": "^2.0.5",
57+
"eslint": "^9.9.1",
58+
"happy-dom": "^15.7.2",
59+
"husky": "^9.1.5",
60+
"lint-staged": "^15.2.9",
61+
"prettier": "^3.3.3",
62+
"start-server-and-test": "^2.0.5",
63+
"tsup": "^8.2.4",
64+
"tsx": "^4.19.0",
65+
"typescript": "^5.5.4",
66+
"vitest": "^2.0.5",
67+
"vue": "^3.4.38",
68+
"vue-demi": "^0.14.10"
6969
},
7070
"changelogithub": {
7171
"extends": "gh:falcondev-it/configs/changelogithub"

0 commit comments

Comments
 (0)