Skip to content

Commit d04bb73

Browse files
chore(deps): bump @types/node from 16.11.38 to 18.17.15 (microformats#238)
* chore(deps): bump @types/node from 16.11.38 to 18.17.15
1 parent 7d6658c commit d04bb73

File tree

3 files changed

+25
-11
lines changed

3 files changed

+25
-11
lines changed

‎.github/release-drafter.yml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
11
name-template: "v$RESOLVED_VERSION"
22
tag-template: "v$RESOLVED_VERSION"
33
template: |
4-
## Whats Changed
4+
## What's Changed
55
66
$CHANGES
7+
categories:
8+
- title: Breaking changes
9+
labels:
10+
- major
11+
- breaking change
12+
- title: Features
13+
labels:
14+
- enhancement
15+
- minor
16+
- title: Bug fixes
17+
labels:
18+
- bug
19+
- title: Maintenance
20+
labels:
21+
- maintenance
22+
- documentation
723
version-resolver:
824
major:
925
labels:
@@ -39,3 +55,6 @@ autolabeler:
3955
- "/breaking change/i"
4056
body:
4157
- "/breaking change/i"
58+
- label: documentation
59+
title:
60+
- "/docs/i"

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@types/chai": "^4.2.11",
5151
"@types/glob": "^7.1.1",
5252
"@types/mocha": "^9.1.1",
53-
"@types/node": "^16.0.0",
53+
"@types/node": "^18.17.15",
5454
"@typescript-eslint/eslint-plugin": "^5.27.0",
5555
"@typescript-eslint/parser": "^5.27.0",
5656
"c8": "^8.0.1",

‎yarn.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -284,15 +284,10 @@
284284
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-9.1.1.tgz#e7c4f1001eefa4b8afbd1eee27a237fee3bf29c4"
285285
integrity sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==
286286

287-
"@types/node@*":
288-
version "17.0.38"
289-
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.38.tgz#f8bb07c371ccb1903f3752872c89f44006132947"
290-
integrity sha512-5jY9RhV7c0Z4Jy09G+NIDTsCZ5G0L5n+Z+p+Y7t5VJHM30bgwzSjVtlcBxqAj+6L/swIlvtOSzr8rBk/aNyV2g==
291-
292-
"@types/node@^16.0.0":
293-
version "16.11.38"
294-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.38.tgz#be0edd097b23eace6c471c525a74b3f98803017f"
295-
integrity sha512-hjO/0K140An3GWDw2HJfq7gko3wWeznbjXgg+rzPdVzhe198hp4x2i1dgveAOEiFKd8sOilAxzoSJiVv5P/CUg==
287+
"@types/node@^18.17.15", "@types/node@*":
288+
version "18.17.15"
289+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.17.15.tgz#31301a273b9ca7d568fe6d1c35ae52e0fb3f8d6a"
290+
integrity sha512-2yrWpBk32tvV/JAd3HNHWuZn/VDN1P+72hWirHnvsvTGSqbANi+kSeuQR9yAHnbvaBvHDsoTdXV0Fe+iRtHLKA==
296291

297292
"@types/resolve@1.20.2":
298293
version "1.20.2"

0 commit comments

Comments
 (0)