loopback-connector
loopback-connector copied to clipboard
Building blocks for LoopBack connectors
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint)) | [`^8.57.1` -> `^9.11.1`](https://renovatebot.com/diffs/npm/eslint/8.57.1/9.11.1) | [](https://docs.renovatebot.com/merge-confidence/) |...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/loopbackio/loopback-connector). ## Awaiting Schedule These updates are awaiting...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [chai](http://chaijs.com) ([source](https://togithub.com/chaijs/chai)) | [`^4.5.0` -> `^5.1.1`](https://renovatebot.com/diffs/npm/chai/4.5.0/5.1.1) | [](https://docs.renovatebot.com/merge-confidence/) |...
## 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 - [ ] New tests added or existing tests...
This PR and the related PRs at [loopback-connector-mysql](https://github.com/loopbackio/loopback-connector-mysql/pull/569) & [loopback-datasource-juggler](https://github.com/loopbackio/loopback-datasource-juggler/pull/2201) will enable cli's discoverer to add properties and their options based on the database's strict mode. ## Checklist - [x]...
This PR enables the loopback-connector to apply group by filter & add min(), max(), count(), avg() & sum() in the result. Related PRs: - [PR@loopback-datasource-juggler](https://github.com/loopbackio/loopback-datasource-juggler/pull/2175) - [PR@loopback-next](https://github.com/loopbackio/loopback-next/pull/10277) ## Checklist -...
- Add support native SQL join - Add support nested filter query - Implementation based on #40 ## Checklist - [ /] DCO (Developer Certificate of Origin) [signed in all...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [msgpack5](https://redirect.github.com/mcollina/msgpack5) | [`^4.5.1` -> `^6.0.2`](https://renovatebot.com/diffs/npm/msgpack5/4.5.1/6.0.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
While analyzing a issue we observed that In `loopback-connector` `strong-globalize` is pulling `accept-language` and `accept-language` is pulling `stable` and `stable` is deprecated now, is there any plan to move away...
## Suggestion Can we retire the Bluebird dependency? It is in practice deprecated: https://github.com/petkaantonov/bluebird/ https://github.com/petkaantonov/bluebird/issues/1684