Skip to content

Commit

Permalink
deps cleanup (#317)
Browse files Browse the repository at this point in the history
* deps cleanup

* chore(dependencies): updated changesets for modified dependencies

* fix lint

* fix

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dotansimha and github-actions[bot] committed Dec 17, 2023
1 parent 548c283 commit d37d14e
Show file tree
Hide file tree
Showing 15 changed files with 716 additions and 615 deletions.
17 changes: 17 additions & 0 deletions .changeset/@theguild_eslint-config-317-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
"@theguild/eslint-config": patch
---
dependencies updates:
- Updated dependency [`@rushstack/eslint-patch@^1.6.1` ↗︎](https://www.npmjs.com/package/@rushstack/eslint-patch/v/1.6.1) (from `^1.3.2`, in `dependencies`)
- Updated dependency [`@typescript-eslint/eslint-plugin@^6.14.0` ↗︎](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin/v/6.14.0) (from `^6.0.0`, in `dependencies`)
- Updated dependency [`@typescript-eslint/parser@^6.14.0` ↗︎](https://www.npmjs.com/package/@typescript-eslint/parser/v/6.14.0) (from `^6.0.0`, in `dependencies`)
- Updated dependency [`eslint-config-prettier@^9.1.0` ↗︎](https://www.npmjs.com/package/eslint-config-prettier/v/9.1.0) (from `^9.0.0`, in `dependencies`)
- Updated dependency [`eslint-import-resolver-typescript@^3.6.1` ↗︎](https://www.npmjs.com/package/eslint-import-resolver-typescript/v/3.6.1) (from `^3.5.5`, in `dependencies`)
- Updated dependency [`eslint-plugin-import@^2.29.1` ↗︎](https://www.npmjs.com/package/eslint-plugin-import/v/2.29.1) (from `^2.27.5`, in `dependencies`)
- Updated dependency [`eslint-plugin-jsonc@^2.11.1` ↗︎](https://www.npmjs.com/package/eslint-plugin-jsonc/v/2.11.1) (from `^2.9.0`, in `dependencies`)
- Updated dependency [`eslint-plugin-jsx-a11y@^6.8.0` ↗︎](https://www.npmjs.com/package/eslint-plugin-jsx-a11y/v/6.8.0) (from `^6.7.1`, in `dependencies`)
- Updated dependency [`eslint-plugin-n@^16.4.0` ↗︎](https://www.npmjs.com/package/eslint-plugin-n/v/16.4.0) (from `^16.0.1`, in `dependencies`)
- Updated dependency [`eslint-plugin-react@^7.33.2` ↗︎](https://www.npmjs.com/package/eslint-plugin-react/v/7.33.2) (from `^7.32.2`, in `dependencies`)
- Updated dependency [`eslint-plugin-yml@^1.11.0` ↗︎](https://www.npmjs.com/package/eslint-plugin-yml/v/1.11.0) (from `^1.8.0`, in `dependencies`)
- Updated dependency [`eslint@^8` ↗︎](https://www.npmjs.com/package/eslint/v/8.0.0) (from `^8.24.0`, in `peerDependencies`)
- Added dependency [`typescript@^5` ↗︎](https://www.npmjs.com/package/typescript/v/5.0.0) (to `peerDependencies`)
5 changes: 5 additions & 0 deletions .changeset/@theguild_prettier-config-317-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@theguild/prettier-config": patch
---
dependencies updates:
- Updated dependency [`prettier-plugin-sh@^0.13.1` ↗︎](https://www.npmjs.com/package/prettier-plugin-sh/v/0.13.1) (from `^0.13.0`, in `dependencies`)
8 changes: 8 additions & 0 deletions .changeset/@theguild_tailwind-config-317-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@theguild/tailwind-config": patch
---
dependencies updates:
- Updated dependency [`autoprefixer@^10.4.16` ↗︎](https://www.npmjs.com/package/autoprefixer/v/10.4.16) (from `^10.4.14`, in `dependencies`)
- Updated dependency [`cssnano@^6.0.2` ↗︎](https://www.npmjs.com/package/cssnano/v/6.0.2) (from `^6.0.1`, in `dependencies`)
- Updated dependency [`postcss@^8.4.32` ↗︎](https://www.npmjs.com/package/postcss/v/8.4.32) (from `^8.4.25`, in `dependencies`)
- Updated dependency [`tailwindcss@^3.3.6` ↗︎](https://www.npmjs.com/package/tailwindcss/v/3.3.6) (from `^3.3.2`, in `dependencies`)
5 changes: 5 additions & 0 deletions .changeset/tough-carrots-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@theguild/eslint-config": patch
---

Bump dependencies. Please note that '@typescript-eslint/prefer-optional-chain' rule needs parserServices to function
4 changes: 4 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.eslintrc.cjs
.prettierrc.cjs
**/*.js
**/*.md
3 changes: 3 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ module.exports = {
'@theguild/eslint-config/yml',
'@theguild/eslint-config/mdx',
],
parserOptions: {
project: './tsconfig.json',
},
env: {
node: true,
},
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/algolia-integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ on:
type: string
required: true
description:
"The root domain and path that will prefix all URLs (ex: 'https://www.the-guild.dev/graphql/codegen/')"
"The root domain and path that will prefix all URLs (ex:
'https://www.the-guild.dev/graphql/codegen/')"
source:
type: string
required: true
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"name": "The Guild",
"url": "https://the-guild.dev"
},
"license": "MIT",
"private": true,
"packageManager": "pnpm@8.12.1",
"engines": {
"node": ">=18",
"pnpm": ">=8.9.2"
},
"license": "MIT",
"private": true,
"scripts": {
"build": "echo No build command, skipping…",
"cspell": "cspell --gitignore **/*",
"lint": "eslint --cache --ignore-path .gitignore .",
"lint": "eslint --cache .",
"lint:prettier": "prettier --ignore-path .gitignore --ignore-path .prettierignore --check .",
"lint:remote": "eslint-remote-tester",
"prettier": "pnpm lint:prettier --write",
Expand All @@ -32,14 +32,14 @@
"@types/node": "20.10.4",
"cspell": "7.3.9",
"eslint": "8.56.0",
"eslint-remote-tester": "3.0.0",
"eslint-remote-tester": "3.0.1",
"prettier": "3.1.1",
"ts-node": "10.9.2",
"typescript": "5.3.3"
},
"pnpm": {
"patchedDependencies": {
"eslint-remote-tester@3.0.0": "patches/eslint-remote-tester@3.0.0.patch"
"eslint-remote-tester@3.0.1": "patches/eslint-remote-tester@3.0.1.patch"
}
}
}
25 changes: 13 additions & 12 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,26 @@
"eslint-config"
],
"peerDependencies": {
"eslint": "^8.24.0"
"eslint": "^8",
"typescript": "^5"
},
"dependencies": {
"@rushstack/eslint-patch": "^1.3.2",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsonc": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"@rushstack/eslint-patch": "^1.6.1",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsonc": "^2.11.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-mdx": "^3.0.0",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-n": "^16.4.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sonarjs": "^0.23.0",
"eslint-plugin-unicorn": "^49.0.0",
"eslint-plugin-yml": "^1.8.0"
"eslint-plugin-yml": "^1.11.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
"prettier-plugin-pkg": "^0.18.0",
"prettier-plugin-sh": "^0.13.0"
"prettier-plugin-sh": "^0.13.1"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/tailwind-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"tailwind-config"
],
"dependencies": {
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.1",
"postcss": "^8.4.25",
"autoprefixer": "^10.4.16",
"cssnano": "^6.0.2",
"postcss": "^8.4.32",
"postcss-import": "^15.1.0",
"tailwindcss": "^3.3.2"
"tailwindcss": "^3.3.6"
},
"publishConfig": {
"access": "public"
Expand Down
File renamed without changes.

0 comments on commit d37d14e

Please sign in to comment.