Skip to content

Commit

Permalink
remove ts-api-utils (#2467)
Browse files Browse the repository at this point in the history
hygiene

## Description

`ts-api-utils` was pinned to save consumers from upgrading to Node 16. 
- #2040

It's been long enough that we can drop that concession.

### Security Considerations

none
### Scaling Considerations

none

### Documentation Considerations

none

### Testing Considerations

none

### Compatibility Considerations

Endo devDependencies now really requires Node 16.

### Upgrade Considerations

TMK does not yet affect exports.
  • Loading branch information
turadg committed Sep 23, 2024
2 parents c101168 + da678b6 commit 05f18c1
Show file tree
Hide file tree
Showing 41 changed files with 133 additions and 164 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@
"eslint-plugin-jsdoc": "^48.2.5",
"lerna": "^8.1.8",
"prettier": "^3.2.5",
"ts-api-utils": "~1.0.1",
"type-coverage": "^2.26.3",
"type-coverage": "^2.29.1",
"typedoc": "^0.26.6",
"typedoc-plugin-markdown": "^4.2.5",
"typescript": "~5.6.1-rc",
"typescript": "~5.6.2",
"typescript-eslint": "^7.3.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/base64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.2.5",
"typescript": "~5.6.1-rc"
"typescript": "~5.6.2"
},
"files": [
"./*.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/bundle-source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"ava": "^6.1.3",
"c8": "^7.14.0",
"eslint": "^8.57.0",
"typescript": "~5.6.1-rc"
"typescript": "~5.6.2"
},
"keywords": [],
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/captp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@endo/ses-ava": "workspace:^",
"ava": "^6.1.3",
"c8": "^7.14.0",
"typescript": "~5.6.1-rc"
"typescript": "~5.6.2"
},
"dependencies": {
"@endo/errors": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/check-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.2.5",
"typescript": "~5.6.1-rc"
"typescript": "~5.6.2"
},
"files": [
"./*.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/cjs-module-analyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.2.5",
"typescript": "~5.6.1-rc"
"typescript": "~5.6.2"
},
"files": [
"./*.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"eslint-plugin-import": "^2.29.1",
"execa": "^9.3.0",
"prettier": "^3.2.5",
"typescript": "~5.6.1-rc"
"typescript": "~5.6.2"
},
"files": [
"./*.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"@endo/ses-ava": "workspace:^",
"ava": "^6.1.3",
"c8": "^7.14.0",
"tsd": "^0.30.7",
"typescript": "~5.6.1-rc"
"tsd": "^0.31.2",
"typescript": "~5.6.2"
},
"files": [
"./*.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/compartment-mapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.2.5",
"typescript": "~5.6.1-rc"
"typescript": "~5.6.2"
},
"files": [
"./*.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.2.5",
"typescript": "~5.6.1-rc"
"typescript": "~5.6.2"
},
"files": [
"./*.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/env-options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.2.5",
"typescript": "~5.6.1-rc"
"typescript": "~5.6.2"
},
"files": [
"./*.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"ava": "^6.1.3",
"c8": "^7.14.0",
"ses0_18_3": "npm:ses@0.18.3",
"tsd": "^0.30.7",
"typescript": "~5.6.1-rc"
"tsd": "^0.31.2",
"typescript": "~5.6.2"
},
"files": [
"./*.d.ts",
Expand Down
3 changes: 1 addition & 2 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@
},
"dependencies": {
"requireindex": "~1.1.0",
"ts-api-utils": "~1.0.1",
"tsutils": "~3.21.0",
"typescript": "~5.6.1-rc",
"typescript": "~5.6.2",
"typescript-eslint": "^7.3.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/evasive-transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"c8": "^7.14.0",
"eslint": "^8.57.0",
"rollup": "^2.79.1",
"tsd": "^0.30.7",
"typescript": "~5.6.1-rc"
"tsd": "^0.31.2",
"typescript": "~5.6.2"
},
"files": [
"./*.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/eventual-send/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"@endo/lockdown": "workspace:^",
"ava": "^6.1.3",
"c8": "^7.14.0",
"tsd": "^0.30.7",
"typescript": "~5.6.1-rc"
"tsd": "^0.31.2",
"typescript": "~5.6.2"
},
"keywords": [
"eventual send",
Expand Down
2 changes: 1 addition & 1 deletion packages/exo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.2.5",
"typescript": "~5.6.1-rc"
"typescript": "~5.6.2"
},
"files": [
"./*.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/far/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@endo/ses-ava": "workspace:^",
"ava": "^6.1.3",
"c8": "^7.14.0",
"typescript": "~5.6.1-rc"
"typescript": "~5.6.2"
},
"keywords": [
"eventual send",
Expand Down
4 changes: 2 additions & 2 deletions packages/immutable-arraybuffer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"devDependencies": {
"ava": "^6.1.3",
"c8": "^7.14.0",
"tsd": "^0.30.7",
"typescript": "~5.6.1-rc"
"tsd": "^0.31.2",
"typescript": "~5.6.2"
},
"files": [
"./*.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/import-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@endo/ses-ava": "workspace:^",
"ava": "^6.1.3",
"c8": "^7.14.0",
"typescript": "~5.6.1-rc"
"typescript": "~5.6.2"
},
"files": [
"./*.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@endo/compartment-mapper": "workspace:^",
"ava": "^6.1.3",
"typescript": "~5.6.1-rc"
"typescript": "~5.6.2"
},
"dependencies": {
"@endo/base64": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/lp32/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.2.5",
"typescript": "~5.6.1-rc"
"typescript": "~5.6.2"
},
"files": [
"./*.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/marshal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@fast-check/ava": "^1.1.5",
"ava": "^6.1.3",
"c8": "^7.14.0",
"typescript": "~5.6.1-rc"
"typescript": "~5.6.2"
},
"files": [
"./*.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/memoize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.2.5",
"typescript": "~5.6.1-rc"
"typescript": "~5.6.2"
},
"files": [
"./*.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/module-source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.2.5",
"typescript": "~5.6.1-rc"
"typescript": "~5.6.2"
},
"files": [
"./*.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/nat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.2.5",
"ses": "workspace:^",
"typescript": "~5.6.1-rc"
"typescript": "~5.6.2"
},
"directories": {
"test": "test"
Expand Down
2 changes: 1 addition & 1 deletion packages/netstring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.2.5",
"typescript": "~5.6.1-rc"
"typescript": "~5.6.2"
},
"files": [
"./*.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/pass-style/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.2.5",
"typescript": "~5.6.1-rc"
"typescript": "~5.6.2"
},
"files": [
"./*.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/patterns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.2.5",
"typescript": "~5.6.1-rc"
"typescript": "~5.6.2"
},
"files": [
"./*.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/promise-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.2.5",
"typescript": "~5.6.1-rc"
"typescript": "~5.6.2"
},
"files": [
"./*.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/ses-ava/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.2.5",
"typescript": "~5.6.1-rc"
"typescript": "~5.6.2"
},
"files": [
"./*.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/ses/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
"prettier": "^3.2.5",
"sinon": "^15.1.0",
"terser": "^5.16.6",
"tsd": "^0.30.7",
"typescript": "~5.6.1-rc"
"tsd": "^0.31.2",
"typescript": "~5.6.2"
},
"files": [
"./*.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/skel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"@endo/ses-ava": "workspace:^",
"ava": "^6.1.3",
"c8": "^7.14.0",
"tsd": "^0.30.7",
"typescript": "~5.6.1-rc"
"tsd": "^0.31.2",
"typescript": "~5.6.2"
},
"files": [
"./*.d.ts",
Expand Down
3 changes: 1 addition & 2 deletions packages/stream-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.2.5",
"ts-api-utils": "~1.0.1",
"typescript": "~5.6.1-rc"
"typescript": "~5.6.2"
},
"files": [
"./*.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/stream-types-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.2.5",
"typescript": "~5.6.1-rc"
"typescript": "~5.6.2"
},
"files": [
"./*.d.ts",
Expand Down
3 changes: 1 addition & 2 deletions packages/stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.2.5",
"ts-api-utils": "~1.0.1",
"typescript": "~5.6.1-rc"
"typescript": "~5.6.2"
},
"files": [
"./*.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/syrup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.2.5",
"typescript": "~5.6.1-rc"
"typescript": "~5.6.2"
},
"files": [
"./*.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/test262-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.2.5",
"typescript": "~5.6.1-rc"
"typescript": "~5.6.2"
},
"eslintConfig": {
"extends": [
Expand Down
4 changes: 2 additions & 2 deletions packages/trampoline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-import": "^2.29.0",
"prettier": "^3.0.0",
"tsd": "^0.31.0",
"typescript": "~5.5.0-dev.20240327"
"tsd": "^0.31.2",
"typescript": "~5.6.2"
},
"files": [
"LICENSE*",
Expand Down
2 changes: 1 addition & 1 deletion packages/where/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.2.5",
"typescript": "~5.6.1-rc"
"typescript": "~5.6.2"
},
"files": [
"./*.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/zip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.2.5",
"typescript": "~5.6.1-rc"
"typescript": "~5.6.2"
},
"files": [
"./*.d.ts",
Expand Down
Loading

0 comments on commit 05f18c1

Please sign in to comment.