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

Update dependency yamllint to v1.35.1 #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 22, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
yamllint ==1.23.0 -> ==1.35.1 age adoption passing confidence

Release Notes

adrienverge/yamllint (yamllint)

v1.35.1

Compare Source

  • Restore ignoration of files passed as command-line arguments
  • Revert API change from version 1.35.0

v1.35.0

Compare Source

  • Fix failure on broken symlinks that should be ignored
  • API change: linter.run(stream, config) doesn't filter files anymore
  • Docs: Restore official Read the Docs theme

v1.34.0

Compare Source

  • Config: validate ignore-from-file inside rules
  • Rule quoted-strings: fix only-when-needed in flow maps and sequences
  • Rule key-duplicates: add forbid-duplicated-merge-keys option
  • Rule quoted-strings: add check-keys option
  • Docs: add GitLab CI example
  • Rule truthy: adapt forbidden values based on YAML version

v1.33.0

Compare Source

  • Add support for Python 3.12, drop support for Python 3.7
  • Rule document-end: fix spurious "missing document end"
  • Rule empty-values: add forbid-in-block-sequences option

v1.32.0

Compare Source

  • Look for configuration file in parent directories
  • Rule anchors: add new option forbid-unused-anchors

v1.31.0

Compare Source

  • Build: migrate from setup.py to pyproject.toml
  • Docs: update some outdated URLs
  • Rule colons: prevent error when space before is mandatory

v1.30.0

Compare Source

  • Rule anchors: add new rule to detect undeclared or duplicated anchors
  • Python API: prevent using is_file_ignored() with null filepath
  • Docs: fix misleading Python API example
  • Docs: fix plain text code snippet example
  • Docs: update pre-commit hook example

v1.29.0

Compare Source

  • Add support for Python 3.11, drop support for Python 3.6
  • Rule float-values: fix bug on strings containing fordidden values
  • Stop releasing universal wheels
  • Use proper Python 3 I/O type for file reading
  • Rule indentation: fix indent-sequences in nested collections
  • Docs: clarify disable-line and parser errors, give a workaround
  • Refactors to apply some pyupgrade suggestions
  • Allow using a list of strings in ignore configuration
  • Add --list-files command line option

v1.28.0

Compare Source

  • Better compress PNG image in documentation
  • Remove __future__ imports specific to Python 2
  • Remove inheritance from object specific to Python 2
  • Simplify GitHub Actions example in documentation
  • Update ALE vim plugin link in documentation
  • Update license to latest version of GPLv3
  • Pre-compile disable/enable rules regexes
  • Rule quoted-strings: add allow-quoted-quotes option
  • Add option ignore-from-file in config

v1.27.1

Compare Source

  • Fix failing test on key-duplicates for old PyYAML versions

v1.27.0

Compare Source

  • Add support for Python 3.10, drop Python 3.5
  • Fix GitHub Actions workflow
  • Refactor --format=auto logic
  • Update GitHub format output to use groups
  • Rule comments: allow whitespace after the shebang marker
  • Multiple minor fixes in documentation
  • Configure Sphinx to make man page show up in apropos
  • Attempt to clarify configuration file location in documentation
  • Rule key-duplicates: don't crash on redundant closing brackets or braces
  • Use rstcheck to lint documentation on the CI
  • Remove UTF-8 headers in Python files, since Python 2 isn't supported
  • Add various tests to increase coverage
  • Rule octal-values: pre-compile regex for performance
  • Add sections for Visual Studio Code and IntelliJ in documentation
  • Rule new-lines: add the type: platform config option
  • Add the new rule float-values

v1.26.3

Compare Source

  • Restore runtime dependency setuptools for Python < 3.8

v1.26.2

Compare Source

  • Fix python_requires to comply with PEP 345 and PEP 440

v1.26.1

Compare Source

  • Remove runtime dependency setuptools for Python < 3.8
  • Fix line_length to skip all hash signs starting comment

v1.26.0

Compare Source

  • End support for Python 2 and Python 3.4, add support for Python 3.9
  • Add forbid: non-empty option to braces and brackets rules
  • Fix quoted-strings for explicit octal recognition
  • Add documentation for integration with Arcanist
  • Fix typos in changelog and README
  • Stop using deprecated python setup.py test in tests

v1.25.0

Compare Source

  • Run tests on Travis both with and without UTF-8 locales
  • Improve documentation with default values to rules with options
  • Improve documentation with a Python API usage example
  • Fix documentation on commas examples
  • Packaging: move setuptools' configuration from setup.py to setup.cfg
  • Packaging: add extra info in PyPI metadata
  • Improve documentation on yaml-files
  • Fix octal-values to prevent detection of 8 and 9 as octal values
  • Fix quoted-strings Fix detecting strings with hashtag as requiring quotes
  • Add forbid configuration to the braces and brackets rules
  • Fix runtime dependencies missing setuptools
  • Add a new output format for GitHub Annotations (--format github)
  • Fix DOS lines messing with rule IDs in directives

v1.24.2

Compare Source

  • Add locale config option and make key-ordering locale-aware

v1.24.1

Compare Source

  • Revert locale config option from version 1.24.0 because of a bug

v1.24.0

Compare Source

  • Specify config with environment variable YAMLLINT_CONFIG_FILE
  • Fix bug with CRLF in new-lines and require-starting-space
  • Do not run linter on directories whose names look like YAML files
  • Add locale config option and make key-ordering locale-aware

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency yamllint to v1.24.2 Update dependency yamllint to v1.25.0 Oct 26, 2020
@renovate renovate bot changed the title Update dependency yamllint to v1.25.0 Update dependency yamllint to v1.26.0 Jan 30, 2021
@renovate renovate bot changed the title Update dependency yamllint to v1.26.0 Update dependency yamllint to v1.26.1 Apr 26, 2021
@renovate renovate bot changed the title Update dependency yamllint to v1.26.1 Update dependency yamllint to v1.26.3 Oct 18, 2021
@renovate renovate bot changed the title Update dependency yamllint to v1.26.3 Update dependency yamllint to v1.28.0 Sep 25, 2022
@renovate renovate bot changed the title Update dependency yamllint to v1.28.0 Update dependency yamllint to v1.29.0 Mar 18, 2023
@renovate renovate bot changed the title Update dependency yamllint to v1.29.0 Update dependency yamllint to v1.30.0 Mar 24, 2023
@renovate renovate bot changed the title Update dependency yamllint to v1.30.0 Update dependency yamllint to v1.32.0 May 29, 2023
@renovate renovate bot changed the title Update dependency yamllint to v1.32.0 Update dependency yamllint to v1.33.0 Nov 10, 2023
@renovate renovate bot changed the title Update dependency yamllint to v1.33.0 Update dependency yamllint to v1.34.0 Feb 7, 2024
@renovate renovate bot changed the title Update dependency yamllint to v1.34.0 Update dependency yamllint to v1.35.0 Feb 16, 2024
@renovate renovate bot changed the title Update dependency yamllint to v1.35.0 Update dependency yamllint to v1.35.1 Feb 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants