Skip to content

Commit

Permalink
feat: add ES2023 support
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Aug 2, 2023
1 parent 397fcb2 commit 80d81a4
Show file tree
Hide file tree
Showing 9 changed files with 2,523 additions and 2,235 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
node: [16.15.1, 17, 18, 19]
node: [16.14.0, 17, 18, 19, 20]

steps:
- name: Checkout code
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -57,9 +57,9 @@ A _Feature_ is anything that can be found on [caniuse](https://caniuse.com/) or

[Become a sponsor/backer](https://github.com/wessberg/browserslist-generator?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
61 changes: 28 additions & 33 deletions package.json
Expand Up @@ -25,7 +25,7 @@
"lint": "tsc --noEmit && eslint \"src/**/*.ts\" --color",
"lint:fix": "eslint \"src/**/*.ts\" --color --fix",
"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:dist",
"build": "pnpm run rollup",
"watch": "pnpm run rollup -- --watch",
Expand Down Expand Up @@ -58,43 +58,44 @@
"license": "MIT",
"devDependencies": {
"@types/caniuse-lite": "1.0.1",
"@types/node": "18.11.18",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"@wessberg/ts-config": "^3.1.0",
"@types/node": "20.4.6",
"@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",
"ava": "^5.1.1",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^39.7.5",
"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",
"npm-check-updates": "^16.6.3",
"pnpm": "^7.26.3",
"prettier": "^2.8.3",
"np": "8.0.4",
"npm-check-updates": "^16.10.17",
"pnpm": "^8.6.11",
"prettier": "^3.0.0",
"pretty-quick": "^3.1.3",
"rimraf": "^4.1.2",
"rollup": "^3.12.1",
"rimraf": "^5.0.1",
"rollup": "^3.27.0",
"rollup-plugin-ts": "3.2.0",
"sandhog": "^2.0.2",
"standard-changelog": "^2.0.27",
"ts-node": "^10.9.1",
"tslib": "^2.5.0",
"typescript": "4.9.5",
"standard-changelog": "^3.0.0",
"tsx": "3.12.7",
"tslib": "^2.6.1",
"typescript": "5.1.6",
"useragent-generator": "1.1.1-amkt-22079-finish.0"
},
"dependencies": {
"@mdn/browser-compat-data": "^5.2.33",
"@mdn/browser-compat-data": "^5.3.7",
"@types/object-path": "^0.11.1",
"@types/semver": "^7.3.13",
"@types/semver": "^7.5.0",
"@types/ua-parser-js": "^0.7.36",
"browserslist": "^4.21.5",
"caniuse-lite": "^1.0.30001450",
"isbot": "^3.6.5",
"browserslist": "^4.21.10",
"caniuse-lite": "^1.0.30001518",
"isbot": "^3.6.13",
"object-path": "^0.11.8",
"semver": "^7.3.8",
"ua-parser-js": "^1.0.33"
"semver": "^7.5.4",
"ua-parser-js": "^1.0.35"
},
"exports": {
"import": "./dist/esm/index.js",
Expand All @@ -120,12 +121,6 @@
"timeout": "300s",
"extensions": {
"ts": "module"
},
"nodeArguments": [
"--loader=ts-node/esm"
],
"environmentVariables": {
"FORCE_COLOR": "3"
}
}
}

0 comments on commit 80d81a4

Please sign in to comment.