-
Notifications
You must be signed in to change notification settings - Fork 4
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
fix(deps): update dependency @ianvs/prettier-plugin-sort-imports to ^4.4.0 - autoclosed #287
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
6a93ef8
to
9b3d639
Compare
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@ianvs/[email protected], npm/[email protected], npm/[email protected] |
9b3d639
to
6511e61
Compare
6511e61
to
d4613d9
Compare
d4613d9
to
c0160c6
Compare
c0160c6
to
5e03c7d
Compare
5e03c7d
to
cb63e9a
Compare
cb63e9a
to
7804e7a
Compare
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
7804e7a
to
ef66497
Compare
ef66497
to
d260a61
Compare
d260a61
to
0ea61bd
Compare
0ea61bd
to
d531bec
Compare
d531bec
to
6ae9453
Compare
6ae9453
to
9262bc7
Compare
9262bc7
to
943242f
Compare
943242f
to
551f059
Compare
551f059
to
45413aa
Compare
45413aa
to
6097db7
Compare
6097db7
to
106c899
Compare
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
106c899
to
195cea0
Compare
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://weather-app-git-renovate-ianv-a5cf6e-creative-programming-group.vercel.app/ |
This PR contains the following updates:
^4.2.0
->^4.4.0
Release Notes
ianvs/prettier-plugin-sort-imports (@ianvs/prettier-plugin-sort-imports)
v4.4.0
Compare Source
What's Changed
Enhancements
importOrderCaseSensitive
option for case-sensitive sorting by @acnebs in https://github.com/IanVS/prettier-plugin-sort-imports/pull/184Maintenance
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 usesassert
instead 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
TypeScript
Options
types with internalPluginConfig
by @jeremy-code in https://github.com/IanVS/prettier-plugin-sort-imports/pull/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
New Contributors
Full Changelog: IanVS/prettier-plugin-sort-imports@v4.2.1...v4.3.0
v4.2.1
Compare Source
What's Changed
Bugfixes
[]
should disable plugin by @IanVS in https://github.com/IanVS/prettier-plugin-sort-imports/pull/161Full Changelog: IanVS/prettier-plugin-sort-imports@v4.2.0...v4.2.1
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.
This PR was generated by Mend Renovate. View the repository job log.