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

[Snyk] Upgrade @ianvs/prettier-plugin-sort-imports from 4.2.1 to 4.3.1 #5

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

Conversation

ASISBusiness
Copy link
Owner

snyk-top-banner

Snyk has created this PR to upgrade @ianvs/prettier-plugin-sort-imports from 4.2.1 to 4.3.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 2 versions ahead of your current version.

  • The recommended version was released on a month ago.

Release notes
Package name: @ianvs/prettier-plugin-sort-imports
  • 4.3.1 - 2024-07-12

    What's Changed

    • fixes readme with correct BUILTIN_MODULES setting name by @ tusharf5 in #177
    • Add support for return in Astro component script by @ IanVS in #176

    New Contributors

    Full Changelog: v4.3.0...v4.3.1

  • 4.3.0 - 2024-06-26

    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

    • Update README to show more options for disabling and overrides by @ ADTC in #165

    New Contributors

    Full Changelog: v4.2.1...v4.3.0

  • 4.2.1 - 2024-03-17

    What's Changed

    Bugfixes

    • Detect Vue 2.7 / 3 more reliably by @ IanVS in #160
    • Setting importOrder to [] should disable plugin by @ IanVS in #161

    Full Changelog: v4.2.0...v4.2.1

from @ianvs/prettier-plugin-sort-imports GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade @ianvs/prettier-plugin-sort-imports from 4.2.1 to 4.3.1.

See this package in npm:
@ianvs/prettier-plugin-sort-imports

See this project in Snyk:
https://app.snyk.io/org/enterpriseasisbusiness/project/e3b48875-09da-4401-84b6-09b8595ca228?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

stackblitz bot commented Aug 16, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

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.

2 participants