Closed renovate[bot] closed 3 months ago
The latest updates on your projects. Learn more about Vercel for Git βοΈ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
privacy-protect-68pv | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Jul 16, 2024 2:04am |
Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 1.x
releases. But if you manually upgrade to 1.x
then Renovate will re-enable minor
and patch
updates automatically.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
This PR contains the following updates:
0.5.0
->1.0.3
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 - "before 4am on the first day of the month" in timezone America/Denver, 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 has been generated by Mend Renovate. View repository job log here.