Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency @ianvs/prettier-plugin-sort-imports to v4.4.0 #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 14, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ianvs/prettier-plugin-sort-imports 4.1.1 -> 4.4.0 age adoption passing confidence

Release Notes

ianvs/prettier-plugin-sort-imports (@​ianvs/prettier-plugin-sort-imports)

v4.4.0

Compare Source

What's Changed

Enhancements
Maintenance

New Contributors

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

v4.3.1

Compare Source

What's Changed

New Contributors

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

v4.3.0

Compare Source

What's Changed

Features

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
TypeScript

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

New Contributors

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

v4.2.1

Compare Source

What's Changed

Bugfixes

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

v4.2.0

Compare Source

What's Changed

Features
Bug fixes
Dependencies
Docs

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.1.1...v4.2.0


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 this update again.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x branch from 5ede39b to e8080bd Compare June 27, 2024 05:16
@renovate renovate bot changed the title chore(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4.2.1 chore(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4.3.0 Jun 27, 2024
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x branch from e8080bd to bda5527 Compare July 12, 2024 17:02
@renovate renovate bot changed the title chore(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4.3.0 chore(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4.3.1 Jul 12, 2024
@renovate renovate bot changed the title chore(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4.3.1 Update dependency @ianvs/prettier-plugin-sort-imports to v4.3.1 Jul 17, 2024
@renovate renovate bot changed the title Update dependency @ianvs/prettier-plugin-sort-imports to v4.3.1 chore(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4.3.1 Aug 19, 2024
@renovate renovate bot changed the title chore(deps): update dependency @ianvs/prettier-plugin-sort-imports to v4.3.1 Update dependency @ianvs/prettier-plugin-sort-imports to v4.3.1 Oct 11, 2024
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x branch from bda5527 to ee47655 Compare October 11, 2024 17:04
@renovate renovate bot changed the title Update dependency @ianvs/prettier-plugin-sort-imports to v4.3.1 Update dependency @ianvs/prettier-plugin-sort-imports to v4.4.0 Nov 7, 2024
@renovate renovate bot force-pushed the renovate/ianvs-prettier-plugin-sort-imports-4.x branch from ee47655 to adbbee0 Compare November 7, 2024 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants