loopback-next icon indicating copy to clipboard operation
loopback-next copied to clipboard

LoopBack makes it easy to build modern API applications that require complex integrations.

Results 237 loopback-next issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [helmet](https://togithub.com/helmetjs/helmet) | [`^4.6.0` -> `^5.1.1`](https://renovatebot.com/diffs/npm/helmet/4.6.0/5.1.1) | [![age](https://badges.renovateapi.com/packages/npm/helmet/5.1.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

## Checklist - [x] DCO (Developer Certificate of Origin) [signed in all commits](https://loopback.io/doc/en/contrib/code-contrib.html) - [x] `npm test` passes on your machine - [x] New tests added or existing tests modified...

### Describe the bug Hi there! Let's suppose a base Delivery model with 3 fields: id, deliverableType, and deliverableId. If you follow the [docs](https://loopback.io/doc/en/lb4/Polymorphic-relation.html), you'll get this error when requesting...

bug
Docs

## Suggestion The [createAll()](https://loopback.io/doc/en/lb4/apidocs.repository.defaultcrudrepository.createall.html) method provides the ability to bulk create records, however, it is translated into multiple insert statements since the [dao](https://github.com/strongloop/loopback-datasource-juggler/blob/master/lib/dao.js) layer inserts records one by one. I...

feature

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | got | [`9.6.0` -> `11.8.5`](https://renovatebot.com/diffs/npm/got/9.6.0/11.8.5) | ### GitHub Vulnerability Alerts #### [CVE-2022-33987](https://nvd.nist.gov/vuln/detail/CVE-2022-33987) The got package...

SECURITY
dependencies

## Suggestion In LB3, `lb soap` command generates application artifacts based on WSDL file. It will be good to have the LB4 version of it. From our npm download numbers,...

feature

### Describe the bug ## What is the problem When I was doing code practice in the **Running on relational databases** section, running `npm run migrate` reported an error: `Cannot...

bug
Docs

### Describe the bug use while loop instead of for efficiency @ ### Logs _No response_ ### Additional information use while loop instead of for efficiency @ ### Reproduction *

## Checklist - [x] DCO (Developer Certificate of Origin) [signed in all commits](https://loopback.io/doc/en/contrib/code-contrib.html) - [x] `npm test` passes on your machine - [x] New tests added or existing tests modified...

## URL of the page https://loopback.io/doc/en/lb4/changelog.repository.html (and possibly others) ## Nature of the issue The change logs for Loopback packages on the official documentation site sometimes go without any updates...

bug
Docs