Skip to content

Commit be9e732

Browse files
committed
chore: publish release
- @loopback/test-extension-logging-fluentd@0.13.0 - @loopback/test-repository-cloudant@7.0.0 - @loopback/test-repository-mongodb@0.16.0 - @loopback/test-repository-mysql@0.16.0 - @loopback/test-repository-postgresql@7.0.0 - @loopback/benchmark@7.0.0 - @loopback/rest-msgpack@0.12.0 - @loopback/docs@8.0.0 - @loopback/example-access-control-migration@8.0.0 - @loopback/example-binding-resolution@0.12.0 - @loopback/example-context@8.0.0 - @loopback/example-express-composition@8.0.0 - @loopback/example-file-transfer@7.0.0 - @loopback/example-graphql@0.12.0 - @loopback/example-greeter-extension@8.0.0 - @loopback/example-greeting-app@8.0.0 - @loopback/example-hello-world@8.0.0 - @loopback/example-lb3-application@8.0.0 - @loopback/example-log-extension@8.0.0 - @loopback/example-metrics-prometheus@0.15.0 - @loopback/example-multi-tenancy@0.18.0 - @loopback/example-passport-login@7.0.0 - @loopback/example-references-many@9.0.0 - @loopback/example-rest-crud@7.0.0 - @loopback/example-rpc-server@8.0.0 - @loopback/example-soap-calculator@8.0.0 - @loopback/example-socketio@0.11.0 - @loopback/example-todo@9.0.0 - @loopback/example-todo-jwt@7.0.0 - @loopback/example-todo-list@9.0.0 - @loopback/example-validation-app@7.0.0 - @loopback/example-webpack@0.13.0 - @loopback/apiconnect@0.14.0 - @loopback/authentication-jwt@0.16.0 - @loopback/authentication-passport@8.0.0 - @loopback/context-explorer@0.12.0 - @loopback/cron@0.13.0 - @loopback/graphql@0.12.0 - @loopback/health@0.15.0 - @loopback/logging@0.13.0 - @loopback/metrics@0.15.0 - @loopback/pooling@0.12.0 - @loopback/sequelize@0.7.0 - @loopback/socketio@0.9.0 - @loopback/typeorm@0.11.0 - @loopback/mock-oauth2-provider@0.10.0 - @loopback/tsdocs-monorepo@0.6.0 - @loopback/authentication@12.0.0 - @loopback/authorization@0.16.0 - @loopback/boot@8.0.0 - @loopback/booter-lb3app@7.0.0 - @loopback/build@12.0.0 - @loopback/cli@7.0.0 - @loopback/context@8.0.0 - @loopback/core@7.0.0 - @loopback/eslint-config@16.0.0 - @loopback/express@8.0.0 - @loopback/filter@6.0.0 - @loopback/http-caching-proxy@7.0.0 - @loopback/http-server@7.0.0 - @loopback/metadata@8.0.0 - @loopback/model-api-builder@7.0.0 - @loopback/openapi-spec-builder@8.0.0 - @loopback/openapi-v3@11.0.0 - @loopback/repository@8.0.0 - @loopback/repository-json-schema@9.0.0 - @loopback/repository-tests@0.25.0 - @loopback/rest@15.0.0 - @loopback/rest-crud@0.19.0 - @loopback/rest-explorer@8.0.0 - @loopback/security@0.12.0 - @loopback/service-proxy@8.0.0 - @loopback/testlab@8.0.0 - @loopback/tsdocs@7.0.0 - @loopback/sandbox-example@7.0.0
1 parent c7f60c8 commit be9e732

File tree

151 files changed

+2506
-1091
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+2506
-1091
lines changed

acceptance/extension-logging-fluentd/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.13.0](https://github.com/loopbackio/loopback-next/compare/@loopback/test-extension-logging-fluentd@0.12.14...@loopback/test-extension-logging-fluentd@0.13.0) (2025-06-10)
7+
8+
9+
### chore
10+
11+
* drop Node.js 18 support ([88a3fe9](https://github.com/loopbackio/loopback-next/commit/88a3fe98f8ca217271eb028697278355ec7c9478))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* drop Node.js 18 support
17+
18+
Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
19+
20+
21+
22+
23+
624
## [0.12.14](https://github.com/loopbackio/loopback-next/compare/@loopback/test-extension-logging-fluentd@0.12.13...@loopback/test-extension-logging-fluentd@0.12.14) (2025-05-13)
725

826
**Note:** Version bump only for package @loopback/test-extension-logging-fluentd

acceptance/extension-logging-fluentd/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@loopback/test-extension-logging-fluentd",
33
"description": "Acceptance test for `@loopback/logging` with fluentd",
4-
"version": "0.12.14",
4+
"version": "0.13.0",
55
"private": true,
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -31,11 +31,11 @@
3131
"!*/__tests__"
3232
],
3333
"devDependencies": {
34-
"@loopback/build": "^11.0.12",
35-
"@loopback/core": "^6.1.11",
36-
"@loopback/eslint-config": "^15.0.5",
37-
"@loopback/logging": "^0.12.14",
38-
"@loopback/testlab": "^7.0.13",
34+
"@loopback/build": "^12.0.0",
35+
"@loopback/core": "^7.0.0",
36+
"@loopback/eslint-config": "^16.0.0",
37+
"@loopback/logging": "^0.13.0",
38+
"@loopback/testlab": "^8.0.0",
3939
"@types/node": "^16.18.126",
4040
"testcontainers": "^11.0.0",
4141
"tslib": "^2.8.1"

acceptance/repository-cloudant/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [7.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/test-repository-cloudant@6.0.14...@loopback/test-repository-cloudant@7.0.0) (2025-06-10)
7+
8+
9+
### chore
10+
11+
* drop Node.js 18 support ([88a3fe9](https://github.com/loopbackio/loopback-next/commit/88a3fe98f8ca217271eb028697278355ec7c9478))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* drop Node.js 18 support
17+
18+
Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
19+
20+
21+
22+
23+
624
## [6.0.14](https://github.com/loopbackio/loopback-next/compare/@loopback/test-repository-cloudant@6.0.13...@loopback/test-repository-cloudant@6.0.14) (2025-05-13)
725

826
**Note:** Version bump only for package @loopback/test-repository-cloudant

acceptance/repository-cloudant/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@loopback/test-repository-cloudant",
33
"description": "Acceptance tests for `@loopback/repository` + `loopback-connector-cloudant`",
4-
"version": "6.0.14",
4+
"version": "7.0.0",
55
"private": true,
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -32,10 +32,10 @@
3232
"!*/__tests__"
3333
],
3434
"devDependencies": {
35-
"@loopback/build": "^11.0.12",
36-
"@loopback/eslint-config": "^15.0.5",
37-
"@loopback/repository": "^7.0.14",
38-
"@loopback/repository-tests": "^0.24.14",
35+
"@loopback/build": "^12.0.0",
36+
"@loopback/eslint-config": "^16.0.0",
37+
"@loopback/repository": "^8.0.0",
38+
"@loopback/repository-tests": "^0.25.0",
3939
"@types/node": "^16.18.126",
4040
"async": "^3.2.6",
4141
"chalk": "^4.1.2",

acceptance/repository-mongodb/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.16.0](https://github.com/loopbackio/loopback-next/compare/@loopback/test-repository-mongodb@0.15.14...@loopback/test-repository-mongodb@0.16.0) (2025-06-10)
7+
8+
9+
### chore
10+
11+
* drop Node.js 18 support ([88a3fe9](https://github.com/loopbackio/loopback-next/commit/88a3fe98f8ca217271eb028697278355ec7c9478))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* drop Node.js 18 support
17+
18+
Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
19+
20+
21+
22+
23+
624
## [0.15.14](https://github.com/loopbackio/loopback-next/compare/@loopback/test-repository-mongodb@0.15.13...@loopback/test-repository-mongodb@0.15.14) (2025-05-13)
725

826
**Note:** Version bump only for package @loopback/test-repository-mongodb

acceptance/repository-mongodb/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@loopback/test-repository-mongodb",
33
"description": "Acceptance tests for `@loopback/repository` + `loopback-connector-mongodb`",
4-
"version": "0.15.14",
4+
"version": "0.16.0",
55
"private": true,
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -31,11 +31,11 @@
3131
"!*/__tests__"
3232
],
3333
"devDependencies": {
34-
"@loopback/build": "^11.0.12",
35-
"@loopback/eslint-config": "^15.0.5",
36-
"@loopback/repository": "^7.0.14",
37-
"@loopback/repository-tests": "^0.24.14",
38-
"@loopback/testlab": "^7.0.13",
34+
"@loopback/build": "^12.0.0",
35+
"@loopback/eslint-config": "^16.0.0",
36+
"@loopback/repository": "^8.0.0",
37+
"@loopback/repository-tests": "^0.25.0",
38+
"@loopback/testlab": "^8.0.0",
3939
"@types/node": "^16.18.126",
4040
"loopback-connector-mongodb": "^6.3.1",
4141
"tslib": "^2.8.1"

acceptance/repository-mysql/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.16.0](https://github.com/loopbackio/loopback-next/compare/@loopback/test-repository-mysql@0.15.14...@loopback/test-repository-mysql@0.16.0) (2025-06-10)
7+
8+
9+
### chore
10+
11+
* drop Node.js 18 support ([88a3fe9](https://github.com/loopbackio/loopback-next/commit/88a3fe98f8ca217271eb028697278355ec7c9478))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* drop Node.js 18 support
17+
18+
Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
19+
20+
21+
22+
23+
624
## [0.15.14](https://github.com/loopbackio/loopback-next/compare/@loopback/test-repository-mysql@0.15.13...@loopback/test-repository-mysql@0.15.14) (2025-05-13)
725

826
**Note:** Version bump only for package @loopback/test-repository-mysql

acceptance/repository-mysql/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@loopback/test-repository-mysql",
33
"description": "Acceptance tests for `@loopback/repository` + `loopback-connector-mysql`",
4-
"version": "0.15.14",
4+
"version": "0.16.0",
55
"private": true,
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -31,11 +31,11 @@
3131
"!*/__tests__"
3232
],
3333
"devDependencies": {
34-
"@loopback/build": "^11.0.12",
35-
"@loopback/eslint-config": "^15.0.5",
36-
"@loopback/repository": "^7.0.14",
37-
"@loopback/repository-tests": "^0.24.14",
38-
"@loopback/testlab": "^7.0.13",
34+
"@loopback/build": "^12.0.0",
35+
"@loopback/eslint-config": "^16.0.0",
36+
"@loopback/repository": "^8.0.0",
37+
"@loopback/repository-tests": "^0.25.0",
38+
"@loopback/testlab": "^8.0.0",
3939
"@types/node": "^16.18.126",
4040
"loopback-connector-mysql": "^7.1.4",
4141
"tslib": "^2.8.1"

acceptance/repository-postgresql/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [7.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/test-repository-postgresql@6.0.14...@loopback/test-repository-postgresql@7.0.0) (2025-06-10)
7+
8+
9+
### chore
10+
11+
* drop Node.js 18 support ([88a3fe9](https://github.com/loopbackio/loopback-next/commit/88a3fe98f8ca217271eb028697278355ec7c9478))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* drop Node.js 18 support
17+
18+
Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
19+
20+
21+
22+
23+
624
## [6.0.14](https://github.com/loopbackio/loopback-next/compare/@loopback/test-repository-postgresql@6.0.13...@loopback/test-repository-postgresql@6.0.14) (2025-05-13)
725

826
**Note:** Version bump only for package @loopback/test-repository-postgresql

acceptance/repository-postgresql/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@loopback/test-repository-postgresql",
33
"description": "Acceptance tests for `@loopback/repository` + `loopback-connector-postgresql`",
4-
"version": "6.0.14",
4+
"version": "7.0.0",
55
"private": true,
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -31,11 +31,11 @@
3131
"!*/__tests__"
3232
],
3333
"devDependencies": {
34-
"@loopback/build": "^11.0.12",
35-
"@loopback/eslint-config": "^15.0.5",
36-
"@loopback/repository": "^7.0.14",
37-
"@loopback/repository-tests": "^0.24.14",
38-
"@loopback/testlab": "^7.0.13",
34+
"@loopback/build": "^12.0.0",
35+
"@loopback/eslint-config": "^16.0.0",
36+
"@loopback/repository": "^8.0.0",
37+
"@loopback/repository-tests": "^0.25.0",
38+
"@loopback/testlab": "^8.0.0",
3939
"@types/node": "^16.18.126",
4040
"loopback-connector-postgresql": "^7.2.2",
4141
"tslib": "^2.8.1"

0 commit comments

Comments
 (0)