therockstorm / privacy-protect

Securely share and store passwords and sensitive files.
https://www.privacyprotect.dev/
MIT License
137 stars 18 forks source link

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

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 4 months ago

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`](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.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.



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

vercel[bot] commented 4 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
renovate[bot] commented 3 months ago

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.