Skip to content

Commit 9d9b632

Browse files
committed
chore: updates deps
1 parent c81ff6f commit 9d9b632

35 files changed

+146
-263
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To contribute to this project, follow these steps:
1818
### Prerequisites
1919

2020
```shell
21-
bun: ">=1.1.12"
21+
bun: ">=1.1.26"
2222
```
2323

2424
### Setting up your local repo

apps/docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"ajv": "^8.17.1",
14-
"mintlify": "^4.0.185"
14+
"mintlify": "^4.0.217"
1515
},
1616
"volta": {
1717
"extends": "../../package.json"

apps/marketing/eslint.config.js

-8
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,4 @@ export default defineConfig(
44
...configs.base,
55
...configs.react,
66
...configs.playwright,
7-
{
8-
languageOptions: {
9-
parserOptions: {
10-
project: true,
11-
tsconfigRootDir: import.meta.dirname,
12-
},
13-
},
14-
},
157
)

apps/marketing/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -21,30 +21,30 @@
2121
"@orbitkit/assets": "workspace:^",
2222
"@orbitkit/env": "workspace:^",
2323
"@orbitkit/ui": "workspace:^",
24-
"@t3-oss/env-core": "^0.10.1",
25-
"@total-typescript/ts-reset": "^0.5.1",
26-
"astro": "^4.11.5",
27-
"posthog-js": "^1.148.0",
24+
"@t3-oss/env-core": "^0.11.1",
25+
"@total-typescript/ts-reset": "^0.6.0",
26+
"astro": "^4.15.1",
27+
"posthog-js": "^1.160.0",
2828
"react": "^18.3.1",
2929
"react-dom": "^18.3.1",
3030
"zod": "^3.23.8"
3131
},
3232
"devDependencies": {
33-
"@astrojs/check": "^0.8.2",
34-
"@astrojs/mdx": "^3.1.2",
35-
"@astrojs/react": "^3.6.0",
33+
"@astrojs/check": "^0.9.3",
34+
"@astrojs/mdx": "^3.1.5",
35+
"@astrojs/react": "^3.6.2",
3636
"@astrojs/sitemap": "^3.1.6",
3737
"@astrojs/tailwind": "^5.1.0",
3838
"@orbitkit/eslint": "workspace:^",
3939
"@orbitkit/tailwind": "workspace:^",
4040
"@orbitkit/tsconfig": "workspace:^",
41-
"@playwright/test": "^1.45.2",
42-
"@sentry/astro": "^8.18.0",
43-
"@types/react": "^18.3.3",
41+
"@playwright/test": "^1.46.1",
42+
"@sentry/astro": "^8.27.0",
43+
"@types/react": "^18.3.5",
4444
"@types/react-dom": "^18.3.0",
45-
"autoprefixer": "^10.4.19",
45+
"autoprefixer": "^10.4.20",
4646
"dotenv": "^16.4.5",
47-
"postcss": "^8.4.39",
48-
"tailwindcss": "^3.4.6"
47+
"postcss": "^8.4.42",
48+
"tailwindcss": "^3.4.10"
4949
}
5050
}

apps/web/eslint.config.js

-8
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,4 @@ export default defineConfig(
44
...configs.base,
55
...configs.next,
66
...configs.playwright,
7-
{
8-
languageOptions: {
9-
parserOptions: {
10-
project: true,
11-
tsconfigRootDir: import.meta.dirname,
12-
},
13-
},
14-
},
157
)

apps/web/package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@
2222
"@orbitkit/env": "workspace:^",
2323
"@orbitkit/ui": "workspace:^",
2424
"@orbitkit/utils": "workspace:^",
25-
"@sentry/nextjs": "^8.18.0",
26-
"@t3-oss/env-nextjs": "^0.10.1",
27-
"@tanstack/react-query": "^5.51.4",
28-
"@total-typescript/ts-reset": "^0.5.1",
25+
"@sentry/nextjs": "^8.27.0",
26+
"@t3-oss/env-nextjs": "^0.11.1",
27+
"@tanstack/react-query": "^5.53.1",
28+
"@total-typescript/ts-reset": "^0.6.0",
2929
"@trpc/client": "next",
3030
"@trpc/react-query": "next",
3131
"@trpc/server": "next",
32-
"@unkey/ratelimit": "^0.3.1",
32+
"@unkey/ratelimit": "^0.4.4",
3333
"@uploadthing/react": "^6.7.2",
3434
"geist": "^1.3.1",
35-
"next": "14.2.5",
35+
"next": "14.2.7",
3636
"next-themes": "^0.3.0",
37-
"posthog-js": "^1.148.0",
38-
"posthog-node": "^4.0.1",
37+
"posthog-js": "^1.160.0",
38+
"posthog-node": "^4.2.0",
3939
"react": "^18.3.1",
4040
"react-dom": "^18.3.1",
4141
"server-only": "^0.0.1",
@@ -44,17 +44,17 @@
4444
"zod": "^3.23.8"
4545
},
4646
"devDependencies": {
47-
"@next/bundle-analyzer": "^14.2.5",
47+
"@next/bundle-analyzer": "^14.2.7",
4848
"@orbitkit/eslint": "workspace:^",
4949
"@orbitkit/tailwind": "workspace:^",
5050
"@orbitkit/tsconfig": "workspace:^",
51-
"@playwright/test": "^1.45.2",
52-
"@types/react": "^18.3.3",
51+
"@playwright/test": "^1.46.1",
52+
"@types/react": "^18.3.5",
5353
"@types/react-dom": "^18.3.0",
54-
"autoprefixer": "^10.4.19",
54+
"autoprefixer": "^10.4.20",
5555
"dotenv": "^16.4.5",
5656
"jiti": "^1.21.6",
57-
"postcss": "^8.4.39",
58-
"tailwindcss": "^3.4.6"
57+
"postcss": "^8.4.42",
58+
"tailwindcss": "^3.4.10"
5959
}
6060
}

bun.lockb

52.1 KB
Binary file not shown.

eslint.config.js

-9
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,4 @@ export default defineConfig(
66
},
77

88
...configs.base,
9-
10-
{
11-
languageOptions: {
12-
parserOptions: {
13-
project: true,
14-
tsconfigRootDir: import.meta.dirname,
15-
},
16-
},
17-
},
189
)

package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -43,31 +43,31 @@
4343
},
4444
"devDependencies": {
4545
"@changesets/cli": "^2.27.7",
46-
"@commitlint/cli": "^19.3.0",
47-
"@commitlint/config-conventional": "^19.2.2",
48-
"@commitlint/cz-commitlint": "^19.2.0",
46+
"@commitlint/cli": "^19.4.1",
47+
"@commitlint/config-conventional": "^19.4.1",
48+
"@commitlint/cz-commitlint": "^19.4.0",
4949
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
5050
"@orbitkit/eslint": "workspace:^",
5151
"@orbitkit/tsconfig": "workspace:^",
52-
"@playwright/test": "^1.45.2",
52+
"@playwright/test": "^1.46.1",
5353
"@types/bun": "latest",
54-
"@types/eslint": "^8.56.10",
55-
"@types/node": "^20.14.11",
56-
"@types/yargs": "^17.0.32",
54+
"@types/eslint": "^9.6.1",
55+
"@types/node": "^22.5.2",
56+
"@types/yargs": "^17.0.33",
5757
"commitizen": "^4.3.0",
58-
"cspell": "^8.11.0",
59-
"eslint": "^9.7.0",
60-
"husky": "^9.0.11",
61-
"lint-staged": "^15.2.7",
62-
"markdownlint": "^0.34.0",
58+
"cspell": "^8.14.2",
59+
"eslint": "^9.9.1",
60+
"husky": "^9.1.5",
61+
"lint-staged": "^15.2.10",
62+
"markdownlint": "^0.35.0",
6363
"markdownlint-cli": "^0.41.0",
64-
"pkg-types": "^1.1.3",
64+
"pkg-types": "^1.2.0",
6565
"prettier": "^3.3.3",
6666
"prettier-plugin-astro": "^0.14.1",
67-
"prettier-plugin-packagejson": "^2.5.1",
68-
"turbo": "^2.0.7",
69-
"typescript": "^5.5.3",
67+
"prettier-plugin-packagejson": "^2.5.2",
68+
"turbo": "^2.1.1",
69+
"typescript": "^5.5.4",
7070
"yargs": "^17.7.2"
7171
},
72-
"packageManager": "bun@1.1.12"
72+
"packageManager": "bun@1.1.26"
7373
}

packages/api/eslint.config.js

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
11
import { configs, defineConfig } from '@orbitkit/eslint'
22

3-
export default defineConfig(
4-
...configs.base,
5-
6-
{
7-
languageOptions: {
8-
parserOptions: {
9-
project: true,
10-
tsconfigRootDir: import.meta.dirname,
11-
},
12-
},
13-
},
14-
)
3+
export default defineConfig(...configs.base)

packages/auth/eslint.config.js

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
11
import { configs, defineConfig } from '@orbitkit/eslint'
22

3-
export default defineConfig(
4-
...configs.base,
5-
6-
{
7-
languageOptions: {
8-
parserOptions: {
9-
project: true,
10-
tsconfigRootDir: import.meta.dirname,
11-
},
12-
},
13-
},
14-
)
3+
export default defineConfig(...configs.base)

packages/auth/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
"typecheck": "tsc"
3434
},
3535
"dependencies": {
36-
"@lucia-auth/adapter-drizzle": "^1.0.7",
36+
"@lucia-auth/adapter-drizzle": "^1.1.0",
3737
"@orbitkit/db": "workspace:^",
3838
"@orbitkit/env": "workspace:^",
3939
"@orbitkit/utils": "workspace:^",
4040
"arctic": "^1.9.2",
4141
"lucia": "^3.2.0",
42-
"next": "14.2.5",
42+
"next": "14.2.7",
4343
"oslo": "^1.2.1",
4444
"react": "^18.3.1",
4545
"react-dom": "^18.3.1",
@@ -48,7 +48,7 @@
4848
"devDependencies": {
4949
"@orbitkit/eslint": "workspace:^",
5050
"@orbitkit/tsconfig": "workspace:^",
51-
"@types/react": "^18.3.3",
51+
"@types/react": "^18.3.5",
5252
"@types/react-dom": "^18.3.0"
5353
}
5454
}

packages/config/eslint/eslint-types.d.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ declare module '@eslint/eslintrc' {
3333
resolvePluginsRelativeTo: string
3434
})
3535

36-
extends(extendsValue: string): Linter.FlatConfig & {
37-
[Symbol.iterator]: () => IterableIterator<Linter.FlatConfig>
36+
extends(extendsValue: string): Linter.Config & {
37+
[Symbol.iterator]: () => IterableIterator<Linter.Config>
3838
}
3939

40-
config(config: Linter.Config): Linter.FlatConfig & {
41-
[Symbol.iterator]: () => IterableIterator<Linter.FlatConfig>
40+
config(config: Linter.Config): Linter.Config & {
41+
[Symbol.iterator]: () => IterableIterator<Linter.Config>
4242
}
4343
}
4444
}
@@ -48,7 +48,7 @@ declare module '@eslint/compat' {
4848
import type { ConfigWithExtends } from 'typescript-eslint'
4949

5050
export const fixupConfigRules: (
51-
config: string | Linter.FlatConfig,
51+
config: string | Linter.Config,
5252
) => ConfigWithExtends[]
5353
}
5454

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
11
import { configs, defineConfig } from '@orbitkit/eslint'
22

3-
export default defineConfig(
4-
...configs.base,
5-
6-
{
7-
languageOptions: {
8-
parserOptions: {
9-
project: true,
10-
tsconfigRootDir: import.meta.dirname,
11-
},
12-
},
13-
},
14-
)
3+
export default defineConfig(...configs.base)

packages/config/eslint/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,28 @@
1818
"typecheck": "tsc"
1919
},
2020
"dependencies": {
21-
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
21+
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
2222
"@eslint/compat": "^1.1.1",
2323
"@eslint/eslintrc": "^3.1.0",
24-
"@eslint/js": "^9.7.0",
24+
"@eslint/js": "^9.9.1",
2525
"eslint-config-prettier": "^9.1.0",
26-
"eslint-plugin-jsdoc": "^48.7.0",
26+
"eslint-plugin-jsdoc": "^50.2.2",
2727
"eslint-plugin-jsx-a11y": "^6.9.0",
2828
"eslint-plugin-playwright": "^1.6.2",
29-
"eslint-plugin-react": "^7.34.4",
29+
"eslint-plugin-react": "^7.35.0",
3030
"eslint-plugin-react-hooks": "^4.6.2",
3131
"eslint-plugin-regexp": "^2.6.0",
3232
"eslint-plugin-security": "^3.0.1",
3333
"eslint-plugin-tailwindcss": "^3.17.4",
34-
"eslint-plugin-turbo": "^2.0.7",
35-
"globals": "^15.8.0",
36-
"typescript-eslint": "^7.16.1"
34+
"eslint-plugin-turbo": "^2.1.1",
35+
"globals": "^15.9.0",
36+
"typescript-eslint": "^8.3.0"
3737
},
3838
"devDependencies": {
39-
"@next/eslint-plugin-next": "^14.2.5",
39+
"@next/eslint-plugin-next": "^14.2.7",
4040
"@orbitkit/tsconfig": "workspace:^",
4141
"@types/eslint-config-prettier": "^6.11.3",
42-
"@typescript-eslint/utils": "^7.16.1",
42+
"@typescript-eslint/utils": "^8.3.0",
4343
"eslint-plugin-storybook": "^0.8.0"
4444
}
4545
}

packages/config/eslint/src/configs/base.js

+3
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ export const base = defineConfig(
5555
reportUnusedDisableDirectives: true,
5656
},
5757
languageOptions: {
58+
parserOptions: {
59+
projectService: true,
60+
},
5861
globals: {
5962
...globals.browser,
6063
...globals.node,

packages/config/storybook/eslint.config.js

-8
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,4 @@ export default defineConfig(
44
...configs.base,
55
...configs.react,
66
...configs.storybook,
7-
{
8-
languageOptions: {
9-
parserOptions: {
10-
project: true,
11-
tsconfigRootDir: import.meta.dirname,
12-
},
13-
},
14-
},
157
)

0 commit comments

Comments
 (0)