Skip to content

Commit

Permalink
chore: updates deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Sep 1, 2024
1 parent c81ff6f commit 9d9b632
Show file tree
Hide file tree
Showing 35 changed files with 146 additions and 263 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To contribute to this project, follow these steps:
### Prerequisites

```shell
bun: ">=1.1.12"
bun: ">=1.1.26"
```

### Setting up your local repo
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"ajv": "^8.17.1",
"mintlify": "^4.0.185"
"mintlify": "^4.0.217"
},
"volta": {
"extends": "../../package.json"
Expand Down
8 changes: 0 additions & 8 deletions apps/marketing/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,4 @@ export default defineConfig(
...configs.base,
...configs.react,
...configs.playwright,
{
languageOptions: {
parserOptions: {
project: true,
tsconfigRootDir: import.meta.dirname,
},
},
},
)
26 changes: 13 additions & 13 deletions apps/marketing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,30 +21,30 @@
"@orbitkit/assets": "workspace:^",
"@orbitkit/env": "workspace:^",
"@orbitkit/ui": "workspace:^",
"@t3-oss/env-core": "^0.10.1",
"@total-typescript/ts-reset": "^0.5.1",
"astro": "^4.11.5",
"posthog-js": "^1.148.0",
"@t3-oss/env-core": "^0.11.1",
"@total-typescript/ts-reset": "^0.6.0",
"astro": "^4.15.1",
"posthog-js": "^1.160.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@astrojs/check": "^0.8.2",
"@astrojs/mdx": "^3.1.2",
"@astrojs/react": "^3.6.0",
"@astrojs/check": "^0.9.3",
"@astrojs/mdx": "^3.1.5",
"@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@orbitkit/eslint": "workspace:^",
"@orbitkit/tailwind": "workspace:^",
"@orbitkit/tsconfig": "workspace:^",
"@playwright/test": "^1.45.2",
"@sentry/astro": "^8.18.0",
"@types/react": "^18.3.3",
"@playwright/test": "^1.46.1",
"@sentry/astro": "^8.27.0",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"dotenv": "^16.4.5",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6"
"postcss": "^8.4.42",
"tailwindcss": "^3.4.10"
}
}
8 changes: 0 additions & 8 deletions apps/web/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,4 @@ export default defineConfig(
...configs.base,
...configs.next,
...configs.playwright,
{
languageOptions: {
parserOptions: {
project: true,
tsconfigRootDir: import.meta.dirname,
},
},
},
)
28 changes: 14 additions & 14 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
"@orbitkit/env": "workspace:^",
"@orbitkit/ui": "workspace:^",
"@orbitkit/utils": "workspace:^",
"@sentry/nextjs": "^8.18.0",
"@t3-oss/env-nextjs": "^0.10.1",
"@tanstack/react-query": "^5.51.4",
"@total-typescript/ts-reset": "^0.5.1",
"@sentry/nextjs": "^8.27.0",
"@t3-oss/env-nextjs": "^0.11.1",
"@tanstack/react-query": "^5.53.1",
"@total-typescript/ts-reset": "^0.6.0",
"@trpc/client": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"@unkey/ratelimit": "^0.3.1",
"@unkey/ratelimit": "^0.4.4",
"@uploadthing/react": "^6.7.2",
"geist": "^1.3.1",
"next": "14.2.5",
"next": "14.2.7",
"next-themes": "^0.3.0",
"posthog-js": "^1.148.0",
"posthog-node": "^4.0.1",
"posthog-js": "^1.160.0",
"posthog-node": "^4.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"server-only": "^0.0.1",
Expand All @@ -44,17 +44,17 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.2.5",
"@next/bundle-analyzer": "^14.2.7",
"@orbitkit/eslint": "workspace:^",
"@orbitkit/tailwind": "workspace:^",
"@orbitkit/tsconfig": "workspace:^",
"@playwright/test": "^1.45.2",
"@types/react": "^18.3.3",
"@playwright/test": "^1.46.1",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"dotenv": "^16.4.5",
"jiti": "^1.21.6",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6"
"postcss": "^8.4.42",
"tailwindcss": "^3.4.10"
}
}
Binary file modified bun.lockb
Binary file not shown.
9 changes: 0 additions & 9 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,4 @@ export default defineConfig(
},

...configs.base,

{
languageOptions: {
parserOptions: {
project: true,
tsconfigRootDir: import.meta.dirname,
},
},
},
)
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,31 +43,31 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cz-commitlint": "^19.2.0",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@commitlint/cz-commitlint": "^19.4.0",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@orbitkit/eslint": "workspace:^",
"@orbitkit/tsconfig": "workspace:^",
"@playwright/test": "^1.45.2",
"@playwright/test": "^1.46.1",
"@types/bun": "latest",
"@types/eslint": "^8.56.10",
"@types/node": "^20.14.11",
"@types/yargs": "^17.0.32",
"@types/eslint": "^9.6.1",
"@types/node": "^22.5.2",
"@types/yargs": "^17.0.33",
"commitizen": "^4.3.0",
"cspell": "^8.11.0",
"eslint": "^9.7.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"markdownlint": "^0.34.0",
"cspell": "^8.14.2",
"eslint": "^9.9.1",
"husky": "^9.1.5",
"lint-staged": "^15.2.10",
"markdownlint": "^0.35.0",
"markdownlint-cli": "^0.41.0",
"pkg-types": "^1.1.3",
"pkg-types": "^1.2.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-packagejson": "^2.5.1",
"turbo": "^2.0.7",
"typescript": "^5.5.3",
"prettier-plugin-packagejson": "^2.5.2",
"turbo": "^2.1.1",
"typescript": "^5.5.4",
"yargs": "^17.7.2"
},
"packageManager": "[email protected].12"
"packageManager": "[email protected].26"
}
13 changes: 1 addition & 12 deletions packages/api/eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
import { configs, defineConfig } from '@orbitkit/eslint'

export default defineConfig(
...configs.base,

{
languageOptions: {
parserOptions: {
project: true,
tsconfigRootDir: import.meta.dirname,
},
},
},
)
export default defineConfig(...configs.base)
13 changes: 1 addition & 12 deletions packages/auth/eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
import { configs, defineConfig } from '@orbitkit/eslint'

export default defineConfig(
...configs.base,

{
languageOptions: {
parserOptions: {
project: true,
tsconfigRootDir: import.meta.dirname,
},
},
},
)
export default defineConfig(...configs.base)
6 changes: 3 additions & 3 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"typecheck": "tsc"
},
"dependencies": {
"@lucia-auth/adapter-drizzle": "^1.0.7",
"@lucia-auth/adapter-drizzle": "^1.1.0",
"@orbitkit/db": "workspace:^",
"@orbitkit/env": "workspace:^",
"@orbitkit/utils": "workspace:^",
"arctic": "^1.9.2",
"lucia": "^3.2.0",
"next": "14.2.5",
"next": "14.2.7",
"oslo": "^1.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -48,7 +48,7 @@
"devDependencies": {
"@orbitkit/eslint": "workspace:^",
"@orbitkit/tsconfig": "workspace:^",
"@types/react": "^18.3.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0"
}
}
10 changes: 5 additions & 5 deletions packages/config/eslint/eslint-types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ declare module '@eslint/eslintrc' {
resolvePluginsRelativeTo: string
})

extends(extendsValue: string): Linter.FlatConfig & {
[Symbol.iterator]: () => IterableIterator<Linter.FlatConfig>
extends(extendsValue: string): Linter.Config & {
[Symbol.iterator]: () => IterableIterator<Linter.Config>
}

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

export const fixupConfigRules: (
config: string | Linter.FlatConfig,
config: string | Linter.Config,
) => ConfigWithExtends[]
}

Expand Down
13 changes: 1 addition & 12 deletions packages/config/eslint/eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
import { configs, defineConfig } from '@orbitkit/eslint'

export default defineConfig(
...configs.base,

{
languageOptions: {
parserOptions: {
project: true,
tsconfigRootDir: import.meta.dirname,
},
},
},
)
export default defineConfig(...configs.base)
18 changes: 9 additions & 9 deletions packages/config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,28 @@
"typecheck": "tsc"
},
"dependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.7.0",
"@eslint/js": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^48.7.0",
"eslint-plugin-jsdoc": "^50.2.2",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-playwright": "^1.6.2",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-tailwindcss": "^3.17.4",
"eslint-plugin-turbo": "^2.0.7",
"globals": "^15.8.0",
"typescript-eslint": "^7.16.1"
"eslint-plugin-turbo": "^2.1.1",
"globals": "^15.9.0",
"typescript-eslint": "^8.3.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.5",
"@next/eslint-plugin-next": "^14.2.7",
"@orbitkit/tsconfig": "workspace:^",
"@types/eslint-config-prettier": "^6.11.3",
"@typescript-eslint/utils": "^7.16.1",
"@typescript-eslint/utils": "^8.3.0",
"eslint-plugin-storybook": "^0.8.0"
}
}
3 changes: 3 additions & 0 deletions packages/config/eslint/src/configs/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ export const base = defineConfig(
reportUnusedDisableDirectives: true,
},
languageOptions: {
parserOptions: {
projectService: true,
},
globals: {
...globals.browser,
...globals.node,
Expand Down
8 changes: 0 additions & 8 deletions packages/config/storybook/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,4 @@ export default defineConfig(
...configs.base,
...configs.react,
...configs.storybook,
{
languageOptions: {
parserOptions: {
project: true,
tsconfigRootDir: import.meta.dirname,
},
},
},
)
Loading

0 comments on commit 9d9b632

Please sign in to comment.