diff --git a/CHANGELOG.md b/CHANGELOG.md index c342b5b..d3378c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.3.2](https://github.com/nrccus/eslint-config/compare/1.2.5...1.3.2) (2023-07-20) + + +### Changes + +* [DA-3]: Remove unused rule; replace with TS compiler option ([5f6e783](https://github.com/nrccus/eslint-config/commit/5f6e7837d3f58d6a1087eb6813b6de6ec8df7b62)) +* [DA-3]: Fix bad version # in changelog ([00d9227](https://github.com/nrccus/eslint-config/commit/00d9227dac0fb8a8755ab9b4645c7226925d3cca)) +* [DA-3]: Update Chnagelog ([4cffd16](https://github.com/nrccus/eslint-config/commit/4cffd16ca9226cc94120b361522e9d9b0f480049)) +* [DA-3]: Remove tsc tests + add json to prettier ([34bb52b](https://github.com/nrccus/eslint-config/commit/34bb52bc0cb32b1e4a47664a7e283ffedb0cb100)) +* Merge remote-tracking branch 'origin/main' into updatedependencies_202307 ([888ea04](https://github.com/nrccus/eslint-config/commit/888ea04756d791b32c8148670b560ca530a7ac19)) +* [DA-3]: Update node version in GitHub action ([a7165c5](https://github.com/nrccus/eslint-config/commit/a7165c5d24a095445dda1f7800619a449323d328)) +* Merge pull request #26 from nrccua/feature/package-refresh ([5c6157d](https://github.com/nrccus/eslint-config/commit/5c6157d757b52b7f265bc5d5d88c1ac64d54f855)), closes [#26](https://github.com/nrccus/eslint-config/issues/26) +* [DA-3]: Update version to 1.3.0 ([7505d03](https://github.com/nrccus/eslint-config/commit/7505d0340e7412e01a51f376d2cac09a51955a14)) +* [DA-3]: Update to Node 16 + all dependencies ([c18cf5b](https://github.com/nrccus/eslint-config/commit/c18cf5bd0397940f79171c5fa2fa937fc2fe583c)) +* Merge pull request #25 from nrccua/joncursi-patch-1 ([06a6c13](https://github.com/nrccus/eslint-config/commit/06a6c13a83c9dc5fb4819ebc3b59b8110e9eadd2)), closes [#25](https://github.com/nrccus/eslint-config/issues/25) +* Update README.md ([f3029ba](https://github.com/nrccus/eslint-config/commit/f3029baf8ba0b140303d35b4b19edffaa758a4f1)) +* Merge pull request #24 from nrccua/update/dependencies_202202 ([3ff4c35](https://github.com/nrccus/eslint-config/commit/3ff4c35342e1be6a6b91141f1fdd38f0174fa08e)), closes [#24](https://github.com/nrccus/eslint-config/issues/24) +* [E4E-0]: 1.2.5 ([eb0e6a3](https://github.com/nrccus/eslint-config/commit/eb0e6a3946bb6c990514af2235573eb5402627f7)) + ### [1.2.5](https://github.com/nrccus/eslint-config/compare/1.2.4...1.2.5) (2022-02-08) diff --git a/index.js b/index.js index b1cc091..1a2a3b4 100644 --- a/index.js +++ b/index.js @@ -86,7 +86,6 @@ const tsConfig = { '@typescript-eslint/no-confusing-non-null-assertion': 'error', '@typescript-eslint/no-explicit-any': 'error', '@typescript-eslint/no-extraneous-class': 'error', - '@typescript-eslint/no-implicit-any-catch': 'error', '@typescript-eslint/no-invalid-void-type': 'error', '@typescript-eslint/no-shadow': ['error', { ignoreTypeValueShadow: true }], '@typescript-eslint/no-throw-literal': 'error', diff --git a/package.json b/package.json index cc89d10..8386673 100644 --- a/package.json +++ b/package.json @@ -9,44 +9,44 @@ "Jon Cursi " ], "dependencies": { - "@actinc/eslint-config": "^3.5.0", - "@commitlint/cli": "^17.5.1", - "@commitlint/config-conventional": "^17.4.4", - "@testing-library/jest-dom": "^5.16.1", + "@actinc/eslint-config": "^4.0.0", + "@commitlint/cli": "^17.6.7", + "@commitlint/config-conventional": "^17.6.7", + "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^14.0.0", - "@typescript-eslint/eslint-plugin": "^5.58.0", - "@typescript-eslint/parser": "^5.58.0", - "@typescript-eslint/typescript-estree": "^5.58.0", - "babel-jest": "^29.5.0", - "eslint": "^8.38.0", + "@typescript-eslint/eslint-plugin": "^6.1.0", + "@typescript-eslint/parser": "^6.1.0", + "@typescript-eslint/typescript-estree": "^6.1.0", + "babel-jest": "^29.6.1", + "eslint": "^8.45.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-disable": "^2.0.3", "eslint-plugin-filenames": "^1.3.2", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-jest": "^27.2.1", + "eslint-plugin-jest": "^27.2.3", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-lodash": "^7.4.0", "eslint-plugin-new-with-error": "^4.0.0", "eslint-plugin-no-loops": "^0.3.0", - "eslint-plugin-prettier": "^4.2.1", + "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-security": "^1.7.1", - "markdownlint-cli": "^0.33.0", - "prettier": "^2.8.7", + "markdownlint-cli": "^0.35.0", + "prettier": "^3.0.0", "ts-node": "^10.9.1", - "typescript": "^5.0.4" + "typescript": "^5.1.6" }, "description": "Encoura's preferred configs for TypeScript, Prettier, ESLint, CommitLint, and MarkdownLint.", "devDependencies": { - "concurrently": "8.0.1", + "concurrently": "8.2.0", "husky": "8.0.3", - "jest": "29.5.0", - "lint-staged": "13.2.1", - "np": "7.7.0", + "jest": "29.6.1", + "lint-staged": "13.2.3", + "np": "8.0.4", "standard-version": "9.5.0" }, "husky": { @@ -89,12 +89,11 @@ "test": "concurrently -m 1 npm:test:*", "test:lint:js": "eslint . --ext .js --fix --quiet", "test:lint:md": "markdownlint README.md --config markdownlint.config.json", - "test:prettier": "prettier --write './**/*.js'", - "test:tsconfig": "tsc --project ./tsconfig.json; rm -rf ./tsconfig.tsbuildinfo", + "test:prettier": "prettier --write './**/*.js' './**/*.json'", "update:dependencies": "npm outdated --long | grep -v devDependencies | awk '{print $1}' | tail -n +2 | xargs -I {} npm i -E {}@latest && npm outdated --long | grep devDependencies | awk '{print $1}' | xargs -I {} npm i -E -D {}@latest", "update:version": "standard-version", "update:version:major": "standard-version --release-as major", "update:version:minor": "standard-version --release-as minor" }, - "version": "1.2.5" + "version": "1.3.2" } diff --git a/tsconfig.json b/tsconfig.json index fd9a0b5..8fdc74c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,8 @@ "ts-node": { "transpileOnly": false, "compilerOptions": { - "module": "commonjs" + "module": "commonjs", + "useUnknownInCatchVariables": true } } }