Skip to content

Commit 1169e53

Browse files
authored
chore(deps-dev): bump typescript from 4.7.4 to 5.0.4 (#1990)
And fully update other typescript dependencies. See the diffs in package.json for details of other package version changes. This replaces dependabot PR #1843. Also temporarily added the following to compilerOptions: "ignoreDeprecations": "5.0" in order to silence these messages: error TS5101: Option 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify compilerOption '"ignoreDeprecations": "5.0"' to silence this error. Use 'verbatimModuleSyntax' instead. error TS5101: Option 'preserveValueImports' is deprecated and will stop functioning in TypeScript 5.5. Specify compilerOption '"ignoreDeprecations": "5.0"' to silence this error. Use 'verbatimModuleSyntax' instead.
1 parent ac35ada commit 1169e53

File tree

3 files changed

+65
-88
lines changed

3 files changed

+65
-88
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"@testing-library/svelte": "^3.2.2",
3030
"@tsconfig/svelte": "^3.0.0",
3131
"@types/jest": "^29.5.1",
32-
"@typescript-eslint/eslint-plugin": "^5.59.0",
33-
"@typescript-eslint/parser": "^5.36.1",
32+
"@typescript-eslint/eslint-plugin": "^5.59.8",
33+
"@typescript-eslint/parser": "^5.59.8",
3434
"approvals": "^6.2.1",
3535
"async-mutex": "^0.4.0",
3636
"builtin-modules": "^3.3.0",
@@ -52,8 +52,8 @@
5252
"svelte-jester": "^2.3.2",
5353
"svelte-preprocess": "^4.10.1",
5454
"ts-jest": "^29.1.0",
55-
"tslib": "^2.3.1",
56-
"typescript": "^4.4.4"
55+
"tslib": "^2.5.2",
56+
"typescript": "^5.0.4"
5757
},
5858
"dependencies": {
5959
"boon-js": "^2.0.3",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"noImplicitAny": true,
1717
"moduleResolution": "node",
1818
"importHelpers": true,
19+
"ignoreDeprecations": "5.0",
1920
"paths": {
2021
"src": [
2122
"src/*",

yarn.lock

Lines changed: 60 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1306,122 +1306,88 @@
13061306
dependencies:
13071307
"@types/yargs-parser" "*"
13081308

1309-
"@typescript-eslint/eslint-plugin@^5.59.0":
1310-
version "5.59.0"
1311-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.0.tgz#c0e10eeb936debe5d1c3433cf36206a95befefd0"
1312-
integrity sha512-p0QgrEyrxAWBecR56gyn3wkG15TJdI//eetInP3zYRewDh0XS+DhB3VUAd3QqvziFsfaQIoIuZMxZRB7vXYaYw==
1309+
"@typescript-eslint/eslint-plugin@^5.59.8":
1310+
version "5.59.8"
1311+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.8.tgz#1e7a3e5318ece22251dfbc5c9c6feeb4793cc509"
1312+
integrity sha512-JDMOmhXteJ4WVKOiHXGCoB96ADWg9q7efPWHRViT/f09bA8XOMLAVHHju3l0MkZnG1izaWXYmgvQcUjTRcpShQ==
13131313
dependencies:
13141314
"@eslint-community/regexpp" "^4.4.0"
1315-
"@typescript-eslint/scope-manager" "5.59.0"
1316-
"@typescript-eslint/type-utils" "5.59.0"
1317-
"@typescript-eslint/utils" "5.59.0"
1315+
"@typescript-eslint/scope-manager" "5.59.8"
1316+
"@typescript-eslint/type-utils" "5.59.8"
1317+
"@typescript-eslint/utils" "5.59.8"
13181318
debug "^4.3.4"
13191319
grapheme-splitter "^1.0.4"
13201320
ignore "^5.2.0"
13211321
natural-compare-lite "^1.4.0"
13221322
semver "^7.3.7"
13231323
tsutils "^3.21.0"
13241324

1325-
"@typescript-eslint/parser@^5.36.1":
1326-
version "5.36.1"
1327-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.36.1.tgz#931c22c7bacefd17e29734628cdec8b2acdcf1ce"
1328-
integrity sha512-/IsgNGOkBi7CuDfUbwt1eOqUXF9WGVBW9dwEe1pi+L32XrTsZIgmDFIi2RxjzsvB/8i+MIf5JIoTEH8LOZ368A==
1325+
"@typescript-eslint/parser@^5.59.8":
1326+
version "5.59.8"
1327+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.8.tgz#60cbb00671d86cf746044ab797900b1448188567"
1328+
integrity sha512-AnR19RjJcpjoeGojmwZtCwBX/RidqDZtzcbG3xHrmz0aHHoOcbWnpDllenRDmDvsV0RQ6+tbb09/kyc+UT9Orw==
13291329
dependencies:
1330-
"@typescript-eslint/scope-manager" "5.36.1"
1331-
"@typescript-eslint/types" "5.36.1"
1332-
"@typescript-eslint/typescript-estree" "5.36.1"
1330+
"@typescript-eslint/scope-manager" "5.59.8"
1331+
"@typescript-eslint/types" "5.59.8"
1332+
"@typescript-eslint/typescript-estree" "5.59.8"
13331333
debug "^4.3.4"
13341334

1335-
"@typescript-eslint/scope-manager@5.36.1":
1336-
version "5.36.1"
1337-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.36.1.tgz#23c49b7ddbcffbe09082e6694c2524950766513f"
1338-
integrity sha512-pGC2SH3/tXdu9IH3ItoqciD3f3RRGCh7hb9zPdN2Drsr341zgd6VbhP5OHQO/reUqihNltfPpMpTNihFMarP2w==
1335+
"@typescript-eslint/scope-manager@5.59.8":
1336+
version "5.59.8"
1337+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.8.tgz#ff4ad4fec6433647b817c4a7d4b4165d18ea2fa8"
1338+
integrity sha512-/w08ndCYI8gxGf+9zKf1vtx/16y8MHrZs5/tnjHhMLNSixuNcJavSX4wAiPf4aS5x41Es9YPCn44MIe4cxIlig==
13391339
dependencies:
1340-
"@typescript-eslint/types" "5.36.1"
1341-
"@typescript-eslint/visitor-keys" "5.36.1"
1340+
"@typescript-eslint/types" "5.59.8"
1341+
"@typescript-eslint/visitor-keys" "5.59.8"
13421342

1343-
"@typescript-eslint/scope-manager@5.59.0":
1344-
version "5.59.0"
1345-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.0.tgz#86501d7a17885710b6716a23be2e93fc54a4fe8c"
1346-
integrity sha512-tsoldKaMh7izN6BvkK6zRMINj4Z2d6gGhO2UsI8zGZY3XhLq1DndP3Ycjhi1JwdwPRwtLMW4EFPgpuKhbCGOvQ==
1343+
"@typescript-eslint/type-utils@5.59.8":
1344+
version "5.59.8"
1345+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.8.tgz#aa6c029a9d7706d26bbd25eb4666398781df6ea2"
1346+
integrity sha512-+5M518uEIHFBy3FnyqZUF3BMP+AXnYn4oyH8RF012+e7/msMY98FhGL5SrN29NQ9xDgvqCgYnsOiKp1VjZ/fpA==
13471347
dependencies:
1348-
"@typescript-eslint/types" "5.59.0"
1349-
"@typescript-eslint/visitor-keys" "5.59.0"
1350-
1351-
"@typescript-eslint/[email protected]":
1352-
version "5.59.0"
1353-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.0.tgz#8e8d1420fc2265989fa3a0d897bde37f3851e8c9"
1354-
integrity sha512-d/B6VSWnZwu70kcKQSCqjcXpVH+7ABKH8P1KNn4K7j5PXXuycZTPXF44Nui0TEm6rbWGi8kc78xRgOC4n7xFgA==
1355-
dependencies:
1356-
"@typescript-eslint/typescript-estree" "5.59.0"
1357-
"@typescript-eslint/utils" "5.59.0"
1348+
"@typescript-eslint/typescript-estree" "5.59.8"
1349+
"@typescript-eslint/utils" "5.59.8"
13581350
debug "^4.3.4"
13591351
tsutils "^3.21.0"
13601352

1361-
"@typescript-eslint/[email protected]":
1362-
version "5.36.1"
1363-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.36.1.tgz#1cf0e28aed1cb3ee676917966eb23c2f8334ce2c"
1364-
integrity sha512-jd93ShpsIk1KgBTx9E+hCSEuLCUFwi9V/urhjOWnOaksGZFbTOxAT47OH2d4NLJnLhkVD+wDbB48BuaycZPLBg==
1365-
1366-
"@typescript-eslint/[email protected]":
1367-
version "5.59.0"
1368-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.0.tgz#3fcdac7dbf923ec5251545acdd9f1d42d7c4fe32"
1369-
integrity sha512-yR2h1NotF23xFFYKHZs17QJnB51J/s+ud4PYU4MqdZbzeNxpgUr05+dNeCN/bb6raslHvGdd6BFCkVhpPk/ZeA==
1353+
"@typescript-eslint/[email protected]":
1354+
version "5.59.8"
1355+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.8.tgz#212e54414733618f5d0fd50b2da2717f630aebf8"
1356+
integrity sha512-+uWuOhBTj/L6awoWIg0BlWy0u9TyFpCHrAuQ5bNfxDaZ1Ppb3mx6tUigc74LHcbHpOHuOTOJrBoAnhdHdaea1w==
13701357

1371-
"@typescript-eslint/typescript-estree@5.36.1":
1372-
version "5.36.1"
1373-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.36.1.tgz#b857f38d6200f7f3f4c65cd0a5afd5ae723f2adb"
1374-
integrity sha512-ih7V52zvHdiX6WcPjsOdmADhYMDN15SylWRZrT2OMy80wzKbc79n8wFW0xpWpU0x3VpBz/oDgTm2xwDAnFTl+g==
1358+
"@typescript-eslint/typescript-estree@5.59.8":
1359+
version "5.59.8"
1360+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.8.tgz#801a7b1766481629481b3b0878148bd7a1f345d7"
1361+
integrity sha512-Jy/lPSDJGNow14vYu6IrW790p7HIf/SOV1Bb6lZ7NUkLc2iB2Z9elESmsaUtLw8kVqogSbtLH9tut5GCX1RLDg==
13751362
dependencies:
1376-
"@typescript-eslint/types" "5.36.1"
1377-
"@typescript-eslint/visitor-keys" "5.36.1"
1363+
"@typescript-eslint/types" "5.59.8"
1364+
"@typescript-eslint/visitor-keys" "5.59.8"
13781365
debug "^4.3.4"
13791366
globby "^11.1.0"
13801367
is-glob "^4.0.3"
13811368
semver "^7.3.7"
13821369
tsutils "^3.21.0"
13831370

1384-
"@typescript-eslint/[email protected]":
1385-
version "5.59.0"
1386-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.0.tgz#8869156ee1dcfc5a95be3ed0e2809969ea28e965"
1387-
integrity sha512-sUNnktjmI8DyGzPdZ8dRwW741zopGxltGs/SAPgGL/AAgDpiLsCFLcMNSpbfXfmnNeHmK9h3wGmCkGRGAoUZAg==
1388-
dependencies:
1389-
"@typescript-eslint/types" "5.59.0"
1390-
"@typescript-eslint/visitor-keys" "5.59.0"
1391-
debug "^4.3.4"
1392-
globby "^11.1.0"
1393-
is-glob "^4.0.3"
1394-
semver "^7.3.7"
1395-
tsutils "^3.21.0"
1396-
1397-
"@typescript-eslint/[email protected]":
1398-
version "5.59.0"
1399-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.0.tgz#063d066b3bc4850c18872649ed0da9ee72d833d5"
1400-
integrity sha512-GGLFd+86drlHSvPgN/el6dRQNYYGOvRSDVydsUaQluwIW3HvbXuxyuD5JETvBt/9qGYe+lOrDk6gRrWOHb/FvA==
1371+
"@typescript-eslint/[email protected]":
1372+
version "5.59.8"
1373+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.8.tgz#34d129f35a2134c67fdaf024941e8f96050dca2b"
1374+
integrity sha512-Tr65630KysnNn9f9G7ROF3w1b5/7f6QVCJ+WK9nhIocWmx9F+TmCAcglF26Vm7z8KCTwoKcNEBZrhlklla3CKg==
14011375
dependencies:
14021376
"@eslint-community/eslint-utils" "^4.2.0"
14031377
"@types/json-schema" "^7.0.9"
14041378
"@types/semver" "^7.3.12"
1405-
"@typescript-eslint/scope-manager" "5.59.0"
1406-
"@typescript-eslint/types" "5.59.0"
1407-
"@typescript-eslint/typescript-estree" "5.59.0"
1379+
"@typescript-eslint/scope-manager" "5.59.8"
1380+
"@typescript-eslint/types" "5.59.8"
1381+
"@typescript-eslint/typescript-estree" "5.59.8"
14081382
eslint-scope "^5.1.1"
14091383
semver "^7.3.7"
14101384

1411-
"@typescript-eslint/[email protected]":
1412-
version "5.36.1"
1413-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.36.1.tgz#7731175312d65738e501780f923896d200ad1615"
1414-
integrity sha512-ojB9aRyRFzVMN3b5joSYni6FAS10BBSCAfKJhjJAV08t/a95aM6tAhz+O1jF+EtgxktuSO3wJysp2R+Def/IWQ==
1415-
dependencies:
1416-
"@typescript-eslint/types" "5.36.1"
1417-
eslint-visitor-keys "^3.3.0"
1418-
1419-
"@typescript-eslint/[email protected]":
1420-
version "5.59.0"
1421-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.0.tgz#a59913f2bf0baeb61b5cfcb6135d3926c3854365"
1422-
integrity sha512-qZ3iXxQhanchCeaExlKPV3gDQFxMUmU35xfd5eCXB6+kUw1TUAbIy2n7QIrwz9s98DQLzNWyHp61fY0da4ZcbA==
1385+
"@typescript-eslint/[email protected]":
1386+
version "5.59.8"
1387+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.8.tgz#aa6a7ef862add919401470c09e1609392ef3cc40"
1388+
integrity sha512-pJhi2ms0x0xgloT7xYabil3SGGlojNNKjK/q6dB3Ey0uJLMjK2UDGJvHieiyJVW/7C3KI+Z4Q3pEHkm4ejA+xQ==
14231389
dependencies:
1424-
"@typescript-eslint/types" "5.59.0"
1390+
"@typescript-eslint/types" "5.59.8"
14251391
eslint-visitor-keys "^3.3.0"
14261392

14271393
abab@^2.0.6:
@@ -5369,11 +5335,16 @@ tslib@^1.8.1:
53695335
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
53705336
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
53715337

5372-
tslib@^2.3.1, tslib@^2.4.0:
5338+
tslib@^2.4.0:
53735339
version "2.4.0"
53745340
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
53755341
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
53765342

5343+
tslib@^2.5.2:
5344+
version "2.5.2"
5345+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.2.tgz#1b6f07185c881557b0ffa84b111a0106989e8338"
5346+
integrity sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA==
5347+
53775348
tsutils@^3.21.0:
53785349
version "3.21.0"
53795350
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
@@ -5415,11 +5386,16 @@ type-fest@^1.0.2:
54155386
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-1.4.0.tgz#e9fb813fe3bf1744ec359d55d1affefa76f14be1"
54165387
integrity sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==
54175388

5418-
typescript@*, typescript@^4.4.4:
5389+
typescript@*:
54195390
version "4.7.4"
54205391
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
54215392
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==
54225393

5394+
typescript@^5.0.4:
5395+
version "5.0.4"
5396+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
5397+
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==
5398+
54235399
uc.micro@^1.0.1, uc.micro@^1.0.5:
54245400
version "1.0.6"
54255401
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.6.tgz#9c411a802a409a91fc6cf74081baba34b24499ac"

0 commit comments

Comments
 (0)