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

Bump GrantBirki/json-yaml-validate from 1.5.0 to 2.0.0 #93

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2023

Bumps GrantBirki/json-yaml-validate from 1.5.0 to 2.0.0.

Release notes

Sourced from GrantBirki/json-yaml-validate's releases.

v2.0.0

⚠️ Breaking Changes ⚠️

This release introduces potential breaking changes (GrantBirki/json-yaml-validate#17) through the new use_dot_match option:

  • use_dot_match - Tells the Action whether to search paths that are "hidden" (begin with a . like .github). This option defaults to "true" and will search all paths matching "dot path criteria" unless set to "false".

For the majority of users, I do not expect issues to arise from this release. However, if you are not expecting dot (.) directories to be scanned, this Action may now fail for you unless you exclude this setting through use_dot_match: "false".

As always, feel free to open an issue in this repository if you have any questions

What's Changed

Full Changelog: GrantBirki/json-yaml-validate@v1.5.0...v2.0.0

Commits
  • 62fe13e Merge pull request #18 from GrantBirki/node-package-updates
  • e023dd7 bundle
  • e22f1af npm update
  • 4ff138c Merge pull request #17 from GrantBirki/dot-match
  • 110b887 add dot mode yaml tests
  • b4a6b82 update json tests for dot mode
  • 2ab8f19 use dot matching for json and yaml validators
  • 917d470 update docs and actions inputs
  • 55c444f Merge pull request #15 from GrantBirki/dependabot/npm_and_yarn/tough-cookie-4...
  • bb212b0 Bump tough-cookie from 4.1.2 to 4.1.3
  • See full diff 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)

Bumps [GrantBirki/json-yaml-validate](https://github.com/grantbirki/json-yaml-validate) from 1.5.0 to 2.0.0.
- [Release notes](https://github.com/grantbirki/json-yaml-validate/releases)
- [Commits](GrantBirki/json-yaml-validate@v1.5.0...v2.0.0)

---
updated-dependencies:
- dependency-name: GrantBirki/json-yaml-validate
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies changes related to dependencies or packages github_actions Pull requests that update GitHub Actions code labels Aug 1, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Aug 1, 2023

👋 Thanks for opening a pull request!

If you are new, please check out the trimmed down summary of the deployment process below:

  1. 👀 Observe the CI jobs and tests to ensure they are passing

  2. ✔️ Obtain an approval/review on this pull request

  3. 🚀 Deploy your pull request to the production environment with .deploy

    If anything goes wrong, rollback with .deploy main

  4. 🎉 Merge!

If you have a larger change and want to block deployments, you can run .lock --reason <reason> to lock all other deployments (remove with .unlock)

You can view the branch deploy usage guide for additional information

@github-actions github-actions bot mentioned this pull request Aug 2, 2023
@GrantBirki GrantBirki merged commit bdf0096 into main Aug 4, 2023
4 checks passed
@GrantBirki GrantBirki deleted the dependabot/github_actions/GrantBirki/json-yaml-validate-2.0.0 branch August 4, 2023 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies changes related to dependencies or packages github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant