Skip to content

Commit

Permalink
chore(deps): update dependency @ianvs/prettier-plugin-sort-imports to…
Browse files Browse the repository at this point in the history
… v4.3.1 (#97)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@ianvs/prettier-plugin-sort-imports](https://github.com/ianvs/prettier-plugin-sort-imports)
| [`4.2.1` ->
`4.3.1`](https://renovatebot.com/diffs/npm/@ianvs%2fprettier-plugin-sort-imports/4.2.1/4.3.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@ianvs%2fprettier-plugin-sort-imports/4.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@ianvs%2fprettier-plugin-sort-imports/4.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@ianvs%2fprettier-plugin-sort-imports/4.2.1/4.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@ianvs%2fprettier-plugin-sort-imports/4.2.1/4.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>ianvs/prettier-plugin-sort-imports
(@&#8203;ianvs/prettier-plugin-sort-imports)</summary>

###
[`v4.3.1`](https://github.com/IanVS/prettier-plugin-sort-imports/releases/tag/v4.3.1)

[Compare
Source](https://github.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
[@&#8203;tusharf5](https://github.com/tusharf5) in
[IanVS/prettier-plugin-sort-imports#177
- Add support for return in Astro component script by
[@&#8203;IanVS](https://github.com/IanVS) in
[IanVS/prettier-plugin-sort-imports#176

#### New Contributors

- [@&#8203;tusharf5](https://github.com/tusharf5) made their first
contribution in
[IanVS/prettier-plugin-sort-imports#177

**Full Changelog**:
IanVS/prettier-plugin-sort-imports@v4.3.0...v4.3.1

###
[`v4.3.0`](https://github.com/IanVS/prettier-plugin-sort-imports/releases/tag/v4.3.0)

[Compare
Source](https://github.com/ianvs/prettier-plugin-sort-imports/compare/v4.2.1...v4.3.0)

#### What's Changed

##### Features

- Add support for import attributes by
[@&#8203;IanVS](https://github.com/IanVS) in
[IanVS/prettier-plugin-sort-imports#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 [@&#8203;IanVS](https://github.com/IanVS) in
[IanVS/prettier-plugin-sort-imports#173

##### TypeScript

- Augment Prettier `Options` types with internal `PluginConfig` by
[@&#8203;jeremy-code](https://github.com/jeremy-code) in
[IanVS/prettier-plugin-sort-imports#172

You can now type your prettier config as simply `/** @&#8203;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
[@&#8203;ADTC](https://github.com/ADTC) in
[IanVS/prettier-plugin-sort-imports#165

#### New Contributors

- [@&#8203;ADTC](https://github.com/ADTC) made their first
contribution in
[IanVS/prettier-plugin-sort-imports#165
- [@&#8203;jeremy-code](https://github.com/jeremy-code) made their
first contribution in
[IanVS/prettier-plugin-sort-imports#172

**Full Changelog**:
IanVS/prettier-plugin-sort-imports@v4.2.1...v4.3.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/GSTJ/react-native-magic-modal).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 17, 2024
1 parent 00b9f56 commit 9d1c20f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9d1c20f

Please sign in to comment.