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 schema-utils from 2.3.0 to 2.5.0 #9825

Merged
merged 4 commits into from
Oct 16, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps schema-utils from 2.3.0 to 2.4.1.

Release notes

Sourced from schema-utils's releases.

v2.4.1

2.4.1 (2019-09-27)

Bug Fixes

v2.4.0

2.4.0 (2019-09-26)

Features

  • better errors when the type keyword doesn't exist (0988be2)
  • support $data reference (#56) (d2f11d6)
  • types definitions (#52) (facb431)
Changelog

Sourced from schema-utils's changelog.

2.4.1 (2019-09-27)

Bug Fixes

2.4.0 (2019-09-26)

Features

  • better errors when the type keyword doesn't exist (0988be2)
  • support $data reference (#56) (d2f11d6)
  • types definitions (#52) (facb431)
Commits

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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@jsf-clabot
Copy link

jsf-clabot commented Oct 15, 2019

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ sokra
❌ dependabot-preview[bot]

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 15, 2019
@webpack-bot
Copy link
Contributor

For maintainers only:

  • This needs to be documented (issue in webpack/webpack.js.org will be filed when merged)

@@ -11,9 +11,10 @@ const validateSchema = (schema, options) => {
validate(schema, options, {
name: "Webpack",
postFormatter: (formattedError, error) => {
const children = /** @type {TODO} */ (error).children;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@webpack-bot
Copy link
Contributor

Thank you for your pull request! The most important CI builds succeeded, we’ll review the pull request soon.

@sokra sokra changed the title chore(deps): bump schema-utils from 2.3.0 to 2.4.1 chore(deps): bump schema-utils from 2.3.0 to 2.5.0 Oct 15, 2019
@dependabot-preview
Copy link
Contributor Author

A newer version of schema-utils exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@sokra sokra force-pushed the dependabot/npm_and_yarn/schema-utils-2.4.1 branch from 992cb5f to 59c141d Compare October 16, 2019 14:50
@webpack-bot webpack-bot merged commit 65dca95 into master Oct 16, 2019
@webpack-bot webpack-bot deleted the dependabot/npm_and_yarn/schema-utils-2.4.1 branch October 16, 2019 16:34
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 PR: CI-ok PR: reviewed-approved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants