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

chore(deps): update dependency eslint-plugin-yaml to v1 #68

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-yaml 0.5.0 -> 1.0.3 age adoption passing confidence

Release Notes

aminya/eslint-plugin-yaml (eslint-plugin-yaml)

v1.0.3

Compare Source

What's Changed

New Contributors

Full Changelog: aminya/eslint-plugin-yaml@v1.0.2...v1.0.3

v1.0.2

Compare Source

What's Changed

Full Changelog: aminya/eslint-plugin-yaml@v1.0.1...v1.0.2

v1.0.1

Compare Source

What's Changed

Full Changelog: aminya/eslint-plugin-yaml@v1.0.0...v1.0.1

v1.0.0

Compare Source

What's Changed

Eslint 9 Support

Add the following to eslint.config.cjs:

const pluginYaml = require("esling-plugin-yaml").default

module.exports = [pluginYaml.configs.recommended]

or to eslint.config.mjs:

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.

{
  "plugins": ["yaml"],
  "extends": ["plugin:yaml/legacy"]
}

Full Changelog: aminya/eslint-plugin-yaml@v0.5.0...v1.0.0


Configuration

📅 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.


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

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

vercel bot commented Jul 1, 2024

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

@renovate renovate bot force-pushed the renovate/eslint-plugin-yaml-1.x branch from 1f63507 to 82a180f Compare July 16, 2024 02:02
@renovate renovate bot force-pushed the renovate/eslint-plugin-yaml-1.x branch from 82a180f to db524e8 Compare July 16, 2024 02:03
@therockstorm therockstorm deleted the renovate/eslint-plugin-yaml-1.x branch July 16, 2024 02:28
Copy link
Contributor Author

renovate bot commented Jul 16, 2024

Renovate Ignore Notification

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant