Skip to content

Releases: iamolegga/nestjs-pino

4.6.1: handle errorKey when pinoHttp is a tuple

13 Mar 16:37

Choose a tag to compare

What's Changed

  • build(deps-dev): bump @nestjs/common from 11.1.13 to 11.1.14 by @dependabot[bot] in #2809
  • build(deps-dev): bump @nestjs/platform-express from 11.1.13 to 11.1.14 by @dependabot[bot] in #2811
  • build(deps-dev): bump @nestjs/core from 11.1.13 to 11.1.14 by @dependabot[bot] in #2810
  • build(deps-dev): bump @nestjs/testing from 11.1.13 to 11.1.14 by @dependabot[bot] in #2812
  • build(deps-dev): bump @nestjs/platform-fastify from 11.1.13 to 11.1.14 by @dependabot[bot] in #2813
  • build(deps-dev): bump @types/node from 25.2.3 to 25.3.0 by @dependabot[bot] in #2818
  • build(deps-dev): bump @eslint/eslintrc from 3.3.3 to 3.3.4 by @dependabot[bot] in #2820
  • build(deps-dev): bump @typescript-eslint/parser from 8.56.0 to 8.56.1 by @dependabot[bot] in #2821
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.55.0 to 8.56.1 by @dependabot[bot] in #2822
  • build(deps-dev): bump @types/supertest from 6.0.3 to 7.2.0 by @dependabot[bot] in #2826
  • build(deps-dev): bump @types/node from 25.3.0 to 25.3.1 by @dependabot[bot] in #2825
  • build(deps-dev): bump @types/node from 25.3.1 to 25.3.2 by @dependabot[bot] in #2828
  • build(deps): bump minimatch by @dependabot[bot] in #2829
  • build(deps-dev): bump @types/node from 25.3.2 to 25.3.3 by @dependabot[bot] in #2831
  • build(deps-dev): bump globals from 17.3.0 to 17.4.0 by @dependabot[bot] in #2830
  • build(deps-dev): bump @nestjs/platform-express from 11.1.14 to 11.1.15 by @dependabot[bot] in #2833
  • build(deps-dev): bump @nestjs/platform-fastify from 11.1.14 to 11.1.15 by @dependabot[bot] in #2834
  • build(deps-dev): bump @nestjs/core from 11.1.14 to 11.1.15 by @dependabot[bot] in #2835
  • build(deps-dev): bump @nestjs/testing from 11.1.14 to 11.1.15 by @dependabot[bot] in #2836
  • build(deps-dev): bump @nestjs/common from 11.1.14 to 11.1.15 by @dependabot[bot] in #2837
  • build(deps-dev): bump @nestjs/platform-express from 11.1.15 to 11.1.16 by @dependabot[bot] in #2842
  • build(deps-dev): bump @nestjs/common from 11.1.15 to 11.1.16 by @dependabot[bot] in #2843
  • build(deps-dev): bump @nestjs/platform-fastify from 11.1.15 to 11.1.16 by @dependabot[bot] in #2844
  • build(deps-dev): bump @types/node from 25.3.3 to 25.3.5 by @dependabot[bot] in #2845
  • build(deps-dev): bump @nestjs/core from 11.1.15 to 11.1.16 by @dependabot[bot] in #2846
  • build(deps-dev): bump @nestjs/testing from 11.1.15 to 11.1.16 by @dependabot[bot] in #2847
  • build(deps-dev): bump @eslint/compat from 2.0.2 to 2.0.3 by @dependabot[bot] in #2854
  • build(deps-dev): bump @eslint/eslintrc from 3.3.4 to 3.3.5 by @dependabot[bot] in #2853
  • build(deps-dev): bump @typescript-eslint/parser from 8.56.1 to 8.57.0 by @dependabot[bot] in #2857
  • build(deps-dev): bump jest from 30.2.0 to 30.3.0 by @dependabot[bot] in #2859
  • build(deps-dev): bump @types/node from 25.3.5 to 25.4.0 by @dependabot[bot] in #2858
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.56.1 to 8.57.0 by @dependabot[bot] in #2860
  • build(deps-dev): bump @types/node from 25.4.0 to 25.5.0 by @dependabot[bot] in #2864
  • fix: handle errorKey when pinoHttp is a tuple (issue #2266) by @zhengshui in #2866

New Contributors

Full Changelog: 4.6.0...4.6.1

4.6.0: add new NativeLogger class

17 Feb 15:07

Choose a tag to compare

What's Changed

  • build(deps-dev): bump prettier from 3.6.2 to 3.7.1 by @dependabot[bot] in #2673
  • build(deps-dev): bump prettier from 3.7.1 to 3.7.3 by @dependabot[bot] in #2674
  • build(deps-dev): bump @eslint/eslintrc from 3.3.1 to 3.3.3 by @dependabot[bot] in #2675
  • build(deps-dev): bump ts-jest from 29.4.5 to 29.4.6 by @dependabot[bot] in #2677
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.48.0 to 8.48.1 by @dependabot[bot] in #2680
  • build(deps-dev): bump prettier from 3.7.3 to 3.7.4 by @dependabot[bot] in #2683
  • build(deps-dev): bump @types/node from 24.10.1 to 24.10.2 by @dependabot[bot] in #2685
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.48.1 to 8.49.0 by @dependabot[bot] in #2684
  • build(deps-dev): bump @typescript-eslint/parser from 8.48.1 to 8.49.0 by @dependabot[bot] in #2686
  • build(deps-dev): bump @types/node from 24.10.2 to 25.0.0 by @dependabot[bot] in #2690
  • build(deps-dev): bump @types/express from 5.0.5 to 5.0.6 by @dependabot[bot] in #2678
  • build(deps-dev): bump @types/node from 25.0.0 to 25.0.1 by @dependabot[bot] in #2691
  • build(deps-dev): bump eslint from 9.39.1 to 9.39.2 by @dependabot[bot] in #2693
  • build(deps-dev): bump @types/node from 25.0.1 to 25.0.2 by @dependabot[bot] in #2692
  • build(deps-dev): bump @typescript-eslint/parser from 8.49.0 to 8.50.0 by @dependabot[bot] in #2697
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.49.0 to 8.50.0 by @dependabot[bot] in #2698
  • build(deps-dev): bump @types/node from 25.0.2 to 25.0.3 by @dependabot[bot] in #2699
  • build(deps-dev): bump @nestjs/testing from 11.1.9 to 11.1.10 by @dependabot[bot] in #2700
  • build(deps-dev): bump @nestjs/platform-express from 11.1.9 to 11.1.10 by @dependabot[bot] in #2701
  • build(deps-dev): bump @typescript-eslint/parser from 8.50.0 to 8.50.1 by @dependabot[bot] in #2702
  • build(deps-dev): bump @nestjs/platform-fastify from 11.1.9 to 11.1.10 by @dependabot[bot] in #2703
  • build(deps-dev): bump @nestjs/core from 11.1.9 to 11.1.10 by @dependabot[bot] in #2705
  • build(deps-dev): bump @nestjs/common from 11.1.9 to 11.1.10 by @dependabot[bot] in #2704
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.50.0 to 8.50.1 by @dependabot[bot] in #2706
  • build(deps-dev): bump @nestjs/platform-fastify from 11.1.10 to 11.1.11 by @dependabot[bot] in #2713
  • build(deps-dev): bump @typescript-eslint/parser from 8.50.1 to 8.51.0 by @dependabot[bot] in #2715
  • build(deps-dev): bump @nestjs/platform-express from 11.1.10 to 11.1.11 by @dependabot[bot] in #2718
  • build(deps-dev): bump @nestjs/testing from 11.1.10 to 11.1.11 by @dependabot[bot] in #2719
  • build(deps-dev): bump @nestjs/core from 11.1.10 to 11.1.11 by @dependabot[bot] in #2714
  • build(deps-dev): bump @nestjs/common from 11.1.10 to 11.1.11 by @dependabot[bot] in #2717
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.50.1 to 8.51.0 by @dependabot[bot] in #2716
  • build(deps-dev): bump qs from 6.14.0 to 6.14.1 by @dependabot[bot] in #2733
  • build(deps-dev): bump globals from 16.5.0 to 17.0.0 by @dependabot[bot] in #2734
  • build(deps-dev): bump @typescript-eslint/parser from 8.51.0 to 8.52.0 by @dependabot[bot] in #2735
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.51.0 to 8.52.0 by @dependabot[bot] in #2736
  • build(deps-dev): bump supertest from 7.1.4 to 7.2.2 by @dependabot[bot] in #2737
  • build(deps-dev): bump @eslint/compat from 2.0.0 to 2.0.1 by @dependabot[bot] in #2739
  • build(deps-dev): bump @types/node from 25.0.3 to 25.0.6 by @dependabot[bot] in #2738
  • build(deps-dev): bump pino from 10.1.0 to 10.1.1 by @dependabot[bot] in #2740
  • build(deps-dev): bump @types/node from 25.0.6 to 25.0.7 by @dependabot[bot] in #2743
  • build(deps-dev): bump @typescript-eslint/parser from 8.52.0 to 8.53.0 by @dependabot[bot] in #2744
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.52.0 to 8.53.0 by @dependabot[bot] in #2745
  • build(deps-dev): bump @types/node from 25.0.7 to 25.0.8 by @dependabot[bot] in #2748
  • build(deps-dev): bump prettier from 3.7.4 to 3.8.0 by @dependabot[bot] in #2749
  • build(deps-dev): bump eslint-plugin-prettier from 5.5.4 to 5.5.5 by @dependabot[bot] in #2751
  • build(deps-dev): bump pino from 10.1.1 to 10.2.0 by @dependabot[bot] in #2750
  • build(deps-dev): bump @nestjs/platform-fastify from 11.1.11 to 11.1.12 by @dependabot[bot] in #2755
  • build(deps-dev): bump @nestjs/platform-express from 11.1.11 to 11.1.12 by @dependabot[bot] in #2754
  • build(deps-dev): bump @types/node from 25.0.8 to 25.0.9 by @dependabot[bot] in #2756
  • build(deps-dev): bump @nestjs/testing from 11.1.11 to 11.1.12 by @dependabot[bot] in #2757
  • build(deps-dev): bump @nestjs/common from 11.1.11 to 11.1.12 by @dependabot[bot] in #2759
  • build(deps-dev): bump @nestjs/core from 11.1.11 to 11.1.12 by @dependabot[bot] in #2758
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.53.0 to 8.53.1 by @dependabot[bot] in #2765
  • build(deps-dev): bump pino from 10.2.0 to 10.2.1 by @dependabot[bot] in #2766
  • build(deps-dev): bump prettier from 3.8.0 to 3.8.1 by @dependabot[bot] in #2769
  • build(deps-dev): bump @types/node from 25.0.9 to 25.0.10 by @dependabot[bot] in #2770
  • build(deps-dev): bump globals from 17.0.0 to 17.1.0 by @dependabot[bot] in #2772
  • build(deps-dev): bump @typescript-eslint/parser from 8.53.1 to 8.54.0 by @dependabot[bot] in #2774
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.53.1 to 8.54.0 by @dependabot[bot] in #2775
  • build(deps-dev): bump globals from 17.1.0 to 17.2.0 by @dependabot[bot] in #2777
  • build(deps-dev): bump @types/node from 25.0.10 to 25.1.0 by @dependabot[bot] in #2778
  • build(deps-dev): bump @types/node from 25.1.0 to 25.2.0 by @dependabot[bot] in #2779
  • build(deps-dev): bump globals from 17.2.0 to 17.3.0 by @dependabot[bot] in #2780
  • build(deps-dev): bump @eslint/compat from 2.0.1 to 2.0.2 by @dependabot[bot] in #2781
  • build(deps-dev): bump @nestjs/common from 11.1.12 to 11.1.13 by @dependabot[bot] in #2785
  • build(deps-dev): bump @nestjs/platform-fastify from 11.1.12 to 11.1.13 by @dependabot[bot] in #2784
  • build(deps-dev): bump @nestjs/core from 11.1.12 to 11.1.13 by @dependabot[bot] in #2786
  • build(deps-dev): bump @nestjs/testing from 11.1.12 to 11.1.13 by @dependabot[bot] in #2787
  • build(deps-dev): bump @nestjs/platform-express from 11.1.12 to 11.1.13 by @dependabot[bot] in #2788
  • build(deps-dev): bump @types/node from 25.2.0 to 25.2.1 by @dependabot[bot] in #2793
  • build(deps-dev): bump webpack from 5.94.0 to 5.105.0 by @dependabot[bot] in #2794
  • build(deps-dev): bump @types/node from 25.2.1 to 25.2.2 by @dependabot[bot] in #2796
  • build(dep...
Read more

4.5.0: support pino@10, pino-http@11

24 Nov 21:01

Choose a tag to compare

What's Changed

  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.44.0 to 8.44.1 by @dependabot[bot] in #2568
  • build(deps-dev): bump @eslint/compat from 1.3.2 to 1.4.0 by @dependabot[bot] in #2569
  • build(deps-dev): bump jest from 30.1.3 to 30.2.0 by @dependabot[bot] in #2572
  • build(deps-dev): bump pino from 9.11.0 to 9.12.0 by @dependabot[bot] in #2573
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.44.1 to 8.45.0 by @dependabot[bot] in #2574
  • build(deps-dev): bump @typescript-eslint/parser from 8.44.1 to 8.45.0 by @dependabot[bot] in #2576
  • build(deps-dev): bump @types/node from 24.5.2 to 24.6.0 by @dependabot[bot] in #2578
  • build(deps-dev): bump @types/node from 24.6.0 to 24.6.1 by @dependabot[bot] in #2580
  • build(deps-dev): bump typescript from 5.9.2 to 5.9.3 by @dependabot[bot] in #2581
  • build(deps-dev): bump pino from 9.12.0 to 9.13.0 by @dependabot[bot] in #2584
  • build(deps-dev): bump @types/node from 24.6.1 to 24.6.2 by @dependabot[bot] in #2585
  • build(deps-dev): bump eslint from 9.36.0 to 9.37.0 by @dependabot[bot] in #2588
  • build(deps-dev): bump @typescript-eslint/parser from 8.45.0 to 8.46.0 by @dependabot[bot] in #2592
  • build(deps-dev): bump @types/node from 24.6.2 to 24.7.0 by @dependabot[bot] in #2594
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.45.0 to 8.46.0 by @dependabot[bot] in #2593
  • build(deps-dev): bump @types/node from 24.7.0 to 24.7.1 by @dependabot[bot] in #2596
  • build(deps-dev): bump @types/node from 24.7.1 to 24.7.2 by @dependabot[bot] in #2597
  • build(deps-dev): bump ts-jest from 29.4.4 to 29.4.5 by @dependabot[bot] in #2598
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.46.0 to 8.46.1 by @dependabot[bot] in #2600
  • build(deps-dev): bump @types/node from 24.7.2 to 24.8.0 by @dependabot[bot] in #2603
  • build(deps-dev): bump eslint from 9.37.0 to 9.38.0 by @dependabot[bot] in #2604
  • build(deps-dev): bump @types/node from 24.8.0 to 24.8.1 by @dependabot[bot] in #2606
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.46.1 to 8.46.2 by @dependabot[bot] in #2608
  • build(deps-dev): bump @types/node from 24.8.1 to 24.9.1 by @dependabot[bot] in #2610
  • build(deps-dev): bump @nestjs/common from 11.1.6 to 11.1.7 by @dependabot[bot] in #2614
  • build(deps-dev): bump @nestjs/platform-express from 11.1.6 to 11.1.7 by @dependabot[bot] in #2615
  • build(deps-dev): bump @nestjs/testing from 11.1.6 to 11.1.7 by @dependabot[bot] in #2616
  • build(deps-dev): bump @nestjs/platform-fastify from 11.1.6 to 11.1.7 by @dependabot[bot] in #2617
  • build(deps-dev): bump @nestjs/core from 11.1.6 to 11.1.7 by @dependabot[bot] in #2618
  • build(deps-dev): bump @types/express from 5.0.3 to 5.0.4 by @dependabot[bot] in #2624
  • build(deps-dev): bump @nestjs/testing from 11.1.7 to 11.1.8 by @dependabot[bot] in #2625
  • build(deps-dev): bump @types/express from 5.0.4 to 5.0.5 by @dependabot[bot] in #2626
  • build(deps-dev): bump @nestjs/platform-fastify from 11.1.7 to 11.1.8 by @dependabot[bot] in #2628
  • build(deps-dev): bump @nestjs/common from 11.1.7 to 11.1.8 by @dependabot[bot] in #2629
  • build(deps-dev): bump @nestjs/core from 11.1.7 to 11.1.8 by @dependabot[bot] in #2632
  • build(deps-dev): bump @nestjs/platform-express from 11.1.7 to 11.1.8 by @dependabot[bot] in #2633
  • build(deps-dev): bump @types/node from 24.9.1 to 24.9.2 by @dependabot[bot] in #2636
  • build(deps-dev): bump @eslint/compat from 1.4.0 to 1.4.1 by @dependabot[bot] in #2637
  • build(deps-dev): bump rimraf from 6.0.1 to 6.1.0 by @dependabot[bot] in #2638
  • build(deps-dev): bump @types/node from 24.9.2 to 24.10.0 by @dependabot[bot] in #2639
  • build(deps-dev): bump eslint from 9.38.0 to 9.39.0 by @dependabot[bot] in #2640
  • build(deps-dev): bump globals from 16.4.0 to 16.5.0 by @dependabot[bot] in #2641
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.46.2 to 8.46.3 by @dependabot[bot] in #2644
  • build(deps-dev): bump eslint from 9.39.0 to 9.39.1 by @dependabot[bot] in #2646
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.46.3 to 8.46.4 by @dependabot[bot] in #2650
  • build(deps-dev): bump @types/node from 24.10.0 to 24.10.1 by @dependabot[bot] in #2653
  • build(deps-dev): bump @nestjs/platform-fastify from 11.1.8 to 11.1.9 by @dependabot[bot] in #2654
  • build(deps-dev): bump @nestjs/common from 11.1.8 to 11.1.9 by @dependabot[bot] in #2655
  • build(deps-dev): bump @nestjs/platform-express from 11.1.8 to 11.1.9 by @dependabot[bot] in #2656
  • build(deps-dev): bump @nestjs/core from 11.1.8 to 11.1.9 by @dependabot[bot] in #2657
  • build(deps-dev): bump @nestjs/testing from 11.1.8 to 11.1.9 by @dependabot[bot] in #2659
  • build(deps-dev): bump @eslint/compat from 1.4.1 to 2.0.0 by @dependabot[bot] in #2658
  • build(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 by @dependabot[bot] in #2665
  • build(deps-dev): bump @typescript-eslint/parser from 8.46.4 to 8.47.0 by @dependabot[bot] in #2666
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.46.4 to 8.47.0 by @dependabot[bot] in #2667
  • build(deps): bump glob by @dependabot[bot] in #2669
  • build(deps-dev): bump rimraf from 6.1.0 to 6.1.2 by @dependabot[bot] in #2670
  • support pino@10, pino-http@11, update other deps and gh actions by @iamolegga in #2672

Full Changelog: 4.4.1...4.5.0

4.4.1: remove postinstall script

22 Sep 17:23

Choose a tag to compare

What's Changed

  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.26.1 to 8.27.0 by @dependabot[bot] in #2289
  • build(deps-dev): bump @nestjs/platform-express from 11.0.11 to 11.0.12 by @dependabot[bot] in #2291
  • build(deps-dev): bump @types/express from 5.0.0 to 5.0.1 by @dependabot[bot] in #2290
  • build(deps-dev): bump @nestjs/platform-fastify from 11.0.11 to 11.0.12 by @dependabot[bot] in #2294
  • build(deps-dev): bump @nestjs/common from 11.0.11 to 11.0.12 by @dependabot[bot] in #2293
  • build(deps-dev): bump @nestjs/testing from 11.0.11 to 11.0.12 by @dependabot[bot] in #2292
  • build(deps-dev): bump @typescript-eslint/parser from 8.26.1 to 8.27.0 by @dependabot[bot] in #2295
  • build(deps-dev): bump @nestjs/core from 11.0.11 to 11.0.12 by @dependabot[bot] in #2296
  • build(deps-dev): bump supertest from 7.0.0 to 7.1.0 by @dependabot[bot] in #2297
  • build(deps-dev): bump eslint-plugin-prettier from 5.2.3 to 5.2.4 by @dependabot[bot] in #2298
  • build(deps-dev): bump eslint from 9.22.0 to 9.23.0 by @dependabot[bot] in #2299
  • build(deps-dev): bump @eslint/js from 9.22.0 to 9.23.0 by @dependabot[bot] in #2301
  • build(deps-dev): bump @types/node from 22.13.10 to 22.13.11 by @dependabot[bot] in #2302
  • build(deps-dev): bump @types/node from 22.13.11 to 22.13.13 by @dependabot[bot] in #2303
  • build(deps-dev): bump ts-jest from 29.2.6 to 29.3.0 by @dependabot[bot] in #2304
  • build(deps-dev): bump @types/supertest from 6.0.2 to 6.0.3 by @dependabot[bot] in #2305
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.27.0 to 8.28.0 by @dependabot[bot] in #2306
  • build(deps-dev): bump @typescript-eslint/parser from 8.27.0 to 8.28.0 by @dependabot[bot] in #2307
  • build(deps-dev): bump eslint-plugin-prettier from 5.2.4 to 5.2.5 by @dependabot[bot] in #2308
  • build(deps-dev): bump @types/node from 22.13.13 to 22.13.14 by @dependabot[bot] in #2309
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.28.0 to 8.29.0 by @dependabot[bot] in #2310
  • build(deps-dev): bump ts-jest from 29.3.0 to 29.3.1 by @dependabot[bot] in #2312
  • build(deps-dev): bump @typescript-eslint/parser from 8.28.0 to 8.29.0 by @dependabot[bot] in #2311
  • build(deps-dev): bump @types/node from 22.13.14 to 22.13.17 by @dependabot[bot] in #2313
  • build(deps-dev): bump @eslint/compat from 1.2.7 to 1.2.8 by @dependabot[bot] in #2314
  • build(deps-dev): bump @types/node from 22.13.17 to 22.14.0 by @dependabot[bot] in #2315
  • build(deps-dev): bump eslint-plugin-prettier from 5.2.5 to 5.2.6 by @dependabot[bot] in #2316
  • build(deps-dev): bump @nestjs/platform-fastify from 11.0.12 to 11.0.13 by @dependabot[bot] in #2317
  • build(deps-dev): bump @nestjs/core from 11.0.12 to 11.0.13 by @dependabot[bot] in #2319
  • build(deps-dev): bump @nestjs/platform-express from 11.0.12 to 11.0.13 by @dependabot[bot] in #2318
  • build(deps-dev): bump @nestjs/testing from 11.0.12 to 11.0.13 by @dependabot[bot] in #2320
  • build(deps-dev): bump @nestjs/common from 11.0.12 to 11.0.13 by @dependabot[bot] in #2321
  • build(deps-dev): bump eslint from 9.23.0 to 9.24.0 by @dependabot[bot] in #2322
  • build(deps-dev): bump typescript from 5.8.2 to 5.8.3 by @dependabot[bot] in #2323
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.29.0 to 8.29.1 by @dependabot[bot] in #2325
  • build(deps-dev): bump @typescript-eslint/parser from 8.29.0 to 8.29.1 by @dependabot[bot] in #2326
  • build(deps-dev): bump @nestjs/core from 11.0.13 to 11.0.14 by @dependabot[bot] in #2327
  • build(deps-dev): bump @nestjs/platform-express from 11.0.13 to 11.0.14 by @dependabot[bot] in #2328
  • build(deps-dev): bump @nestjs/platform-fastify from 11.0.13 to 11.0.14 by @dependabot[bot] in #2329
  • build(deps-dev): bump @nestjs/testing from 11.0.13 to 11.0.14 by @dependabot[bot] in #2330
  • build(deps-dev): bump @nestjs/common from 11.0.13 to 11.0.14 by @dependabot[bot] in #2331
  • build(deps-dev): bump @nestjs/platform-express from 11.0.14 to 11.0.15 by @dependabot[bot] in #2332
  • build(deps-dev): bump @nestjs/common from 11.0.14 to 11.0.15 by @dependabot[bot] in #2333
  • build(deps-dev): bump @nestjs/testing from 11.0.14 to 11.0.15 by @dependabot[bot] in #2335
  • build(deps-dev): bump @nestjs/platform-fastify from 11.0.14 to 11.0.15 by @dependabot[bot] in #2336
  • build(deps-dev): bump @nestjs/core from 11.0.14 to 11.0.15 by @dependabot[bot] in #2337
  • build(deps-dev): bump eslint-config-prettier from 10.1.1 to 10.1.2 by @dependabot[bot] in #2334
  • build(deps-dev): bump @nestjs/testing from 11.0.15 to 11.0.16 by @dependabot[bot] in #2338
  • build(deps-dev): bump @nestjs/platform-express from 11.0.15 to 11.0.16 by @dependabot[bot] in #2340
  • build(deps-dev): bump @nestjs/core from 11.0.15 to 11.0.16 by @dependabot[bot] in #2341
  • build(deps-dev): bump ts-jest from 29.3.1 to 29.3.2 by @dependabot[bot] in #2339
  • build(deps-dev): bump @types/node from 22.14.0 to 22.14.1 by @dependabot[bot] in #2342
  • build(deps-dev): bump @nestjs/common from 11.0.15 to 11.0.17 by @dependabot[bot] in #2345
  • build(deps-dev): bump eslint from 9.24.0 to 9.25.1 by @dependabot[bot] in #2361
  • build(deps-dev): bump @typescript-eslint/parser from 8.29.1 to 8.31.0 by @dependabot[bot] in #2362
  • build(deps-dev): bump @nestjs/testing from 11.0.16 to 11.1.0 by @dependabot[bot] in #2366
  • build(deps-dev): bump @nestjs/platform-express from 11.0.16 to 11.1.0 by @dependabot[bot] in #2367
  • build(deps-dev): bump @nestjs/core from 11.0.16 to 11.1.0 by @dependabot[bot] in #2368
  • build(deps-dev): bump @nestjs/common from 11.0.15 to 11.1.0 by @dependabot[bot] in #2365
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.29.1 to 8.31.0 by @dependabot[bot] in #2364
  • build(deps-dev): bump @types/node from 22.14.1 to 22.15.0 by @dependabot[bot] in #2369
  • build(deps-dev): bump @nestjs/platform-fastify from 11.0.15 to 11.0.16 by @dependabot[bot] in #2343
  • build(deps-dev): bump @types/node from 22.15.0 to 22.15.2 by @dependabot[bot] in #2370
  • build(deps-dev): bump @nestjs/platform-fastify from 11.0.16 to 11.1.0 by @dependabot[bot] in #2371
  • build(deps-dev): bump @types/node from 22.15.2 to 22.15.3 by @dependabot[bot] in #2372
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.31.0 to 8.31.1 by @dependabot[bot] in #2373
  • build(deps-dev): bump @typescript-eslint/parser from 8.31.0 to 8.31.1 by @dependabot[bot] in #2374
  • build(deps-dev): bump formidable from 3.5.1 to 3.5.4 by @dependabot[bot] in #2375
  • build(deps-dev): bump @eslint/compat from 1.2.8 to 1.2.9 by @dependabot[bot] in #2376
  • build(deps-dev): bump eslint-plugin-prettier from 5.2.6 to 5.3.1 by @dependabot[bot] in #2377
  • build(deps-dev): bump eslint-config-prettier from 10.1.2 to 10.1.5 by @dependabot[bot] in #2389
  • build(deps-...
Read more

4.4.0: allow publishing source map files

19 Mar 12:45

Choose a tag to compare

What's Changed

  • build(deps-dev): bump prettier from 3.5.1 to 3.5.2 by @dependabot in #2255
  • build(deps-dev): bump @eslint/js from 9.20.0 to 9.21.0 by @dependabot in #2256
  • build(deps-dev): bump @types/node from 22.13.4 to 22.13.5 by @dependabot in #2257
  • build(deps-dev): bump ts-jest from 29.2.5 to 29.2.6 by @dependabot in #2258
  • build(deps-dev): bump @eslint/eslintrc from 3.2.0 to 3.3.0 by @dependabot in #2261
  • build(deps-dev): bump @eslint/compat from 1.2.6 to 1.2.7 by @dependabot in #2262
  • build(deps-dev): bump rxjs from 7.8.1 to 7.8.2 by @dependabot in #2259
  • build(deps-dev): bump eslint from 9.20.1 to 9.21.0 by @dependabot in #2260
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.24.1 to 8.25.0 by @dependabot in #2263
  • build(deps-dev): bump @typescript-eslint/parser from 8.24.1 to 8.25.0 by @dependabot in #2264
  • build(deps-dev): bump eslint-config-prettier from 10.0.1 to 10.0.2 by @dependabot in #2265
  • build(deps-dev): bump @nestjs/testing from 11.0.10 to 11.0.11 by @dependabot in #2267
  • build(deps-dev): bump @types/node from 22.13.5 to 22.13.8 by @dependabot in #2268
  • build(deps-dev): bump @nestjs/platform-express from 11.0.10 to 11.0.11 by @dependabot in #2269
  • build(deps-dev): bump prettier from 3.5.2 to 3.5.3 by @dependabot in #2271
  • build(deps-dev): bump @nestjs/core from 11.0.10 to 11.0.11 by @dependabot in #2272
  • build(deps-dev): bump @nestjs/platform-fastify from 11.0.10 to 11.0.11 by @dependabot in #2273
  • build(deps-dev): bump @nestjs/common from 11.0.10 to 11.0.11 by @dependabot in #2274
  • build(deps-dev): bump @types/node from 22.13.8 to 22.13.9 by @dependabot in #2275
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.25.0 to 8.26.0 by @dependabot in #2276
  • build(deps-dev): bump @typescript-eslint/parser from 8.25.0 to 8.26.0 by @dependabot in #2277
  • build(deps-dev): bump eslint from 9.21.0 to 9.22.0 by @dependabot in #2278
  • build(deps-dev): bump @types/node from 22.13.9 to 22.13.10 by @dependabot in #2280
  • build(deps-dev): bump eslint-config-prettier from 10.0.2 to 10.1.1 by @dependabot in #2281
  • build(deps-dev): bump @typescript-eslint/parser from 8.26.0 to 8.26.1 by @dependabot in #2284
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.26.0 to 8.26.1 by @dependabot in #2285
  • build(deps-dev): bump typescript from 5.7.3 to 5.8.2 by @dependabot in #2270
  • chore(package): allow publishing source map files by @H4ad in #2288

New Contributors

Full Changelog: 4.3.1...4.4.0

4.3.1: add pino and rxjs as peer dependencies

22 Feb 12:00

Choose a tag to compare

What's Changed

  • eslint, link in postinstall, and package-lock fixes by @iamolegga in #2188
  • build(deps-dev): bump @types/node from 22.10.7 to 22.10.8 by @dependabot in #2189
  • build(deps-dev): bump @nestjs/core from 11.0.3 to 11.0.4 by @dependabot in #2190
  • build(deps-dev): bump @nestjs/platform-express from 11.0.3 to 11.0.4 by @dependabot in #2191
  • build(deps-dev): bump @nestjs/common from 11.0.3 to 11.0.4 by @dependabot in #2192
  • build(deps-dev): bump @nestjs/platform-fastify from 11.0.3 to 11.0.4 by @dependabot in #2193
  • build(deps-dev): bump @nestjs/testing from 11.0.3 to 11.0.4 by @dependabot in #2194
  • drop express import by @iamolegga in #2195
  • build(deps-dev): bump @nestjs/common from 11.0.4 to 11.0.5 by @dependabot in #2196
  • build(deps-dev): bump @nestjs/platform-fastify from 11.0.4 to 11.0.5 by @dependabot in #2197
  • build(deps-dev): bump @nestjs/platform-express from 11.0.4 to 11.0.5 by @dependabot in #2198
  • build(deps-dev): bump @nestjs/core from 11.0.4 to 11.0.5 by @dependabot in #2199
  • build(deps-dev): bump @nestjs/testing from 11.0.4 to 11.0.5 by @dependabot in #2200
  • build(deps-dev): bump @types/node from 22.10.8 to 22.10.10 by @dependabot in #2201
  • fix reflect metadata updates ignoring in dependabot by @iamolegga in #2202
  • build(deps-dev): bump @eslint/js from 9.18.0 to 9.19.0 by @dependabot in #2203
  • build(deps-dev): bump eslint from 9.18.0 to 9.19.0 by @dependabot in #2204
  • build(deps-dev): bump @typescript-eslint/parser from 8.21.0 to 8.22.0 by @dependabot in #2205
  • build(deps-dev): bump @nestjs/common from 11.0.5 to 11.0.6 by @dependabot in #2206
  • build(deps-dev): bump @nestjs/platform-fastify from 11.0.5 to 11.0.6 by @dependabot in #2207
  • build(deps-dev): bump @nestjs/platform-express from 11.0.5 to 11.0.6 by @dependabot in #2208
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.21.0 to 8.22.0 by @dependabot in #2209
  • build(deps-dev): bump @nestjs/testing from 11.0.5 to 11.0.6 by @dependabot in #2210
  • build(deps-dev): bump @nestjs/core from 11.0.5 to 11.0.6 by @dependabot in #2211
  • build(deps-dev): bump @types/node from 22.10.10 to 22.12.0 by @dependabot in #2212
  • build(deps-dev): bump @nestjs/platform-express from 11.0.6 to 11.0.7 by @dependabot in #2214
  • build(deps-dev): bump @nestjs/platform-fastify from 11.0.6 to 11.0.7 by @dependabot in #2215
  • build(deps-dev): bump @types/node from 22.12.0 to 22.13.0 by @dependabot in #2216
  • build(deps-dev): bump @nestjs/common from 11.0.6 to 11.0.7 by @dependabot in #2217
  • build(deps-dev): bump @nestjs/core from 11.0.6 to 11.0.7 by @dependabot in #2218
  • build(deps-dev): bump @eslint/compat from 1.2.5 to 1.2.6 by @dependabot in #2219
  • build(deps-dev): bump @nestjs/testing from 11.0.6 to 11.0.7 by @dependabot in #2220
  • build(deps-dev): bump @typescript-eslint/parser from 8.22.0 to 8.23.0 by @dependabot in #2222
  • build(deps-dev): bump @types/node from 22.13.0 to 22.13.1 by @dependabot in #2224
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.22.0 to 8.23.0 by @dependabot in #2223
  • build(deps-dev): bump @nestjs/common from 11.0.7 to 11.0.8 by @dependabot in #2226
  • build(deps-dev): bump @nestjs/platform-fastify from 11.0.7 to 11.0.8 by @dependabot in #2227
  • build(deps-dev): bump @nestjs/testing from 11.0.7 to 11.0.8 by @dependabot in #2228
  • build(deps-dev): bump @nestjs/platform-express from 11.0.7 to 11.0.8 by @dependabot in #2229
  • build(deps-dev): bump @nestjs/core from 11.0.7 to 11.0.8 by @dependabot in #2230
  • build(deps-dev): bump @eslint/js from 9.19.0 to 9.20.0 by @dependabot in #2231
  • build(deps-dev): bump prettier from 3.4.2 to 3.5.0 by @dependabot in #2233
  • build(deps-dev): bump eslint from 9.19.0 to 9.20.0 by @dependabot in #2232
  • build(deps-dev): bump @nestjs/core from 11.0.8 to 11.0.9 by @dependabot in #2234
  • build(deps-dev): bump @typescript-eslint/parser from 8.23.0 to 8.24.0 by @dependabot in #2235
  • build(deps-dev): bump @nestjs/platform-fastify from 11.0.8 to 11.0.9 by @dependabot in #2236
  • build(deps-dev): bump @nestjs/common from 11.0.8 to 11.0.9 by @dependabot in #2237
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.23.0 to 8.24.0 by @dependabot in #2238
  • build(deps-dev): bump @nestjs/platform-express from 11.0.8 to 11.0.9 by @dependabot in #2239
  • build(deps-dev): bump @nestjs/testing from 11.0.8 to 11.0.9 by @dependabot in #2240
  • build(deps-dev): bump eslint from 9.20.0 to 9.20.1 by @dependabot in #2241
  • build(deps-dev): bump globals from 15.14.0 to 15.15.0 by @dependabot in #2242
  • build(deps-dev): bump @types/node from 22.13.1 to 22.13.4 by @dependabot in #2243
  • build(deps-dev): bump prettier from 3.5.0 to 3.5.1 by @dependabot in #2244
  • build(deps-dev): bump @nestjs/common from 11.0.9 to 11.0.10 by @dependabot in #2245
  • build(deps-dev): bump @nestjs/core from 11.0.9 to 11.0.10 by @dependabot in #2246
  • build(deps-dev): bump @nestjs/testing from 11.0.9 to 11.0.10 by @dependabot in #2247
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.24.0 to 8.24.1 by @dependabot in #2248
  • build(deps-dev): bump @nestjs/platform-express from 11.0.9 to 11.0.10 by @dependabot in #2249
  • build(deps-dev): bump @nestjs/platform-fastify from 11.0.9 to 11.0.10 by @dependabot in #2250
  • build(deps-dev): bump @typescript-eslint/parser from 8.24.0 to 8.24.1 by @dependabot in #2251
  • build(deps-dev): bump globals from 15.15.0 to 16.0.0 by @dependabot in #2252
  • fix: add pino and rxjs as peer depencies #1004 by @ch3ric in #2103

New Contributors

Full Changelog: 4.3.0...4.3.1

4.3.0: nestjs@11 support

21 Jan 21:35

Choose a tag to compare

What's Changed

Full Changelog: 4.2.0...4.3.0

4.2.0: add `assignResponse` parameter

23 Dec 10:39

Choose a tag to compare

What's Changed

  • build(deps-dev): bump pino-http from 9.0.0 to 10.1.0 by @dependabot in #1935
  • build(deps-dev): bump rimraf from 5.0.5 to 5.0.7 by @dependabot in #1936
  • build(deps-dev): bump @nestjs/common from 10.3.6 to 10.3.8 by @dependabot in #1937
  • build(deps-dev): bump supertest from 6.3.4 to 7.0.0 by @dependabot in #1938
  • build(deps-dev): bump ts-jest from 29.1.2 to 29.1.3 by @dependabot in #1940
  • build(deps-dev): bump ts-jest from 29.1.3 to 29.1.4 by @dependabot in #1942
  • build(deps-dev): bump @types/node from 20.12.12 to 20.12.13 by @dependabot in #1943
  • build(deps-dev): bump prettier from 3.2.5 to 3.3.0 by @dependabot in #1944
  • build(deps-dev): bump @types/node from 20.12.13 to 20.14.0 by @dependabot in #1945
  • build(deps-dev): bump @nestjs/platform-express from 10.3.8 to 10.3.9 by @dependabot in #1946
  • build(deps-dev): bump @nestjs/core from 10.3.8 to 10.3.9 by @dependabot in #1947
  • build(deps-dev): bump @nestjs/platform-fastify from 10.3.8 to 10.3.9 by @dependabot in #1948
  • build(deps-dev): bump @nestjs/testing from 10.3.8 to 10.3.9 by @dependabot in #1949
  • build(deps-dev): bump @types/node from 20.14.0 to 20.14.1 by @dependabot in #1950
  • build(deps-dev): bump @nestjs/common from 10.3.8 to 10.3.9 by @dependabot in #1952
  • build(deps-dev): bump prettier from 3.3.0 to 3.3.1 by @dependabot in #1953
  • build(deps-dev): bump @types/node from 20.14.1 to 20.14.2 by @dependabot in #1954
  • build(deps-dev): bump prettier from 3.3.1 to 3.3.2 by @dependabot in #1957
  • build(deps-dev): bump pino from 9.1.0 to 9.2.0 by @dependabot in #1958
  • build(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot in #1959
  • build(deps-dev): bump ts-jest from 29.1.4 to 29.1.5 by @dependabot in #1960
  • build(deps-dev): bump @types/node from 20.14.2 to 20.14.4 by @dependabot in #1961
  • build(deps-dev): bump @types/node from 20.14.4 to 20.14.5 by @dependabot in #1963
  • build(deps-dev): bump @types/node from 20.14.5 to 20.14.6 by @dependabot in #1964
  • build(deps-dev): bump @types/node from 20.14.6 to 20.14.7 by @dependabot in #1965
  • build(deps-dev): bump typescript from 5.4.5 to 5.5.2 by @dependabot in #1966
  • build(deps-dev): bump @types/node from 20.14.7 to 20.14.8 by @dependabot in #1967
  • build(deps-dev): bump @types/node from 20.14.8 to 20.14.9 by @dependabot in #1969
  • build(deps-dev): bump typescript from 5.5.2 to 5.5.3 by @dependabot in #1970
  • build(deps-dev): bump @nestjs/common from 10.3.9 to 10.3.10 by @dependabot in #1971
  • build(deps-dev): bump @nestjs/platform-express from 10.3.9 to 10.3.10 by @dependabot in #1973
  • build(deps-dev): bump @nestjs/testing from 10.3.9 to 10.3.10 by @dependabot in #1974
  • build(deps-dev): bump @nestjs/core from 10.3.9 to 10.3.10 by @dependabot in #1975
  • build(deps-dev): bump @nestjs/platform-fastify from 10.3.9 to 10.3.10 by @dependabot in #1976
  • build(deps-dev): bump pino-http from 10.1.0 to 10.2.0 by @dependabot in #1977
  • build(deps-dev): bump @types/node from 20.14.9 to 20.14.10 by @dependabot in #1978
  • build(deps-dev): bump rimraf from 5.0.7 to 5.0.8 by @dependabot in #1979
  • build(deps-dev): bump rimraf from 5.0.8 to 6.0.0 by @dependabot in #1980
  • build(deps-dev): bump ts-jest from 29.1.5 to 29.2.0 by @dependabot in #1982
  • build(deps-dev): bump rimraf from 6.0.0 to 6.0.1 by @dependabot in #1983
  • build(deps-dev): bump ts-jest from 29.2.0 to 29.2.2 by @dependabot in #1984
  • build(deps-dev): bump prettier from 3.3.2 to 3.3.3 by @dependabot in #1985
  • build(deps-dev): bump pino from 9.2.0 to 9.3.1 by @dependabot in #1987
  • build(deps-dev): bump @types/node from 20.14.10 to 20.14.11 by @dependabot in #1988
  • build(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1 by @dependabot in #1989
  • build(deps-dev): bump ts-jest from 29.2.2 to 29.2.3 by @dependabot in #1990
  • build(deps-dev): bump typescript from 5.5.3 to 5.5.4 by @dependabot in #1992
  • build(deps-dev): bump @types/node from 20.14.11 to 20.14.12 by @dependabot in #1993
  • build(deps-dev): bump pino from 9.3.1 to 9.3.2 by @dependabot in #1994
  • build(deps-dev): bump @types/node from 20.14.12 to 22.0.0 by @dependabot in #1995
  • build(deps-dev): bump @types/node from 22.0.0 to 22.0.2 by @dependabot in #1997
  • build(deps-dev): bump ts-jest from 29.2.3 to 29.2.4 by @dependabot in #2000
  • build(deps-dev): bump @types/node from 22.0.2 to 22.1.0 by @dependabot in #2001
  • build(deps-dev): bump @types/node from 22.1.0 to 22.2.0 by @dependabot in #2005
  • build(deps-dev): bump @nestjs/platform-express from 10.3.10 to 10.4.0 by @dependabot in #2007
  • build(deps-dev): bump @nestjs/testing from 10.3.10 to 10.4.0 by @dependabot in #2008
  • build(deps-dev): bump @nestjs/common from 10.3.10 to 10.4.0 by @dependabot in #2010
  • build(deps-dev): bump @nestjs/core from 10.3.10 to 10.4.0 by @dependabot in #2011
  • build(deps-dev): bump @nestjs/platform-fastify from 10.3.10 to 10.4.0 by @dependabot in #2012
  • build(deps-dev): bump @nestjs/platform-express from 10.4.0 to 10.4.1 by @dependabot in #2013
  • build(deps-dev): bump @nestjs/core from 10.4.0 to 10.4.1 by @dependabot in #2014
  • build(deps-dev): bump @nestjs/testing from 10.4.0 to 10.4.1 by @dependabot in #2015
  • build(deps-dev): bump @nestjs/platform-fastify from 10.4.0 to 10.4.1 by @dependabot in #2016
  • build(deps-dev): bump @nestjs/common from 10.4.0 to 10.4.1 by @dependabot in #2017
  • build(deps-dev): bump @types/node from 22.2.0 to 22.3.0 by @dependabot in #2018
  • build(deps-dev): bump @types/node from 22.3.0 to 22.4.0 by @dependabot in #2019
  • build(deps-dev): bump @types/node from 22.4.0 to 22.4.1 by @dependabot in #2020
  • build(deps-dev): bump @types/node from 22.4.1 to 22.4.2 by @dependabot in #2023
  • build(deps-dev): bump @types/node from 22.4.2 to 22.5.0 by @dependabot in #2024
  • build(deps-dev): bump ts-jest from 29.2.4 to 29.2.5 by @dependabot in #2025
  • build(deps-dev): bump @types/node from 22.5.0 to 22.5.1 by @dependabot in #2028
  • build(deps-dev): bump webpack from 5.73.0 to 5.94.0 by @dependabot in #2029
  • build(deps-dev): bump @types/node from 22.5.1 to 22.5.2 by @dependabot in #2030
  • build(deps-dev): bump eslint-plugin-import from 2.29.1 to 2.30.0 by @dependabot in #2033
  • build(deps-dev): bump @types/node from 22.5.2 to 22.5.3 by @dependabot in #2034
  • build(deps-dev): bump pino-http from 10.2.0 to 10.3.0 by @dependabot in #2035
  • build(deps-dev): bump pino from 9.3.2 to 9.4.0 by @dependabot in #2036
  • build(deps-dev): bump @types/node from 22.5.3 to 22.5.4 by @Depe...
Read more

4.1.0: add pino-http@10 support

16 May 19:55

Choose a tag to compare

What's Changed

  • build(deps-dev): bump ts-node from 10.9.1 to 10.9.2 by @dependabot in #1799
  • build(deps-dev): bump eslint-plugin-prettier from 5.0.1 to 5.1.2 by @dependabot in #1801
  • build(deps-dev): bump eslint-config-prettier from 9.0.0 to 9.1.0 by @dependabot in #1803
  • build(deps-dev): bump reflect-metadata from 0.1.13 to 0.1.14 by @dependabot in #1804
  • build(deps-dev): bump @typescript-eslint/parser from 6.18.0 to 6.18.1 by @dependabot in #1800
  • build(deps-dev): bump @nestjs/core from 10.2.9 to 10.3.0 by @dependabot in #1806
  • build(deps-dev): bump @nestjs/platform-express from 10.2.9 to 10.3.0 by @dependabot in #1805
  • build(deps-dev): bump prettier from 3.1.0 to 3.1.1 by @dependabot in #1808
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.18.0 to 6.18.1 by @dependabot in #1802
  • build(deps-dev): bump @types/supertest from 2.0.16 to 6.0.2 by @dependabot in #1807
  • build(deps-dev): bump eslint-plugin-import from 2.29.0 to 2.29.1 by @dependabot in #1809
  • build(deps-dev): bump @types/node from 20.10.7 to 20.10.8 by @dependabot in #1810
  • build(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 by @dependabot in #1811
  • build(deps-dev): bump @types/node from 20.10.8 to 20.11.0 by @dependabot in #1812
  • build(deps-dev): bump prettier from 3.1.1 to 3.2.2 by @dependabot in #1813
  • build(deps-dev): bump supertest from 6.3.3 to 6.3.4 by @dependabot in #1814
  • build(deps-dev): bump @types/node from 20.11.0 to 20.11.3 by @dependabot in #1815
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.18.1 to 6.19.0 by @dependabot in #1816
  • build(deps-dev): bump @typescript-eslint/parser from 6.18.1 to 6.19.0 by @dependabot in #1817
  • build(deps-dev): bump @types/node from 20.11.3 to 20.11.4 by @dependabot in #1818
  • build(deps-dev): bump @types/node from 20.11.4 to 20.11.5 by @dependabot in #1819
  • build(deps-dev): bump prettier from 3.2.2 to 3.2.4 by @dependabot in #1820
  • build(deps-dev): bump @typescript-eslint/parser from 6.19.0 to 6.19.1 by @dependabot in #1821
  • build(deps-dev): bump ts-jest from 29.1.1 to 29.1.2 by @dependabot in #1822
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.19.0 to 6.19.1 by @dependabot in #1823
  • build(deps-dev): bump @nestjs/core from 10.3.0 to 10.3.1 by @dependabot in #1824
  • build(deps-dev): bump @nestjs/platform-express from 10.3.0 to 10.3.1 by @dependabot in #1825
  • build(deps-dev): bump @nestjs/platform-fastify from 10.3.0 to 10.3.1 by @dependabot in #1826
  • build(deps-dev): bump @nestjs/testing from 10.3.0 to 10.3.1 by @dependabot in #1827
  • build(deps-dev): bump @nestjs/common from 10.3.0 to 10.3.1 by @dependabot in #1828
  • build(deps-dev): bump @types/node from 20.11.5 to 20.11.6 by @dependabot in #1829
  • build(deps-dev): bump @types/node from 20.11.6 to 20.11.10 by @dependabot in #1831
  • build(deps-dev): bump @typescript-eslint/parser from 6.19.1 to 6.20.0 by @dependabot in #1832
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.19.1 to 6.20.0 by @dependabot in #1833
  • build(deps-dev): bump @types/node from 20.11.10 to 20.11.13 by @dependabot in #1834
  • build(deps-dev): bump @types/node from 20.11.13 to 20.11.14 by @dependabot in #1835
  • build(deps-dev): bump @types/node from 20.11.14 to 20.11.16 by @dependabot in #1836
  • build(deps-dev): bump @types/jest from 29.5.11 to 29.5.12 by @dependabot in #1837
  • build(deps-dev): bump pino from 8.17.2 to 8.18.0 by @dependabot in #1838
  • build(deps-dev): bump prettier from 3.2.4 to 3.2.5 by @dependabot in #1839
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.20.0 to 6.21.0 by @dependabot in #1840
  • build(deps-dev): bump @typescript-eslint/parser from 6.20.0 to 6.21.0 by @dependabot in #1841
  • build(deps-dev): bump @nestjs/common from 10.3.1 to 10.3.2 by @dependabot in #1842
  • build(deps-dev): bump @nestjs/testing from 10.3.1 to 10.3.2 by @dependabot in #1843
  • build(deps-dev): bump @nestjs/platform-fastify from 10.3.1 to 10.3.2 by @dependabot in #1844
  • build(deps-dev): bump @nestjs/platform-express from 10.3.1 to 10.3.2 by @dependabot in #1845
  • build(deps-dev): bump @nestjs/core from 10.3.1 to 10.3.2 by @dependabot in #1846
  • build(deps-dev): bump @types/node from 20.11.16 to 20.11.17 by @dependabot in #1848
  • build(deps-dev): bump @nestjs/testing from 10.3.2 to 10.3.3 by @dependabot in #1853
  • build(deps-dev): bump @nestjs/core from 10.3.2 to 10.3.3 by @dependabot in #1850
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.21.0 to 7.0.0 by @dependabot in #1854
  • build(deps-dev): bump @nestjs/platform-express from 10.3.2 to 10.3.3 by @dependabot in #1851
  • build(deps-dev): bump @nestjs/common from 10.3.2 to 10.3.3 by @dependabot in #1855
  • build(deps-dev): bump @nestjs/platform-fastify from 10.3.2 to 10.3.3 by @dependabot in #1852
  • build(deps-dev): bump @types/node from 20.11.17 to 20.11.19 by @dependabot in #1857
  • build(deps-dev): bump pino from 8.18.0 to 8.19.0 by @dependabot in #1858
  • build(deps-dev): bump @types/node from 20.11.19 to 20.11.20 by @dependabot in #1862
  • build(deps-dev): bump eslint from 8.56.0 to 8.57.0 by @dependabot in #1864
  • build(deps-dev): bump @types/node from 20.11.20 to 20.11.21 by @dependabot in #1866
  • build(deps-dev): bump @types/node from 20.11.21 to 20.11.22 by @dependabot in #1867
  • build(deps-dev): bump @types/node from 20.11.22 to 20.11.24 by @dependabot in #1868
  • build(deps-dev): bump typescript from 5.3.3 to 5.4.2 by @dependabot in #1872
  • build(deps-dev): bump @types/node from 20.11.24 to 20.11.25 by @dependabot in #1873
  • build(deps-dev): bump @types/node from 20.11.25 to 20.11.26 by @dependabot in #1875
  • build(deps-dev): bump @types/node from 20.11.26 to 20.11.27 by @dependabot in #1877
  • build(deps-dev): bump @types/node from 20.11.27 to 20.11.28 by @dependabot in #1878
  • build(deps-dev): bump @types/node from 20.11.28 to 20.11.29 by @dependabot in #1880
  • build(deps-dev): bump @nestjs/platform-fastify from 10.3.3 to 10.3.4 by @dependabot in #1881
  • build(deps-dev): bump @nestjs/common from 10.3.3 to 10.3.4 by @dependabot in #1882
  • build(deps-dev): bump @nestjs/core from 10.3.3 to 10.3.4 by @dependabot in #1883
  • build(deps-dev): bump @nestjs/platform-express from 10.3.3 to 10.3.4 by @dependabot in #1885
  • build(deps-dev): bump @nestjs/testing from 10.3.3 to 10.3.4 by @dependabot in #1886
  • build(deps-dev): bump @types/node from 20.11.29 to 20.11.30 by @dependabot in #1887
  • build(deps-dev): bump typescript from 5.4.2 to 5.4.3 by @dependabot in #1888
  • build(deps-dev): bump @nestjs/common from 10.3.4 to 10.3.5 by @dependabot in https://github.co...
Read more

4.0.0: add pino-http@9 support, drop nodejs@16 support

08 Jan 15:41

Choose a tag to compare

What's Changed

  • build(deps-dev): bump @types/node from 20.6.3 to 20.6.5 by @dependabot in #1665
  • build(deps-dev): bump @nestjs/platform-express from 10.2.5 to 10.2.6 by @dependabot in #1666
  • build(deps-dev): bump @nestjs/platform-fastify from 10.2.5 to 10.2.6 by @dependabot in #1667
  • build(deps-dev): bump @nestjs/testing from 10.2.5 to 10.2.6 by @dependabot in #1668
  • build(deps-dev): bump @nestjs/core from 10.2.5 to 10.2.6 by @dependabot in #1669
  • build(deps-dev): bump @nestjs/common from 10.2.5 to 10.2.6 by @dependabot in #1671
  • build(deps-dev): bump eslint from 8.49.0 to 8.50.0 by @dependabot in #1672
  • build(deps-dev): bump @types/express from 4.17.17 to 4.17.18 by @dependabot in #1670
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.2 to 6.7.3 by @dependabot in #1673
  • build(deps-dev): bump @types/supertest from 2.0.12 to 2.0.13 by @dependabot in #1674
  • build(deps-dev): bump rimraf from 5.0.1 to 5.0.4 by @dependabot in #1675
  • build(deps-dev): bump @typescript-eslint/parser from 6.7.2 to 6.7.3 by @dependabot in #1676
  • build(deps-dev): bump @types/node from 20.6.5 to 20.7.0 by @dependabot in #1677
  • build(deps-dev): bump rimraf from 5.0.4 to 5.0.5 by @dependabot in #1678
  • build(deps-dev): bump @types/node from 20.7.0 to 20.7.1 by @dependabot in #1679
  • build(deps-dev): bump @types/memorystream from 0.3.1 to 0.3.2 by @dependabot in #1680
  • build(deps-dev): bump @types/node from 20.7.1 to 20.8.0 by @dependabot in #1681
  • build(deps-dev): bump pino from 8.15.1 to 8.15.3 by @dependabot in #1682
  • build(deps-dev): bump @types/supertest from 2.0.13 to 2.0.14 by @dependabot in #1683
  • build(deps-dev): bump @types/node from 20.8.0 to 20.8.2 by @dependabot in #1684
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.3 to 6.7.4 by @dependabot in #1685
  • build(deps-dev): bump @typescript-eslint/parser from 6.7.3 to 6.7.4 by @dependabot in #1686
  • build(deps-dev): bump pino from 8.15.3 to 8.15.4 by @dependabot in #1687
  • build(deps-dev): bump pino from 8.15.4 to 8.15.5 by @dependabot in #1688
  • build(deps-dev): bump pino from 8.15.5 to 8.15.6 by @dependabot in #1689
  • build(deps-dev): bump @nestjs/platform-express from 10.2.6 to 10.2.7 by @dependabot in #1690
  • build(deps-dev): bump @nestjs/common from 10.2.6 to 10.2.7 by @dependabot in #1691
  • build(deps-dev): bump @nestjs/platform-fastify from 10.2.6 to 10.2.7 by @dependabot in #1692
  • build(deps-dev): bump @nestjs/core from 10.2.6 to 10.2.7 by @dependabot in #1693
  • build(deps-dev): bump @nestjs/testing from 10.2.6 to 10.2.7 by @dependabot in #1694
  • build(deps-dev): bump ts-loader from 9.4.4 to 9.5.0 by @dependabot in #1695
  • build(deps-dev): bump eslint from 8.50.0 to 8.51.0 by @dependabot in #1696
  • build(deps-dev): bump @types/node from 20.8.2 to 20.8.3 by @dependabot in #1697
  • build(deps-dev): bump pino from 8.15.6 to 8.16.0 by @dependabot in #1699
  • build(deps-dev): bump @typescript-eslint/parser from 6.7.4 to 6.7.5 by @dependabot in #1700
  • build(deps-dev): bump @types/node from 20.8.3 to 20.8.4 by @dependabot in #1701
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.4 to 6.7.5 by @dependabot in #1702
  • build(deps-dev): bump @types/express from 4.17.18 to 4.17.19 by @dependabot in #1703
  • build(deps-dev): bump eslint-plugin-prettier from 5.0.0 to 5.0.1 by @dependabot in #1704
  • build(deps-dev): bump @types/node from 20.8.4 to 20.8.5 by @dependabot in #1705
  • build(deps-dev): bump @types/node from 20.8.5 to 20.8.6 by @dependabot in #1706
  • build(deps-dev): bump @typescript-eslint/parser from 6.7.5 to 6.8.0 by @dependabot in #1707
  • build(deps-dev): bump @babel/traverse from 7.21.4 to 7.23.2 by @dependabot in #1709
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.5 to 6.8.0 by @dependabot in #1708
  • build(deps-dev): bump @types/express from 4.17.19 to 4.17.20 by @dependabot in #1710
  • build(deps-dev): bump @types/node from 20.8.6 to 20.8.7 by @dependabot in #1713
  • build(deps-dev): bump @types/supertest from 2.0.14 to 2.0.15 by @dependabot in #1711
  • build(deps-dev): bump @types/jest from 29.5.5 to 29.5.6 by @dependabot in #1712
  • build(deps-dev): bump @types/memorystream from 0.3.2 to 0.3.3 by @dependabot in #1714
  • build(deps-dev): bump eslint from 8.51.0 to 8.52.0 by @dependabot in #1716
  • build(deps-dev): bump @typescript-eslint/parser from 6.8.0 to 6.9.0 by @dependabot in #1717
  • build(deps-dev): bump eslint-plugin-import from 2.28.1 to 2.29.0 by @dependabot in #1718
  • build(deps-dev): bump pino from 8.16.0 to 8.16.1 by @dependabot in #1719
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.8.0 to 6.9.0 by @dependabot in #1720
  • build(deps-dev): bump @types/node from 20.8.7 to 20.8.8 by @dependabot in #1721
  • build(deps-dev): bump @types/node from 20.8.8 to 20.8.9 by @dependabot in #1722
  • build(deps-dev): bump pino-http from 8.5.0 to 8.5.1 by @dependabot in #1723
  • build(deps-dev): bump @typescript-eslint/parser from 6.9.0 to 6.9.1 by @dependabot in #1724
  • build(deps-dev): bump @types/jest from 29.5.6 to 29.5.7 by @dependabot in #1725
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.9.0 to 6.9.1 by @dependabot in #1726
  • build(deps-dev): bump @types/node from 20.8.9 to 20.8.10 by @dependabot in #1727
  • build(deps-dev): bump @nestjs/core from 10.2.7 to 10.2.8 by @dependabot in #1728
  • build(deps-dev): bump @nestjs/platform-express from 10.2.7 to 10.2.8 by @dependabot in #1729
  • build(deps-dev): bump @nestjs/testing from 10.2.7 to 10.2.8 by @dependabot in #1730
  • build(deps-dev): bump @nestjs/platform-fastify from 10.2.7 to 10.2.8 by @dependabot in #1731
  • build(deps-dev): bump @nestjs/common from 10.2.7 to 10.2.8 by @dependabot in #1732
  • build(deps-dev): bump eslint from 8.52.0 to 8.53.0 by @dependabot in #1733
  • build(deps-dev): bump @typescript-eslint/parser from 6.9.1 to 6.10.0 by @dependabot in #1734
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.9.1 to 6.10.0 by @dependabot in #1735
  • build(deps-dev): bump @types/node from 20.8.10 to 20.9.0 by @dependabot in #1736
  • build(deps-dev): bump @types/express from 4.17.20 to 4.17.21 by @dependabot in #1737
  • build(deps-dev): bump @types/memorystream from 0.3.3 to 0.3.4 by @dependabot in #1738
  • build(deps-dev): bump @types/supertest from 2.0.15 to 2.0.16 by @dependabot in #1739
  • build(deps-dev): bump @types/jest from 29.5.7 to 29.5.8 by @dependabot in #1740
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.10.0 to 6.11.0 by @dependabot in #1741
  • build(deps-dev): bump prettier from ...
Read more