Skip to content
This repository was archived by the owner on Oct 29, 2019. It is now read-only.

Bump simpl-schema from 1.5.0 to 1.5.6#52

Open
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/simpl-schema-1.5.6
Open

Bump simpl-schema from 1.5.0 to 1.5.6#52
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/simpl-schema-1.5.6

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps simpl-schema from 1.5.0 to 1.5.6.

Changelog

Sourced from simpl-schema's changelog.

1.5.6

  • Update dependencies
  • Adjust the way Babel builds so that you don't need to do .default when importing in a non-Babel Node project.

1.5.5

  • Fix #294 - Now auto-converting values during cleaning does not convert if the value type is any of the types in a oneOf type

1.5.4

  • Add $setOnInsert to modifiers for defaultValues only when isUpsert is set to true in clean options or in extended autoValue context. It used to be ignored but newer MongoDB versions throw an error. Might fix #304
  • Fix #307 - Test for empty object when creating schema (thanks @​coagmano)
  • autoValue functions sort preserves fields order on the same depth (thanks @​bhunjadi)
  • getAllowedValues now returns null when allowedValues isn't set (thanks @​MohammedEssehemy)
  • Update Mocha and other dependencies
  • Readme updates (thanks @​ozzywalsh)

1.5.3

Update to latest mongo-object package dependency

1.5.2

Include README.md and LICENSE in the published package

1.5.1

  • Fix issues with $pull modifier being incorrectly cleaned in some cases where some properties have defaultValue (thanks @​vparpoil)
  • Other behind-the-scenes refactoring
Commits
  • dde0532 chore: publish 1.5.6
  • 580ceb1 fix: export properly for non-Babel Node projects
  • fb1940c chore: update to Babel 7
  • 3074477 test: update test app
  • e80f535 Publish 1.5.5
  • 94b9ef7 fix: Prevent clean from changing a valid type from a oneOf group (#309)
  • 3311830 Publish 1.5.4
  • d901a88 feat: update packages to resolve vulnerabilities
  • 8348dc8 fix: add $setOnInsert for defaultValue only when isUpsert
  • 67cb50e chore: update version in lock file
  • 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 ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Oct 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants