Changelog
*Sourced from [loopback's changelog](https://github.com/strongloop/loopback/blob/master/CHANGES.md).*
> 2018-09-12, Version 3.22.3
> ==========================
>
> * chore: use grunt to install optional phantomjs (virkt25)
>
> * [WebFM] fr translation (candytangnb)
>
>
> 2018-08-29, Version 3.22.2
> ==========================
>
> * [WebFM] tr translation (candytangnb)
>
> * [WebFM] de translation (candytangnb)
>
> * [WebFM] cs/es/fr/it/nl/pl/pt_BR/ru translation (candytangnb)
>
>
> 2018-08-22, Version 3.22.1
> ==========================
>
> * [WebFM] ja/ko/zh_CN/zh_TW translation (candytangnb)
>
> * remove unnecessary format call (Diana Lau)
>
> * Make desc when export-api-def translatable (Diana Lau)
>
>
> 2018-08-08, Version 3.22.0
> ==========================
>
> * fix: accessToken create default acl (virkt25)
>
> * add: ppc64 and s390x to not run UI tests (Thomas Leah)
>
> * chore: update deps + fix linting + .npmrc (virkt25)
>
> * Update Loopback 2.x EOL dates (Chris Bailey)
>
> * Fix formatting (Chris Bailey)
>
> * Update support badge and move LTS section (Chris Bailey)
>
> * Add badges and information for LTS and support (Chris Bailey)
Commits
- [`acc1cd0`](https://github.com/strongloop/loopback/commit/acc1cd0ee5c0c1f3b0c374d7820c30b7a9691b7b) 3.22.3
- [`cab1ed5`](https://github.com/strongloop/loopback/commit/cab1ed5463ecdaf12e7d326e3072453627323a40) chore: use grunt to install optional phantomjs
- [`c9164ae`](https://github.com/strongloop/loopback/commit/c9164aed1794defbf7eaeafa797567ee74658507) [WebFM] fr translation
- [`9f1eb41`](https://github.com/strongloop/loopback/commit/9f1eb419d168c035ffcb485573171478185c4432) 3.22.2
- [`516fbbd`](https://github.com/strongloop/loopback/commit/516fbbd91a5738e98f886878eed8065acb79d167) [WebFM] tr translation
- [`d028876`](https://github.com/strongloop/loopback/commit/d028876b9476f984153fda9ab2d4610066c89091) Merge pull request [#3978](https://github-redirect.dependabot.com/strongloop/loopback/issues/3978) from candytangnb/webfm-0824-063653-de-translation
- [`78342eb`](https://github.com/strongloop/loopback/commit/78342ebf80d42921e6cec292338dd62f0c3a331a) [WebFM] de translation
- [`8ad0f93`](https://github.com/strongloop/loopback/commit/8ad0f935526a16fbb030669ef920b38df66cf408) Merge pull request [#3975](https://github-redirect.dependabot.com/strongloop/loopback/issues/3975) from candytangnb/webfm-0823-120743-translation
- [`55e48cf`](https://github.com/strongloop/loopback/commit/55e48cf572c4a85b28c2a089a2a113767e16355d) [WebFM] cs/es/fr/it/nl/pl/pt_BR/ru translation
- [`74d7043`](https://github.com/strongloop/loopback/commit/74d7043edc5737b5819bedfea6222cefcdd01347) 3.22.1
- Additional commits viewable in [compare view](https://github.com/strongloop/loopback/compare/v3.21.0...v3.22.3)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps loopback from 3.21.0 to 3.22.3.
Changelog
*Sourced from [loopback's changelog](https://github.com/strongloop/loopback/blob/master/CHANGES.md).* > 2018-09-12, Version 3.22.3 > ========================== > > * chore: use grunt to install optional phantomjs (virkt25) > > * [WebFM] fr translation (candytangnb) > > > 2018-08-29, Version 3.22.2 > ========================== > > * [WebFM] tr translation (candytangnb) > > * [WebFM] de translation (candytangnb) > > * [WebFM] cs/es/fr/it/nl/pl/pt_BR/ru translation (candytangnb) > > > 2018-08-22, Version 3.22.1 > ========================== > > * [WebFM] ja/ko/zh_CN/zh_TW translation (candytangnb) > > * remove unnecessary format call (Diana Lau) > > * Make desc when export-api-def translatable (Diana Lau) > > > 2018-08-08, Version 3.22.0 > ========================== > > * fix: accessToken create default acl (virkt25) > > * add: ppc64 and s390x to not run UI tests (Thomas Leah) > > * chore: update deps + fix linting + .npmrc (virkt25) > > * Update Loopback 2.x EOL dates (Chris Bailey) > > * Fix formatting (Chris Bailey) > > * Update support badge and move LTS section (Chris Bailey) > > * Add badges and information for LTS and support (Chris Bailey)Commits
- [`acc1cd0`](https://github.com/strongloop/loopback/commit/acc1cd0ee5c0c1f3b0c374d7820c30b7a9691b7b) 3.22.3 - [`cab1ed5`](https://github.com/strongloop/loopback/commit/cab1ed5463ecdaf12e7d326e3072453627323a40) chore: use grunt to install optional phantomjs - [`c9164ae`](https://github.com/strongloop/loopback/commit/c9164aed1794defbf7eaeafa797567ee74658507) [WebFM] fr translation - [`9f1eb41`](https://github.com/strongloop/loopback/commit/9f1eb419d168c035ffcb485573171478185c4432) 3.22.2 - [`516fbbd`](https://github.com/strongloop/loopback/commit/516fbbd91a5738e98f886878eed8065acb79d167) [WebFM] tr translation - [`d028876`](https://github.com/strongloop/loopback/commit/d028876b9476f984153fda9ab2d4610066c89091) Merge pull request [#3978](https://github-redirect.dependabot.com/strongloop/loopback/issues/3978) from candytangnb/webfm-0824-063653-de-translation - [`78342eb`](https://github.com/strongloop/loopback/commit/78342ebf80d42921e6cec292338dd62f0c3a331a) [WebFM] de translation - [`8ad0f93`](https://github.com/strongloop/loopback/commit/8ad0f935526a16fbb030669ef920b38df66cf408) Merge pull request [#3975](https://github-redirect.dependabot.com/strongloop/loopback/issues/3975) from candytangnb/webfm-0823-120743-translation - [`55e48cf`](https://github.com/strongloop/loopback/commit/55e48cf572c4a85b28c2a089a2a113767e16355d) [WebFM] cs/es/fr/it/nl/pl/pt_BR/ru translation - [`74d7043`](https://github.com/strongloop/loopback/commit/74d7043edc5737b5819bedfea6222cefcdd01347) 3.22.1 - Additional commits viewable in [compare view](https://github.com/strongloop/loopback/compare/v3.21.0...v3.22.3)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.