Skip to content

Commit

Permalink
feat: add TypeScript v5.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Aug 2, 2023
1 parent 0aa23f5 commit 21bf22b
Show file tree
Hide file tree
Showing 278 changed files with 3,698 additions and 3,030 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
node: [14.19.0, 16, 17, 18]
node: [16.14.0, 17, 18, 19, 20]

steps:
- name: Checkout code
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ Additionally, you get a simple hook with which you can do simple things such as

[Become a sponsor/backer](https://github.com/wessberg/ts-clone-node?sponsor=1) and get your logo listed here.

| <a href="https://usebubbles.com"><img alt="Bubbles" src="https://uploads-ssl.webflow.com/5d682047c28b217055606673/5e5360be16879c1d0dca6514_icon-thin-128x128%402x.png" height="70" /></a> | <a href="https://www.xerox.com"><img alt="Xerox" src="https://avatars.githubusercontent.com/u/9158512?s=200&v=4" height="70" /></a> | <a href="https://changelog.me"><img alt="Trent Raymond" src="https://avatars.githubusercontent.com/u/1509616?v=4" height="70" /></a> | <a href="https://scrubtheweb.com"><img alt="scrubtheweb" src="https://avatars.githubusercontent.com/u/41668218?v=4" height="70" /></a> | <a href="https://github.com/hjoelh"><img alt="Joel" src="https://avatars.githubusercontent.com/u/68335961?v=4" height="70" /></a> |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| [Bubbles](https://usebubbles.com)<br><strong>Twitter</strong>: [@usebubbles](https://twitter.com/usebubbles) | [Xerox](https://www.xerox.com) | [Trent Raymond](https://changelog.me) | [scrubtheweb](https://scrubtheweb.com) | [Joel](https://github.com/hjoelh) |
| <a href="https://changelog.me"><img alt="Trent Raymond" src="https://avatars.githubusercontent.com/u/1509616?v=4" height="70" /></a> | <a href="https://scrubtheweb.com/computers/programming/1"><img alt="scrubtheweb" src="https://avatars.githubusercontent.com/u/41668218?v=4" height="70" /></a> |
| -------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Trent Raymond](https://changelog.me) | [scrubtheweb](https://scrubtheweb.com/computers/programming/1) |

### Patreon

Expand Down
69 changes: 32 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"clean": "rimraf dist",
"lint": "tsc --noEmit && eslint \"src/**/*.ts\" --color",
"prettier": "prettier --write \"{src,test,documentation}/**/*.{js,ts,json,html,xml,css,md}\"",
"test": "ava",
"test": "cross-env NODE_NO_WARNINGS=1 FORCE_COLOR=3 NODE_OPTIONS=\"--loader=tsx --max_old_space_size=4096\" ava",
"prebuild": "pnpm run clean",
"build": "pnpm run prebuild && pnpm run rollup",
"prewatch": "pnpm run clean",
Expand All @@ -19,7 +19,7 @@
"version": "pnpm run preversion && pnpm run generate:all && git add .",
"release": "np --no-cleanup --no-yarn --no-tests",
"update:check": "pnpx npm-check-updates -x typescript-* --dep dev,prod",
"update:commit": "pnpx npm-check-updates -u -x typescript-*,ava --dep dev,prod && pnpm update && pnpm install"
"update:commit": "pnpx npm-check-updates -u -x typescript-* --dep dev,prod && pnpm update && pnpm install"
},
"keywords": [
"typescript",
Expand All @@ -45,36 +45,38 @@
],
"license": "MIT",
"devDependencies": {
"@types/semver": "^7.3.13",
"@types/node": "^18.11.18",
"@types/prettier": "^2.7.2",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"@wessberg/ts-config": "^2.0.4",
"@types/semver": "^7.5.0",
"@types/node": "^20.4.6",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@wessberg/ts-config": "^4.0.0",
"@wessberg/prettier-config": "1.0.0",
"@prettier/sync": "0.3.0",
"crosspath": "2.0.0",
"dotcjs": "1.0.1",
"rollup-plugin-ts": "^3.1.0",
"rollup-plugin-ts": "^3.2.0",
"sandhog": "^2.0.2",
"ava": "^3.15.0",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.6.4",
"ava": "^5.3.1",
"cross-env": "^7.0.3",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsdoc": "^46.4.5",
"husky": "^8.0.3",
"np": "7.6.3",
"pnpm": "^7.23.0",
"prettier": "^2.8.2",
"np": "8.0.4",
"pnpm": "^8.6.11",
"prettier": "^3.0.0",
"pretty-quick": "^3.1.3",
"rimraf": "^3.0.2",
"rollup": "^3.9.1",
"standard-changelog": "^2.0.27",
"ts-node": "^10.9.1",
"semver": "^7.3.8",
"rimraf": "^5.0.1",
"rollup": "^3.27.0",
"standard-changelog": "^3.0.0",
"tsx": "^3.12.7",
"semver": "^7.5.4",
"helpertypes": "^0.0.19",
"tslib": "^2.4.1",
"npm-check-updates": "^16.6.2",
"typescript": "^4.9.4",
"tslib": "^2.6.1",
"npm-check-updates": "^16.10.17",
"typescript": "5.1.6",
"typescript-3-0-1": "npm:[email protected]",
"typescript-3-1-1": "npm:[email protected]",
"typescript-3-2-1": "npm:[email protected]",
Expand All @@ -93,13 +95,15 @@
"typescript-4-5-4": "npm:[email protected]",
"typescript-4-6-4": "npm:[email protected]",
"typescript-4-7-2": "npm:[email protected]",
"typescript-4-8-2": "npm:[email protected]"
"typescript-4-8-2": "npm:[email protected]",
"typescript-4-9-4": "npm:[email protected]",
"typescript-5-0-4": "npm:[email protected]"
},
"dependencies": {
"compatfactory": "^2.0.9"
"compatfactory": "^3.0.0"
},
"peerDependencies": {
"typescript": "^3.x || ^4.x"
"typescript": "^3.x || ^4.x || ^5.x"
},
"exports": {
"import": "./dist/esm/index.js",
Expand Down Expand Up @@ -130,17 +134,8 @@
],
"verbose": true,
"timeout": "400s",
"nonSemVerExperiments": {
"configurableModuleFormat": true
},
"extensions": {
"ts": "module"
},
"nodeArguments": [
"--loader=ts-node/esm"
],
"environmentVariables": {
"FORCE_COLOR": "3"
}
}
}
Loading

0 comments on commit 21bf22b

Please sign in to comment.