Compare commits

..

1 Commits

Author SHA1 Message Date
dhmlau d51c98e648 5.0.8
* chore: lock file maintenance (renovate[bot])
 * chore: update dependency express to ^4.18.3 (renovate[bot])
 * chore: update github/codeql-action action to v3.24.6 (renovate[bot])
 * chore: update commitlint monorepo to ^19.0.3 (renovate[bot])
 * chore: update dependency @commitlint/cli to ^19.0.2 (renovate[bot])
 * chore: update dependency @commitlint/cli to ^19.0.1 (renovate[bot])
 * chore: update commitlint monorepo to v19 (renovate[bot])
 * test: convert to ES Module (Rifa Achrinza)
 * chore: update dependency chai to v5 (renovate[bot])
 * chore: update dependency eslint to ^8.57.0 (renovate[bot])
 * ci: update CodeQL domain allowlist (Rifa Achrinza)
 * chore: update actions/upload-artifact action to v4 (renovate[bot])
 * chore: update github/codeql-action action to v3.24.5 (renovate[bot])
 * chore: update dependency http-status to ^1.7.4 (renovate[bot])
 * chore: update github/codeql-action action to v3.24.4 (renovate[bot])
 * chore: update github/codeql-action action to v3.24.3 (renovate[bot])
 * chore: update dependency @commitlint/config-conventional to ^18.6.2 (renovate[bot])
 * chore: update dependency lockfile-lint to ^4.13.2 (renovate[bot])
 * chore: update github/codeql-action action to v3.24.1 (renovate[bot])
 * chore: update commitlint monorepo to ^18.6.1 (renovate[bot])
2024-03-06 20:43:20 -05:00
6 changed files with 395 additions and 714 deletions

View File

@ -20,7 +20,7 @@ jobs:
actions: read
steps:
- uses: step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0
- uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
disable-sudo: true
egress-policy: block
@ -30,16 +30,16 @@ jobs:
objects.githubusercontent.com:443
- name: Checkout repository
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
uses: github/codeql-action/init@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
with:
languages: javascript-typescript
config-file: .github/codeql/codeql-config.yml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
uses: github/codeql-action/analyze@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6

View File

@ -31,7 +31,7 @@ jobs:
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0
- uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
if: ${{ matrix.os == 'ubuntu-latest' }}
with:
disable-sudo: true
@ -41,7 +41,7 @@ jobs:
github.com:443
nodejs.org:443
registry.npmjs.org:443
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false
- name: Use Node.js ${{ matrix.node-version }}
@ -59,7 +59,7 @@ jobs:
name: Code Lint
runs-on: ubuntu-latest
steps:
- uses: step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0
- uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
disable-sudo: true
egress-policy: block
@ -68,7 +68,7 @@ jobs:
github.com:443
nodejs.org:443
registry.npmjs.org:443
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false
- name: Use Node.js 20
@ -89,14 +89,14 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request }}
steps:
- uses: step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0
- uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
github.com:443
registry.npmjs.org:443
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
persist-credentials: false
@ -125,14 +125,14 @@ jobs:
name: Lockfile Lint
runs-on: ubuntu-latest
steps:
- uses: step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0
- uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
github.com:443
registry.npmjs.org:443
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false
- name: Use Node.js 20

View File

@ -32,7 +32,7 @@ jobs:
id-token: write
steps:
- uses: step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0
- uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
if: ${{ matrix.os == 'ubuntu-latest' }}
with:
disable-sudo: true
@ -47,11 +47,11 @@ jobs:
rekor.sigstore.dev:443
tuf-repo-cdn.sigstore.dev:443
www.bestpractices.dev:443
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false
- uses: ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
- uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
with:
results_file: results.sarif
results_format: sarif
@ -66,13 +66,13 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
name: OSSF Scorecard SARIF file
path: results.sarif
retention-days: 90
# Upload the results to GitHub's code scanning dashboard.
- uses: github/codeql-action/upload-sarif@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
- uses: github/codeql-action/upload-sarif@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
with:
sarif_file: results.sarif

View File

@ -1,3 +1,47 @@
2024-03-07, Version 5.0.8
=========================
* chore: lock file maintenance (renovate[bot])
* chore: update dependency express to ^4.18.3 (renovate[bot])
* chore: update github/codeql-action action to v3.24.6 (renovate[bot])
* chore: update commitlint monorepo to ^19.0.3 (renovate[bot])
* chore: update dependency @commitlint/cli to ^19.0.2 (renovate[bot])
* chore: update dependency @commitlint/cli to ^19.0.1 (renovate[bot])
* chore: update commitlint monorepo to v19 (renovate[bot])
* test: convert to ES Module (Rifa Achrinza)
* chore: update dependency chai to v5 (renovate[bot])
* chore: update dependency eslint to ^8.57.0 (renovate[bot])
* ci: update CodeQL domain allowlist (Rifa Achrinza)
* chore: update actions/upload-artifact action to v4 (renovate[bot])
* chore: update github/codeql-action action to v3.24.5 (renovate[bot])
* chore: update dependency http-status to ^1.7.4 (renovate[bot])
* chore: update github/codeql-action action to v3.24.4 (renovate[bot])
* chore: update github/codeql-action action to v3.24.3 (renovate[bot])
* chore: update dependency @commitlint/config-conventional to ^18.6.2 (renovate[bot])
* chore: update dependency lockfile-lint to ^4.13.2 (renovate[bot])
* chore: update github/codeql-action action to v3.24.1 (renovate[bot])
* chore: update commitlint monorepo to ^18.6.1 (renovate[bot])
2024-02-12, Version 5.0.7
=========================

1017
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
"name": "strong-error-handler",
"description": "Error handler for use in development and production environments.",
"license": "MIT",
"version": "5.0.7",
"version": "5.0.8",
"engines": {
"node": ">=16"
},
@ -26,16 +26,16 @@
"strong-globalize": "^6.0.6"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@types/express": "^4.17.21",
"chai": "^5.1.1",
"chai": "^5.1.0",
"eslint": "^8.57.0",
"eslint-config-loopback": "^13.1.0",
"express": "^4.19.2",
"express": "^4.18.3",
"lockfile-lint": "^4.13.2",
"mocha": "^10.4.0",
"supertest": "^7.0.0"
"mocha": "^10.3.0",
"supertest": "^6.3.4"
},
"browser": {
"strong-error-handler": false