Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Update sspooky13/yaml-standards requirement from ^5.1 to ^5.1 || ^6.0#12456

Merged
pamil merged 1 commit into
masterfrom
dependabot/composer/sspooky13/yaml-standards-tw-5.1or-tw-6.0
Mar 19, 2021
Merged

Update sspooky13/yaml-standards requirement from ^5.1 to ^5.1 || ^6.0#12456
pamil merged 1 commit into
masterfrom
dependabot/composer/sspooky13/yaml-standards-tw-5.1or-tw-6.0

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

Updates the requirements on sspooky13/yaml-standards to permit the latest version.

Changelog

Sourced from sspooky13/yaml-standards's changelog.

[6.0.0] - 2021-03-19

Added

  • Yaml alphabetical: create fixer
  • Config: added new parameter for prioritizing keys in alphabetical functionality

Changed

  • Yaml files path service: use wildcards for find files instead of directory recursive iterator
  • Yaml empty line at end: this standard can be used for any file suffix

Fixed

  • Yaml indent: fix get correct indents for array
apiVersion2: v1
    -   addresses:
            -   ip: ~
        ports:
+           -   name: postgres
+               port: 5432
-                -   name: postgres
-                    port: 5432
  • Yaml files path service: now you can use curly braces to find file, e.g.: services.{yml,yaml}
  • Yaml alphabetical: fixed right sort yaml by depth

[5.1.2] - 2020-02-02

Fixed

  • Yaml service aliasing: get correct short type if alias has double quotes

[5.1.1] - 2019-12-27

Fixed

  • Yaml empty line at end: correct fix file with one non-blank line

[5.1.0] - 2019-12-26

Added

  • Config: add new parameter for preserve indents comment lines without parent
    • Yaml indents: don't change indents for comment line without parent if is set 'preserved' parameter

Fixed

  • Yaml indent: fix issue with file ending with comment line

[5.0.0] - 2019-12-15

Added

  • create fixer for yaml spaces between groups
  • from now project can set different and more options for yaml standards
    • create config file with options
  • whoever can create own checker and fixer and add it to config file
  • create new standards: YamlEmptyLineAtEnd
    • Check yaml file has empty line at end of file
  • create new standards: YamlServiceAliasing
    • Check yaml service file observe short or long code style aliasing

... (truncated)

Commits
  • 37fed78 release new version
  • ab9d981 Yaml alphabetical: create new parameter for set prioritized keys (#59)
  • 63cf7ac update changelog
  • 0b0eb26 Yaml alphabetical: create tests for sort service
  • 921665e Yaml alphabetical: fixed right sort yaml by depth
  • 81ee94d Yaml alphabetical: sort array by prioritized keys
  • 0b8b7c8 Refactoring: create separate class for sort array
  • 9b4a625 Configuration: add new option for keys that will be prioritized for alphabetical
  • b778d87 Yaml files path service: now you can use curly braces to find file
  • ef75871 Yaml alphabetical: create fixer and tests (#58)
  • 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 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 requested a review from a team as a code owner March 19, 2021 10:26
@dependabot-preview dependabot-preview Bot added the Dependencies Pull requests that update a dependency file label Mar 19, 2021
@pamil pamil merged commit d31b583 into master Mar 19, 2021
@pamil
Copy link
Copy Markdown
Contributor

pamil commented Mar 19, 2021

Thank you, @dependabot-preview[bot]! 🎉

@dependabot-preview
Copy link
Copy Markdown
Contributor Author

👋 If you need additional help with Dependabot, please fill out GitHub's Support form and your request will be routed to the right team at GitHub.

Be sure to include the details of any troubleshooting steps you've tried so far.

@dependabot-preview dependabot-preview Bot deleted the dependabot/composer/sspooky13/yaml-standards-tw-5.1or-tw-6.0 branch March 19, 2021 10:48
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant