6.0.4
* chore: update dependency loopback-datasource-juggler to v5 (renovate[bot]) * chore: drop support for Node.js 16 and lower (dhmlau) * chore: lock file maintenance (renovate[bot]) * chore: update dependency commitlint to ^18.4.1 (renovate[bot]) * chore: update commitlint monorepo to ^18.4.0 (renovate[bot]) * chore: update dependency eslint to ^8.53.0 (renovate[bot]) * chore: update dependency async to ^3.2.5 (renovate[bot]) * chore: update github/codeql-action action to v2.22.5 (renovate[bot]) * chore: update dependency commitlint to ^18.2.0 (renovate[bot]) * chore: update actions/setup-node action to v4 (renovate[bot]) * chore: update commitlint monorepo to ^18.1.0 (renovate[bot]) * chore: update actions/setup-node action to v3.8.2 (renovate[bot]) * chore: update commitlint monorepo to v18 (renovate[bot]) * chore: update dependency eslint to ^8.52.0 (renovate[bot]) * chore: update github/codeql-action action to v2.22.4 (renovate[bot]) * chore: update commitlint monorepo to ^17.8.1 (renovate[bot]) * chore: update actions/checkout action to v4.1.1 (renovate[bot])
This commit is contained in:
parent
0179d2f3e4
commit
fbeeea95d2
38
CHANGES.md
38
CHANGES.md
|
@ -1,3 +1,41 @@
|
|||
2023-11-13, Version 6.0.4
|
||||
=========================
|
||||
|
||||
* chore: update dependency loopback-datasource-juggler to v5 (renovate[bot])
|
||||
|
||||
* chore: drop support for Node.js 16 and lower (dhmlau)
|
||||
|
||||
* chore: lock file maintenance (renovate[bot])
|
||||
|
||||
* chore: update dependency commitlint to ^18.4.1 (renovate[bot])
|
||||
|
||||
* chore: update commitlint monorepo to ^18.4.0 (renovate[bot])
|
||||
|
||||
* chore: update dependency eslint to ^8.53.0 (renovate[bot])
|
||||
|
||||
* chore: update dependency async to ^3.2.5 (renovate[bot])
|
||||
|
||||
* chore: update github/codeql-action action to v2.22.5 (renovate[bot])
|
||||
|
||||
* chore: update dependency commitlint to ^18.2.0 (renovate[bot])
|
||||
|
||||
* chore: update actions/setup-node action to v4 (renovate[bot])
|
||||
|
||||
* chore: update commitlint monorepo to ^18.1.0 (renovate[bot])
|
||||
|
||||
* chore: update actions/setup-node action to v3.8.2 (renovate[bot])
|
||||
|
||||
* chore: update commitlint monorepo to v18 (renovate[bot])
|
||||
|
||||
* chore: update dependency eslint to ^8.52.0 (renovate[bot])
|
||||
|
||||
* chore: update github/codeql-action action to v2.22.4 (renovate[bot])
|
||||
|
||||
* chore: update commitlint monorepo to ^17.8.1 (renovate[bot])
|
||||
|
||||
* chore: update actions/checkout action to v4.1.1 (renovate[bot])
|
||||
|
||||
|
||||
2023-10-16, Version 6.0.3
|
||||
=========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-connector",
|
||||
"version": "6.0.3",
|
||||
"version": "6.0.4",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-connector",
|
||||
"version": "6.0.3",
|
||||
"version": "6.0.4",
|
||||
"description": "Building blocks for LoopBack connectors",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
|
|
Loading…
Reference in New Issue