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

ValidatorInterface::validateString() and implementations are documented as non-empty-string #63

Merged
merged 2 commits into from Jan 31, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2022

Updates the requirements on vimeo/psalm to permit the latest version.

Release notes

Sourced from vimeo/psalm's releases.

4.19.0

What's Changed

Deprecations

Features

Fixes

... (truncated)

Commits
  • a2ad69a Merge pull request #7501 from KevinVanSonsbeek/bugfix/#7479-domtext-nodevalue...
  • 6b59dd9 Made the nodeValue nullable as indicated by the docs.
  • f6a8921 Merge pull request #7489 from KevinVanSonsbeek/bugfix/#6151-typedoesnotcontai...
  • 5cd5255 Merge pull request #7494 from zoonru/deprecate_template_extended_count
  • d2d151c Update baseline
  • b30121b Deprecate template_extended_count
  • 7507274 Fixed return type in the historical callmap, and the old state in the CallMap...
  • 5a1ddf5 Fixed the return type in the callmap
  • 62d458b Added the change to the delta callmap for php 8.0
  • e7ac047 Merge pull request #7486 from villfa/fix/phar-getmetadata
  • Additional commits viewable in compare view

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 dependabot bot requested a review from a team as a code owner January 29, 2022 06:08
@dependabot dependabot bot added dependencies dependency related tools labels Jan 29, 2022
Updates the requirements on [vimeo/psalm](https://github.com/vimeo/psalm) to permit the latest version.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](vimeo/psalm@4.18.1...4.19.0)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/tools/psalm/vimeo/psalm-4.19.0 branch from 08a0ceb to 8198254 Compare January 29, 2022 19:13
…y string

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
@jkowalleck jkowalleck force-pushed the dependabot/composer/tools/psalm/vimeo/psalm-4.19.0 branch from 1eca590 to 8d56a7b Compare January 31, 2022 18:46
@jkowalleck jkowalleck changed the title tools(deps-dev): update vimeo/psalm requirement from 4.18.1 to 4.19.0 in /tools/psalm ValidatorInterface::validateString() and implementations are documented as non-empty-string Jan 31, 2022
@jkowalleck jkowalleck merged commit 66a5105 into master Jan 31, 2022
@jkowalleck jkowalleck deleted the dependabot/composer/tools/psalm/vimeo/psalm-4.19.0 branch January 31, 2022 18:50
jkowalleck added a commit that referenced this pull request Jan 31, 2022
* Fixed
  * `CycloneDX\Core\Validation\ValidatorInterface::validateString()` and implementations
    are documented as `non-empty-string`, were undocumented `string` before. (via [#63])

[#63]: #63
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies dependency related tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant