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

:page_with_curl: Pagination response object function + types for typeorm + nestjs

Results 65 nestjs-typeorm-paginate issues
Sort by recently updated
recently updated
newest added

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.25 to 18.7.18. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=17.0.25&new-version=18.7.18)](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

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.3 to 4.8.3. Release notes Sourced from typescript's releases. TypeScript 4.8.3 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies

This allows the query builder to choose a count query type which is counts for RAW or counts for ENTITY when an entity has inner join with many to many...

![image](https://user-images.githubusercontent.com/104055806/202680526-4d9a05d3-89db-444d-8519-acdd6341d5fd.png) This is the meta output for only 40 rows of one entity. Im using queryBuilder and leftJoinAndMapOne and mapMany to get relationships. I don't understand where this totalItems number...

In IPaginationOptions: ``` /** * @default true * Turn off pagination count total queries. itemCount, totalItems, itemsPerPage and totalPages will be undefined */ countQueries?: boolean; ``` The comment is wrong...

Bumps [prettier](https://github.com/prettier/prettier) from 2.6.2 to 3.1.0. Release notes Sourced from prettier's releases. 3.1.0 diff ๐Ÿ”— Release note 3.0.3 ๐Ÿ”— Changelog 3.0.2 ๐Ÿ”— Changelog 3.0.1 ๐Ÿ”— Changelog 3.0.0 diff ๐Ÿ”— Release...

dependencies

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.13 to 20.9.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=18.11.13&new-version=20.9.0)](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

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.9.5 to 7.23.2. Release notes Sourced from @โ€‹babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Hello, good morning! Thanks for creating and maintaining such nice tool to ease our lifes with pagination! I am using it together with Swagger yaml generation and swagger-codegen in a...

Fix for mocking paginate function using jest or other testing library