cucumber / gherkin-utils

API for working with Gherkin documents
MIT License
9 stars 4 forks source link

Update dependency eslint-plugin-simple-import-sort to v9 #14

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-simple-import-sort 8.0.0 -> 9.0.0 age adoption passing confidence

Release Notes

lydell/eslint-plugin-simple-import-sort ### [`v9.0.0`](https://togithub.com/lydell/eslint-plugin-simple-import-sort/blob/HEAD/CHANGELOG.md#Version-900-2023-01-16) [Compare Source](https://togithub.com/lydell/eslint-plugin-simple-import-sort/compare/v8.0.0...v9.0.0) This version adds support for \[eslint-plugin-svelte], and for `declare module` in TypeScript. More generally, imports and exports are now supported *anywhere,* by finding the set of parents of all imports and exports and working with those. Previously, the plugin only sorted imports and exports directly inside a `Program` node. For eslint-plugin-svelte and `declare module` that didn’t cut it. This is only a breaking change if you imports or exports in `declare module` in TypeScript, and only in the form of that you need to autofix your files.

Configuration

📅 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 has been generated by Mend Renovate. View repository job log here.