Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump deps #158

Merged
merged 11 commits into from
Jul 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .changeset/sweet-peas-crash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'create-sheriff-config': patch
'eslint-config-sheriff': patch
'@sherifforg/constants': patch
'sheriff-webservices': patch
'@sherifforg/types': patch
'@sheriff/utils': patch
'docs-website': patch
'tsconfig': patch
---

chore(deps): bump
20 changes: 10 additions & 10 deletions apps/config-validation-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@
"validate-config": "eslint . --max-warnings=0 --cache --cache-location=node_modules/.cache/.eslintcache"
},
"dependencies": {
"astro": "^4.11.5",
"astro": "^4.12.2",
"lodash": "^4.17.21",
"next": "^14.0.4",
"playwright": "^1.40.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vitest": "^1.1.0"
"next": "^14.2.5",
"playwright": "^1.45.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vitest": "^2.0.3"
},
"devDependencies": {
"@storybook/react": "^7.6.6",
"@types/node": "^20.10.6",
"@types/react": "^18.2.37",
"@storybook/react": "^7.6.20",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.2.15",
"eslint": "^8.57.0",
"eslint-config-sheriff": "workspace:*",
"eslint-define-config": "^2.1.0",
"tsconfig": "workspace:*",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
}
}
30 changes: 15 additions & 15 deletions apps/docs-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,38 +18,38 @@
"clean": "pnpm clear && rm -rf .turbo dist"
},
"dependencies": {
"@docusaurus/core": "3.3.2",
"@docusaurus/preset-classic": "3.3.2",
"@docusaurus/remark-plugin-npm2yarn": "^3.3.2",
"@docusaurus/core": "3.4.0",
"@docusaurus/preset-classic": "3.4.0",
"@docusaurus/remark-plugin-npm2yarn": "^3.4.0",
"@mdx-js/react": "^3.0.1",
"@sherifforg/constants": "workspace:*",
"@tanstack/react-table": "^8.9.3",
"@tanstack/react-table": "^8.19.2",
"clsx": "^1.2.1",
"lodash-es": "^4.17.21",
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
"react": "^18.3.1",
"react-content-loader": "^6.2.1",
"react-debounce-input": "^3.3.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.2",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.1",
"react-select": "^5.7.4"
},
"devDependencies": {
"@docusaurus/eslint-plugin": "^3.3.2",
"@docusaurus/module-type-aliases": "3.3.2",
"@docusaurus/tsconfig": "^3.3.2",
"@docusaurus/types": "^3.3.2",
"@docusaurus/eslint-plugin": "^3.4.0",
"@docusaurus/module-type-aliases": "3.4.0",
"@docusaurus/tsconfig": "^3.4.0",
"@docusaurus/types": "^3.4.0",
"@hookform/devtools": "^4.3.1",
"@sherifforg/types": "workspace:*",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.10.6",
"@types/react": "^18.2.37",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.2.15",
"eslint": "^8.57.0",
"eslint-config-sheriff": "workspace:*",
"eslint-define-config": "^2.1.0",
"eslint-plugin-mdx": "^2.2.0",
"typescript": "^5.4.5"
"eslint-plugin-mdx": "^3.1.5",
"typescript": "^5.5.3"
},
"browserslist": {
"production": [
Expand Down
12 changes: 6 additions & 6 deletions apps/sheriff-webservices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
"devDependencies": {
"@sherifforg/types": "workspace:*",
"@tsconfig/node-lts": "^18.12.5",
"@types/lodash": "^4.14.191",
"@types/node": "^20.10.6",
"@types/lodash": "^4.17.6",
"@types/node": "^20.14.10",
"eslint-define-config": "^2.1.0",
"tsx": "^4.7.0",
"type-fest": "^4.9.0",
"typescript": "^5.4.5"
"tsx": "^4.16.2",
"type-fest": "^4.21.0",
"typescript": "^5.5.3"
},
"dependencies": {
"@eslint-react/eslint-plugin": "^1.5.12",
"@eslint/js": "^8.57.0",
"@hono/node-server": "^1.3.5",
"@hono/node-server": "^1.12.0",
"@next/eslint-plugin-next": "^13.2.3",
"@regru/eslint-plugin-prefer-early-return": "^1.0.0",
"@stylistic/eslint-plugin": "^1.5.1",
Expand Down
1 change: 0 additions & 1 deletion knip.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"@turbo/gen",
"eslint-import-resolver-typescript",
"type-fest",
"@typescript-eslint/utils",
],
"ignoreBinaries": ["only-allow"],
}
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"typesync": "turbo run typesync",
"knip": "knip",
"validate-config": "turbo run validate-config",
"merge-checks": "turbo run publint manypkg typesync knip typecheck lint validate-config",
"merge-checks": "turbo run publint manypkg typesync knip typecheck lint validate-config check-deduped-deps",
"check-deduped-deps": "pnpm dedupe --check",
lishaduck marked this conversation as resolved.
Show resolved Hide resolved
"clean": "turbo run clean",
"delete-node-modules": "pnpm exec rm -rf node_modules && pnpm -r exec rm -rf node_modules",
"nuke": "pnpm clean && pnpm delete-node-modules",
Expand All @@ -26,14 +27,14 @@
"release": "turbo build --filter='./packages/*' && changeset publish"
},
"dependencies": {
"@changesets/cli": "^2.26.2",
"@manypkg/cli": "^0.21.3",
"@turbo/gen": "^1.9.7",
"@changesets/cli": "^2.27.7",
"@manypkg/cli": "^0.21.4",
"@turbo/gen": "^2.0.9",
"create-sheriff-config": "workspace:*",
"knip": "^5.17.3",
"prettier": "^3.1.1",
"turbo": "^1.13.0",
"typesync": "^0.12.0"
"knip": "^5.25.1",
"prettier": "^3.3.2",
"turbo": "^2.0.9",
"typesync": "^0.12.2"
},
"packageManager": "pnpm@8.14.0",
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/create-sheriff-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"nypm": "^0.3.9",
"pathe": "^1.1.2",
"read-pkg-up": "9.1.0",
"typescript": "^5.4.5",
"typescript": "^5.5.3",
"yargs": "^17.7.2"
},
"bin": {
Expand All @@ -32,15 +32,15 @@
"@sherifforg/constants": "workspace:*",
"@sherifforg/types": "workspace:*",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.10.6",
"@types/node": "^20.14.10",
"@types/yargs": "^17.0.32",
"eslint": "^8.57.0",
"eslint-config-sheriff": "workspace:*",
"eslint-define-config": "^2.1.0",
"publint": "^0.2.7",
"publint": "^0.2.8",
"tsconfig": "workspace:*",
"tsup": "^6.2.3",
"tsx": "^4.7.0"
"tsx": "^4.16.2"
},
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config-sheriff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,16 @@
"@sherifforg/constants": "workspace:*",
"@sherifforg/types": "workspace:*",
"@types/eslint-config-prettier": "^6.11.3",
"@types/lodash": "^4.14.191",
"@types/node": "^20.10.6",
"@types/lodash": "^4.17.6",
"@types/node": "^20.14.10",
"@typescript-eslint/utils": "^7.3.1",
"eslint": "^8.57.0",
"eslint-define-config": "^2.1.0",
"lodash": "^4.17.21",
"publint": "^0.2.7",
"publint": "^0.2.8",
"tsconfig": "workspace:*",
"tsup": "^6.2.3",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
},
"publishConfig": {
"access": "public"
Expand Down
5 changes: 4 additions & 1 deletion packages/eslint-config-sheriff/src/getBaseConfig.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import eslintRecommended from '@eslint/js';
import type { TSESLint } from '@typescript-eslint/utils';
import tseslint from 'typescript-eslint';
import unicorn from 'eslint-plugin-unicorn';
import sonarjs from 'eslint-plugin-sonarjs';
Expand All @@ -25,7 +26,9 @@ import { unicornHandPickedRules } from './handpickedRules/unicornHandPickedRules
import { getBaseEslintHandPickedRules } from './handpickedRules/getBaseEslintHandPickedRules';
import { getLanguageOptionsTypescript } from './utils/getLanguageOptionsTypescript';

export const getBaseConfig = (userConfigChoices: SheriffSettings) => {
export const getBaseConfig = (
userConfigChoices: SheriffSettings,
): TSESLint.FlatConfig.ConfigArray => {
const customTSConfigPath = userConfigChoices.pathsOverrides?.tsconfigLocation;
const { noRestrictedSyntaxOverride } = userConfigChoices;

Expand Down
4 changes: 2 additions & 2 deletions packages/sheriff-constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
},
"devDependencies": {
"@sherifforg/types": "workspace:*",
"publint": "^0.2.7",
"publint": "^0.2.8",
"tsconfig": "workspace:*",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
},
"dependencies": {
"tsup": "^6.2.3"
Expand Down
8 changes: 4 additions & 4 deletions packages/sheriff-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"publint": "publint"
},
"devDependencies": {
"@types/node": "^20.10.6",
"publint": "^0.2.7",
"@types/node": "^20.14.10",
"publint": "^0.2.8",
"tsconfig": "workspace:*",
"type-fest": "^4.9.0",
"typescript": "^5.4.5"
"type-fest": "^4.21.0",
"typescript": "^5.5.3"
},
"repository": {
"type": "git",
Expand Down
11 changes: 5 additions & 6 deletions packages/sheriff-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,15 @@
"devDependencies": {
"@sherifforg/types": "workspace:*",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.10.6",
"@types/node": "^20.14.10",
"eslint": "^8.57.0",
"eslint-config-sheriff": "workspace:*",
"eslint-define-config": "^2.1.0",
"lodash-es": "^4.17.21",
"prettier": "^3.1.1",
"publint": "^0.2.7",
"publint": "^0.2.8",
"tsconfig": "workspace:*",
"tsx": "^4.7.0",
"type-fest": "^4.9.0",
"typescript": "^5.4.5"
"tsx": "^4.16.2",
"type-fest": "^4.21.0",
"typescript": "^5.5.3"
}
}
Loading