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.3.5 to 7.4.0 #192

Merged
merged 1 commit into from
Sep 22, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps @typegoose/typegoose from 7.3.5 to 7.4.0.

Release notes

Sourced from @typegoose/typegoose's releases.

Release 7.4.0

  • Update Dependencies
    • mongoose to 5.10.4
    • lodash to 4.17.20
    • loglevel to 1.7.0
    • tslib to 2.0.1
    • @types/mongoose to 5.7.36
  • Add warning if justOne is defined, but no Virtual Populate Options
  • Allow any argument to DeferredFunc
  • Add Type DynamicStringFunc
  • Allow definition of functions for localField & foreignField
  • Allow returning an function in ref (ref: () => (doc) => doc.someProp)
  • Allow the NestJS / Type-GraphQl way of defining arrays (type: () => [String] (and nested too))
  • [IC] Fix that dim is included as an option in the schema [typegoose#366]

https://typegoose.github.io/typegoose/docs/changelog#740

v7.4.0-3

Includes since last pre-release:

  • fix failing builds

https://typegoose.github.io/typegoose/docs/changelog#740

v7.4.0-2

Includes since last pre-release:

  • Allow any argument to DeferredFunc
  • Add Type DynamicStringFunc
  • Allow definition of functions for localField & foreignField
  • Allow returning an function in ref (ref: () => (doc) => doc.someProp)

https://typegoose.github.io/typegoose/docs/changelog#740

v7.4.0-1

Includes since last pre-release:

  • Update Dependencies
    • mongoose to 5.10.4
    • lodash to 4.17.20
    • loglevel to 1.7.0
    • tslib to 2.0.1
    • @types/mongoose to 5.7.36

https://typegoose.github.io/typegoose/docs/changelog#740

v7.4.0-0

Includes since last pre-release:

  • Allow the NestJS / Type-GraphQl way of defining arrays (type: () => [String] (and nested too))
Changelog

Sourced from @typegoose/typegoose's changelog.

7.4.0

  • Update Dependencies
    • mongoose to 5.10.4
    • lodash to 4.17.20
    • loglevel to 1.7.0
    • tslib to 2.0.1
    • @types/mongoose to 5.7.36
  • Add warning if justOne is defined, but no Virtual Populate Options
  • Allow any argument to DeferredFunc
  • Add Type DynamicStringFunc
  • Allow definition of functions for localField & foreignField
  • Allow returning an function in ref (ref: () => (doc) => doc.someProp)
  • Allow the NestJS / Type-GraphQl way of defining arrays (type: () => [String] (and nested too))
  • [IC] Fix that dim is included as an option in the schema [typegoose#366]
Commits
  • 23caa9e Release 7.4.0
  • dcd0347 Update devDependencies
  • 52113fc - processProp(src/internal): add warning if "justOne" is defined, but no virt...
  • 9c96b8c Set Version to 7.4.0-3
  • 22e9f1a - errors(test): fix ts-error
  • 999b577 Set Version to 7.4.0-2
  • 1dd5b81 Allow Dynamic "ref" & "foreignField" & "localField"
  • e24b0bc - types(src): DeferredFunc: allow any arguments
  • 2a5eac7 Set Version to 7.4.0-1
  • 6354135 Update Dependencies
  • 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 Sep 21, 2020
@kodiakhq kodiakhq bot merged commit 06c0207 into master Sep 22, 2020
@kodiakhq kodiakhq bot deleted the dependabot/npm_and_yarn/typegoose/typegoose-7.4.0 branch September 22, 2020 09:04
@github-actions
Copy link

🎉 This PR is included in version 1.6.5 🎉

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.

1 participant