Closed renovate[bot] closed 2 months ago
This PR contains the following updates:
^0.5.0
^1.0.0
π 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 is behind base branch, 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.
This PR contains the following updates:
^0.5.0
->^1.0.0
Release Notes
aminya/eslint-plugin-yaml (eslint-plugin-yaml)
### [`v1.0.3`](https://togithub.com/aminya/eslint-plugin-yaml/releases/tag/v1.0.3) [Compare Source](https://togithub.com/aminya/eslint-plugin-yaml/compare/v1.0.2...v1.0.3) #### What's Changed - fix spelling by [@jefhar](https://togithub.com/jefhar) in [https://github.com/aminya/eslint-plugin-yaml/pull/78](https://togithub.com/aminya/eslint-plugin-yaml/pull/78) #### New Contributors - [@jefhar](https://togithub.com/jefhar) made their first contribution in [https://github.com/aminya/eslint-plugin-yaml/pull/78](https://togithub.com/aminya/eslint-plugin-yaml/pull/78) **Full Changelog**: https://github.com/aminya/eslint-plugin-yaml/compare/v1.0.2...v1.0.3 ### [`v1.0.2`](https://togithub.com/aminya/eslint-plugin-yaml/releases/tag/v1.0.2) [Compare Source](https://togithub.com/aminya/eslint-plugin-yaml/compare/v1.0.1...v1.0.2) #### What's Changed - fix: improve ESM/CJS import compatibility + fix config types by [@aminya](https://togithub.com/aminya) in [https://github.com/aminya/eslint-plugin-yaml/pull/77](https://togithub.com/aminya/eslint-plugin-yaml/pull/77) **Full Changelog**: https://github.com/aminya/eslint-plugin-yaml/compare/v1.0.1...v1.0.2 ### [`v1.0.1`](https://togithub.com/aminya/eslint-plugin-yaml/releases/tag/v1.0.1) [Compare Source](https://togithub.com/aminya/eslint-plugin-yaml/compare/v1.0.0...v1.0.1) #### What's Changed - fix: explicitly skip-non yaml files by [@aminya](https://togithub.com/aminya) in [https://github.com/aminya/eslint-plugin-yaml/pull/76](https://togithub.com/aminya/eslint-plugin-yaml/pull/76) **Full Changelog**: https://github.com/aminya/eslint-plugin-yaml/compare/v1.0.0...v1.0.1 ### [`v1.0.0`](https://togithub.com/aminya/eslint-plugin-yaml/releases/tag/v1.0.0) [Compare Source](https://togithub.com/aminya/eslint-plugin-yaml/compare/v0.5.0...v1.0.0) #### What's Changed - feat: support EsLint 9 by [@aminya](https://togithub.com/aminya) in [https://github.com/aminya/eslint-plugin-yaml/pull/75](https://togithub.com/aminya/eslint-plugin-yaml/pull/75) - fix: update dependencies + maintenance by [@aminya](https://togithub.com/aminya) in [https://github.com/aminya/eslint-plugin-yaml/pull/74](https://togithub.com/aminya/eslint-plugin-yaml/pull/74) #### Eslint 9 Support Add the following to `eslint.config.cjs`: ```js const pluginYaml = require("esling-plugin-yaml").default module.exports = [pluginYaml.configs.recommended] ``` or to `eslint.config.mjs`: ```js import pluginYaml from "esling-plugin-yaml" export default [pluginYaml.configs.recommended] ``` #### Breaking Change For Eslint 8 Eslint 8 support is now through the `legacy` config. See [the readme](https://togithub.com/aminya/eslint-plugin-yaml#eslint-8-and-below). ```yaml { "plugins": ["yaml"], "extends": ["plugin:yaml/legacy"] } ``` **Full Changelog**: https://github.com/aminya/eslint-plugin-yaml/compare/v0.5.0...v1.0.0Configuration
π 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 is behind base branch, 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.