Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-mason committed Sep 22, 2024
1 parent 202ec71 commit fc81fc8
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 18 deletions.
5 changes: 5 additions & 0 deletions .changeset/small-dolls-fail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"webidl-dts-gen": patch
---

feat: bump jsdom from 24.0.0 to 25.0.0
5 changes: 5 additions & 0 deletions .changeset/tricky-islands-marry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"webidl-dts-gen": patch
---

feat: bump typescript from 5.4.2 to 5.6.2
11 changes: 5 additions & 6 deletions packages/webidl-dts-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
"main": "dist/index.js",
"scripts": {
"build": "tsc && chmod 755 dist/cli.js",
"lint": "tsc --noEmit",
"start": "yarn build && ./dist/cli.js",
"format": "yarn prettier --write .",
"test": "vitest test --coverage",
"test": "vitest --run --coverage",
"test:watch": "vitest --watch"
},
"repository": {
Expand All @@ -30,14 +29,14 @@
"devDependencies": {
"@types/node": "^20.12.12",
"@types/webidl2": "^24.4.3",
"@types/yargs": "^17.0.32",
"@types/yargs": "^17.0.33",
"@vitest/coverage-v8": "^2.1.1",
"prettier": "^3.2.5",
"prettier": "^3.3.3",
"vitest": "^2.1.1"
},
"dependencies": {
"jsdom": "^24.0.0",
"typescript": "^5.4.2",
"jsdom": "^25.0.0",
"typescript": "^5.6.2",
"webidl2": "^24.4.1",
"yargs": "^17.7.2"
},
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ __metadata:
languageName: node
linkType: hard

"@types/yargs@npm:^17.0.32":
"@types/yargs@npm:^17.0.33":
version: 17.0.33
resolution: "@types/yargs@npm:17.0.33"
dependencies:
Expand Down Expand Up @@ -1841,9 +1841,9 @@ __metadata:
languageName: node
linkType: hard

"jsdom@npm:^24.0.0":
version: 24.1.3
resolution: "jsdom@npm:24.1.3"
"jsdom@npm:^25.0.0":
version: 25.0.0
resolution: "jsdom@npm:25.0.0"
dependencies:
cssstyle: "npm:^4.0.1"
data-urls: "npm:^5.0.0"
Expand Down Expand Up @@ -1871,7 +1871,7 @@ __metadata:
peerDependenciesMeta:
canvas:
optional: true
checksum: e48b342afacd7418a23dac204a62deea729c50f4d072a7c04c09fd32355fdb4335f8779fa79fd0277a2dbeb2d356250a950955719d00047324b251233b11277f
checksum: 1552bcfb816b2c69ae159ba0cd79e8964030c106cc0cb2deb20a64c1ca54e1ea41352b9802d89b7cf823e43e6d74ed7289abff4aacc95b1b2bc936570aab3594
languageName: node
linkType: hard

Expand Down Expand Up @@ -2362,7 +2362,7 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.2.5":
"prettier@npm:^3.3.3":
version: 3.3.3
resolution: "prettier@npm:3.3.3"
bin:
Expand Down Expand Up @@ -2899,7 +2899,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.4.2":
"typescript@npm:^5.6.2":
version: 5.6.2
resolution: "typescript@npm:5.6.2"
bin:
Expand All @@ -2909,7 +2909,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.4.2#optional!builtin<compat/typescript>":
"typescript@patch:typescript@npm%3A^5.6.2#optional!builtin<compat/typescript>":
version: 5.6.2
resolution: "typescript@patch:typescript@npm%3A5.6.2#optional!builtin<compat/typescript>::version=5.6.2&hash=e012d7"
bin:
Expand Down Expand Up @@ -3096,11 +3096,11 @@ __metadata:
dependencies:
"@types/node": "npm:^20.12.12"
"@types/webidl2": "npm:^24.4.3"
"@types/yargs": "npm:^17.0.32"
"@types/yargs": "npm:^17.0.33"
"@vitest/coverage-v8": "npm:^2.1.1"
jsdom: "npm:^24.0.0"
prettier: "npm:^3.2.5"
typescript: "npm:^5.4.2"
jsdom: "npm:^25.0.0"
prettier: "npm:^3.3.3"
typescript: "npm:^5.6.2"
vitest: "npm:^2.1.1"
webidl2: "npm:^24.4.1"
yargs: "npm:^17.7.2"
Expand Down

0 comments on commit fc81fc8

Please sign in to comment.