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

Building blocks for LoopBack connectors

Results 21 loopback-connector issues
Sort by recently updated
recently updated
newest added

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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/9.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/chai/5.1.1?slim=true)](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 - [ ] 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...

feature

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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/msgpack5/6.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/msgpack5/6.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

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

feature