Skip to content

Commit

Permalink
Merge branch 'master' into references-many-relation
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeevstropov committed Mar 2, 2022
2 parents f1575c2 + 8aff2ce commit 06a7abd
Show file tree
Hide file tree
Showing 224 changed files with 23,033 additions and 4,554 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Update NPM
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: 16 # LTS
- name: Bootstrap benchmark tests
Expand All @@ -88,7 +88,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: 16 # LTS
- name: Bootstrap project
Expand All @@ -110,7 +110,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: 16 # LTS
- name: Install monorepo tools
Expand All @@ -125,7 +125,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: 16 # LTS
- name: Bootstrap project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate-config-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: 16 # LTS
- name: Validate Renovate config
Expand Down
8 changes: 8 additions & 0 deletions acceptance/extension-logging-fluentd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.8.1](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2022-02-28)

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





# [0.8.0](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2022-02-14)


Expand Down
16 changes: 8 additions & 8 deletions acceptance/extension-logging-fluentd/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions acceptance/extension-logging-fluentd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@loopback/test-extension-logging-fluentd",
"description": "Acceptance test for `@loopback/logging` with fluentd",
"version": "0.8.0",
"version": "0.8.1",
"private": true,
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -31,13 +31,13 @@
"!*/__tests__"
],
"devDependencies": {
"@loopback/build": "^8.1.0",
"@loopback/core": "^3.1.0",
"@loopback/eslint-config": "^12.0.2",
"@loopback/logging": "^0.8.0",
"@loopback/testlab": "^4.1.0",
"@loopback/build": "^8.1.1",
"@loopback/core": "^3.1.1",
"@loopback/eslint-config": "^12.0.3",
"@loopback/logging": "^0.8.1",
"@loopback/testlab": "^4.1.1",
"@types/node": "^12.20.46",
"testcontainers": "^8.2.0",
"testcontainers": "^8.3.0",
"tslib": "^2.3.1"
}
}
8 changes: 8 additions & 0 deletions acceptance/repository-cloudant/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2022-02-28)

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





# [3.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2022-02-14)


Expand Down
72 changes: 71 additions & 1 deletion acceptance/repository-cloudant/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions acceptance/repository-cloudant/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@loopback/test-repository-cloudant",
"description": "Acceptance tests for `@loopback/repository` + `loopback-connector-cloudant`",
"version": "3.1.0",
"version": "3.1.1",
"private": true,
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -32,10 +32,10 @@
"!*/__tests__"
],
"devDependencies": {
"@loopback/build": "^8.1.0",
"@loopback/eslint-config": "^12.0.2",
"@loopback/repository": "^4.1.0",
"@loopback/repository-tests": "^0.20.0",
"@loopback/build": "^8.1.1",
"@loopback/eslint-config": "^12.0.3",
"@loopback/repository": "^4.1.1",
"@loopback/repository-tests": "^0.20.1",
"@types/node": "^12.20.46",
"async": "^3.2.3",
"chalk": "^4.1.2",
Expand Down
8 changes: 8 additions & 0 deletions acceptance/repository-mongodb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.1](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2022-02-28)

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





# [0.11.0](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2022-02-14)


Expand Down
2 changes: 1 addition & 1 deletion acceptance/repository-mongodb/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions acceptance/repository-mongodb/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@loopback/test-repository-mongodb",
"description": "Acceptance tests for `@loopback/repository` + `loopback-connector-mongodb`",
"version": "0.11.0",
"version": "0.11.1",
"private": true,
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -31,11 +31,11 @@
"!*/__tests__"
],
"devDependencies": {
"@loopback/build": "^8.1.0",
"@loopback/eslint-config": "^12.0.2",
"@loopback/repository": "^4.1.0",
"@loopback/repository-tests": "^0.20.0",
"@loopback/testlab": "^4.1.0",
"@loopback/build": "^8.1.1",
"@loopback/eslint-config": "^12.0.3",
"@loopback/repository": "^4.1.1",
"@loopback/repository-tests": "^0.20.1",
"@loopback/testlab": "^4.1.1",
"@types/node": "^12.20.46",
"loopback-connector-mongodb": "^6.1.0",
"tslib": "^2.3.1"
Expand Down
8 changes: 8 additions & 0 deletions acceptance/repository-mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.1](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2022-02-28)

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





# [0.11.0](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2022-02-14)


Expand Down
2 changes: 1 addition & 1 deletion acceptance/repository-mysql/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 06a7abd

Please sign in to comment.