browser-extension
browser-extension copied to clipboard
Bump @ianvs/prettier-plugin-sort-imports from 4.1.0 to 4.3.1
Bumps @ianvs/prettier-plugin-sort-imports from 4.1.0 to 4.3.1.
Release notes
Sourced from @ianvs/prettier-plugin-sort-imports's releases.
v4.3.1
What's Changed
- fixes readme with correct BUILTIN_MODULES setting name by
@tusharf5in IanVS/prettier-plugin-sort-imports#177- Add support for return in Astro component script by
@IanVSin IanVS/prettier-plugin-sort-imports#176New Contributors
@tusharf5made their first contribution in IanVS/prettier-plugin-sort-imports#177Full Changelog: https://github.com/IanVS/prettier-plugin-sort-imports/compare/v4.3.0...v4.3.1
v4.3.0
What's Changed
Features
- Add support for import attributes by
@IanVSin IanVS/prettier-plugin-sort-imports#174This 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 usesassertinstead ofwith.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
@IanVSin IanVS/prettier-plugin-sort-imports#173TypeScript
- Augment Prettier
Optionstypes with internalPluginConfigby@jeremy-codein IanVS/prettier-plugin-sort-imports#172You 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
@ADTCin IanVS/prettier-plugin-sort-imports#165New Contributors
@ADTCmade their first contribution in IanVS/prettier-plugin-sort-imports#165@jeremy-codemade their first contribution in IanVS/prettier-plugin-sort-imports#172Full Changelog: https://github.com/IanVS/prettier-plugin-sort-imports/compare/v4.2.1...v4.3.0
v4.2.1
What's Changed
Bugfixes
- Detect Vue 2.7 / 3 more reliably by
@IanVSin IanVS/prettier-plugin-sort-imports#160- Setting importOrder to
[]should disable plugin by@IanVSin IanVS/prettier-plugin-sort-imports#161Full Changelog: https://github.com/IanVS/prettier-plugin-sort-imports/compare/v4.2.0...v4.2.1
... (truncated)
Commits
95f57d44.3.111da4e7Add support for return in Astro component script (#176)1d2c2ecfixes readme with correct BUILTIN_MODULES setting name (#177)87a38bd4.3.09484685Fix vue 2.7 support (#173)920639aAdd support for import attributes (#174)54cd979Augment PrettierOptionstypes with internalPluginConfig(#172)135b6e5Update README to show more options for disabling and overrides (#165)41ae68b4.2.1d97c9e4Detect vue 2.7 / 3 more reliably (#160)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
@dependabot rebase