nestjs-paginate icon indicating copy to clipboard operation
nestjs-paginate copied to clipboard

Pagination and filtering helper method for TypeORM repositories or query builders using Nest.js framework :book::paperclip:

Results 119 nestjs-paginate issues
Sort by recently updated
recently updated
newest added

I've been using the library extensively, and I really appreciate how many of the long-standing pain points have been continuously improved over time. That said, one of the biggest issues...

Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.2 to 2.1.3. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tar-fs&package-manager=npm_and_yarn&previous-version=2.1.2&new-version=2.1.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

@ppetzold I suppose, $not:$eq:test, this is supported, but $ninc:test, something like, keyword test is not included(in text fields) this is not. Also, I had a use case, I wanted to...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typeorm](https://typeorm.io) ([source](https://redirect.github.com/typeorm/typeorm)) | [`^0.3.17` -> `^0.3.24`](https://renovatebot.com/diffs/npm/typeorm/0.3.17/0.3.24) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typeorm/0.3.24?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-config-prettier](https://redirect.github.com/prettier/eslint-config-prettier) | [`^9.1.0` -> `^10.1.5`](https://renovatebot.com/diffs/npm/eslint-config-prettier/9.1.0/10.1.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-config-prettier/10.1.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-config-prettier/10.1.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nestjs/common](https://nestjs.com) ([source](https://redirect.github.com/nestjs/nest/tree/HEAD/packages/common)) | [`11.0.11` -> `11.0.16`](https://renovatebot.com/diffs/npm/@nestjs%2fcommon/11.0.11/11.0.16) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nestjs%2fcommon/11.0.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

Bumps [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) from 11.0.11 to 11.0.17. Release notes Sourced from @​nestjs/common's releases. v11.0.16 (2025-04-11) fix(common): use file-type to validate file mimetypes by @​Chathula in nestjs/nest#14881 v11.0.15 (2025-04-10) Bug fixes platform-fastify...

dependencies
javascript

Hello, First, iI would like to thank you for this useful library. I am using MySQL DB and I have a json column declared like this : ``` @Column({ type:...

Since https://github.com/ppetzold/nestjs-paginate/pull/539 was merged, using `filter.rel_A=$null` while also specifying `relations: ['rel_A.rel_B']` in the config results in an **unexpected INNER JOIN** on `rel_A`. This causes records where `rel_A` is `NULL` to...

I am using the configuration from the example using the repository method but it gives TypeError: Cannot read properties of undefined (reading 'databaseName'). TypeORM version 0.3.20 nestjs-paginate version 9.1.2 this...