chore(deps-dev): bump @babel/traverse from 7.22.10 to 7.23.4#2
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps-dev): bump @babel/traverse from 7.22.10 to 7.23.4#2dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.10 to 7.23.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.4/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
RabahZeineddine
pushed a commit
that referenced
this pull request
Nov 26, 2023
# 1.0.0 (2023-11-26) ### Bug Fixes * add logger doc ([0b3f7ab](0b3f7ab)) * add sourceClass on WinstonLogger constructor ([4331bd2](4331bd2)) * change semantic-release lib ([#16](https://github.com/ra-libs/nestjs-packages/issues/16)) ([5d7b573](5d7b573)) * **commons:** generate new uuid if the headers one is invalid v4 format ([#28](https://github.com/ra-libs/nestjs-packages/issues/28)) ([a4d0bec](a4d0bec)) * **commons:** remove v4 uuid validation ([#38](https://github.com/ra-libs/nestjs-packages/issues/38)) ([9c90484](9c90484)) * **commons:** use crypto.randomUUID for uuid v4 ([4048f9a](4048f9a)) * force deploy ([22f51f5](22f51f5)) * **growthbook:** attributes and setPolyfills for node ([#6](#6)) ([301098b](301098b)) * **growthbook:** remove skipCache to avoid OOM ([#54](https://github.com/ra-libs/nestjs-packages/issues/54)) ([09dd166](09dd166)) * **growthbook:** set context using env vars inside the service ([#18](https://github.com/ra-libs/nestjs-packages/issues/18)) ([f6a134f](f6a134f)) * logger ([b5d09a9](b5d09a9)) * **logger:** add correlationId to log meta event without props ([9193f7f](9193f7f)) * **logger:** add sourceClass to winston logger constructor ([e502d1c](e502d1c)) * **logger:** app name local ([9127db8](9127db8)) * **logger:** color fix and remove console log ([6895372](6895372)) * **logger:** log nestLike on non production NODE_ENV ([bd867e1](bd867e1)) * **logger:** morgan format ([1a1c01f](1a1c01f)) * **logger:** package json version ([70ca255](70ca255)) * **logger:** print fields in development ([#48](https://github.com/ra-libs/nestjs-packages/issues/48)) ([1f64436](1f64436)) * **logger:** remove console.log ([72c42b6](72c42b6)) * **logger:** use inject logger in request middleware to get correlation id ([1743d8a](1743d8a)) * npm publish ([b1846fd](b1846fd)) * npm publish ([c2fd533](c2fd533)) * npm publish ([4f9169f](4f9169f)) * npm set private to false ([e60760a](e60760a)) * semantic npm dist dir ([c66121d](c66121d)) * semantic-release ([#43](https://github.com/ra-libs/nestjs-packages/issues/43)) ([f033420](f033420)) * **sqs:** consumer error throw catch ([#70](https://github.com/ra-libs/nestjs-packages/issues/70)) ([90ad27b](90ad27b)) * update deps ([04538b4](04538b4)) * update deps ([c572cf8](c572cf8)) * update deps ([#15](https://github.com/ra-libs/nestjs-packages/issues/15)) ([e705b4f](e705b4f)) * update deps ([#30](https://github.com/ra-libs/nestjs-packages/issues/30)) ([6f7e07d](6f7e07d)) * update deps ([#53](https://github.com/ra-libs/nestjs-packages/issues/53)) ([7a94ea7](7a94ea7)) * update docs ([91e3740](91e3740)) * update nx deps ([611540d](611540d)) ### Features * add growthbook library ([#2](#2)) ([6c66410](6c66410)) * add s3 initial lib ([#57](https://github.com/ra-libs/nestjs-packages/issues/57)) ([74ccde3](74ccde3)) * add sqs initial module with producer only ([#58](https://github.com/ra-libs/nestjs-packages/issues/58)) ([ebf5ed1](ebf5ed1)) * **athena:** add athena package ([#62](https://github.com/ra-libs/nestjs-packages/issues/62)) ([301637d](301637d)) * **commons:** add RequestId decorator ([#22](https://github.com/ra-libs/nestjs-packages/issues/22)) ([1b85848](1b85848)) * **logger:** add child method ([#44](https://github.com/ra-libs/nestjs-packages/issues/44)) ([11482c9](11482c9)) * **logger:** add child method to winston logger ([a3a6331](a3a6331)) * **logger:** add correlation id per request and log requests using morgan ([08d05ec](08d05ec)) * **logger:** add nestjs-like format for local development ([#29](https://github.com/ra-libs/nestjs-packages/issues/29)) ([2f68240](2f68240)) * **logger:** add winston logger lib ([#11](https://github.com/ra-libs/nestjs-packages/issues/11)) ([956fba5](956fba5)) * **metrics:** add initial datadog custom metrics ([#19](https://github.com/ra-libs/nestjs-packages/issues/19)) ([273719b](273719b)) * move RequestLogger to logger lib and add log level by status code ([eb95b6f](eb95b6f)) * **secrets-manager:** add initial lib ([#35](https://github.com/ra-libs/nestjs-packages/issues/35)) ([0b079db](0b079db)) * **sns:** create initial sns lib ([#8](https://github.com/ra-libs/nestjs-packages/issues/8)) ([5e1a2ef](5e1a2ef)) * **sqs:** add consumers ([#65](https://github.com/ra-libs/nestjs-packages/issues/65)) ([ce5a2dd](ce5a2dd)) * **sqs:** add RawMessage and Message type ([27d1967](27d1967)) * **ssm:** add initial lib ([#32](https://github.com/ra-libs/nestjs-packages/issues/32)) ([73f745b](73f745b)) * **unleash:** add unleash lib ([5fa52d5](5fa52d5)) ### BREAKING CHANGES * **logger:** Logger interface changed
RabahZeineddine
pushed a commit
that referenced
this pull request
Nov 26, 2023
# 1.0.0 (2023-11-26) ### Bug Fixes * change semantic-release lib ([#16](https://github.com/ra-libs/nestjs-packages/issues/16)) ([5d7b573](5d7b573)) * **commons:** generate new uuid if the headers one is invalid v4 format ([#28](https://github.com/ra-libs/nestjs-packages/issues/28)) ([a4d0bec](a4d0bec)) * **commons:** use crypto.randomUUID for uuid v4 ([4048f9a](4048f9a)) * **growthbook:** attributes and setPolyfills for node ([#6](#6)) ([301098b](301098b)) * logger ([b5d09a9](b5d09a9)) * semantic-release ([#43](https://github.com/ra-libs/nestjs-packages/issues/43)) ([f033420](f033420)) * **sqs:** consumer error throw catch ([#70](https://github.com/ra-libs/nestjs-packages/issues/70)) ([90ad27b](90ad27b)) * update deps ([04538b4](04538b4)) * update deps ([c572cf8](c572cf8)) * update deps ([#15](https://github.com/ra-libs/nestjs-packages/issues/15)) ([e705b4f](e705b4f)) * update deps ([#30](https://github.com/ra-libs/nestjs-packages/issues/30)) ([6f7e07d](6f7e07d)) * update deps ([#53](https://github.com/ra-libs/nestjs-packages/issues/53)) ([7a94ea7](7a94ea7)) * update nx deps ([611540d](611540d)) ### Features * add growthbook library ([#2](#2)) ([6c66410](6c66410)) * add s3 initial lib ([#57](https://github.com/ra-libs/nestjs-packages/issues/57)) ([74ccde3](74ccde3)) * add sqs initial module with producer only ([#58](https://github.com/ra-libs/nestjs-packages/issues/58)) ([ebf5ed1](ebf5ed1)) * **athena:** add athena package ([#62](https://github.com/ra-libs/nestjs-packages/issues/62)) ([301637d](301637d)) * **commons:** add RequestId decorator ([#22](https://github.com/ra-libs/nestjs-packages/issues/22)) ([1b85848](1b85848)) * **logger:** add correlation id per request and log requests using morgan ([08d05ec](08d05ec)) * **logger:** add nestjs-like format for local development ([#29](https://github.com/ra-libs/nestjs-packages/issues/29)) ([2f68240](2f68240)) * **logger:** add winston logger lib ([#11](https://github.com/ra-libs/nestjs-packages/issues/11)) ([956fba5](956fba5)) * **metrics:** add initial datadog custom metrics ([#19](https://github.com/ra-libs/nestjs-packages/issues/19)) ([273719b](273719b)) * move RequestLogger to logger lib and add log level by status code ([eb95b6f](eb95b6f)) * **secrets-manager:** add initial lib ([#35](https://github.com/ra-libs/nestjs-packages/issues/35)) ([0b079db](0b079db)) * **sns:** create initial sns lib ([#8](https://github.com/ra-libs/nestjs-packages/issues/8)) ([5e1a2ef](5e1a2ef)) * **sqs:** add consumers ([#65](https://github.com/ra-libs/nestjs-packages/issues/65)) ([ce5a2dd](ce5a2dd)) * **sqs:** add RawMessage and Message type ([27d1967](27d1967)) * **ssm:** add initial lib ([#32](https://github.com/ra-libs/nestjs-packages/issues/32)) ([73f745b](73f745b)) * **unleash:** add unleash lib ([5fa52d5](5fa52d5)) ### BREAKING CHANGES * **logger:** Logger interface changed
RabahZeineddine
pushed a commit
that referenced
this pull request
Nov 26, 2023
# 1.0.0 (2023-11-26) ### Bug Fixes * add growthbook destroy ([#52](https://github.com/ra-libs/nestjs-packages/issues/52)) ([2625c23](2625c23)) * change semantic-release lib ([#16](https://github.com/ra-libs/nestjs-packages/issues/16)) ([5d7b573](5d7b573)) * **commons:** generate new uuid if the headers one is invalid v4 format ([#28](https://github.com/ra-libs/nestjs-packages/issues/28)) ([a4d0bec](a4d0bec)) * **commons:** use crypto.randomUUID for uuid v4 ([4048f9a](4048f9a)) * force deploy ([22f51f5](22f51f5)) * **growthbook:** attributes and setPolyfills for node ([#6](#6)) ([301098b](301098b)) * **growthbook:** change register to forRoot method ([#7](#7)) ([e361ed8](e361ed8)) * **growthbook:** concat attributes ([#9](https://github.com/ra-libs/nestjs-packages/issues/9)) ([1c78b6b](1c78b6b)) * **growthbook:** deploy ([182998c](182998c)) * **growthbook:** fix ToggleFeatureEnv make envs optional ([#26](https://github.com/ra-libs/nestjs-packages/issues/26)) ([1c11847](1c11847)) * **growthbook:** make context optional ([0d0625e](0d0625e)) * **growthbook:** make growthbook client public ([#20](https://github.com/ra-libs/nestjs-packages/issues/20)) ([4e0e329](4e0e329)) * **growthbook:** remove skipCache to avoid OOM ([#54](https://github.com/ra-libs/nestjs-packages/issues/54)) ([09dd166](09dd166)) * **growthbook:** set context using env vars inside the service ([#18](https://github.com/ra-libs/nestjs-packages/issues/18)) ([f6a134f](f6a134f)) * **growthbook:** skip cache in getFeatureValue ([#25](https://github.com/ra-libs/nestjs-packages/issues/25)) ([0a967dc](0a967dc)) * **growthbook:** use api to set feature toggle default value ([#23](https://github.com/ra-libs/nestjs-packages/issues/23)) ([c2b5f9e](c2b5f9e)) * **growthbook:** verify load features ([f13f757](f13f757)) * inject growthbook client ([#5](#5)) ([ec184af](ec184af)) * logger ([b5d09a9](b5d09a9)) * **metrics:** export service ([f8dc14c](f8dc14c)) * npm publish ([b1846fd](b1846fd)) * npm publish ([c2fd533](c2fd533)) * npm publish ([4f9169f](4f9169f)) * npm set private to false ([e60760a](e60760a)) * semantic npm dist dir ([c66121d](c66121d)) * semantic-release ([#43](https://github.com/ra-libs/nestjs-packages/issues/43)) ([f033420](f033420)) * **sqs:** consumer error throw catch ([#70](https://github.com/ra-libs/nestjs-packages/issues/70)) ([90ad27b](90ad27b)) * update deps ([04538b4](04538b4)) * update deps ([c572cf8](c572cf8)) * update deps ([#15](https://github.com/ra-libs/nestjs-packages/issues/15)) ([e705b4f](e705b4f)) * update deps ([#30](https://github.com/ra-libs/nestjs-packages/issues/30)) ([6f7e07d](6f7e07d)) * update deps ([#53](https://github.com/ra-libs/nestjs-packages/issues/53)) ([7a94ea7](7a94ea7)) * update docs ([91e3740](91e3740)) * update nx deps ([611540d](611540d)) ### Features * add customer id attribute for growthbook ([#4](#4)) ([9ad0f65](9ad0f65)) * add growthbook library ([#2](#2)) ([6c66410](6c66410)) * add s3 initial lib ([#57](https://github.com/ra-libs/nestjs-packages/issues/57)) ([74ccde3](74ccde3)) * add sqs initial module with producer only ([#58](https://github.com/ra-libs/nestjs-packages/issues/58)) ([ebf5ed1](ebf5ed1)) * **athena:** add athena package ([#62](https://github.com/ra-libs/nestjs-packages/issues/62)) ([301637d](301637d)) * **commons:** add RequestId decorator ([#22](https://github.com/ra-libs/nestjs-packages/issues/22)) ([1b85848](1b85848)) * **growthbook:** add cache configuration client and removing autoRefresh from loadFeatures ([0f5b844](0f5b844)) * **growthbook:** add debounce to avoid 429 ([#67](https://github.com/ra-libs/nestjs-packages/issues/67)) ([060a5a9](060a5a9)) * **growthbook:** add getFeatureValue ([#10](https://github.com/ra-libs/nestjs-packages/issues/10)) ([1c202de](1c202de)) * **growthboook:** adding set feature default value method ([#21](https://github.com/ra-libs/nestjs-packages/issues/21)) ([f8405c0](f8405c0)) * **logger:** add correlation id per request and log requests using morgan ([08d05ec](08d05ec)) * **logger:** add nestjs-like format for local development ([#29](https://github.com/ra-libs/nestjs-packages/issues/29)) ([2f68240](2f68240)) * **logger:** add winston logger lib ([#11](https://github.com/ra-libs/nestjs-packages/issues/11)) ([956fba5](956fba5)) * **metrics:** add initial datadog custom metrics ([#19](https://github.com/ra-libs/nestjs-packages/issues/19)) ([273719b](273719b)) * move RequestLogger to logger lib and add log level by status code ([eb95b6f](eb95b6f)) * **secrets-manager:** add initial lib ([#35](https://github.com/ra-libs/nestjs-packages/issues/35)) ([0b079db](0b079db)) * **sns:** create initial sns lib ([#8](https://github.com/ra-libs/nestjs-packages/issues/8)) ([5e1a2ef](5e1a2ef)) * **sqs:** add consumers ([#65](https://github.com/ra-libs/nestjs-packages/issues/65)) ([ce5a2dd](ce5a2dd)) * **sqs:** add RawMessage and Message type ([27d1967](27d1967)) * **ssm:** add initial lib ([#32](https://github.com/ra-libs/nestjs-packages/issues/32)) ([73f745b](73f745b)) * **unleash:** add unleash lib ([5fa52d5](5fa52d5)) ### BREAKING CHANGES * **logger:** Logger interface changed
RabahZeineddine
pushed a commit
that referenced
this pull request
Nov 26, 2023
# 1.0.0 (2023-11-26) ### Bug Fixes * add logger doc ([0b3f7ab](0b3f7ab)) * add sourceClass on WinstonLogger constructor ([4331bd2](4331bd2)) * change semantic-release lib ([#16](https://github.com/ra-libs/nestjs-packages/issues/16)) ([5d7b573](5d7b573)) * **commons:** add logs for debug in request id ([#27](https://github.com/ra-libs/nestjs-packages/issues/27)) ([ac5ed76](ac5ed76)) * **commons:** change build target to es2017 ([a7cc260](a7cc260)) * **commons:** export account-owner types ([#39](https://github.com/ra-libs/nestjs-packages/issues/39)) ([97858ce](97858ce)) * **commons:** export account-owner types ([#40](https://github.com/ra-libs/nestjs-packages/issues/40)) ([d9d1102](d9d1102)), closes [#41](https://github.com/ra-libs/nestjs-packages/issues/41) * **commons:** export account-owner-decorator ([#37](https://github.com/ra-libs/nestjs-packages/issues/37)) ([cbd1cde](cbd1cde)) * **commons:** generate new uuid if the headers one is invalid v4 format ([#28](https://github.com/ra-libs/nestjs-packages/issues/28)) ([a4d0bec](a4d0bec)) * **commons:** remove v4 uuid validation ([#38](https://github.com/ra-libs/nestjs-packages/issues/38)) ([9c90484](9c90484)) * **commons:** use crypto.randomUUID for uuid v4 ([4048f9a](4048f9a)) * **commons:** uuidv4 method ([4c5a02a](4c5a02a)) * force deploy ([22f51f5](22f51f5)) * **growthbook:** attributes and setPolyfills for node ([#6](#6)) ([301098b](301098b)) * **growthbook:** remove skipCache to avoid OOM ([#54](https://github.com/ra-libs/nestjs-packages/issues/54)) ([09dd166](09dd166)) * **growthbook:** set context using env vars inside the service ([#18](https://github.com/ra-libs/nestjs-packages/issues/18)) ([f6a134f](f6a134f)) * logger ([b5d09a9](b5d09a9)) * **logger:** add correlationId to log meta event without props ([9193f7f](9193f7f)) * **logger:** add sourceClass to winston logger constructor ([e502d1c](e502d1c)) * **logger:** app name local ([9127db8](9127db8)) * **logger:** color fix and remove console log ([6895372](6895372)) * **logger:** log nestLike on non production NODE_ENV ([bd867e1](bd867e1)) * **logger:** morgan format ([1a1c01f](1a1c01f)) * **logger:** package json version ([70ca255](70ca255)) * **logger:** print fields in development ([#48](https://github.com/ra-libs/nestjs-packages/issues/48)) ([1f64436](1f64436)) * **logger:** remove console.log ([72c42b6](72c42b6)) * **logger:** use inject logger in request middleware to get correlation id ([1743d8a](1743d8a)) * npm publish ([b1846fd](b1846fd)) * npm publish ([c2fd533](c2fd533)) * npm publish ([4f9169f](4f9169f)) * npm set private to false ([e60760a](e60760a)) * semantic npm dist dir ([c66121d](c66121d)) * semantic-release ([#43](https://github.com/ra-libs/nestjs-packages/issues/43)) ([f033420](f033420)) * **sqs:** consumer error throw catch ([#70](https://github.com/ra-libs/nestjs-packages/issues/70)) ([90ad27b](90ad27b)) * update deps ([04538b4](04538b4)) * update deps ([c572cf8](c572cf8)) * update deps ([#15](https://github.com/ra-libs/nestjs-packages/issues/15)) ([e705b4f](e705b4f)) * update deps ([#30](https://github.com/ra-libs/nestjs-packages/issues/30)) ([6f7e07d](6f7e07d)) * update deps ([#53](https://github.com/ra-libs/nestjs-packages/issues/53)) ([7a94ea7](7a94ea7)) * update docs ([91e3740](91e3740)) * update nx deps ([611540d](611540d)) * use winston logger in commons and sqs ([90dffd2](90dffd2)) ### Features * add fill user data middleware ([d969e8a](d969e8a)) * add growthbook library ([#2](#2)) ([6c66410](6c66410)) * add RequestMiddleware ([#56](https://github.com/ra-libs/nestjs-packages/issues/56)) ([73c5645](73c5645)) * add s3 initial lib ([#57](https://github.com/ra-libs/nestjs-packages/issues/57)) ([74ccde3](74ccde3)) * add sqs initial module with producer only ([#58](https://github.com/ra-libs/nestjs-packages/issues/58)) ([ebf5ed1](ebf5ed1)) * add x-customer-id header ([3132ae6](3132ae6)) * **athena:** add athena package ([#62](https://github.com/ra-libs/nestjs-packages/issues/62)) ([301637d](301637d)) * **commons:** add RequestId decorator ([#22](https://github.com/ra-libs/nestjs-packages/issues/22)) ([1b85848](1b85848)) * **commons:** adding account owner decorator ([#36](https://github.com/ra-libs/nestjs-packages/issues/36)) ([dbf742b](dbf742b)) * **logger:** add child method ([#44](https://github.com/ra-libs/nestjs-packages/issues/44)) ([11482c9](11482c9)) * **logger:** add child method to winston logger ([a3a6331](a3a6331)) * **logger:** add correlation id per request and log requests using morgan ([08d05ec](08d05ec)) * **logger:** add nestjs-like format for local development ([#29](https://github.com/ra-libs/nestjs-packages/issues/29)) ([2f68240](2f68240)) * **logger:** add winston logger lib ([#11](https://github.com/ra-libs/nestjs-packages/issues/11)) ([956fba5](956fba5)) * **metrics:** add initial datadog custom metrics ([#19](https://github.com/ra-libs/nestjs-packages/issues/19)) ([273719b](273719b)) * move RequestLogger to logger lib and add log level by status code ([eb95b6f](eb95b6f)) * **secrets-manager:** add initial lib ([#35](https://github.com/ra-libs/nestjs-packages/issues/35)) ([0b079db](0b079db)) * **sns:** create initial sns lib ([#8](https://github.com/ra-libs/nestjs-packages/issues/8)) ([5e1a2ef](5e1a2ef)) * **sqs:** add consumers ([#65](https://github.com/ra-libs/nestjs-packages/issues/65)) ([ce5a2dd](ce5a2dd)) * **sqs:** add RawMessage and Message type ([27d1967](27d1967)) * **ssm:** add initial lib ([#32](https://github.com/ra-libs/nestjs-packages/issues/32)) ([73f745b](73f745b)) * **unleash:** add unleash lib ([5fa52d5](5fa52d5)) ### BREAKING CHANGES * **logger:** Logger interface changed
RabahZeineddine
pushed a commit
that referenced
this pull request
Nov 26, 2023
# 1.0.0 (2023-11-26) ### Bug Fixes * add growthbook destroy ([#52](https://github.com/ra-libs/nestjs-packages/issues/52)) ([2625c23](2625c23)) * change semantic-release lib ([#16](https://github.com/ra-libs/nestjs-packages/issues/16)) ([5d7b573](5d7b573)) * **commons:** generate new uuid if the headers one is invalid v4 format ([#28](https://github.com/ra-libs/nestjs-packages/issues/28)) ([a4d0bec](a4d0bec)) * **commons:** use crypto.randomUUID for uuid v4 ([4048f9a](4048f9a)) * **growthbook:** attributes and setPolyfills for node ([#6](#6)) ([301098b](301098b)) * logger ([b5d09a9](b5d09a9)) * **metrics:** add incrementValue ([#47](https://github.com/ra-libs/nestjs-packages/issues/47)) ([728fd4c](728fd4c)) * **metrics:** add missing methods and send metrics only in production ([#46](https://github.com/ra-libs/nestjs-packages/issues/46)) ([06ff598](06ff598)) * **metrics:** export CB ([ba96841](ba96841)) * **metrics:** export service ([f8dc14c](f8dc14c)) * **metrics:** export Tags ([5d5d3d0](5d5d3d0)) * **metrics:** set buffer size and flush interval ([#45](https://github.com/ra-libs/nestjs-packages/issues/45)) ([8483345](8483345)) * **metrics:** tag prefix ([23ad066](23ad066)) * semantic-release ([#43](https://github.com/ra-libs/nestjs-packages/issues/43)) ([f033420](f033420)) * **sqs:** consumer error throw catch ([#70](https://github.com/ra-libs/nestjs-packages/issues/70)) ([90ad27b](90ad27b)) * update deps ([04538b4](04538b4)) * update deps ([c572cf8](c572cf8)) * update deps ([#15](https://github.com/ra-libs/nestjs-packages/issues/15)) ([e705b4f](e705b4f)) * update deps ([#30](https://github.com/ra-libs/nestjs-packages/issues/30)) ([6f7e07d](6f7e07d)) * update deps ([#53](https://github.com/ra-libs/nestjs-packages/issues/53)) ([7a94ea7](7a94ea7)) * update nx deps ([611540d](611540d)) ### Features * add growthbook library ([#2](#2)) ([6c66410](6c66410)) * add s3 initial lib ([#57](https://github.com/ra-libs/nestjs-packages/issues/57)) ([74ccde3](74ccde3)) * add sqs initial module with producer only ([#58](https://github.com/ra-libs/nestjs-packages/issues/58)) ([ebf5ed1](ebf5ed1)) * **athena:** add athena package ([#62](https://github.com/ra-libs/nestjs-packages/issues/62)) ([301637d](301637d)) * **commons:** add RequestId decorator ([#22](https://github.com/ra-libs/nestjs-packages/issues/22)) ([1b85848](1b85848)) * **logger:** add correlation id per request and log requests using morgan ([08d05ec](08d05ec)) * **logger:** add nestjs-like format for local development ([#29](https://github.com/ra-libs/nestjs-packages/issues/29)) ([2f68240](2f68240)) * **logger:** add winston logger lib ([#11](https://github.com/ra-libs/nestjs-packages/issues/11)) ([956fba5](956fba5)) * **metrics:** add distribution method ([#71](https://github.com/ra-libs/nestjs-packages/issues/71)) ([4dc9881](4dc9881)) * **metrics:** add initial datadog custom metrics ([#19](https://github.com/ra-libs/nestjs-packages/issues/19)) ([273719b](273719b)) * move RequestLogger to logger lib and add log level by status code ([eb95b6f](eb95b6f)) * **secrets-manager:** add initial lib ([#35](https://github.com/ra-libs/nestjs-packages/issues/35)) ([0b079db](0b079db)) * **sns:** create initial sns lib ([#8](https://github.com/ra-libs/nestjs-packages/issues/8)) ([5e1a2ef](5e1a2ef)) * **sqs:** add consumers ([#65](https://github.com/ra-libs/nestjs-packages/issues/65)) ([ce5a2dd](ce5a2dd)) * **sqs:** add RawMessage and Message type ([27d1967](27d1967)) * **ssm:** add initial lib ([#32](https://github.com/ra-libs/nestjs-packages/issues/32)) ([73f745b](73f745b)) * **unleash:** add unleash lib ([5fa52d5](5fa52d5)) ### BREAKING CHANGES * **logger:** Logger interface changed
RabahZeineddine
pushed a commit
that referenced
this pull request
Nov 26, 2023
# 1.0.0 (2023-11-26) ### Bug Fixes * change semantic-release lib ([#16](https://github.com/ra-libs/nestjs-packages/issues/16)) ([5d7b573](5d7b573)) * **commons:** generate new uuid if the headers one is invalid v4 format ([#28](https://github.com/ra-libs/nestjs-packages/issues/28)) ([a4d0bec](a4d0bec)) * **commons:** use crypto.randomUUID for uuid v4 ([4048f9a](4048f9a)) * **growthbook:** attributes and setPolyfills for node ([#6](#6)) ([301098b](301098b)) * logger ([b5d09a9](b5d09a9)) * **sqs:** consumer error throw catch ([#70](https://github.com/ra-libs/nestjs-packages/issues/70)) ([90ad27b](90ad27b)) * **unleash:** add readme ([2faf52c](2faf52c)) * update deps ([04538b4](04538b4)) * update deps ([c572cf8](c572cf8)) * update deps ([#15](https://github.com/ra-libs/nestjs-packages/issues/15)) ([e705b4f](e705b4f)) * update deps ([#30](https://github.com/ra-libs/nestjs-packages/issues/30)) ([6f7e07d](6f7e07d)) * update deps ([#53](https://github.com/ra-libs/nestjs-packages/issues/53)) ([7a94ea7](7a94ea7)) * update nx deps ([611540d](611540d)) ### Features * add growthbook library ([#2](#2)) ([6c66410](6c66410)) * add s3 initial lib ([#57](https://github.com/ra-libs/nestjs-packages/issues/57)) ([74ccde3](74ccde3)) * add sqs initial module with producer only ([#58](https://github.com/ra-libs/nestjs-packages/issues/58)) ([ebf5ed1](ebf5ed1)) * **athena:** add athena package ([#62](https://github.com/ra-libs/nestjs-packages/issues/62)) ([301637d](301637d)) * **commons:** add RequestId decorator ([#22](https://github.com/ra-libs/nestjs-packages/issues/22)) ([1b85848](1b85848)) * **logger:** add correlation id per request and log requests using morgan ([08d05ec](08d05ec)) * **logger:** add nestjs-like format for local development ([#29](https://github.com/ra-libs/nestjs-packages/issues/29)) ([2f68240](2f68240)) * **logger:** add winston logger lib ([#11](https://github.com/ra-libs/nestjs-packages/issues/11)) ([956fba5](956fba5)) * **metrics:** add initial datadog custom metrics ([#19](https://github.com/ra-libs/nestjs-packages/issues/19)) ([273719b](273719b)) * move RequestLogger to logger lib and add log level by status code ([eb95b6f](eb95b6f)) * **secrets-manager:** add initial lib ([#35](https://github.com/ra-libs/nestjs-packages/issues/35)) ([0b079db](0b079db)) * **sns:** create initial sns lib ([#8](https://github.com/ra-libs/nestjs-packages/issues/8)) ([5e1a2ef](5e1a2ef)) * **sqs:** add consumers ([#65](https://github.com/ra-libs/nestjs-packages/issues/65)) ([ce5a2dd](ce5a2dd)) * **sqs:** add RawMessage and Message type ([27d1967](27d1967)) * **ssm:** add initial lib ([#32](https://github.com/ra-libs/nestjs-packages/issues/32)) ([73f745b](73f745b)) * **unleash:** add unleash lib ([5fa52d5](5fa52d5)) ### BREAKING CHANGES * **logger:** Logger interface changed
RabahZeineddine
pushed a commit
that referenced
this pull request
Nov 26, 2023
# 1.0.0 (2023-11-26) ### Bug Fixes * add extract result generic type ([c9161d0](c9161d0)) * **athena:** generic types ([5c7e9ce](5c7e9ce)) * **athena:** remove extracted results type ([746f35a](746f35a)) * change semantic-release lib ([#16](https://github.com/ra-libs/nestjs-packages/issues/16)) ([5d7b573](5d7b573)) * **commons:** generate new uuid if the headers one is invalid v4 format ([#28](https://github.com/ra-libs/nestjs-packages/issues/28)) ([a4d0bec](a4d0bec)) * **commons:** use crypto.randomUUID for uuid v4 ([4048f9a](4048f9a)) * **growthbook:** attributes and setPolyfills for node ([#6](#6)) ([301098b](301098b)) * logger ([b5d09a9](b5d09a9)) * **sqs:** consumer error throw catch ([#70](https://github.com/ra-libs/nestjs-packages/issues/70)) ([90ad27b](90ad27b)) * update deps ([04538b4](04538b4)) * update deps ([c572cf8](c572cf8)) * update deps ([#15](https://github.com/ra-libs/nestjs-packages/issues/15)) ([e705b4f](e705b4f)) * update deps ([#30](https://github.com/ra-libs/nestjs-packages/issues/30)) ([6f7e07d](6f7e07d)) * update deps ([#53](https://github.com/ra-libs/nestjs-packages/issues/53)) ([7a94ea7](7a94ea7)) * update nx deps ([611540d](611540d)) ### Features * add growthbook library ([#2](#2)) ([6c66410](6c66410)) * add s3 initial lib ([#57](https://github.com/ra-libs/nestjs-packages/issues/57)) ([74ccde3](74ccde3)) * add sqs initial module with producer only ([#58](https://github.com/ra-libs/nestjs-packages/issues/58)) ([ebf5ed1](ebf5ed1)) * **athena:** add athena package ([#62](https://github.com/ra-libs/nestjs-packages/issues/62)) ([301637d](301637d)) * **athena:** add extract result method ([122c58c](122c58c)) * **athena:** add runQuery ([a796efa](a796efa)) * **commons:** add RequestId decorator ([#22](https://github.com/ra-libs/nestjs-packages/issues/22)) ([1b85848](1b85848)) * **logger:** add correlation id per request and log requests using morgan ([08d05ec](08d05ec)) * **logger:** add nestjs-like format for local development ([#29](https://github.com/ra-libs/nestjs-packages/issues/29)) ([2f68240](2f68240)) * **logger:** add winston logger lib ([#11](https://github.com/ra-libs/nestjs-packages/issues/11)) ([956fba5](956fba5)) * **metrics:** add initial datadog custom metrics ([#19](https://github.com/ra-libs/nestjs-packages/issues/19)) ([273719b](273719b)) * move RequestLogger to logger lib and add log level by status code ([eb95b6f](eb95b6f)) * **secrets-manager:** add initial lib ([#35](https://github.com/ra-libs/nestjs-packages/issues/35)) ([0b079db](0b079db)) * **sns:** create initial sns lib ([#8](https://github.com/ra-libs/nestjs-packages/issues/8)) ([5e1a2ef](5e1a2ef)) * **sqs:** add consumers ([#65](https://github.com/ra-libs/nestjs-packages/issues/65)) ([ce5a2dd](ce5a2dd)) * **sqs:** add RawMessage and Message type ([27d1967](27d1967)) * **ssm:** add initial lib ([#32](https://github.com/ra-libs/nestjs-packages/issues/32)) ([73f745b](73f745b)) * **unleash:** add unleash lib ([5fa52d5](5fa52d5)) ### BREAKING CHANGES * **logger:** Logger interface changed
RabahZeineddine
pushed a commit
that referenced
this pull request
Nov 26, 2023
# 1.0.0 (2023-11-26) ### Bug Fixes * change semantic-release lib ([#16](https://github.com/ra-libs/nestjs-packages/issues/16)) ([5d7b573](5d7b573)) * **commons:** generate new uuid if the headers one is invalid v4 format ([#28](https://github.com/ra-libs/nestjs-packages/issues/28)) ([a4d0bec](a4d0bec)) * **commons:** use crypto.randomUUID for uuid v4 ([4048f9a](4048f9a)) * force deploy ([22f51f5](22f51f5)) * **growthbook:** attributes and setPolyfills for node ([#6](#6)) ([301098b](301098b)) * **growthbook:** set context using env vars inside the service ([#18](https://github.com/ra-libs/nestjs-packages/issues/18)) ([f6a134f](f6a134f)) * logger ([b5d09a9](b5d09a9)) * npm publish ([b1846fd](b1846fd)) * npm publish ([c2fd533](c2fd533)) * npm publish ([4f9169f](4f9169f)) * npm set private to false ([e60760a](e60760a)) * semantic npm dist dir ([c66121d](c66121d)) * semantic-release ([#43](https://github.com/ra-libs/nestjs-packages/issues/43)) ([f033420](f033420)) * **sns:** add SNS_AWS_ENDPOINT env var ([#49](https://github.com/ra-libs/nestjs-packages/issues/49)) ([68a2492](68a2492)) * **sns:** pass sns config to service ([#31](https://github.com/ra-libs/nestjs-packages/issues/31)) ([4b6febb](4b6febb)) * **sqs:** consumer error throw catch ([#70](https://github.com/ra-libs/nestjs-packages/issues/70)) ([90ad27b](90ad27b)) * update deps ([04538b4](04538b4)) * update deps ([c572cf8](c572cf8)) * update deps ([#15](https://github.com/ra-libs/nestjs-packages/issues/15)) ([e705b4f](e705b4f)) * update deps ([#30](https://github.com/ra-libs/nestjs-packages/issues/30)) ([6f7e07d](6f7e07d)) * update deps ([#53](https://github.com/ra-libs/nestjs-packages/issues/53)) ([7a94ea7](7a94ea7)) * update docs ([91e3740](91e3740)) * update docs ([#34](https://github.com/ra-libs/nestjs-packages/issues/34)) ([c48368a](c48368a)) * update nx deps ([611540d](611540d)) ### Features * add AWS creds for github action tests ([#68](https://github.com/ra-libs/nestjs-packages/issues/68)) ([5751990](5751990)) * add growthbook library ([#2](#2)) ([6c66410](6c66410)) * add s3 initial lib ([#57](https://github.com/ra-libs/nestjs-packages/issues/57)) ([74ccde3](74ccde3)) * add sqs initial module with producer only ([#58](https://github.com/ra-libs/nestjs-packages/issues/58)) ([ebf5ed1](ebf5ed1)) * **athena:** add athena package ([#62](https://github.com/ra-libs/nestjs-packages/issues/62)) ([301637d](301637d)) * **commons:** add RequestId decorator ([#22](https://github.com/ra-libs/nestjs-packages/issues/22)) ([1b85848](1b85848)) * **logger:** add correlation id per request and log requests using morgan ([08d05ec](08d05ec)) * **logger:** add nestjs-like format for local development ([#29](https://github.com/ra-libs/nestjs-packages/issues/29)) ([2f68240](2f68240)) * **logger:** add winston logger lib ([#11](https://github.com/ra-libs/nestjs-packages/issues/11)) ([956fba5](956fba5)) * **metrics:** add initial datadog custom metrics ([#19](https://github.com/ra-libs/nestjs-packages/issues/19)) ([273719b](273719b)) * move RequestLogger to logger lib and add log level by status code ([eb95b6f](eb95b6f)) * **secrets-manager:** add initial lib ([#35](https://github.com/ra-libs/nestjs-packages/issues/35)) ([0b079db](0b079db)) * **sns:** create initial sns lib ([#8](https://github.com/ra-libs/nestjs-packages/issues/8)) ([5e1a2ef](5e1a2ef)) * **sqs:** add consumers ([#65](https://github.com/ra-libs/nestjs-packages/issues/65)) ([ce5a2dd](ce5a2dd)) * **sqs:** add RawMessage and Message type ([27d1967](27d1967)) * **ssm:** add initial lib ([#32](https://github.com/ra-libs/nestjs-packages/issues/32)) ([73f745b](73f745b)) * **unleash:** add unleash lib ([5fa52d5](5fa52d5)) ### BREAKING CHANGES * **logger:** Logger interface changed
RabahZeineddine
pushed a commit
that referenced
this pull request
Nov 26, 2023
# 1.0.0 (2023-11-26) ### Bug Fixes * add logger doc ([0b3f7ab](0b3f7ab)) * add sourceClass on WinstonLogger constructor ([4331bd2](4331bd2)) * change semantic-release lib ([#16](https://github.com/ra-libs/nestjs-packages/issues/16)) ([5d7b573](5d7b573)) * **commons:** generate new uuid if the headers one is invalid v4 format ([#28](https://github.com/ra-libs/nestjs-packages/issues/28)) ([a4d0bec](a4d0bec)) * **commons:** remove v4 uuid validation ([#38](https://github.com/ra-libs/nestjs-packages/issues/38)) ([9c90484](9c90484)) * **commons:** use crypto.randomUUID for uuid v4 ([4048f9a](4048f9a)) * force deploy ([22f51f5](22f51f5)) * **growthbook:** attributes and setPolyfills for node ([#6](#6)) ([301098b](301098b)) * **growthbook:** remove skipCache to avoid OOM ([#54](https://github.com/ra-libs/nestjs-packages/issues/54)) ([09dd166](09dd166)) * **growthbook:** set context using env vars inside the service ([#18](https://github.com/ra-libs/nestjs-packages/issues/18)) ([f6a134f](f6a134f)) * logger ([b5d09a9](b5d09a9)) * **logger:** add correlationId to log meta event without props ([9193f7f](9193f7f)) * **logger:** add sourceClass to winston logger constructor ([e502d1c](e502d1c)) * **logger:** app name local ([9127db8](9127db8)) * **logger:** color fix and remove console log ([6895372](6895372)) * **logger:** log nestLike on non production NODE_ENV ([bd867e1](bd867e1)) * **logger:** morgan format ([1a1c01f](1a1c01f)) * **logger:** package json version ([70ca255](70ca255)) * **logger:** print fields in development ([#48](https://github.com/ra-libs/nestjs-packages/issues/48)) ([1f64436](1f64436)) * **logger:** remove console.log ([72c42b6](72c42b6)) * **logger:** use inject logger in request middleware to get correlation id ([1743d8a](1743d8a)) * npm publish ([b1846fd](b1846fd)) * npm publish ([c2fd533](c2fd533)) * npm publish ([4f9169f](4f9169f)) * npm set private to false ([e60760a](e60760a)) * readme fix ([2022077](2022077)) * semantic npm dist dir ([c66121d](c66121d)) * semantic-release ([#43](https://github.com/ra-libs/nestjs-packages/issues/43)) ([f033420](f033420)) * **sqs:** consumer error throw catch ([#70](https://github.com/ra-libs/nestjs-packages/issues/70)) ([90ad27b](90ad27b)) * **sqs:** Message type ([d38a18c](d38a18c)) * **sqs:** queueName option ([#59](https://github.com/ra-libs/nestjs-packages/issues/59)) ([c9700c4](c9700c4)) * **sqs:** types ([b45e3f0](b45e3f0)) * **sqs:** types ([#66](https://github.com/ra-libs/nestjs-packages/issues/66)) ([9ae0e02](9ae0e02)) * update deps ([04538b4](04538b4)) * update deps ([c572cf8](c572cf8)) * update deps ([#15](https://github.com/ra-libs/nestjs-packages/issues/15)) ([e705b4f](e705b4f)) * update deps ([#30](https://github.com/ra-libs/nestjs-packages/issues/30)) ([6f7e07d](6f7e07d)) * update deps ([#53](https://github.com/ra-libs/nestjs-packages/issues/53)) ([7a94ea7](7a94ea7)) * update docs ([91e3740](91e3740)) * update nx deps ([611540d](611540d)) * use winston logger in commons and sqs ([90dffd2](90dffd2)) ### Features * add AWS creds for github action tests ([#68](https://github.com/ra-libs/nestjs-packages/issues/68)) ([5751990](5751990)) * add growthbook library ([#2](#2)) ([6c66410](6c66410)) * add s3 initial lib ([#57](https://github.com/ra-libs/nestjs-packages/issues/57)) ([74ccde3](74ccde3)) * add sqs initial module with producer only ([#58](https://github.com/ra-libs/nestjs-packages/issues/58)) ([ebf5ed1](ebf5ed1)) * **athena:** add athena package ([#62](https://github.com/ra-libs/nestjs-packages/issues/62)) ([301637d](301637d)) * **commons:** add RequestId decorator ([#22](https://github.com/ra-libs/nestjs-packages/issues/22)) ([1b85848](1b85848)) * **logger:** add child method ([#44](https://github.com/ra-libs/nestjs-packages/issues/44)) ([11482c9](11482c9)) * **logger:** add child method to winston logger ([a3a6331](a3a6331)) * **logger:** add correlation id per request and log requests using morgan ([08d05ec](08d05ec)) * **logger:** add nestjs-like format for local development ([#29](https://github.com/ra-libs/nestjs-packages/issues/29)) ([2f68240](2f68240)) * **logger:** add winston logger lib ([#11](https://github.com/ra-libs/nestjs-packages/issues/11)) ([956fba5](956fba5)) * **metrics:** add initial datadog custom metrics ([#19](https://github.com/ra-libs/nestjs-packages/issues/19)) ([273719b](273719b)) * move RequestLogger to logger lib and add log level by status code ([eb95b6f](eb95b6f)) * **secrets-manager:** add initial lib ([#35](https://github.com/ra-libs/nestjs-packages/issues/35)) ([0b079db](0b079db)) * **sns:** create initial sns lib ([#8](https://github.com/ra-libs/nestjs-packages/issues/8)) ([5e1a2ef](5e1a2ef)) * **sqs:** add consumers ([#65](https://github.com/ra-libs/nestjs-packages/issues/65)) ([ce5a2dd](ce5a2dd)) * **sqs:** add RawMessage and Message type ([27d1967](27d1967)) * **ssm:** add initial lib ([#32](https://github.com/ra-libs/nestjs-packages/issues/32)) ([73f745b](73f745b)) * **unleash:** add unleash lib ([5fa52d5](5fa52d5)) ### BREAKING CHANGES * **logger:** Logger interface changed
RabahZeineddine
pushed a commit
that referenced
this pull request
Nov 26, 2023
# 1.0.0 (2023-11-26) ### Bug Fixes * change semantic-release lib ([#16](https://github.com/ra-libs/nestjs-packages/issues/16)) ([5d7b573](5d7b573)) * **commons:** generate new uuid if the headers one is invalid v4 format ([#28](https://github.com/ra-libs/nestjs-packages/issues/28)) ([a4d0bec](a4d0bec)) * **commons:** use crypto.randomUUID for uuid v4 ([4048f9a](4048f9a)) * disable libs github semantic ([840e04d](840e04d)) * **growthbook:** attributes and setPolyfills for node ([#6](#6)) ([301098b](301098b)) * logger ([b5d09a9](b5d09a9)) * semantic-release ([#43](https://github.com/ra-libs/nestjs-packages/issues/43)) ([f033420](f033420)) * **sqs:** consumer error throw catch ([#70](https://github.com/ra-libs/nestjs-packages/issues/70)) ([90ad27b](90ad27b)) * update deps ([04538b4](04538b4)) * update deps ([c572cf8](c572cf8)) * update deps ([#15](https://github.com/ra-libs/nestjs-packages/issues/15)) ([e705b4f](e705b4f)) * update deps ([#30](https://github.com/ra-libs/nestjs-packages/issues/30)) ([6f7e07d](6f7e07d)) * update deps ([#53](https://github.com/ra-libs/nestjs-packages/issues/53)) ([7a94ea7](7a94ea7)) * update docs ([#34](https://github.com/ra-libs/nestjs-packages/issues/34)) ([c48368a](c48368a)) * update nx deps ([611540d](611540d)) ### Features * add growthbook library ([#2](#2)) ([6c66410](6c66410)) * add s3 initial lib ([#57](https://github.com/ra-libs/nestjs-packages/issues/57)) ([74ccde3](74ccde3)) * add sqs initial module with producer only ([#58](https://github.com/ra-libs/nestjs-packages/issues/58)) ([ebf5ed1](ebf5ed1)) * **athena:** add athena package ([#62](https://github.com/ra-libs/nestjs-packages/issues/62)) ([301637d](301637d)) * **commons:** add RequestId decorator ([#22](https://github.com/ra-libs/nestjs-packages/issues/22)) ([1b85848](1b85848)) * **logger:** add correlation id per request and log requests using morgan ([08d05ec](08d05ec)) * **logger:** add nestjs-like format for local development ([#29](https://github.com/ra-libs/nestjs-packages/issues/29)) ([2f68240](2f68240)) * **logger:** add winston logger lib ([#11](https://github.com/ra-libs/nestjs-packages/issues/11)) ([956fba5](956fba5)) * **metrics:** add initial datadog custom metrics ([#19](https://github.com/ra-libs/nestjs-packages/issues/19)) ([273719b](273719b)) * move RequestLogger to logger lib and add log level by status code ([eb95b6f](eb95b6f)) * **secrets-manager:** add initial lib ([#35](https://github.com/ra-libs/nestjs-packages/issues/35)) ([0b079db](0b079db)) * **sns:** create initial sns lib ([#8](https://github.com/ra-libs/nestjs-packages/issues/8)) ([5e1a2ef](5e1a2ef)) * **sqs:** add consumers ([#65](https://github.com/ra-libs/nestjs-packages/issues/65)) ([ce5a2dd](ce5a2dd)) * **sqs:** add RawMessage and Message type ([27d1967](27d1967)) * **ssm:** add initial lib ([#32](https://github.com/ra-libs/nestjs-packages/issues/32)) ([73f745b](73f745b)) * **unleash:** add unleash lib ([5fa52d5](5fa52d5)) ### BREAKING CHANGES * **logger:** Logger interface changed
RabahZeineddine
pushed a commit
that referenced
this pull request
Nov 26, 2023
# 1.0.0 (2023-11-26) ### Bug Fixes * change semantic-release lib ([#16](https://github.com/ra-libs/nestjs-packages/issues/16)) ([5d7b573](5d7b573)) * **commons:** generate new uuid if the headers one is invalid v4 format ([#28](https://github.com/ra-libs/nestjs-packages/issues/28)) ([a4d0bec](a4d0bec)) * **commons:** use crypto.randomUUID for uuid v4 ([4048f9a](4048f9a)) * disable libs github semantic ([840e04d](840e04d)) * **growthbook:** attributes and setPolyfills for node ([#6](#6)) ([301098b](301098b)) * logger ([b5d09a9](b5d09a9)) * **s3:** update readme ([8e28783](8e28783)) * **sqs:** consumer error throw catch ([#70](https://github.com/ra-libs/nestjs-packages/issues/70)) ([90ad27b](90ad27b)) * update deps ([04538b4](04538b4)) * update deps ([c572cf8](c572cf8)) * update deps ([#15](https://github.com/ra-libs/nestjs-packages/issues/15)) ([e705b4f](e705b4f)) * update deps ([#30](https://github.com/ra-libs/nestjs-packages/issues/30)) ([6f7e07d](6f7e07d)) * update deps ([#53](https://github.com/ra-libs/nestjs-packages/issues/53)) ([7a94ea7](7a94ea7)) * update nx deps ([611540d](611540d)) ### Features * add growthbook library ([#2](#2)) ([6c66410](6c66410)) * add s3 initial lib ([#57](https://github.com/ra-libs/nestjs-packages/issues/57)) ([74ccde3](74ccde3)) * add sqs initial module with producer only ([#58](https://github.com/ra-libs/nestjs-packages/issues/58)) ([ebf5ed1](ebf5ed1)) * **athena:** add athena package ([#62](https://github.com/ra-libs/nestjs-packages/issues/62)) ([301637d](301637d)) * **commons:** add RequestId decorator ([#22](https://github.com/ra-libs/nestjs-packages/issues/22)) ([1b85848](1b85848)) * **logger:** add correlation id per request and log requests using morgan ([08d05ec](08d05ec)) * **logger:** add nestjs-like format for local development ([#29](https://github.com/ra-libs/nestjs-packages/issues/29)) ([2f68240](2f68240)) * **logger:** add winston logger lib ([#11](https://github.com/ra-libs/nestjs-packages/issues/11)) ([956fba5](956fba5)) * **metrics:** add initial datadog custom metrics ([#19](https://github.com/ra-libs/nestjs-packages/issues/19)) ([273719b](273719b)) * move RequestLogger to logger lib and add log level by status code ([eb95b6f](eb95b6f)) * **secrets-manager:** add initial lib ([#35](https://github.com/ra-libs/nestjs-packages/issues/35)) ([0b079db](0b079db)) * **sns:** create initial sns lib ([#8](https://github.com/ra-libs/nestjs-packages/issues/8)) ([5e1a2ef](5e1a2ef)) * **sqs:** add consumers ([#65](https://github.com/ra-libs/nestjs-packages/issues/65)) ([ce5a2dd](ce5a2dd)) * **sqs:** add RawMessage and Message type ([27d1967](27d1967)) * **ssm:** add initial lib ([#32](https://github.com/ra-libs/nestjs-packages/issues/32)) ([73f745b](73f745b)) * **unleash:** add unleash lib ([5fa52d5](5fa52d5)) ### BREAKING CHANGES * **logger:** Logger interface changed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @babel/traverse from 7.22.10 to 7.23.4.
Release notes
Sourced from
@babel/traverse's releases.... (truncated)
Changelog
Sourced from
@babel/traverse's changelog.... (truncated)
Commits
13a5c83v7.23.45e1c5f0Use prettier 3.1 (#16098)1bce5c9v7.23.34fb4fa6Avoid dynamic dispatch when calling wrapCheck (#16060)6d9725c[babel 8] InlinetoSequenceExpressioninto@babel/traverse(#16057)b4b9942v7.23.2b13376bOnly evaluate own String/Number/Math methods (#16033)ca58ec1v7.23.00f333daAddcreateImportExpressionsparser option (#15682)3744545Fix lintingDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.