Compare commits
58 Commits
Author | SHA1 | Date |
---|---|---|
|
7b1a187319 | |
|
d628302e0d | |
|
53e2a33407 | |
|
8fbd7e3694 | |
|
19daf8f058 | |
|
87edc4c275 | |
|
8aa4d5b60b | |
|
fb146adc8c | |
|
2c52284804 | |
|
b2acec49c3 | |
|
b9ba44a9de | |
|
7ebcdad5b5 | |
|
50bf36300e | |
|
2bcafa0fe9 | |
|
9cf2ed23b1 | |
|
40a525e78b | |
|
df3d035c13 | |
|
47d2c9f87e | |
|
7c60b7d26b | |
|
9759f140de | |
|
2a5a9f0762 | |
|
39ccbaac3d | |
|
eac3580c30 | |
|
bd5278ba5e | |
|
7d198e2b1b | |
|
96ab7516e9 | |
|
7250185f21 | |
|
022a25d8e2 | |
|
7dafa56cb8 | |
|
ff1484d518 | |
|
bc683b8208 | |
|
0ec3ef5dce | |
|
1c84c215fe | |
|
d933523432 | |
|
9221281c16 | |
|
555acf6d82 | |
|
8b0df4d258 | |
|
395624abf6 | |
|
c61bc55a20 | |
|
7704c694c0 | |
|
fdd395e13b | |
|
d4bfb075a2 | |
|
97ddb5539b | |
|
62612c481c | |
|
2e202a9635 | |
|
f4848f68d8 | |
|
dea834fb3d | |
|
ec6d77637b | |
|
57e48941c7 | |
|
e2645b7b10 | |
|
ae2a0e5387 | |
|
dc0043164b | |
|
e22c0c608c | |
|
58c2c53ddf | |
|
f90a1a17cb | |
|
d0e14f4a1b | |
|
5060da0947 | |
|
675826d35f |
|
@ -28,7 +28,7 @@ jobs:
|
|||
node_version: 18
|
||||
fail-fast: false
|
||||
steps:
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
|
||||
with:
|
||||
|
@ -38,7 +38,7 @@ jobs:
|
|||
- name: Run tests
|
||||
run: npm run-script test:ci
|
||||
- name: Publish coverage report to Coveralls
|
||||
uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # v2.2.3
|
||||
uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63 # v2.3.0
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
flag-name: run-${{ matrix.os }}-node@${{ matrix.node-version }}
|
||||
|
@ -50,7 +50,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Coveralls finished
|
||||
uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # v2.2.3
|
||||
uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63 # v2.3.0
|
||||
with:
|
||||
github-token: ${{ secrets.github_token }}
|
||||
parallel-finished: true
|
||||
|
@ -59,7 +59,7 @@ jobs:
|
|||
name: Code Lint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
|
||||
- name: Use Node.js 18
|
||||
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
|
||||
with:
|
||||
|
@ -73,7 +73,7 @@ jobs:
|
|||
name: Commit Lint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Use Node.js 18
|
||||
|
@ -101,12 +101,12 @@ jobs:
|
|||
security-events: write
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
|
||||
uses: github/codeql-action/init@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
|
||||
with:
|
||||
languages: 'javascript'
|
||||
config-file: ./.github/codeql/codeql-config.yaml
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
|
||||
uses: github/codeql-action/analyze@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
|
||||
|
|
10
.travis.yml
10
.travis.yml
|
@ -9,10 +9,10 @@ os: linux
|
|||
dist: bionic
|
||||
language: node_js
|
||||
node_js:
|
||||
- 10
|
||||
- 12
|
||||
- 14
|
||||
- 16
|
||||
- 17
|
||||
- 10.24.1
|
||||
- 12.22.12
|
||||
- 14.21.3
|
||||
- 16.20.2
|
||||
- 17.9.1
|
||||
install: npm ci --ignore-scripts
|
||||
script: npm run-script test:ci
|
||||
|
|
92
CHANGES.md
92
CHANGES.md
|
@ -1,3 +1,95 @@
|
|||
2024-05-13, Version 6.1.5
|
||||
=========================
|
||||
|
||||
* chore: lock file maintenance (renovate[bot])
|
||||
|
||||
* chore: update dependency chai-as-promised to ^7.1.2 (renovate[bot])
|
||||
|
||||
* chore: update coverallsapp/github-action action to v2.3.0 (renovate[bot])
|
||||
|
||||
* chore: update actions/checkout action to v4.1.5 (renovate[bot])
|
||||
|
||||
* chore: update github/codeql-action action to v3.25.4 (renovate[bot])
|
||||
|
||||
* chore: update github/codeql-action action to v3.25.3 (renovate[bot])
|
||||
|
||||
* chore: update actions/checkout action to v4.1.4 (renovate[bot])
|
||||
|
||||
* chore: update dependency commitlint to ^19.3.0 (renovate[bot])
|
||||
|
||||
* chore: update github/codeql-action action to v3.25.2 (renovate[bot])
|
||||
|
||||
* chore: update actions/checkout action to v4.1.3 (renovate[bot])
|
||||
|
||||
* chore: update github/codeql-action action to v3.25.1 (renovate[bot])
|
||||
|
||||
* chore: update github/codeql-action action to v3.25.0 (renovate[bot])
|
||||
|
||||
* chore: update dependency node to v17.9.1 (renovate[bot])
|
||||
|
||||
* chore: update dependency node to v16.20.2 (renovate[bot])
|
||||
|
||||
* chore: update dependency node to v14.21.3 (renovate[bot])
|
||||
|
||||
* chore: update dependency node to v12.22.12 (renovate[bot])
|
||||
|
||||
* chore: update dependency node to v10.24.1 (renovate[bot])
|
||||
|
||||
* chore: update commitlint monorepo to ^19.2.2 (renovate[bot])
|
||||
|
||||
* chore: update github/codeql-action action to v3.24.10 (renovate[bot])
|
||||
|
||||
* chore: update dependency loopback-datasource-juggler to ^5.0.8 (renovate[bot])
|
||||
|
||||
|
||||
2024-04-04, Version 6.1.4
|
||||
=========================
|
||||
|
||||
* chore: lock file maintenance (renovate[bot])
|
||||
|
||||
* chore: update dependency mocha to ^10.4.0 (renovate[bot])
|
||||
|
||||
* chore: update github/codeql-action action to v3.24.9 (renovate[bot])
|
||||
|
||||
* chore: update dependency commitlint to ^19.2.1 (renovate[bot])
|
||||
|
||||
* chore: update github/codeql-action action to v3.24.8 (renovate[bot])
|
||||
|
||||
* chore: update dependency commitlint to ^19.2.0 (renovate[bot])
|
||||
|
||||
* chore: update github/codeql-action action to v3.24.7 (renovate[bot])
|
||||
|
||||
* chore: update commitlint monorepo to ^19.1.0 (renovate[bot])
|
||||
|
||||
* chore: update dependency loopback-datasource-juggler to ^5.0.7 (renovate[bot])
|
||||
|
||||
|
||||
2024-03-06, Version 6.1.3
|
||||
=========================
|
||||
|
||||
* chore: lock file maintenance (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 commitlint monorepo to v19 (renovate[bot])
|
||||
|
||||
* chore: update dependency eslint to ^8.57.0 (renovate[bot])
|
||||
|
||||
* chore: update github/codeql-action action to v3.24.5 (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 github/codeql-action action to v3.24.1 (renovate[bot])
|
||||
|
||||
* chore: update commitlint monorepo to ^18.6.1 (renovate[bot])
|
||||
|
||||
|
||||
2024-02-12, Version 6.1.2
|
||||
=========================
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-connector",
|
||||
"version": "6.1.2",
|
||||
"version": "6.1.5",
|
||||
"description": "Building blocks for LoopBack connectors",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
|
@ -33,14 +33,14 @@
|
|||
"uuid": "^9.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/config-conventional": "^18.6.0",
|
||||
"@commitlint/config-conventional": "^19.2.2",
|
||||
"chai": "^4.4.1",
|
||||
"chai-as-promised": "^7.1.1",
|
||||
"commitlint": "^18.6.0",
|
||||
"eslint": "^8.56.0",
|
||||
"chai-as-promised": "^7.1.2",
|
||||
"commitlint": "^19.3.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-loopback": "^13.1.0",
|
||||
"loopback-datasource-juggler": "^5.0.6",
|
||||
"mocha": "^10.3.0",
|
||||
"loopback-datasource-juggler": "^5.0.9",
|
||||
"mocha": "^10.4.0",
|
||||
"nyc": "^15.1.0"
|
||||
},
|
||||
"ci": {
|
||||
|
|
Loading…
Reference in New Issue