Skip to content

Commit 12dcf97

Browse files
dependabot[bot]fabiorigampierobassa
authored
build(deps-dev): bump eslint-config-standard-with-typescript from 40.0.0 to 42.0.0 (#365)
* build(deps-dev): bump eslint-config-standard-with-typescript Bumps [eslint-config-standard-with-typescript](https://github.com/standard/eslint-config-standard-with-typescript) from 40.0.0 to 42.0.0. - [Release notes](https://github.com/standard/eslint-config-standard-with-typescript/releases) - [Changelog](https://github.com/standard/eslint-config-standard-with-typescript/blob/master/CHANGELOG.md) - [Commits](mightyiam/eslint-config-love@v40.0.0...v42.0.0) --- updated-dependencies: - dependency-name: eslint-config-standard-with-typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps-dev): bump eslint-config-standard-with-typescript Bumps [eslint-config-standard-with-typescript](https://github.com/standard/eslint-config-standard-with-typescript) from 40.0.0 to 42.0.0. - [Release notes](https://github.com/standard/eslint-config-standard-with-typescript/releases) - [Changelog](https://github.com/standard/eslint-config-standard-with-typescript/blob/master/CHANGELOG.md) - [Commits](mightyiam/eslint-config-love@v40.0.0...v42.0.0) --- updated-dependencies: - dependency-name: eslint-config-standard-with-typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * feat: @typescript-eslint/non-nullable-type-assertion-style turned off after update of pkg --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: fabiorigam <fabio.rigamonti@icloud.com> Co-authored-by: Piero Bassa <pierobassa222@gmail.com> Co-authored-by: Piero Bassa <64158778+pierobassa@users.noreply.github.com>
1 parent 847f0b2 commit 12dcf97

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.eslintrc.json

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"@typescript-eslint/no-unnecessary-type-assertion": "error",
2828
"@typescript-eslint/prefer-nullish-coalescing": "error",
2929
"@typescript-eslint/prefer-optional-chain": "error",
30+
"@typescript-eslint/non-nullable-type-assertion-style": "off",
3031
"prettier/prettier": ["error", { "singleQuote": true, "trailingComma": "none", "tabWidth": 4 }],
3132
"no-warning-comments": "warn",
3233
"no-multi-str": "off"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@typescript-eslint/parser": "^6.14.0",
3535
"eslint": "^8.55.0",
3636
"eslint-config-prettier": "^9.1.0",
37-
"eslint-config-standard-with-typescript": "^40.0.0",
37+
"eslint-config-standard-with-typescript": "^42.0.0",
3838
"eslint-plugin-import": "^2.25.2",
3939
"eslint-plugin-n": "^16.4.0",
4040
"eslint-plugin-prettier": "^5.0.1",

packages/errors/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@jest/globals": "^29.7.0",
1818
"@typescript-eslint/eslint-plugin": "^6.13.1",
1919
"eslint": "^8.55.0",
20-
"eslint-config-standard-with-typescript": "^40.0.0",
20+
"eslint-config-standard-with-typescript": "^42.0.0",
2121
"eslint-plugin-import": "^2.25.2",
2222
"eslint-plugin-n": "^16.4.0",
2323
"eslint-plugin-promise": "^6.0.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2846,10 +2846,10 @@ eslint-config-prettier@^9.1.0:
28462846
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
28472847
integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==
28482848

2849-
eslint-config-standard-with-typescript@^40.0.0:
2850-
version "40.0.0"
2851-
resolved "https://registry.yarnpkg.com/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-40.0.0.tgz#6501601dc35e378e6b16e22257e80b7bd276119d"
2852-
integrity sha512-GXUJcwIXiTQaS3H4etv8a1lejVVdZYaxZNz3g7vt6GoJosQqMTurbmSC4FVGyHiGT/d1TjFr3+47A3xsHhsG+Q==
2849+
eslint-config-standard-with-typescript@^42.0.0:
2850+
version "42.0.0"
2851+
resolved "https://registry.yarnpkg.com/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-42.0.0.tgz#19e8fb3d996701328230cf735ee86dbfb8e8e352"
2852+
integrity sha512-m1/2g/Sicun1uFZOFigJVeOqo9fE7OkMsNtilcpHwdCdcGr21qsGqYiyxYSvvHfJwY7w5OTQH0hxk8sM2N5Ohg==
28532853
dependencies:
28542854
"@typescript-eslint/parser" "^6.4.0"
28552855
eslint-config-standard "17.1.0"

0 commit comments

Comments
 (0)