Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump loopback from 2.39.2 to 3.25.1 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 3, 2020

Bumps loopback from 2.39.2 to 3.25.1.

Release notes

Sourced from loopback's releases.

3.0 GA

No release notes provided.

3.0.0 Release Candidate

This is the first Release Candidate release of the upcoming major version 3.0.

See Release Notes and Migration Guide for more details.

List of notable changes made between 2.x and 3.0 in this repository follows below.

loopback-datasource-juggler was moved from peerDependencies to dependencies

Originally, we (ab)used peer dependencies to ensure there is only one instance of loopback-datasource-juggler in the dependency tree, so that there is only one singleton instance of model registry. This was very fragile and might not have worked in certain edge cases.

We have reworked loopback-datasource-juggler and connectors to not rely on a single juggler instance anymore. As the last step, juggler became a regular dependency.

strongloop/loopback#275

When upgrading application from previous loopback versions, simply remove loopback-datasource-juggler from your dependencies.

always use bluebird as promise library

In version 3.0, we always use bluebird as our promise library instead of global.Promise. We consider Bluebird API as part of LoopBack API from now on, you are welcome to use any Bluebird-specific methods in your applications.

If you are using LoopBack with a custom promise implementation provided via global.Promise, you will have to check all places where you are using non-standard promise API and update them to use Bluebird API instead.

Please see related code changes.

new method of defining remoting metadata

In 2.0, remote methods were defined as:

methods: {
  staticMethod: {
    isStatic: true,
    http: { path: '/static' }
  },
</tr></table> ... (truncated)
Changelog

Sourced from loopback's changelog.

2019-03-15, Version 3.25.1

  • Back-ticks added to highlight example JSON (Quentin Presley)

  • Add same change to description for findOne (Quentin Presley)

  • Update the description for persisted-models (Quentin Presley)

  • handle $2b$ in hashed password check (Sylvain Dumont)

2019-02-05, Version 3.25.0

  • Support middleware injected by AppDynamics. (Mike Li)

2019-01-11, Version 3.24.2

  • Fix crash when modifying an unknown user (Matheus Horstmann)

2019-01-08, Version 3.24.1

  • Update underscore.string to 3.3.5 (Francois)

  • Fix: treat empty access token string as undefined (andrey-abramow)

2018-11-15, Version 3.24.0

  • Set juggler options for remote calls (Raymond Feng)

  • Speed up ACL tests by reducing saltWorkFactor (Miroslav Bajtoš)

2018-10-25, Version 3.23.2

  • Fix ACL check to support model wildcard (Moshe Malka)

2018-10-18, Version 3.23.1

  • README: highlight Active LTS at the top (Miroslav Bajtoš)
Commits
  • 34acd02 3.25.1
  • a9a86fe Merge pull request #4158 from strongloop/fixFilterDef
  • b83f563 Back-ticks added to highlight example JSON
  • 6caf506 Add same change to description for findOne
  • b91938e Update the description for persisted-models
  • c8a31e2 Merge pull request #4146 from sylvaindumont/patch-1
  • 4226da5 handle $2b$ in hashed password check
  • 1e33ec5 3.25.0
  • c38900b Merge pull request #4119 from studykik/fix/appdynamics-proxy
  • edb8dbc Support middleware injected by AppDynamics.
  • Additional commits viewable in compare view

Dependabot compatibility score

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 recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants