Skip to content

Commit

Permalink
chore: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl committed Aug 21, 2024
1 parent 740790d commit c8affee
Show file tree
Hide file tree
Showing 8 changed files with 1,758 additions and 1,778 deletions.
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.1.1.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.4.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ logFilters:

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.1.1.cjs
yarnPath: .yarn/releases/yarn-4.4.0.cjs
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -270,54 +270,54 @@
"author": "iCrawl <icrawltogo@gmail.com>",
"license": "Apache-2.0",
"dependencies": {
"@angular-eslint/eslint-plugin": "^18.0.1",
"@angular-eslint/eslint-plugin-template": "^18.0.1",
"@angular-eslint/template-parser": "^18.0.1",
"@eslint/compat": "^1.0.3",
"@next/eslint-plugin-next": "^14.2.3",
"@angular-eslint/eslint-plugin": "^18.3.0",
"@angular-eslint/eslint-plugin-template": "^18.3.0",
"@angular-eslint/template-parser": "^18.3.0",
"@eslint/compat": "^1.1.1",
"@next/eslint-plugin-next": "^14.2.5",
"@types/lodash.merge": "^4.6.9",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"astro-eslint-parser": "^1.0.2",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-mdx": "^3.1.5",
"eslint-plugin-astro": "^1.2.0",
"eslint-plugin-cypress": "^3.3.0",
"eslint-plugin-import-x": "^0.5.1",
"eslint-plugin-jsdoc": "^48.2.8",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-astro": "^1.2.3",
"eslint-plugin-cypress": "^3.5.0",
"eslint-plugin-import-x": "^0.5.3",
"eslint-plugin-jsdoc": "^48.11.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-n": "^17.8.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"eslint-plugin-react-refresh": "^0.4.10",
"eslint-plugin-rxjs": "^5.0.3",
"eslint-plugin-rxjs-angular": "^2.0.1",
"eslint-plugin-sonarjs": "^1.0.3",
"eslint-plugin-sonarjs": "^1.0.4",
"eslint-plugin-svelte3": "^4.0.0",
"eslint-plugin-tsdoc": "^0.3.0",
"eslint-plugin-typescript-sort-keys": "^3.2.0",
"eslint-plugin-unicorn": "^53.0.0",
"eslint-plugin-vue": "^9.26.0",
"globals": "^15.4.0",
"eslint-plugin-vue": "^9.27.0",
"globals": "^15.9.0",
"lodash.merge": "^4.6.2",
"typescript-eslint": "^7.12.0",
"typescript-eslint": "^7.18.0",
"vue-eslint-parser": "^9.4.3"
},
"devDependencies": {
"@sapphire/node-utilities": "^1.0.2",
"esbuild-plugin-file-path-extensions": "^2.1.1",
"eslint": "^9.4.0",
"prettier": "^3.3.1",
"tsup": "^8.1.0",
"tsx": "^4.12.0",
"typescript": "^5.4.5"
"esbuild-plugin-file-path-extensions": "^2.1.2",
"eslint": "^9.9.0",
"prettier": "^3.3.3",
"tsup": "^8.2.4",
"tsx": "^4.17.0",
"typescript": "^5.5.4"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"packageManager": "yarn@4.1.1"
"packageManager": "yarn@4.4.0"
}
2 changes: 1 addition & 1 deletion src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { fixupPluginRules } from "@eslint/compat";
import type { TSESLint } from "@typescript-eslint/utils";
import eslintPluginImport from "eslint-plugin-import-x";
import eslintPluginJsdoc from "eslint-plugin-jsdoc";
// @ts-expect-error eslint-plugin-unicorn is not typed
// @ts-expect-error eslint-plugin-promise is not typed
import eslintPluginPromise from "eslint-plugin-promise";
// @ts-expect-error eslint-plugin-unicorn is not typed
import eslintPluginUnicorn from "eslint-plugin-unicorn";
Expand Down
6 changes: 4 additions & 2 deletions src/prettier.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import type { TSESLint } from "@typescript-eslint/utils";
import eslintPluginPrettierRecommended from "eslint-plugin-prettier/recommended";
// @ts-expect-error eslint-config-prettier is not typed
import eslintConfigPrettier from "eslint-config-prettier";

const rules: TSESLint.FlatConfig.Rules = {
...eslintConfigPrettier.rules,

"line-comment-position": 0,
"no-inline-comments": 0,
};
Expand All @@ -10,7 +13,6 @@ const config: TSESLint.FlatConfig.ConfigArray = [
{
rules,
},
eslintPluginPrettierRecommended,
];

export default config;
4 changes: 2 additions & 2 deletions src/react.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ const rules: TSESLint.FlatConfig.Rules = {

// React Refresh
"react-refresh/only-export-components": 1,

// Unicorn
'unicorn/consistent-function-scoping': 0 // We disable this because in React it's a common thing to have functions in functions
"unicorn/consistent-function-scoping": 0, // We disable this because in React it's a common thing to have functions in functions
};

const settings: TSESLint.FlatConfig.Settings = {
Expand Down
Loading

0 comments on commit c8affee

Please sign in to comment.