ACK Microservice NestJs Mongoose Boilerplate 🔥 🚀

Overview

Contributors Forks Stargazers Issues MIT License

NestJs NodeJs Typescript MongoDB JWT Jest Yarn Kafka Docker

ACK Microservice NestJs Mongoose Boilerplate 🔥 🚀

Forked project from ack-nestjs-boilerplate-mongoose. Before go in the deep, we recommend to see ack-nestjs-mongoose first.

ack-microservice-nestjs-boilerplate-mongoose is a NestJs Microservice Boilerplate with Mongoose and MongoDB as Database. ack-microservice-nestjs-boilerplate-mongoose combine NestJs Http and NestJs Kafka Microservice. Best uses for build an API Project or Microservice Project. Made with following nodejs-best-practice and NestJs Habit as benchmark.

You can Request Feature or Report Bug with following this link

Objective

ack-nestjs-boilerplate-mongoose have some objective.

  • It's essential to keep things simple
  • Component-based folder structure
  • Avoid Spaghetti Code
  • Reusable component
  • Easy to maintenance
  • Secure

Features

Cool features, see this for more informations 😎 .

  • Centralize Configuration
  • OAuth2 as Authorization
  • User, Role and Permission Management
  • Advance Validate Income Request
  • Advance Mongoose Implementation
  • Catch Every Activity

Documentation

Documentation will write with gitbook.

Endpoints

All endpoints in endpoints.json and need import to PostMan. Follow this step for import into Postman.

License

Distributed under MIT licensed.

Contact

Andre Christi kan

Github LinkedIn Instagram

Comments
  • KafkaJSConnectionError: Connection error: getaddrinfo ENOTFOUND kafka

    KafkaJSConnectionError: Connection error: getaddrinfo ENOTFOUND kafka

    kafka.admin.service.ts [line: 64]

    to reproduce error ` async onModuleInit(): Promise { await this.connect(); await this.helperService.delay(5000); try { await this.createTopics(); }catch (e) { console.log(e); } await this.helperService.delay(5000); }

    `

    KafkaJSNonRetriableError Caused by: KafkaJSConnectionError: Connection error: getaddrinfo ENOTFOUND kafka at Socket.onError (/Users/shahanul/WebstormProjects/ack-microservice-nestjs-boilerplate-mongoose/node_modules/kafkajs/src/network/connection.js:210:23) ... 3 lines matching cause stack trace ... at processTicksAndRejections (node:internal/process/task_queues:82:21) { name: 'KafkaJSNumberOfRetriesExceeded', retriable: false, helpUrl: undefined, retryCount: 5, retryTime: 8156, [cause]: KafkaJSConnectionError: Connection error: getaddrinfo ENOTFOUND kafka at Socket.onError (/Users/shahanul/WebstormProjects/ack-microservice-nestjs-boilerplate-mongoose/node_modules/kafkajs/src/network/connection.js:210:23) at Socket.emit (node:events:513:28) at emitErrorNT (node:internal/streams/destroy:151:8) at emitErrorCloseNT (node:internal/streams/destroy:116:3) at processTicksAndRejections (node:internal/process/task_queues:82:21) { retriable: true, helpUrl: undefined, broker: 'kafka:9092', code: 'ENOTFOUND', [cause]: undefined } } [Nest] 8102 - 07/29/2022, 1:03:33 AM ERROR [ClientKafka] ERROR [Connection] Response Metadata(key: 3, version: 6) {"timestamp":"2022-07-28T18:03:33.511Z","logger":"kafkajs","broker":"localhost:9092","clientId":"KAFKA_ACK-client","error":"This server does not host this topic-partition","correlationId":1,"size":125}

    /Users/shahanul/WebstormProjects/ack-microservice-nestjs-boilerplate-mongoose/node_modules/kafkajs/src/protocol/error.js:581 return new KafkaJSProtocolError(errorCodes.find(e => e.code === code) || unknownErrorCode(code)) ^ KafkaJSProtocolError: This server does not host this topic-partition at createErrorFromCode (/Users/shahanul/WebstormProjects/ack-microservice-nestjs-boilerplate-mongoose/node_modules/kafkajs/src/protocol/error.js:581:10) at Object.parse (/Users/shahanul/WebstormProjects/ack-microservice-nestjs-boilerplate-mongoose/node_modules/kafkajs/src/protocol/requests/metadata/v0/response.js:55:11) at Connection.send (/Users/shahanul/WebstormProjects/ack-microservice-nestjs-boilerplate-mongoose/node_modules/kafkajs/src/network/connection.js:433:35) at processTicksAndRejections (node:internal/process/task_queues:95:5) at Broker.[private:Broker:sendRequest] (/Users/shahanul/WebstormProjects/ack-microservice-nestjs-boilerplate-mongoose/node_modules/kafkajs/src/broker/index.js:875:14) at Broker.metadata (/Users/shahanul/WebstormProjects/ack-microservice-nestjs-boilerplate-mongoose/node_modules/kafkajs/src/broker/index.js:177:12) at /Users/shahanul/WebstormProjects/ack-microservice-nestjs-boilerplate-mongoose/node_modules/kafkajs/src/cluster/brokerPool.js:158:25 at /Users/shahanul/WebstormProjects/ack-microservice-nestjs-boilerplate-mongoose/node_modules/kafkajs/src/cluster/index.js:111:14 at Cluster.refreshMetadata (/Users/shahanul/WebstormProjects/ack-microservice-nestjs-boilerplate-mongoose/node_modules/kafkajs/src/cluster/index.js:172:5) at Cluster.addMultipleTargetTopics (/Users/shahanul/WebstormProjects/ack-microservice-nestjs-boilerplate-mongoose/node_modules/kafkajs/src/cluster/index.js:230:11) at Object.subscribe (/Users/shahanul/WebstormProjects/ack-microservice-nestjs-boilerplate-mongoose/node_modules/kafkajs/src/consumer/index.js:185:5) at async Promise.all (index 0) at ClientKafka.bindTopics (/Users/shahanul/WebstormProjects/ack-microservice-nestjs-boilerplate-mongoose/node_modules/@nestjs/microservices/client/client-kafka.js:84:9) at ClientKafka.connect (/Users/shahanul/WebstormProjects/ack-microservice-nestjs-boilerplate-mongoose/node_modules/@nestjs/microservices/client/client-kafka.js:72:13) at KafkaProducerService.onApplicationBootstrap (/Users/shahanul/WebstormProjects/ack-microservice-nestjs-boilerplate-mongoose/src/kafka/producer/service/kafka.producer.service.ts:42:9) at async Promise.all (index 0) error Command failed with exit code 1.

    opened by shawon1fb 3
  • npm: bump @types/jest from 29.2.2 to 29.2.3

    npm: bump @types/jest from 29.2.2 to 29.2.3

    Bumps @types/jest from 29.2.2 to 29.2.3.

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 2
  • npm: bump @nestjs/microservices from 9.2.0 to 9.2.1

    npm: bump @nestjs/microservices from 9.2.0 to 9.2.1

    Bumps @nestjs/microservices from 9.2.0 to 9.2.1.

    Release notes

    Sourced from @​nestjs/microservices's releases.

    v9.2.1 (2022-11-29)

    Bug fixes

    Enhancements

    Dependencies

    Committers: 6

    Commits
    • 308599f chore(@​nestjs) publish v9.2.1 release
    • e635224 Merge pull request #10573 from rubiin/master
    • d827878 Merge pull request #10556 from nestjs/dependabot/npm_and_yarn/socket.io-parse...
    • 0ee84c4 Merge pull request #10591 from Leichtwind/master
    • ef917e0 Merge pull request #10606 from aradwann/remove-deprecated-type-dependencies
    • f6fa850 Merge pull request #10599 from nestjs/dependabot/npm_and_yarn/redis-4.5.1
    • 900be19 Merge pull request #10605 from ufec/ufec-fix-10604-branch
    • 3009353 Merge pull request #10583 from nestjs/dependabot/npm_and_yarn/fastify-4.10.2
    • 6aeed12 build: remove deprecated type deps
    • cd55a18 fix: fastify-adapter register func sign
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 2
  • npm: bump @aws-sdk/client-s3 from 3.204.0 to 3.218.0

    npm: bump @aws-sdk/client-s3 from 3.204.0 to 3.218.0

    Bumps @aws-sdk/client-s3 from 3.204.0 to 3.218.0.

    Release notes

    Sourced from @​aws-sdk/client-s3's releases.

    v3.218.0

    3.218.0(2022-11-28)

    New Features
    • clients: update client endpoints as of 2022-11-28 (8e9d2100)
    • client-oam: Amazon CloudWatch Observability Access Manager is a new service that allows configuration of the CloudWatch cross-account observability feature. (7df2a9db)
    • client-iot-data-plane: This release adds support for MQTT5 properties to AWS IoT HTTP Publish API. (6d1217b0)
    • client-ecs: This release adds support for ECS Service Connect, a new capability that simplifies writing and operating resilient distributed applications. This release updates the TaskDefinition, Cluster, Service mutation APIs with Service connect constructs and also adds a new ListServicesByNamespace API. (fabc6b15)
    • client-iot-wireless: This release includes a new feature for customers to calculate the position of their devices by adding three new APIs: UpdateResourcePosition, GetResourcePosition, and GetPositionEstimate. (94b6569c)
    • client-mgn: This release adds support for Application and Wave management. We also now support custom post-launch actions. (e573378a)
    • client-backup: AWS Backup introduces support for legal hold and application stack backups. AWS Backup Audit Manager introduces support for cross-Region, cross-account reports. (501931e3)
    • client-drs: Non breaking changes to existing APIs, and additional APIs added to support in-AWS failing back using AWS Elastic Disaster Recovery. (d3daca7c)
    • client-efs: This release adds elastic as a new ThroughputMode value for EFS file systems and adds AFTER_1_DAY as a value for TransitionToIARules. (6d5410c6)
    • client-textract: This release adds support for classifying and splitting lending documents by type, and extracting information by using the Analyze Lending APIs. This release also includes support for summarized information of the processed lending document package, in addition to per document results. (be0312bf)
    • client-cloudwatch: Adds cross-account support to the GetMetricData API. Adds cross-account support to the ListMetrics API through the usage of the IncludeLinkedAccounts flag and the new OwningAccounts field. (0ac256b0)
    • client-rds: This release enables new Aurora and RDS feature called Blue/Green Deployments that makes updates to databases safer, simpler and faster. (92c3eef2)
    • client-organizations: This release introduces delegated administrator for AWS Organizations, a new feature to help you delegate the management of your Organizations policies, enabling you to govern your AWS organization in a decentralized way. You can now allow member accounts to manage Organizations policies. (95ff1b2b)
    • client-transcribe: This release adds support for 'inputType' for post-call and real-time (streaming) Call Analytics within Amazon Transcribe. (7ee98f54)
    • client-transcribe-streaming: This release adds support for real-time (streaming) and post-call Call Analytics within Amazon Transcribe. (30cd9181)
    • client-kendra: Amazon Kendra now supports preview of table information from HTML tables in the search results. The most relevant cells with their corresponding rows, columns are displayed as a preview in the search result. The most relevant table cell or cells are also highlighted in table preview. (340955bd)
    • client-cloudwatch-logs: Updates to support CloudWatch Logs data protection and CloudWatch cross-account observability (cf731379)
    • client-iot: Job scheduling enables the scheduled rollout of a Job with start and end times and a customizable end behavior when end time is reached. This is available for continuous and snapshot jobs. Added support for MQTT5 properties to AWS IoT TopicRule Republish Action. (ccd70b08)
    Bug Fixes
    • codegen: add check for required query parameters (#4223) (b941f464)

    For list of updated packages, view updated-packages.md in assets-3.218.0.zip

    v3.217.0

    3.217.0(2022-11-23)

    New Features
    • client-rbin: This release adds support for Rule Lock for Recycle Bin, which allows you to lock retention rules so that they can no longer be modified or deleted. (cf212da9)
    • client-grafana: This release includes support for configuring a Grafana workspace to connect to a datasource within a VPC as well as new APIs for configuring Grafana settings. (b6cf7324)
    Bug Fixes
    • codegen:
      • revert check for required query parameters (3a5313a7)
      • add check for required query parameters (#4220) (0441081e)

    ... (truncated)

    Changelog

    Sourced from @​aws-sdk/client-s3's changelog.

    3.218.0 (2022-11-28)

    Bug Fixes

    • codegen: add check for required query parameters (#4223) (b941f46)

    3.216.0 (2022-11-22)

    Note: Version bump only for package @​aws-sdk/client-s3

    3.215.0 (2022-11-21)

    Note: Version bump only for package @​aws-sdk/client-s3

    3.213.0 (2022-11-17)

    Note: Version bump only for package @​aws-sdk/client-s3

    3.212.0 (2022-11-16)

    Note: Version bump only for package @​aws-sdk/client-s3

    3.211.0 (2022-11-15)

    Note: Version bump only for package @​aws-sdk/client-s3

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 2
  • npm: bump @types/node from 18.11.9 to 18.11.10

    npm: bump @types/node from 18.11.9 to 18.11.10

    Bumps @types/node from 18.11.9 to 18.11.10.

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 2
  • npm: bump mongoose from 6.7.2 to 6.7.5

    npm: bump mongoose from 6.7.2 to 6.7.5

    Bumps mongoose from 6.7.2 to 6.7.5.

    Release notes

    Sourced from mongoose's releases.

    6.7.5 / 2022-11-30

    • fix(schema): copy indexes when calling add() with schema instance #12737 #12654
    • fix(query): handle deselecting _id when another field has schema-level select: false #12736 #12670
    • fix(types): support using UpdateQuery in bulkWrite() #12742 #12595
    • docs(middleware): added note about execution policy on subdocuments #12735 #12694 lpizzinidev
    • docs(validation): clarify context for update validators in validation docs #12738 #12655 IslandRhythms

    6.7.4 / 2022-11-28

    • fix: allow setting global strictQuery after Schema creation #12717 #12703 lpizzinidev
    • fix(cursor): make eachAsync() avoid modifying batch when mixing parallel and batchSize #12716
    • fix(types): infer virtuals in query results #12727 #12702 #12684
    • fix(types): correctly infer ReadonlyArray types in schema definitions #12720
    • fix(types): avoid typeof Query with generics for TypeScript 4.6 support #12712 #12688
    • chore: avoid bundling .tgz files when publishing #12725 hasezoey

    6.7.3 / 2022-11-22

    Changelog

    Sourced from mongoose's changelog.

    6.7.5 / 2022-11-30

    • fix(schema): copy indexes when calling add() with schema instance #12737 #12654
    • fix(query): handle deselecting _id when another field has schema-level select: false #12736 #12670
    • fix(types): support using UpdateQuery in bulkWrite() #12742 #12595
    • docs(middleware): added note about execution policy on subdocuments #12735 #12694 lpizzinidev
    • docs(validation): clarify context for update validators in validation docs #12738 #12655 IslandRhythms

    6.7.4 / 2022-11-28

    • fix: allow setting global strictQuery after Schema creation #12717 #12703 lpizzinidev
    • fix(cursor): make eachAsync() avoid modifying batch when mixing parallel and batchSize #12716
    • fix(types): infer virtuals in query results #12727 #12702 #12684
    • fix(types): correctly infer ReadonlyArray types in schema definitions #12720
    • fix(types): avoid typeof Query with generics for TypeScript 4.6 support #12712 #12688
    • chore: avoid bundling .tgz files when publishing #12725 hasezoey

    6.7.3 / 2022-11-22

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 2
  • npm: bump express-rate-limit from 6.6.0 to 6.7.0

    npm: bump express-rate-limit from 6.6.0 to 6.7.0

    Bumps express-rate-limit from 6.6.0 to 6.7.0.

    Release notes

    Sourced from express-rate-limit's releases.

    v6.7.0

    You can view the changelog here.

    Changelog

    Sourced from express-rate-limit's changelog.

    6.7.0

    Changed

    • Updated links to point to new express-rate-limit organization on GitHub.
    • Added advertisement to Readme for project sponsor Zuplo.
    • Updated TypeScript version and other dev dependencies
    • Changed CI test suite: dropped node.js 12, added node.js 19

    No functional changes.

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 2
  • npm: bump eslint from 8.27.0 to 8.28.0

    npm: bump eslint from 8.27.0 to 8.28.0

    Bumps eslint from 8.27.0 to 8.28.0.

    Release notes

    Sourced from eslint's releases.

    v8.28.0

    Features

    • 63bce44 feat: add ignoreClassFieldInitialValues option to no-magic-numbers (#16539) (Milos Djermanovic)
    • 8385ecd feat: multiline properties in rule key-spacing with option align (#16532) (Francesco Trotta)
    • a4e89db feat: no-obj-calls support Intl (#16543) (Sosuke Suzuki)

    Bug Fixes

    • c50ae4f fix: Ensure that dot files are found with globs. (#16550) (Nicholas C. Zakas)
    • 9432b67 fix: throw error for first unmatched pattern (#16533) (Milos Djermanovic)
    • e76c382 fix: allow * 1 when followed by / in no-implicit-coercion (#16522) (Milos Djermanovic)

    Documentation

    • 34c05a7 docs: Language Options page intro and tweaks (#16511) (Ben Perlmutter)
    • 3e66387 docs: add intro and edit ignoring files page (#16510) (Ben Perlmutter)
    • 436f712 docs: fix Header UI inconsistency (#16464) (Tanuj Kanti)
    • f743816 docs: switch to wrench emoji for auto-fixable rules (#16545) (Bryan Mishkin)
    • bc0547e docs: improve styles for versions and languages page (#16553) (Nitin Kumar)
    • 6070f58 docs: clarify esquery issue workaround (#16556) (Milos Djermanovic)
    • b48e4f8 docs: Command Line Interface intro and tweaks (#16535) (Ben Perlmutter)
    • b92b30f docs: Add Rules page intro and content tweaks (#16523) (Ben Perlmutter)
    • 1769b42 docs: Integrations page introduction (#16548) (Ben Perlmutter)
    • a8d0a57 docs: make table of contents sticky on desktop (#16506) (Sam Chen)
    • a01315a docs: fix route of japanese translation site (#16542) (Tanuj Kanti)
    • 0515628 docs: use emoji instead of svg for deprecated rule (#16536) (Bryan Mishkin)
    • 68f1288 docs: set default layouts (#16484) (Percy Ma)
    • 776827a docs: init config about specifying shared configs (#16483) (Percy Ma)
    • 5c39425 docs: fix broken link to plugins (#16520) (Ádám T. Nagy)
    • c97c789 docs: Add missing no-new-native-nonconstructor docs code fence (#16503) (Brandon Mills)

    Chores

    • e94a4a9 chore: Add tests to verify #16038 is fixed (#16538) (Nicholas C. Zakas)
    • e13f194 chore: stricter validation of meta.docs.description in core rules (#16529) (Milos Djermanovic)
    • 72dbfbc chore: use pkg parameter in getNpmPackageVersion (#16525) (webxmsj)
    Changelog

    Sourced from eslint's changelog.

    v8.28.0 - November 18, 2022

    • 34c05a7 docs: Language Options page intro and tweaks (#16511) (Ben Perlmutter)
    • 3e66387 docs: add intro and edit ignoring files page (#16510) (Ben Perlmutter)
    • 436f712 docs: fix Header UI inconsistency (#16464) (Tanuj Kanti)
    • f743816 docs: switch to wrench emoji for auto-fixable rules (#16545) (Bryan Mishkin)
    • bc0547e docs: improve styles for versions and languages page (#16553) (Nitin Kumar)
    • 6070f58 docs: clarify esquery issue workaround (#16556) (Milos Djermanovic)
    • b48e4f8 docs: Command Line Interface intro and tweaks (#16535) (Ben Perlmutter)
    • b92b30f docs: Add Rules page intro and content tweaks (#16523) (Ben Perlmutter)
    • 1769b42 docs: Integrations page introduction (#16548) (Ben Perlmutter)
    • 63bce44 feat: add ignoreClassFieldInitialValues option to no-magic-numbers (#16539) (Milos Djermanovic)
    • c50ae4f fix: Ensure that dot files are found with globs. (#16550) (Nicholas C. Zakas)
    • a8d0a57 docs: make table of contents sticky on desktop (#16506) (Sam Chen)
    • 9432b67 fix: throw error for first unmatched pattern (#16533) (Milos Djermanovic)
    • 8385ecd feat: multiline properties in rule key-spacing with option align (#16532) (Francesco Trotta)
    • a4e89db feat: no-obj-calls support Intl (#16543) (Sosuke Suzuki)
    • a01315a docs: fix route of japanese translation site (#16542) (Tanuj Kanti)
    • e94a4a9 chore: Add tests to verify #16038 is fixed (#16538) (Nicholas C. Zakas)
    • 0515628 docs: use emoji instead of svg for deprecated rule (#16536) (Bryan Mishkin)
    • e76c382 fix: allow * 1 when followed by / in no-implicit-coercion (#16522) (Milos Djermanovic)
    • 68f1288 docs: set default layouts (#16484) (Percy Ma)
    • e13f194 chore: stricter validation of meta.docs.description in core rules (#16529) (Milos Djermanovic)
    • 776827a docs: init config about specifying shared configs (#16483) (Percy Ma)
    • 72dbfbc chore: use pkg parameter in getNpmPackageVersion (#16525) (webxmsj)
    • 5c39425 docs: fix broken link to plugins (#16520) (Ádám T. Nagy)
    • c97c789 docs: Add missing no-new-native-nonconstructor docs code fence (#16503) (Brandon Mills)
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 2
  • npm: bump @typescript-eslint/parser from 5.42.1 to 5.45.0

    npm: bump @typescript-eslint/parser from 5.42.1 to 5.45.0

    Bumps @typescript-eslint/parser from 5.42.1 to 5.45.0.

    Release notes

    Sourced from @​typescript-eslint/parser's releases.

    v5.45.0

    5.45.0 (2022-11-28)

    Bug Fixes

    • eslint-plugin: [array-type] --fix flag removes parentheses from type (#5997) (42b33af)
    • eslint-plugin: [keyword-spacing] prevent crash on no options (#6073) (1f19998)
    • eslint-plugin: [member-ordering] support private fields (#5859) (f02761a)
    • eslint-plugin: [prefer-readonly] report if a member's property is reassigned (#6043) (6e079eb)
    • scope-manager: add support for TS4.9 satisfies expression (#6059) (44027db)
    • typescript-estree: stub out ts.SatisfiesExpression on old TS versions (#6076) (1302b30)

    Features

    • eslint-plugin: [member-ordering] add a required option for required vs. optional member ordering (#5965) (2abadc6)
    • support Auto Accessor syntax (#5926) (becd1f8)

    v5.44.0

    5.44.0 (2022-11-21)

    Bug Fixes

    • eslint-plugin: [no-empty-interface] disable autofix for declaration merging with class (#5920) (a4f85b8)
    • eslint-plugin: [no-unnecessary-condition] handle index signature type (#5912) (5baad08)
    • eslint-plugin: [prefer-optional-chain] handle binary expressions in negated or (#5992) (2778ff0)
    • typescript-estree: don't consider a cached program unless it's specified in the current parserOptions.project config (#5999) (530e0e6)

    Features

    • eslint-plugin: [adjacent-overload-signatures] check BlockStatement nodes (#5998) (97d3e56)
    • eslint-plugin: [keyword-spacing] Support spacing in import-type syntax (#5977) (6a735e1)
    • support parsing satisfies operators (#5717) (20d7cae)
    • update to TypeScript 4.9 (#5716) (4d744ea)

    v5.43.0

    5.43.0 (2022-11-14)

    Bug Fixes

    • eslint-plugin: [no-shadow] handle false positives on generics and parameters (#5902) (769e8c8)
    • eslint-plugin: [promise-function-async] handle keyword token (#5907) (f25a94f)

    Features

    ... (truncated)

    Changelog

    Sourced from @​typescript-eslint/parser's changelog.

    5.45.0 (2022-11-28)

    Note: Version bump only for package @​typescript-eslint/parser

    5.44.0 (2022-11-21)

    Note: Version bump only for package @​typescript-eslint/parser

    5.43.0 (2022-11-14)

    Note: Version bump only for package @​typescript-eslint/parser

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 2
  • npm: bump @nestjs/core from 9.2.0 to 9.2.1

    npm: bump @nestjs/core from 9.2.0 to 9.2.1

    Bumps @nestjs/core from 9.2.0 to 9.2.1.

    Release notes

    Sourced from @​nestjs/core's releases.

    v9.2.1 (2022-11-29)

    Bug fixes

    Enhancements

    Dependencies

    Committers: 6

    Commits
    • 308599f chore(@​nestjs) publish v9.2.1 release
    • e635224 Merge pull request #10573 from rubiin/master
    • d827878 Merge pull request #10556 from nestjs/dependabot/npm_and_yarn/socket.io-parse...
    • 0ee84c4 Merge pull request #10591 from Leichtwind/master
    • ef917e0 Merge pull request #10606 from aradwann/remove-deprecated-type-dependencies
    • f6fa850 Merge pull request #10599 from nestjs/dependabot/npm_and_yarn/redis-4.5.1
    • 900be19 Merge pull request #10605 from ufec/ufec-fix-10604-branch
    • 3009353 Merge pull request #10583 from nestjs/dependabot/npm_and_yarn/fastify-4.10.2
    • 6aeed12 build: remove deprecated type deps
    • cd55a18 fix: fastify-adapter register func sign
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 2
  • npm: bump ts-loader from 9.4.1 to 9.4.2

    npm: bump ts-loader from 9.4.1 to 9.4.2

    Bumps ts-loader from 9.4.1 to 9.4.2.

    Release notes

    Sourced from ts-loader's releases.

    v9.4.2

    Changelog

    Sourced from ts-loader's changelog.

    9.4.2

    Commits
    • 5e7220b Use custom transformer when building solution references (#1550)
    • 87a9fff add missing comma in README.md (#1551)
    • 620ee79 Typescript 4 9 (#1547)
    • 3319b91 chore(deps): bump minimatch in /examples/project-references-example (#1530)
    • 60e5784 Fix anchor jumping in README.md (#1521)
    • 5c66d2b Update outdated LICENSE year (#1513)
    • 64a4136 Bump terser from 4.8.0 to 4.8.1 in /examples/project-references-example (#1489)
    • cf1d227 Bump lodash in /test/execution-tests/babel-codeSplitting (#1435)
    • e76abb0 Add Tests and Remarks Concerning the New .cts And .mts File Extensions (#...
    • See full diff in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 2
  •  Cannot read properties of undefined (reading 'first')

    Cannot read properties of undefined (reading 'first')

    Hi All, I'm getting a error when i'm listening to a kafka topic each time.

    ERROR [RpcExceptionsHandler] Cannot read properties of undefined (reading 'first')

    ERROR [Runner] Error when calling eachMessage {"timestamp":"2022-12-30T19:26:59.954Z","logger":"kafkajs","topic":"TOPIC_NAME","partition":0,"offset":"49","error":{"status":"error","message":"Internal server error"}}

    opened by aravindaftd 2
Releases(v3.1.0)
  • v3.1.0(Jan 1, 2023)

  • v3.0.3(Jan 1, 2023)

  • v3.0.2(Dec 26, 2022)

    What's Changed

    • config user remove by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-boilerplate-kafka/pull/277

    Full Changelog: https://github.com/andrechristikan/ack-nestjs-boilerplate-kafka/compare/v3.0.1...v3.0.2

    Source code(tar.gz)
    Source code(zip)
  • v3.0.1(Dec 26, 2022)

    What's Changed

    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-boilerplate-kafka/pull/276

    Full Changelog: https://github.com/andrechristikan/ack-nestjs-boilerplate-kafka/compare/v2.6.1...v3.0.1

    Source code(tar.gz)
    Source code(zip)
  • v2.6.1(Nov 10, 2022)

    What's Changed

    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-boilerplate-kafka/pull/265

    Full Changelog: https://github.com/andrechristikan/ack-nestjs-boilerplate-kafka/compare/v2.5.1...v2.6.1

    Source code(tar.gz)
    Source code(zip)
  • v2.5.1(Oct 26, 2022)

    What's Changed

    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-boilerplate-kafka/pull/253
    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-boilerplate-kafka/pull/254

    Full Changelog: https://github.com/andrechristikan/ack-nestjs-boilerplate-kafka/compare/v2.5.0...v2.5.1

    Source code(tar.gz)
    Source code(zip)
  • v2.5.0(Oct 13, 2022)

    What's Changed

    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-boilerplate-kafka/pull/252

    Full Changelog: https://github.com/andrechristikan/ack-nestjs-boilerplate-kafka/compare/v2.4.5...v2.5.0

    Source code(tar.gz)
    Source code(zip)
  • v2.4.5(Oct 10, 2022)

    What's Changed

    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-boilerplate-kafka/pull/251

    Full Changelog: https://github.com/andrechristikan/ack-nestjs-boilerplate-kafka/compare/v2.4.4...v2.4.5

    Source code(tar.gz)
    Source code(zip)
  • v2.4.4(Oct 8, 2022)

    What's Changed

    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-boilerplate-kafka/pull/249
    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-boilerplate-kafka/pull/250

    Full Changelog: https://github.com/andrechristikan/ack-nestjs-boilerplate-kafka/compare/v2.4.3...v2.4.4

    Source code(tar.gz)
    Source code(zip)
  • v2.4.3(Oct 8, 2022)

    What's Changed

    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/pull/247
    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/pull/248

    Full Changelog: https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/compare/v2.4.2...v2.4.3

    Source code(tar.gz)
    Source code(zip)
  • v2.4.2(Oct 8, 2022)

    What's Changed

    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/pull/246

    Full Changelog: https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/compare/v2.4.1...v2.4.2

    Source code(tar.gz)
    Source code(zip)
  • v2.4.1(Oct 7, 2022)

    What's Changed

    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/pull/245

    Full Changelog: https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/compare/v2.4.0...v2.4.1

    Source code(tar.gz)
    Source code(zip)
  • v2.4.0(Oct 7, 2022)

    What's Changed

    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/pull/243
    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/pull/244

    Full Changelog: https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/compare/v2.3.2...v2.4.0

    Source code(tar.gz)
    Source code(zip)
  • v2.3.2(Oct 1, 2022)

    What's Changed

    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/pull/235
    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/pull/242

    Full Changelog: https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/compare/v2.3.1...v2.3.2

    Source code(tar.gz)
    Source code(zip)
  • v2.3.1(Sep 30, 2022)

    What's Changed

    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/pull/227
    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/pull/228
    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/pull/229
    • readme update by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/pull/230
    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/pull/231
    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/pull/232
    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/pull/233
    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/pull/234

    Full Changelog: https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/compare/v2.3.0...v2.3.1

    Source code(tar.gz)
    Source code(zip)
  • v2.3.0(Sep 27, 2022)

    What's Changed

    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/pull/226

    Full Changelog: https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/compare/v2.1.3...v2.3.0

    Source code(tar.gz)
    Source code(zip)
  • v2.1.3(Sep 24, 2022)

    What's Changed

    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/pull/223
    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/pull/224
    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/pull/225

    Full Changelog: https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/compare/v2.1.2...v2.1.3

    Source code(tar.gz)
    Source code(zip)
  • v2.1.2(Sep 20, 2022)

    What's Changed

    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/pull/222

    Full Changelog: https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/compare/v2.1.1...v2.1.2

    Source code(tar.gz)
    Source code(zip)
  • v2.1.1(Sep 20, 2022)

    What's Changed

    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/pull/221

    Full Changelog: https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/compare/v2.1.0...v2.1.1

    Source code(tar.gz)
    Source code(zip)
  • v2.1.0(Sep 20, 2022)

    What's Changed

    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/pull/220

    Full Changelog: https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/compare/v2.0.1...v2.1.0

    Source code(tar.gz)
    Source code(zip)
  • v2.0.1(Sep 18, 2022)

    What's Changed

    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/pull/219

    Full Changelog: https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/compare/v2.0.0...v2.0.1

    Source code(tar.gz)
    Source code(zip)
  • v2.0.0(Sep 17, 2022)

    What's Changed

    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/pull/218

    Full Changelog: https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/compare/v1.4.1...v2.0.0

    Source code(tar.gz)
    Source code(zip)
  • v1.4.1(Sep 7, 2022)

    What's Changed

    • update readme conflict by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/pull/215
    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/pull/216

    Full Changelog: https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/compare/v1.4.0...v1.4.1

    Source code(tar.gz)
    Source code(zip)
  • v1.4.0(Sep 6, 2022)

    What's Changed

    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/pull/214

    Full Changelog: https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/compare/v1.3.5...v1.4.0

    Source code(tar.gz)
    Source code(zip)
  • v1.3.5(Sep 4, 2022)

    What's Changed

    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/pull/210
    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/pull/213

    Full Changelog: https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/compare/v1.3.4...v1.3.5

    Source code(tar.gz)
    Source code(zip)
  • v1.3.4(Aug 30, 2022)

    What's Changed

    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/pull/208
    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/pull/209

    Full Changelog: https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/compare/v1.3.3...v1.3.4

    Source code(tar.gz)
    Source code(zip)
  • v1.3.3(Aug 28, 2022)

    What's Changed

    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/pull/207

    Full Changelog: https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/compare/v1.3.2...v1.3.3

    Source code(tar.gz)
    Source code(zip)
  • v1.3.2(Aug 23, 2022)

    What's Changed

    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/pull/206

    Full Changelog: https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/compare/v1.3.1...v1.3.2

    Source code(tar.gz)
    Source code(zip)
  • v1.3.1(Aug 22, 2022)

    What's Changed

    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/pull/205

    Full Changelog: https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/compare/v1.3.0...v1.3.1

    Source code(tar.gz)
    Source code(zip)
  • v1.3.0(Aug 22, 2022)

    What's Changed

    • Development by @andrechristikan in https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/pull/204

    Full Changelog: https://github.com/andrechristikan/ack-nestjs-mongoose-kafka/compare/v1.2.5...v1.3.0

    Source code(tar.gz)
    Source code(zip)
Owner
Andre Christi Kan
Andre Christi Kan
Very minimalistic boilerplate to start most Typescript Express projects. Includes Mongodb connection via Mongoose with a sample post model.

Minimalist express-typescript-boilerplate Available Scripts - `tsc' - builds the tsc project to the dist folder - `build` - cleans the previous build

Black Axe 16 Dec 13, 2022
Nestjs boilerplate template (mongodb, typeorm, graphql - code first, i18n, global exception handling etc.)

Description City-Library-Demo project for boilerplate. (node version: 16.14.0, npm version: 8.5.2) First Steps Create .env file in root directory. (Th

Mert Kaygusuz 7 Nov 21, 2022
A simple Fast CLI that create Express+Mongoose MVC pattern

express-schema-generator Site | Docs | Contributing | Code of Conduct | Twitter | Chat Bored Writing and Creating the Same Express MVC Folders Again a

Shantanu Bombatkar 10 Aug 15, 2022
This project is for backend developers with node js. It create the "Mongoose models, routers and controllers" with cli command line.

Node.js Boilerplate This project is for backend developers with node js. It create the "Mongoose models, routers and controllers" with cli command lin

Bilal Yaver 3 Sep 19, 2022
React Native Boilerplate - The Boilerplate contains all the basic packages, common components and, prebuilt code architecture

The Boilerplate contains all the basic packages, common components and, prebuilt code architecture. It will save developer's project setup time.

MindInventory 36 Dec 26, 2022
Solana Boilerplate - Lightweight boilerplate for Solana dapps. Allows quick building and prototyping.

Lightweight boilerplate for Solana dapps. Allows quick building and prototyping. Feel free to contribute or fork this repository. Make it yours! Leave us a ⭐️ if this repo helped you.

null 21 Nov 15, 2022
An upgradable boilerplate for Progressive web applications (PWA) with server side rendering, build with SEO in mind and achieving max page speed and optimized user experience.

React PWA v2 A highly scalable, Progressive Web Application foundation,boilerplate, with the best Developer Experience. Demo: https://demo.reactpwa.co

Atyantik 2.5k Dec 26, 2022
A boilerplate for Node.js web applications

Hackathon Starter Live Demo: https://hackathon-starter.walcony.com Jump to What's new? A boilerplate for Node.js web applications. If you have attende

Sahat Yalkabov 34k Dec 28, 2022
React Starter Kit — isomorphic web app boilerplate (Node.js, Express, GraphQL, React.js, Babel, PostCSS, Webpack, Browsersync)

React Starter Kit — "isomorphic" web app boilerplate React Starter Kit is an opinionated boilerplate for web development built on top of Node.js, Expr

Kriasoft 21.7k Jan 1, 2023
React + Redux starter kit / boilerplate with Babel, hot reloading, testing, linting and a working example app built in

A comprehensive starter kit for rapid application development using React. Why Slingshot? One command to get started - Type npm start to start develop

Cory House 9.8k Jan 3, 2023
DDD/Clean Architecture inspired boilerplate for Node web APIs

Node API boilerplate An opinionated boilerplate for Node web APIs focused on separation of concerns and scalability. Features Multilayer folder struct

Talysson de Oliveira Cassiano 3k Dec 30, 2022
A MERN boilerplate repository with RBAC feature, following all production best practices.

Welcome to the RBAC MERN Boilerplate project A MERN boilerplate repository with RBAC feature, following all production best practices. In this reposit

Foyzul Karim 268 Dec 27, 2022
NextJS, TypeScript and Styled Components project boilerplate

This is a Next.js project bootstrapped with create-next-app. Getting Started First, run the development server: npm run dev # or yarn dev Open http://

Mateus 2 Sep 21, 2021
A boilerplate to kick off any Gatsby project.

A boilerplate to kick off any Gatsby project. This starter ships with: - Gatsby v4 - Material UI v5 with light/dark mode and a custom theme - Emotion JS (with access to Material UI custom theme) - React redux (with reduxjs/toolkit) - React intl for multilingual support - React helmet for SEO

Mario Duarte 1 Jul 6, 2022
Jekyllist - Modern Boilerplate on Jekyll

Jekyllist - Modern Boilerplate on Jekyll Jekyllist is a production ready boilerplate for humans who wants to build simple websites (portfolio sites, b

Atakan Oz 2 Jul 21, 2022
Express typescript boilerplate using @types/node, @types/express

Express framework boilerplate in typescript.

Harris Gurung 3 Sep 21, 2022
Vite Electron Builder Boilerplate

This is template for secure electron applications. Written following the latest safety requirements, recommendations and best practices.

Harry Hopkinson 4 Dec 15, 2022
Teaching boilerplate for teachers that are learning how to program with React

React course: react4teachers-zero2hero Teaching boilerplate for teachers that are learning how to program with React. Course offered by Conselleria d'

Alberto Soto 2 Jun 6, 2022
Next Boilerplate with TypeScript, Redux Toolkit and Styled-Component.. For now

This is a Next.js project bootstrapped with create-next-app. Getting Started First, run the development server: npm run dev # or yarn dev Open http://

Ibrahim Yaacob 2 Feb 17, 2022