Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Update dependency yamllint to v1.33.0 #526

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 17, 2018

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
yamllint ==1.12.0 -> ==1.33.0 age adoption passing confidence

Release Notes

adrienverge/yamllint (yamllint)

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

v1.23.0

Compare Source

  • Allow rules to validate their configuration
  • Add options extra-required and extra-allowed to quoted-strings

v1.22.1

Compare Source

  • Fix quoted-strings rule with only-when-needed on corner cases

v1.22.0

Compare Source

  • Add check-keys option to the truthy rule
  • Fix quoted-strings rule not working on sequences items
  • Sunset Python 2

v1.21.0

Compare Source

  • Fix new-lines rule on Python 3 with DOS line endings
  • Fix quoted-strings rule not working for string values matching scalars
  • Add required: only-when-needed option to the quoted-strings rule

v1.20.0

Compare Source

  • Add --no-warnings option to suppress warning messages
  • Use 'syntax' as rule name upon syntax errors

v1.19.0

Compare Source

  • Allow disabling all checks for a file with # yamllint disable-file

v1.18.0

Compare Source

  • Lint .yamllint config file by default
  • Also read config from .yamllint.yml and .yamllint.yaml
  • Improve documentation for yaml-files
  • Update documentation for pre-commit
  • Explicitly disable empty-values and octal-values rules

v1.17.0

Compare Source

  • Simplify installation instructions in the README
  • Add OpenBSD installation instructions
  • Make YAML file extensions configurable

v1.16.0

Compare Source

  • Add FreeBSD installation instructions
  • Fix the line rule to correctly handle DOS new lines
  • Add the allowed-values option to the truthy rule
  • Allow configuration options to be a list of enums

v1.15.0

Compare Source

  • Allow linting from standard input with yamllint -

v1.14.0

Compare Source

  • Fix documentation code snippets
  • Drop Python 2.6 and 3.3 support, add Python 3.7 support
  • Update documentation and tests for line-length + Unicode + Python 2
  • Allow rule configurations to lack options
  • Add a new ignore-shebangs option for the comments rule

v1.13.0

Compare Source

  • Use isinstance(x, y) instead of type(x) == y
  • Add a new -f colored option
  • Update documentation about colored output when run from CLI

v1.12.1

Compare Source

  • Fix the quoted-strings rule, broken implementation
  • Fix missing documentation for the quoted-strings rule

Configuration

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

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency yamllint to v1.12.1 Update dependency yamllint to v1.13.0 Nov 14, 2018
@renovate renovate bot changed the title Update dependency yamllint to v1.13.0 Update dependency yamllint to v1.14.0 Jan 14, 2019
@renovate renovate bot changed the title Update dependency yamllint to v1.14.0 Update dependency yamllint to v1.15.0 Feb 11, 2019
@renovate renovate bot changed the title Update dependency yamllint to v1.15.0 Update dependency yamllint to v1.16.0 Jun 19, 2019
@renovate renovate bot changed the title Update dependency yamllint to v1.16.0 Update dependency yamllint to v1.17.0 Aug 20, 2019
@renovate renovate bot changed the title Update dependency yamllint to v1.17.0 Update dependency yamllint to v1.18.0 Nov 11, 2019
@renovate renovate bot changed the title Update dependency yamllint to v1.18.0 Update dependency yamllint to v1.19.0 Nov 21, 2019
@renovate renovate bot changed the title Update dependency yamllint to v1.19.0 Update dependency yamllint to v1.20.0 Dec 30, 2019
@renovate renovate bot changed the title Update dependency yamllint to v1.20.0 Update dependency yamllint to v1.23.0 Apr 28, 2020
@renovate renovate bot changed the title Update dependency yamllint to v1.23.0 Update dependency yamllint to v1.24.2 Aug 24, 2020
@renovate renovate bot changed the title Update dependency yamllint to v1.24.2 Update dependency yamllint to v1.25.0 Oct 28, 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 force-pushed the renovate/yamllint-1.x branch 4 times, most recently from 443be8d to 42d3c34 Compare May 16, 2021 01:33
@renovate renovate bot force-pushed the renovate/yamllint-1.x branch 2 times, most recently from 9f8558f to 5ce20b5 Compare July 5, 2021 10:18
@renovate renovate bot force-pushed the renovate/yamllint-1.x branch 2 times, most recently from b330893 to 9110b89 Compare July 16, 2021 18:16
@renovate renovate bot force-pushed the renovate/yamllint-1.x branch 4 times, most recently from 04caba4 to 754f937 Compare July 24, 2021 19:31
@renovate renovate bot changed the title Update dependency yamllint to v1.26.1 Update dependency yamllint to v1.26.2 Aug 3, 2021
@renovate renovate bot force-pushed the renovate/yamllint-1.x branch 2 times, most recently from cf7c9bd to b45131c Compare August 8, 2021 12:46
@renovate renovate bot changed the title Update dependency yamllint to v1.26.2 Update dependency yamllint to v1.26.3 Aug 21, 2021
@renovate renovate bot force-pushed the renovate/yamllint-1.x branch 2 times, most recently from 564bb20 to 1603ddb Compare September 14, 2021 09:52
@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 17, 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 28, 2023
@renovate renovate bot changed the title Update dependency yamllint to v1.32.0 Update dependency yamllint to v1.33.0 Nov 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants