strong-error-handler 5.0.0 → 5.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -26,7 +26,7 @@ jobs:
|
|
|
26
26
|
fail-fast: false
|
|
27
27
|
runs-on: ${{ matrix.os }}
|
|
28
28
|
steps:
|
|
29
|
-
- uses: actions/checkout@
|
|
29
|
+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
|
|
30
30
|
with:
|
|
31
31
|
fetch-depth: 0
|
|
32
32
|
- name: Use Node.js ${{ matrix.node-version }}
|
|
@@ -44,7 +44,7 @@ jobs:
|
|
|
44
44
|
name: Code Lint
|
|
45
45
|
runs-on: ubuntu-latest
|
|
46
46
|
steps:
|
|
47
|
-
- uses: actions/checkout@
|
|
47
|
+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
|
|
48
48
|
- name: Use Node.js 16
|
|
49
49
|
uses: actions/setup-node@v3
|
|
50
50
|
with:
|
|
@@ -60,7 +60,7 @@ jobs:
|
|
|
60
60
|
runs-on: ubuntu-latest
|
|
61
61
|
if: ${{ github.event.pull_request }}
|
|
62
62
|
steps:
|
|
63
|
-
- uses: actions/checkout@
|
|
63
|
+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
|
|
64
64
|
with:
|
|
65
65
|
fetch-depth: 0
|
|
66
66
|
- name: Use Node.js 16
|
package/CHANGES.md
CHANGED
|
@@ -1,3 +1,41 @@
|
|
|
1
|
+
2023-10-16, Version 5.0.2
|
|
2
|
+
=========================
|
|
3
|
+
|
|
4
|
+
* chore: lock file maintenance (renovate[bot])
|
|
5
|
+
|
|
6
|
+
* chore: update dependency @commitlint/config-conventional to ^17.8.0 (renovate[bot])
|
|
7
|
+
|
|
8
|
+
* chore: update dependency @types/express to ^4.17.19 (renovate[bot])
|
|
9
|
+
|
|
10
|
+
* chore: update dependency eslint to ^8.51.0 (renovate[bot])
|
|
11
|
+
|
|
12
|
+
* chore: update dependency chai to ^4.3.10 (renovate[bot])
|
|
13
|
+
|
|
14
|
+
* chore: update dependency chai to ^4.3.9 (renovate[bot])
|
|
15
|
+
|
|
16
|
+
* chore: update actions/checkout digest to 8ade135 (renovate[bot])
|
|
17
|
+
|
|
18
|
+
* chore: update dependency @types/express to ^4.17.18 (renovate[bot])
|
|
19
|
+
|
|
20
|
+
* chore: update dependency eslint to ^8.50.0 (renovate[bot])
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
2023-09-11, Version 5.0.1
|
|
24
|
+
=========================
|
|
25
|
+
|
|
26
|
+
* chore: lock file maintenance (renovate[bot])
|
|
27
|
+
|
|
28
|
+
* chore: update dependency eslint to ^8.49.0 (renovate[bot])
|
|
29
|
+
|
|
30
|
+
* chore: update dependency http-status to ^1.7.0 (renovate[bot])
|
|
31
|
+
|
|
32
|
+
* chore: update actions/checkout action to v4 (renovate[bot])
|
|
33
|
+
|
|
34
|
+
* chore: update dependency eslint to ^8.48.0 (renovate[bot])
|
|
35
|
+
|
|
36
|
+
* chore: update dependency chai to ^4.3.8 (renovate[bot])
|
|
37
|
+
|
|
38
|
+
|
|
1
39
|
2023-08-21, Version 5.0.0
|
|
2
40
|
=========================
|
|
3
41
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "strong-error-handler",
|
|
3
3
|
"description": "Error handler for use in development and production environments.",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "5.0.
|
|
5
|
+
"version": "5.0.2",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": ">=16"
|
|
8
8
|
},
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
"debug": "^4.3.4",
|
|
22
22
|
"ejs": "^3.1.9",
|
|
23
23
|
"fast-safe-stringify": "^2.1.1",
|
|
24
|
-
"http-status": "^1.
|
|
24
|
+
"http-status": "^1.7.0",
|
|
25
25
|
"js2xmlparser": "^5.0.0",
|
|
26
26
|
"strong-globalize": "^6.0.6"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@commitlint/config-conventional": "^17.
|
|
30
|
-
"@types/express": "^4.17.
|
|
31
|
-
"chai": "^4.3.
|
|
32
|
-
"eslint": "^8.
|
|
29
|
+
"@commitlint/config-conventional": "^17.8.0",
|
|
30
|
+
"@types/express": "^4.17.19",
|
|
31
|
+
"chai": "^4.3.10",
|
|
32
|
+
"eslint": "^8.51.0",
|
|
33
33
|
"eslint-config-loopback": "^13.1.0",
|
|
34
34
|
"express": "^4.18.2",
|
|
35
35
|
"mocha": "^10.2.0",
|