Skip to content

Commit 1ffd9a1

Browse files
committed
feat(deps): update @softwareventures/tsconfig to v8.1.1
BREAKING CHANGE: async-iterable now uses ES2020 syntax. This breaks compatibility with obsolete versions of node and obsolete browsers. If you need to support these older systems, then either use an older version of async-iterable, or use Babel to compile down to older ES syntax.
1 parent 18eb232 commit 1ffd9a1

3 files changed

Lines changed: 8 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"@softwareventures/eslint-config": "9.5.0",
9696
"@softwareventures/precise-commits": "4.0.23",
9797
"@softwareventures/prettier-config": "4.0.0",
98-
"@softwareventures/tsconfig": "7.3.0",
98+
"@softwareventures/tsconfig": "8.1.1",
9999
"@types/node": "17.0.45",
100100
"@typescript-eslint/eslint-plugin": "8.57.1",
101101
"@typescript-eslint/parser": "8.57.1",

tsconfig.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
{
2-
"extends": "@softwareventures/tsconfig/commonjs",
3-
"compilerOptions": {
4-
"lib": ["ES2017", "ES2018.AsyncGenerator", "ES2018.AsyncIterable"],
5-
"types": []
6-
},
2+
"extends": "@softwareventures/tsconfig",
73
"exclude": ["**/*.test.ts", "**/test.ts"]
84
}

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ __metadata:
603603
"@softwareventures/ordered": "npm:^1.1.0 || ^2.0.0"
604604
"@softwareventures/precise-commits": "npm:4.0.23"
605605
"@softwareventures/prettier-config": "npm:4.0.0"
606-
"@softwareventures/tsconfig": "npm:7.3.0"
606+
"@softwareventures/tsconfig": "npm:8.1.1"
607607
"@types/node": "npm:17.0.45"
608608
"@typescript-eslint/eslint-plugin": "npm:8.57.1"
609609
"@typescript-eslint/parser": "npm:8.57.1"
@@ -692,12 +692,12 @@ __metadata:
692692
languageName: node
693693
linkType: hard
694694

695-
"@softwareventures/tsconfig@npm:7.3.0":
696-
version: 7.3.0
697-
resolution: "@softwareventures/tsconfig@npm:7.3.0"
695+
"@softwareventures/tsconfig@npm:8.1.1":
696+
version: 8.1.1
697+
resolution: "@softwareventures/tsconfig@npm:8.1.1"
698698
peerDependencies:
699-
typescript: ^4.5.0 || ^5.0.0
700-
checksum: 10c0/bb9fe2847f52dfea00748e79c1b35a6c200b916ed7115c96af4c4a6d73cb151b82dfb19eeb6a3fa3d7e8802f9692af4d2be961b97f4ac15be87594681e09e03d
699+
typescript: ^5.2.2
700+
checksum: 10c0/9a9e0dacacc9729e5d92c0a2e644e189ad81d009086f6ef37520c41334409df1c2a15137997bcf8bcc289d32aafe17cb8530876d0b63a0a85c87fe02ab237b24
701701
languageName: node
702702
linkType: hard
703703

0 commit comments

Comments
 (0)