strong-error-handler 5.0.1 → 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.
|
@@ -16,7 +16,7 @@ jobs:
|
|
|
16
16
|
|
|
17
17
|
steps:
|
|
18
18
|
- name: Checkout repository
|
|
19
|
-
uses: actions/checkout@
|
|
19
|
+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
|
|
20
20
|
|
|
21
21
|
- name: Initialize CodeQL
|
|
22
22
|
uses: github/codeql-action/init@v2
|
|
@@ -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,25 @@
|
|
|
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
|
+
|
|
1
23
|
2023-09-11, Version 5.0.1
|
|
2
24
|
=========================
|
|
3
25
|
|
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
|
},
|
|
@@ -26,10 +26,10 @@
|
|
|
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",
|