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

chore(deps): Bump @typegoose/typegoose from 7.2.0 to 7.3.0 #119

Merged
merged 3 commits into from
Jul 21, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jul 20, 2020

Bumps @typegoose/typegoose from 7.2.0 to 7.3.0.

Release notes

Sourced from @typegoose/typegoose's releases.

Release 7.3.0

  • Update Dependencies
    • mongoose to 5.9.22
    • lodash to 4.17.19
    • @types/mongoose to 5.7.30
    • @types/lodash to 4.14.157
    • @types/semver to 7.3.1
    • typescript to 3.9.6
  • TimeStamps's (Default Class) properties are not marked as Readonly anymore
  • All Typeguards now accept undefined as the first parameter too (if an type was OR with undefined, the function would give an type-error)
  • Add option discriminators for embedded Discriminators #248
  • Set correct Decorator Return type (ClassDecorator & PropertyDecorator)
  • Change warning message for warnMixed
  • If an SchemaType dosnt extend SchemaTypeOptions, the options are now defaulted to the outer-layer
  • innerOptions and outerOptions can now be used for Maps too
  • Custom Validators now support message being an function
  • Automatically convert mongoose.Types.Buffer to mongoose.Schema.Types.Buffer
  • Fix Types when extending default class Base with other than ObjectId #316
  • [IC] mapOptions now always errors if the given type dosnt extend mongoose.SchemaTypeOptions
  • [IC] Moved function _buildPropMetadata to its own file (processProp) and renamed it to processProp #286
  • [IC] Moved pre-processing in function prop into processProp #286
  • [IC] Removed error NoMetadataError
  • [IC] Removed check that Type needs to be defined in prop / processProp

https://typegoose.github.io/typegoose/changelog#730

v7.3.0-1

Includes since last pre-release:

  • If an SchemaType dosnt extend SchemaTypeOptions, the options are now defaulted to the outer-layer
  • innerOptions and outerOptions can now be used for Maps too
  • Custom Validators now support message being an function
  • [IC] mapOptions now always errors if the given type dosnt extend mongoose.SchemaTypeOptions

v7.3.0-0

Includes since last pre-release:

  • Update Dependencies
    • mongoose to 5.9.19
    • @types/mongoose to 5.7.27
    • @types/lodash to 4.14.155
    • typescript to 3.9.5
  • TimeStamps's (Default Class) properties are not marked as Readonly anymore
  • All Typeguards now accept undefined as the first parameter too (if an type was OR with undefined, the function would give an type-error)
  • Add option discriminators for embedded Discriminators #248
  • Set correct Decorator Return type (ClassDecorator & PropertyDecorator)
  • Change warning message for warnMixed
  • [IC] Moved function _buildPropMetadata to its own file (processProp) and renamed it to processProp #286
  • [IC] Moved pre-processing in function prop into processProp #286
  • [IC] Removed error NoMetadataError
Changelog

Sourced from @typegoose/typegoose's changelog.

7.3.0

  • Update Dependencies
    • mongoose to 5.9.22
    • lodash to 4.17.19
    • @types/mongoose to 5.7.30
    • @types/lodash to 4.14.157
    • @types/semver to 7.3.1
    • typescript to 3.9.6
  • TimeStamps's (Default Class) properties are not marked as Readonly anymore
  • All Typeguards now accept undefined as the first parameter too (if an type was OR with undefined, the function would give an type-error)
  • Add option discriminators for embedded Discriminators [typegoose#248]
  • Set correct Decorator Return type (ClassDecorator & PropertyDecorator)
  • Change warning message for warnMixed
  • If an SchemaType dosnt extend SchemaTypeOptions, the options are now defaulted to the outer-layer
  • innerOptions and outerOptions can now be used for Maps too
  • Custom Validators now support message being an function
  • Automatically convert mongoose.Types.Buffer to mongoose.Schema.Types.Buffer
  • Fix Types when extending default class Base with other than ObjectId [typegoose#316]
  • [IC] mapOptions now always errors if the given type dosnt extend mongoose.SchemaTypeOptions
  • [IC] Moved function _buildPropMetadata to its own file (processProp) and renamed it to processProp [typegoose#286]
  • [IC] Moved pre-processing in function prop into processProp [typegoose#286]
  • [IC] Removed error NoMetadataError
  • [IC] Removed check that Type needs to be defined in prop / processProp
Commits
  • 2910248 Release 7.3.0
  • fb019cb Changelog catchup
  • eacc109 Update Dependencies
  • 3e71ff1 - pull_request_template(github): remove "misc" section
  • 4827d55 disable travis "npm audit"
  • 5b39cd0 Changelog Catchup
  • 5ab36da fix the DocumentType definition when the model extends Base<>
  • 48e03b6 Set Version to 7.3.0-1
  • 81c7f2a ValidatorOptions: allow "message" being an function
  • 129dbbc fix typo in ISSUE_TEMPLATES/bug
  • Additional commits viewable in compare view

Dependabot compatibility score

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 20, 2020
kodiakhq[bot]
kodiakhq bot previously approved these changes Jul 20, 2020
@kodiakhq kodiakhq bot removed the automerge label Jul 20, 2020
@kodiakhq
Copy link
Contributor

kodiakhq bot commented Jul 20, 2020

This PR currently has a merge conflict. Please resolve this and then re-add the automerge label.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/typegoose/typegoose-7.3.0 branch from 3a5fd3e to d82d3f5 Compare July 20, 2020 18:05
kodiakhq[bot]
kodiakhq bot previously approved these changes Jul 20, 2020
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/typegoose/typegoose-7.3.0 branch from d82d3f5 to 7aec09a Compare July 21, 2020 04:23
@CLAassistant
Copy link

CLAassistant commented Jul 21, 2020

CLA assistant check
All committers have signed the CLA.

@kodiakhq kodiakhq bot merged commit 76e2928 into master Jul 21, 2020
@kodiakhq kodiakhq bot deleted the dependabot/npm_and_yarn/typegoose/typegoose-7.3.0 branch July 21, 2020 14:36
@github-actions
Copy link

🎉 This PR is included in version 1.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants