Darkhorse-Fraternity / monad-stack

https://monad-stack-docs.vercel.app
MIT License
0 stars 0 forks source link

chore(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4 #80

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ianvs/prettier-plugin-sort-imports ^3.7.1 -> ^4.0.0 age adoption passing confidence

Release Notes

ianvs/prettier-plugin-sort-imports (@​ianvs/prettier-plugin-sort-imports) ### [`v4.3.1`](https://togithub.com/IanVS/prettier-plugin-sort-imports/releases/tag/v4.3.1) [Compare Source](https://togithub.com/ianvs/prettier-plugin-sort-imports/compare/v4.3.0...v4.3.1) #### What's Changed - fixes readme with correct BUILTIN_MODULES setting name by [@​tusharf5](https://togithub.com/tusharf5) in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/177](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/177) - Add support for return in Astro component script by [@​IanVS](https://togithub.com/IanVS) in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/176](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/176) #### New Contributors - [@​tusharf5](https://togithub.com/tusharf5) made their first contribution in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/177](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/177) **Full Changelog**: https://github.com/IanVS/prettier-plugin-sort-imports/compare/v4.3.0...v4.3.1 ### [`v4.3.0`](https://togithub.com/IanVS/prettier-plugin-sort-imports/releases/tag/v4.3.0) [Compare Source](https://togithub.com/ianvs/prettier-plugin-sort-imports/compare/v4.2.1...v4.3.0) #### What's Changed ##### Features - Add support for import attributes by [@​IanVS](https://togithub.com/IanVS) in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/174](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/174) This release adds support for experimental import attributes / assertions. There have been a number of styles proposed by TC-39 over the years, but the latest is to use `import x from 'x' with { type: 'json' };`, which is called an "import attribute". There is also an older "import assertion" form, which uses `assert` instead of `with`. **Note:** You may need to add `"importAttributes"` to your `"importOrderParserPlugins"` option in order to support this. And if you are using the older assertion style, you'll need to add it as `'[\"importAttributes\", {\"deprecatedAssertSyntax\": true}]'`. This plugin will also convert the older assertion style to import attributes. ##### Bugfixes - Fix vue 2.7 support by [@​IanVS](https://togithub.com/IanVS) in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/173](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/173) ##### TypeScript - Augment Prettier `Options` types with internal `PluginConfig` by [@​jeremy-code](https://togithub.com/jeremy-code) in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/172](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/172) You can now type your prettier config as simply `/** @​type {import("prettier").Config} */`, and you'll also get the types for the options this plugin adds, automatically. ##### Docs - Update README to show more options for disabling and overrides by [@​ADTC](https://togithub.com/ADTC) in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/165](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/165) #### New Contributors - [@​ADTC](https://togithub.com/ADTC) made their first contribution in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/165](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/165) - [@​jeremy-code](https://togithub.com/jeremy-code) made their first contribution in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/172](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/172) **Full Changelog**: https://github.com/IanVS/prettier-plugin-sort-imports/compare/v4.2.1...v4.3.0 ### [`v4.2.1`](https://togithub.com/IanVS/prettier-plugin-sort-imports/releases/tag/v4.2.1) [Compare Source](https://togithub.com/ianvs/prettier-plugin-sort-imports/compare/v4.2.0...v4.2.1) #### What's Changed ##### Bugfixes - Detect Vue 2.7 / 3 more reliably by [@​IanVS](https://togithub.com/IanVS) in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/160](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/160) - Setting importOrder to `[]` should disable plugin by [@​IanVS](https://togithub.com/IanVS) in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/161](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/161) **Full Changelog**: https://github.com/IanVS/prettier-plugin-sort-imports/compare/v4.2.0...v4.2.1 ### [`v4.2.0`](https://togithub.com/IanVS/prettier-plugin-sort-imports/releases/tag/v4.2.0) [Compare Source](https://togithub.com/ianvs/prettier-plugin-sort-imports/compare/v4.1.1...v4.2.0) #### What's Changed ##### Features - Support vue 2.7 by [@​IanVS](https://togithub.com/IanVS) in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/156](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/156) ##### Bug fixes - Fix: `node:test` not grouped with `` by [@​IsaiahByDayah](https://togithub.com/IsaiahByDayah) in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/143](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/143) ##### Dependencies - chore(deps): bump [@​babel/traverse](https://togithub.com/babel/traverse) to avoid audit warning by [@​pauliesnug](https://togithub.com/pauliesnug) in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/137](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/137) - Update Babel to 7.24 by [@​IanVS](https://togithub.com/IanVS) in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/154](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/154) ##### Docs - Add example of sorting for built-in node types by [@​IanVS](https://togithub.com/IanVS) in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/155](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/155) #### New Contributors - [@​pauliesnug](https://togithub.com/pauliesnug) made their first contribution in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/137](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/137) - [@​IsaiahByDayah](https://togithub.com/IsaiahByDayah) made their first contribution in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/143](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/143) **Full Changelog**: https://github.com/IanVS/prettier-plugin-sort-imports/compare/v4.1.1...v4.2.0 ### [`v4.1.1`](https://togithub.com/IanVS/prettier-plugin-sort-imports/releases/tag/v4.1.1) [Compare Source](https://togithub.com/ianvs/prettier-plugin-sort-imports/compare/v4.1.0...v4.1.1) #### What's Changed ##### Fixes - Fix type import specifier dupe by [@​AlexJDG](https://togithub.com/AlexJDG) in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/125](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/125) - Fix vue preprocessor may replace wrong code by [@​Tanimodori](https://togithub.com/Tanimodori) in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/135](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/135) ##### Docs - Add `plugins` config to README by [@​IanVS](https://togithub.com/IanVS) in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/114](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/114) - recommend using ^react$ for sorting react to the top. by [@​willhoney7](https://togithub.com/willhoney7) in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/126](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/126) ##### Maintenance and Dependencies - Update semver by [@​useafterfree](https://togithub.com/useafterfree) in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/123](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/123) - Fix test script on windows by [@​Tanimodori](https://togithub.com/Tanimodori) in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/134](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/134) - Upgrade development dependencies by [@​IanVS](https://togithub.com/IanVS) in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/128](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/128) - Improve CI by [@​IanVS](https://togithub.com/IanVS) in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/136](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/136) - Regenerate lockfile by [@​IanVS](https://togithub.com/IanVS) in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/129](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/129) #### New Contributors - [@​useafterfree](https://togithub.com/useafterfree) made their first contribution in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/123](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/123) - [@​willhoney7](https://togithub.com/willhoney7) made their first contribution in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/126](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/126) - [@​AlexJDG](https://togithub.com/AlexJDG) made their first contribution in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/125](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/125) - [@​Tanimodori](https://togithub.com/Tanimodori) made their first contribution in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/134](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/134) **Full Changelog**: https://github.com/IanVS/prettier-plugin-sort-imports/compare/v4.1.0...v4.1.1 ### [`v4.1.0`](https://togithub.com/IanVS/prettier-plugin-sort-imports/releases/tag/v4.1.0) [Compare Source](https://togithub.com/ianvs/prettier-plugin-sort-imports/compare/v4.0.2...v4.1.0) #### What's Changed - Add Prettier v3 to Peer dependencies by [@​Sparticuz](https://togithub.com/Sparticuz) in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/111](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/111) - Upgrade to Prettier 3 in devDependencies by [@​fbartho](https://togithub.com/fbartho) in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/75](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/75) #### New Contributors - [@​Sparticuz](https://togithub.com/Sparticuz) made their first contribution in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/111](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/111) **Full Changelog**: https://github.com/IanVS/prettier-plugin-sort-imports/compare/v4.0.2...v4.1.0 ### [`v4.0.2`](https://togithub.com/IanVS/prettier-plugin-sort-imports/releases/tag/v4.0.2) [Compare Source](https://togithub.com/ianvs/prettier-plugin-sort-imports/compare/v4.0.1...v4.0.2) #### What's Changed - Account for missing filepath by [@​IanVS](https://togithub.com/IanVS) in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/104](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/104) **Full Changelog**: https://github.com/IanVS/prettier-plugin-sort-imports/compare/v4.0.1...v4.0.2 ### [`v4.0.1`](https://togithub.com/IanVS/prettier-plugin-sort-imports/releases/tag/v4.0.1) [Compare Source](https://togithub.com/ianvs/prettier-plugin-sort-imports/compare/v4.0.0...v4.0.1) #### What's Changed - Fix cli in Install section by [@​torn4dom4n](https://togithub.com/torn4dom4n) in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/99](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/99) - Fix dollar sign ($) issue in Vue SFC by [@​istiak-tridip](https://togithub.com/istiak-tridip) in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/101](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/101) #### New Contributors - [@​torn4dom4n](https://togithub.com/torn4dom4n) made their first contribution in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/99](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/99) - [@​istiak-tridip](https://togithub.com/istiak-tridip) made their first contribution in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/101](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/101) **Full Changelog**: https://github.com/IanVS/prettier-plugin-sort-imports/compare/v4.0.0...v4.0.1 ### [`v4.0.0`](https://togithub.com/IanVS/prettier-plugin-sort-imports/releases/tag/v4.0.0) [Compare Source](https://togithub.com/ianvs/prettier-plugin-sort-imports/compare/v3.7.2...v4.0.0) #### What's Changed This new release focuses on simplifying the plugin options, shipping more useful defaults, handling comments around import statements more reliably, and improving Vue and TypeScript compatibility. We also are targeting Node 16 syntax with our build, though older versions may continue to work (untested). See the full [migration guide](https://togithub.com/IanVS/prettier-plugin-sort-imports/blob/next/docs/MIGRATION.md#migrating-from-v3xx-to-v4xx) for details of the breaking changes. ##### ⬆️ Breaking Changes - Build for Node 16+ ([https://github.com/IanVS/prettier-plugin-sort-imports/pull/59](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/59)) - Remove `importOrderBuiltinModulesToTop` (always true) ([https://github.com/IanVS/prettier-plugin-sort-imports/pull/60](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/60)) - Remove `importOrderSeparation` option ([https://github.com/IanVS/prettier-plugin-sort-imports/pull/62](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/62)) - Remove `importOrderCaseInsensitive` option ([https://github.com/IanVS/prettier-plugin-sort-imports/pull/63](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/63)) - Remove `importOrderGroupNamespaceSpecifiers` option ([https://github.com/IanVS/prettier-plugin-sort-imports/pull/64](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/64)) - Remove `importOrderSortSpecifiers` option ([https://github.com/IanVS/prettier-plugin-sort-imports/pull/65](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/65)) - Remove `importOrderMergeDuplicateImports` option (always on) ([https://github.com/IanVS/prettier-plugin-sort-imports/pull/66](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/66)) - Replace `importOrderCombineTypeAndValueImports` with `importOrderTypeScriptVersion` ([https://github.com/IanVS/prettier-plugin-sort-imports/pull/67](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/67)) - Improve default sort order ([https://github.com/IanVS/prettier-plugin-sort-imports/pull/83](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/83)) ##### 🐛 Bug Fixes - Fix behavior around comments embedded in imports ([https://github.com/IanVS/prettier-plugin-sort-imports/pull/71](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/71)) - Preserve trailing comments on specifiers ([https://github.com/IanVS/prettier-plugin-sort-imports/pull/80](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/80)) - Preserve comments and blank lines at top-of-file (in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/82](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/82)) - Prevent comment gap when re-arranging first import ([https://github.com/IanVS/prettier-plugin-sort-imports/pull/85](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/85)) - Fix: Top-of-file Comments get duplicated when moving runtime code ([https://github.com/IanVS/prettier-plugin-sort-imports/pull/88](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/88)) - Vue: Sort both script and setup script ([https://github.com/IanVS/prettier-plugin-sort-imports/pull/90](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/90)) - Vue and TypeScript: Use correct parser plugins ([https://github.com/IanVS/prettier-plugin-sort-imports/pull/91](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/91)) ##### ⚡️ Features - Add `` Special Word ([https://github.com/IanVS/prettier-plugin-sort-imports/pull/86](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/86)) - Allow Explicit Separator after Top-of-file-comments ([https://github.com/IanVS/prettier-plugin-sort-imports/pull/92](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/92)) - Support babel-ts parser ([https://github.com/IanVS/prettier-plugin-sort-imports/pull/97](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/97)) ##### 🛠️ Repo Maintenance - Update dependencies, jest -> vitest ([https://github.com/IanVS/prettier-plugin-sort-imports/pull/59](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/59)) - Check formatting in CI ([https://github.com/IanVS/prettier-plugin-sort-imports/pull/61](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/61)) - Update to latest versions of Github Actions ([https://github.com/IanVS/prettier-plugin-sort-imports/pull/73](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/73)) - Add some more tests for comments ([https://github.com/IanVS/prettier-plugin-sort-imports/pull/77](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/77)) ##### 🧳 Dependencies - Drop javascript-natural-sort dependency ([https://github.com/IanVS/prettier-plugin-sort-imports/pull/28](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/28)) - Drop lodash.clone dependency ([https://github.com/IanVS/prettier-plugin-sort-imports/pull/74](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/74)) - Upgrade Babel to 7.21 ([https://github.com/IanVS/prettier-plugin-sort-imports/pull/72](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/72)) **Full Changelog**: https://github.com/IanVS/prettier-plugin-sort-imports/compare/v3.7.2...v4.0.0 ### [`v3.7.2`](https://togithub.com/IanVS/prettier-plugin-sort-imports/releases/tag/v3.7.2) [Compare Source](https://togithub.com/ianvs/prettier-plugin-sort-imports/compare/v3.7.1...v3.7.2) ##### What's Changed - Fix importOrderCombineTypeAndValueImports for Flow by [@​IanVS](https://togithub.com/IanVS) in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/57](https://togithub.com/IanVS/prettier-plugin-sort-imports/pull/57) **Full Changelog**: https://github.com/IanVS/prettier-plugin-sort-imports/compare/v3.7.1...v3.7.2

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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR was generated by Mend Renovate. View the repository job log.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
monad-stack-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 26, 2023 10:36pm