Skip to content

Commit 118db58

Browse files
committed
fix(deps): update dependency eslint-config-txo-typescript to ^3.3.11
1 parent 80af6ed commit 118db58

File tree

2 files changed

+17
-62
lines changed

2 files changed

+17
-62
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"semantic-release": "semantic-release"
2626
},
2727
"dependencies": {
28-
"eslint-config-txo-typescript": "^3.3.8"
28+
"eslint-config-txo-typescript": "^3.3.11"
2929
},
3030
"peerDependencies": {
3131
"eslint-plugin-jsx-a11y": "^6.7.1",

yarn.lock

Lines changed: 16 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1613,18 +1613,7 @@
16131613
semver "^7.5.4"
16141614
ts-api-utils "^1.0.1"
16151615

1616-
"@typescript-eslint/parser@^6.0.0":
1617-
version "6.1.0"
1618-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.1.0.tgz#3135bf65dca5340d8650703eb8cb83113e156ee5"
1619-
integrity sha512-hIzCPvX4vDs4qL07SYzyomamcs2/tQYXg5DtdAfj35AyJ5PIUqhsLf4YrEIFzZcND7R2E8tpQIZKayxg8/6Wbw==
1620-
dependencies:
1621-
"@typescript-eslint/scope-manager" "6.1.0"
1622-
"@typescript-eslint/types" "6.1.0"
1623-
"@typescript-eslint/typescript-estree" "6.1.0"
1624-
"@typescript-eslint/visitor-keys" "6.1.0"
1625-
debug "^4.3.4"
1626-
1627-
"@typescript-eslint/parser@^6.4.1":
1616+
"@typescript-eslint/parser@^6.1.0", "@typescript-eslint/parser@^6.4.1":
16281617
version "6.4.1"
16291618
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.4.1.tgz#85ad550bf4ac4aa227504f1becb828f8e46c44e3"
16301619
integrity sha512-610G6KHymg9V7EqOaNBMtD1GgpAmGROsmfHJPXNLCU9bfIuLrkdOygltK784F6Crboyd5tBFayPB7Sf0McrQwg==
@@ -1643,14 +1632,6 @@
16431632
"@typescript-eslint/types" "5.38.1"
16441633
"@typescript-eslint/visitor-keys" "5.38.1"
16451634

1646-
"@typescript-eslint/scope-manager@6.1.0":
1647-
version "6.1.0"
1648-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.1.0.tgz#a6cdbe11630614f8c04867858a42dd56590796ed"
1649-
integrity sha512-AxjgxDn27hgPpe2rQe19k0tXw84YCOsjDJ2r61cIebq1t+AIxbgiXKvD4999Wk49GVaAcdJ/d49FYel+Pp3jjw==
1650-
dependencies:
1651-
"@typescript-eslint/types" "6.1.0"
1652-
"@typescript-eslint/visitor-keys" "6.1.0"
1653-
16541635
"@typescript-eslint/scope-manager@6.4.1":
16551636
version "6.4.1"
16561637
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.4.1.tgz#4b073a30be2dbe603e44e9ae0cff7e1d3ed19278"
@@ -1674,11 +1655,6 @@
16741655
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.1.tgz#74f9d6dcb8dc7c58c51e9fbc6653ded39e2e225c"
16751656
integrity sha512-QTW1iHq1Tffp9lNfbfPm4WJabbvpyaehQ0SrvVK2yfV79SytD9XDVxqiPvdrv2LK7DGSFo91TB2FgWanbJAZXg==
16761657

1677-
"@typescript-eslint/types@6.1.0":
1678-
version "6.1.0"
1679-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.1.0.tgz#2d607c62827bb416ada5c96ebfa2ef84e45a8dfa"
1680-
integrity sha512-+Gfd5NHCpDoHDOaU/yIF3WWRI2PcBRKKpP91ZcVbL0t5tQpqYWBs3z/GGhvU+EV1D0262g9XCnyqQh19prU0JQ==
1681-
16821658
"@typescript-eslint/types@6.4.1":
16831659
version "6.4.1"
16841660
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.4.1.tgz#b2c61159f46dda210fed9f117f5d027f65bb5c3b"
@@ -1697,19 +1673,6 @@
16971673
semver "^7.3.7"
16981674
tsutils "^3.21.0"
16991675

1700-
"@typescript-eslint/typescript-estree@6.1.0":
1701-
version "6.1.0"
1702-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.1.0.tgz#ea382f6482ba698d7e993a88ce5391ea7a66c33d"
1703-
integrity sha512-nUKAPWOaP/tQjU1IQw9sOPCDavs/iU5iYLiY/6u7gxS7oKQoi4aUxXS1nrrVGTyBBaGesjkcwwHkbkiD5eBvcg==
1704-
dependencies:
1705-
"@typescript-eslint/types" "6.1.0"
1706-
"@typescript-eslint/visitor-keys" "6.1.0"
1707-
debug "^4.3.4"
1708-
globby "^11.1.0"
1709-
is-glob "^4.0.3"
1710-
semver "^7.5.4"
1711-
ts-api-utils "^1.0.1"
1712-
17131676
"@typescript-eslint/typescript-estree@6.4.1":
17141677
version "6.4.1"
17151678
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.4.1.tgz#91ff88101c710adb0f70a317f2f65efa9441da45"
@@ -1756,14 +1719,6 @@
17561719
"@typescript-eslint/types" "5.38.1"
17571720
eslint-visitor-keys "^3.3.0"
17581721

1759-
"@typescript-eslint/visitor-keys@6.1.0":
1760-
version "6.1.0"
1761-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.1.0.tgz#d2b84dff6b58944d3257ea03687e269a788c73be"
1762-
integrity sha512-yQeh+EXhquh119Eis4k0kYhj9vmFzNpbhM3LftWQVwqVjipCkwHBQOZutcYW+JVkjtTG9k8nrZU1UoNedPDd1A==
1763-
dependencies:
1764-
"@typescript-eslint/types" "6.1.0"
1765-
eslint-visitor-keys "^3.4.1"
1766-
17671722
"@typescript-eslint/visitor-keys@6.4.1":
17681723
version "6.4.1"
17691724
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.4.1.tgz#e3ccf7b8d42e625946ac5094ed92a405fb4115e0"
@@ -3303,25 +3258,25 @@ escape-string-regexp@^4.0.0:
33033258
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
33043259
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
33053260

3306-
"eslint-config-standard-with-typescript@git+https://github.com/technology-studio-forks/eslint-config-standard-with-typescript.git":
3307-
version "36.0.0"
3308-
uid "9cae293318a111911178737ae4159896c19aa700"
3309-
resolved "git+https://github.com/technology-studio-forks/eslint-config-standard-with-typescript.git#9cae293318a111911178737ae4159896c19aa700"
3261+
eslint-config-standard-with-typescript@^38.0.0:
3262+
version "38.0.0"
3263+
resolved "https://registry.yarnpkg.com/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-38.0.0.tgz#4e25e47011d51a30c8c68934e65e7d744b222cda"
3264+
integrity sha512-G7JR6I8tmWEQjzbESo/9gVq4AQctbVO4J8PINQj8l2lgbJF/W9KCJ4uDLiKmLMjWszW/F5SsucoA/5VpHvfwOQ==
33103265
dependencies:
3311-
"@typescript-eslint/parser" "^6.0.0"
3312-
eslint-config-standard "17.0.0"
3266+
"@typescript-eslint/parser" "^6.1.0"
3267+
eslint-config-standard "17.1.0"
33133268

3314-
eslint-config-standard@17.0.0:
3315-
version "17.0.0"
3316-
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-17.0.0.tgz#fd5b6cf1dcf6ba8d29f200c461de2e19069888cf"
3317-
integrity sha512-/2ks1GKyqSOkH7JFvXJicu0iMpoojkwB+f5Du/1SC0PtBL+s8v30k9njRZ21pm2drKYm2342jFnGWzttxPmZVg==
3269+
eslint-config-standard@17.1.0:
3270+
version "17.1.0"
3271+
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-17.1.0.tgz#40ffb8595d47a6b242e07cbfd49dc211ed128975"
3272+
integrity sha512-IwHwmaBNtDK4zDHQukFDW5u/aTb8+meQWZvNFWkiGmbWjD6bqyuSSBxxXKkCftCUzc1zwCH2m/baCNDLGmuO5Q==
33183273

3319-
eslint-config-txo-typescript@^3.3.8:
3320-
version "3.3.8"
3321-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-3.3.8.tgz#4eeaf19dd7bfbf1875811a060b0cd6c416630270"
3322-
integrity sha512-v5fMeTgRKYxOxq/VvoC7nL8L/VRZXljQLgkqnWLTunzK3IsreS6viR1jGzWKI7nQTvg2WbwjyS0T/v3+CNbeHA==
3274+
eslint-config-txo-typescript@^3.3.11:
3275+
version "3.3.11"
3276+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-3.3.11.tgz#cb8bf3778962727077513f1b32f83e8cfc803de0"
3277+
integrity sha512-LMeNegCIbqJYHAs7N7VsufbOLKVydMyyZFlBUCM6GnmShVlXT73HFZmFGbYP1EkiDgRtqjare5addrsAr9AdaA==
33233278
dependencies:
3324-
eslint-config-standard-with-typescript "git+https://github.com/technology-studio-forks/eslint-config-standard-with-typescript.git"
3279+
eslint-config-standard-with-typescript "^38.0.0"
33253280
eslint-import-resolver-typescript "^3.6.0"
33263281

33273282
eslint-formatter-pretty@^5.0.0:

0 commit comments

Comments
 (0)