Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @tsed/core to v6.133.1 #327

Merged
merged 1 commit into from
May 15, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 14, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tsed/core (source) 6.114.14 -> 6.133.1 age adoption passing confidence

Release Notes

tsedio/tsed

v6.133.1

Compare Source

Bug Fixes

v6.133.0

Compare Source

Features
  • objection: add UUID PK column support (8808d6c)

v6.132.1

Compare Source

Bug Fixes

v6.132.0

Compare Source

Bug Fixes
Features
  • schema: add deprecated decorator for params and props (177b6c9)
  • schema: add test for unsupported decorator types (56f3452)
  • schema: add tests for deprecated param and prop (d94c1db)

v6.131.1

Compare Source

Bug Fixes
  • schema: fix Examples decorator used on parameters for RequestBody (f006be7)

v6.131.0

Compare Source

Features
  • objection: add model relationship decorators (91d9542)

v6.130.0

Compare Source

Bug Fixes
  • socketio: revert changes to SocketHandlersBuilder, added new @SocketNsp decorator instead (790f747)
Features
  • socketio: allow dynamic namespaces for @SocketService and @Nsp/@Namespace (989b2c3)

See Socket.io pages for more details: https://tsed.io/tutorials/socket-io.html#dynamic-namespaces

v6.129.0

Compare Source

Bug Fixes
  • json-mapper: fix issue with ReadOnly decorator (78eced3)
  • oidc-provider: export Client and RefreshToken type (b0b4360)
Features

v6.128.10

Compare Source

Bug Fixes
  • core: deepClone did not clone RegExp objects correctly (067e0e6)

v6.128.9

Compare Source

Bug Fixes
  • json-mapper: add option to disable unsecured constructor mapper (61fb554), closes #​1942
  • oidc-provider: fix oidcCtx.getGrant() (fdab12b), closes #​1942

v6.128.8

Compare Source

Bug Fixes
  • platform-cache: add more log details when the cache fail to be set in background (c048718)

v6.128.7

Compare Source

Bug Fixes
  • adapters: fix validation issue when the data is inserted in redis (4a0a482)
  • adapters: remove missing console log (68ed4a1)

v6.128.6

Compare Source

Bug Fixes
  • adapters: add useAlias to store correctly the model in database (d8f2057)

v6.128.5

Compare Source

Bug Fixes
  • common: bump Ts.ED logger to v6.2.2 (8316753)

v6.128.4

Compare Source

Bug Fixes
  • json-mapper: fix deserialize when property have default value and Partial is used (91d75d5)
  • json-mapper: fix potential security issue when a constructor is declared on a model (2cc8556)

v6.128.3

Compare Source

Bug Fixes
  • adapters: add useAlias flag on validate options (8eb4de1)

v6.128.2

Compare Source

Bug Fixes
  • koa: fix issue over async_hook with Koa platform (80ee899)
  • koa: fix issue over async_hook with Koa platform (502d182)
  • platform-express: prevent loosing context with express middleware (4fd0ec3)

v6.128.1

Compare Source

Bug Fixes
  • code: use object instead map on hooks (652f371)
  • common: add $ctx.start and $ctx.finish methods (b598b9b)
  • di: init context on app bootstrap (c4d2f8b)
  • di: lazy load logger and cache (d42bfa0)
  • di: use Hooks class to trigger Ts.ED hooks from InjectorService (9b2f506)
  • serverless: refactoring ServerlessContext and simplify models (8a7dbca)

v6.128.0

Compare Source

Bug Fixes
  • platform-cache: bump cache-manager to v4.1.0 (ef0408b)
Features
  • oidc-provider: add AdapterOidc (01c0ca9)

v6.127.0

Compare Source

Features

v6.126.1

Compare Source

Bug Fixes
  • json-mapper: don't assign value on readOnly field (9f546c9), closes #​2031

v6.126.0

Compare Source

Features
  • dynamic filter properties using Groups and AllowGroups (03c2240), closes #​1995

v6.125.3

Compare Source

Bug Fixes

v6.125.2

Compare Source

Bug Fixes

v6.125.1

Compare Source

Bug Fixes
  • prisma: change fs by fs-extra to support node v14 (222ccb6), closes #​1978

v6.125.0

Compare Source

Bug Fixes
  • mongoose: bump mongoose to v6.5.1 (8e78af9)
Features
  • oidc-provider: add oidc.secureCookies options (9468588)

v6.124.0

Compare Source

Bug Fixes
  • di: fix hooks for asyncFactory (5d806c7)
Features

v6.123.1

Compare Source

Bug Fixes
  • oidc-provider: fix undefined $ctx issue when the oidcCtx.findAccount is used (0001200)
  • oidc-provider: use async_hook instead ProviderScope.REQUEST on OidcInteractionContext (cf20cb8)

v6.123.0

Compare Source

Features
  • stripe: upgraded stripe to next major version to avoid conflict build errors (5403403)

v6.122.3

Compare Source

Bug Fixes
  • di: remove cleaning hooks when DIContext is destroyed (8cbdab6)
  • platform-log-middlewares: prevent logging end event when start isn't triggered (6e83bbb)
  • platform-response-filter: check availability of $ctx.endpoint before consumer it to build headers (ad53b16)

v6.122.2

Compare Source

Bug Fixes
  • di: fix $ctx.id when the $ctx is already destroyed (4c5fa30)

v6.122.1

Compare Source

Bug Fixes

v6.122.0

Compare Source

Features
  • oidc-provider: add interactionPrompt, checkClientId, checkInteractionName methods (53bf47c)

v6.121.1

Compare Source

Bug Fixes
  • common: restore logger.ignoreUrlPatterns (13ae327)

v6.121.0

Compare Source

Features
  • testing-mongoose: add replicaSet option to use ReplicaSet mode (#​2005) (93abcff)

v6.120.0

Compare Source

Features

v6.119.1

Compare Source

Bug Fixes
  • common: fix $ctx.request.route resolved information (5772312)
  • common: optimize platform context instanciation (9d8a01e)
  • common: refactoring platform context to prepare the v7 migration (de6aa10)
  • core: fix hooks typings (d795c2b)
  • di: add bindContext method to retrieve the async hook context (8b6d66f)
  • di: optimize context.logger instanciation (66fc9de)

v6.119.0

Compare Source

Features

v6.118.0

Compare Source

Features

v6.117.2

Compare Source

Bug Fixes
  • common: remove $onReady hook called twice (bbc117f)
  • di: improve DI algorithm resolution (05d9d18)

v6.117.1

Compare Source

Bug Fixes
  • mongoose: add virtuals: true to the given options for json-mapper when a mongoose model is serialized (159294d), closes #​1981

v6.117.0

Compare Source

Features
  • mikro-orm: provide the ability to set an isolation level (b4f26f7), closes #​1979

v6.116.6

Compare Source

Bug Fixes
  • remove the delete usage (75ee348)
  • typescript: set lib=ES2021 options (90e4c0a)

v6.116.5

Compare Source

Bug Fixes
  • common: enable bodyParser when @All decorator is used (f25ea92)

v6.116.4

Compare Source

Bug Fixes
  • rollback changes introduced by v6.116.0 on the async hook context (f0051c0)

v6.116.3

Compare Source

Bug Fixes
  • schema: fix change-case dependency when using yarn dlx (ae99ae9)

v6.116.2

Compare Source

Bug Fixes
  • mongoose: remove mongoose term from swagger documentation for security reason (b375f2b)

v6.116.1

Compare Source

Bug Fixes

v6.116.0

Compare Source

Features

v6.115.1

Compare Source

Bug Fixes

v6.115.0

Compare Source

Features

v6.114.18

Compare Source

Bug Fixes
  • bump typescript and update tsconfig options (43f5786)

v6.114.17

Compare Source

Bug Fixes
  • formio-schema: fix issue when dataSourceUrl is used with arrow function (331229d)

v6.114.16

Compare Source

Bug Fixes
  • common: migrate unit test on jest and update multer dependency (0125974)

v6.114.15

Compare Source

Bug Fixes
  • multer: update multer dependencies to resolve security vulnerability (bb1bf32), closes #​1919

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot temporarily deployed to Acceptance May 14, 2023 19:26 Inactive
@rouke-broersma rouke-broersma merged commit 13d9ad8 into master May 15, 2023
@rouke-broersma rouke-broersma deleted the renovate/tsed-core-6.x-lockfile branch May 15, 2023 05:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant