networktocode / diffsync

A utility library for comparing and synchronizing different datasets.
https://diffsync.readthedocs.io/
Other
156 stars 27 forks source link

chore(deps): update dependency yamllint to v1.35.1 #223

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

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

Release Notes

adrienverge/yamllint (yamllint) ### [`v1.35.1`](https://redirect.github.com/adrienverge/yamllint/blob/HEAD/CHANGELOG.rst#1351-2024-02-16) [Compare Source](https://redirect.github.com/adrienverge/yamllint/compare/v1.35.0...v1.35.1) - Restore ignoration of files passed as command-line arguments - Revert API change from version 1.35.0 ### [`v1.35.0`](https://redirect.github.com/adrienverge/yamllint/blob/HEAD/CHANGELOG.rst#1350-2024-02-15) [Compare Source](https://redirect.github.com/adrienverge/yamllint/compare/v1.34.0...v1.35.0) - 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`](https://redirect.github.com/adrienverge/yamllint/blob/HEAD/CHANGELOG.rst#1340-2024-02-06) [Compare Source](https://redirect.github.com/adrienverge/yamllint/compare/v1.33.0...v1.34.0) - 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`](https://redirect.github.com/adrienverge/yamllint/blob/HEAD/CHANGELOG.rst#1330-2023-11-09) [Compare Source](https://redirect.github.com/adrienverge/yamllint/compare/v1.32.0...v1.33.0) - 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`](https://redirect.github.com/adrienverge/yamllint/blob/HEAD/CHANGELOG.rst#1320-2023-05-22) [Compare Source](https://redirect.github.com/adrienverge/yamllint/compare/v1.31.0...v1.32.0) - Look for configuration file in parent directories - Rule `anchors`: add new option `forbid-unused-anchors` ### [`v1.31.0`](https://redirect.github.com/adrienverge/yamllint/blob/HEAD/CHANGELOG.rst#1310-2023-04-21) [Compare Source](https://redirect.github.com/adrienverge/yamllint/compare/v1.30.0...v1.31.0) - 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`](https://redirect.github.com/adrienverge/yamllint/blob/HEAD/CHANGELOG.rst#1300-2023-03-22) [Compare Source](https://redirect.github.com/adrienverge/yamllint/compare/v1.29.0...v1.30.0) - 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

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.



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