Skip to content

Commit da269d7

Browse files
committed
chores: update dependencies
1 parent b3010b6 commit da269d7

File tree

12 files changed

+1933
-1025
lines changed

12 files changed

+1933
-1025
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [14.x, 16.x, 18.x]
15+
node-version: [16.x, 18.x, 20.x]
1616

1717
steps:
1818
- uses: actions/checkout@v3

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ ___
4444

4545
### LogLevel
4646

47-
Ƭ **LogLevel**: ``"verbose"`` \| ``"info"`` \| ``"error"``
47+
Ƭ **LogLevel**: ``"verbose"`` \| ``"info"`` \| ``"warn"`` \| ``"error"``

docs/classes/AggregateError.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@ ___
9494

9595
Optional override for formatting stack traces
9696

97-
**`See`**
98-
99-
https://github.com/v8/v8/wiki/Stack%20Trace%20API#customizing-stack-traces
100-
10197
##### Parameters
10298

10399
| Name | Type |
@@ -109,6 +105,10 @@ https://github.com/v8/v8/wiki/Stack%20Trace%20API#customizing-stack-traces
109105

110106
`any`
111107

108+
**`See`**
109+
110+
https://github.com/v8/v8/wiki/Stack%20Trace%20API#customizing-stack-traces
111+
112112
#### Inherited from
113113

114114
Error.prepareStackTrace

docs/classes/TimeoutError.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@ ___
8686

8787
Optional override for formatting stack traces
8888

89-
**`See`**
90-
91-
https://github.com/v8/v8/wiki/Stack%20Trace%20API#customizing-stack-traces
92-
9389
##### Parameters
9490

9591
| Name | Type |
@@ -101,6 +97,10 @@ https://github.com/v8/v8/wiki/Stack%20Trace%20API#customizing-stack-traces
10197

10298
`any`
10399

100+
**`See`**
101+
102+
https://github.com/v8/v8/wiki/Stack%20Trace%20API#customizing-stack-traces
103+
104104
#### Inherited from
105105

106106
Error.prepareStackTrace

docs/interfaces/FactoryOptions.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ Pending acquires are acquire calls which are yet to receive an response from fac
3737

3838
**`Default`**
3939

40+
```ts
4041
30000
42+
```
4143

4244
___
4345

@@ -89,7 +91,9 @@ This does not affects pending acquire requests.
8991

9092
**`Default`**
9193

94+
```ts
9295
30000
96+
```
9397

9498
___
9599

@@ -102,7 +106,9 @@ that will be used instead. The function expects the arguments msg, loglevel
102106

103107
**`Default`**
104108

109+
```ts
105110
false
111+
```
106112

107113
___
108114

@@ -128,7 +134,9 @@ full of pre-existing persistent connections.
128134

129135
**`Default`**
130136

137+
```ts
131138
Infinity
139+
```
132140

133141
___
134142

@@ -159,7 +167,9 @@ Clean up is scheduled in every `factory.reapIntervalMillis` milliseconds.
159167

160168
**`Default`**
161169

170+
```ts
162171
1000
172+
```
163173

164174
___
165175

0 commit comments

Comments
 (0)