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 #25

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 15, 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 - "after 8pm every weekend" in timezone Asia/Tokyo, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/eslint-plugin-yaml-1.x branch 2 times, most recently from 934dec9 to 912266e Compare June 20, 2024 08:01
@renovate renovate bot force-pushed the renovate/eslint-plugin-yaml-1.x branch from 912266e to c1d66c0 Compare June 30, 2024 10:24
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.

None yet

0 participants