Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 19, 2025

Bumps prettier-plugin-organize-imports from 4.1.0 to 4.3.0.

Release notes

Sourced from prettier-plugin-organize-imports's releases.

4.3.0

What's Changed

Full Changelog: simonhaenisch/prettier-plugin-organize-imports@v4.2.0...v4.3.0

4.2.0

  • fix: use getDefaultCompilerOptions from vue-tsc instead of the deprecated resolveVueCompilerOptions (858cbbe)
  • feat: allow vue-tsc version 3 as peer dependency (c777cd8)
  • chore: update all dev dependencies (253d1bf)
Commits
  • f354c0e 4.3.0
  • 98d053a chore: update dev dependencies
  • bc4d8fa feat: allow configuration of organizeImportsTypeOrder (#152)
  • ed9c19a docs: update changelog
  • 93df501 4.2.0
  • 253d1bf chore: update all dev dependencies
  • 858cbbe fix: use getDefaultCompilerOptions from vue-tsc instead of the deprecated `...
  • c777cd8 feat: allow vue-tsc 3 as peer dependency
  • e79ed64 chore(ci): remove check-types step (part of test now)
  • See full diff in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies One or more dependencies are being bumped javascript Pull requests that update Javascript code labels Sep 19, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 19, 2025 05:14
@dependabot dependabot bot added dependencies One or more dependencies are being bumped javascript Pull requests that update Javascript code labels Sep 19, 2025
@gyaneshgouraw-okta
Copy link

@claude

Copy link

github-actions bot commented Sep 26, 2025

Claude finished @gyaneshgouraw-okta's task —— View job


Dependency Update Review Complete

Todo List:

  • Read diff to understand changes
  • Read copilot instructions for context
  • Create pending review
  • Analyze dependency update for issues
  • Submit review with assessment

Summary: ✅ This dependency update is safe to merge. The prettier-plugin-organize-imports update from v4.1.0 to v4.3.0 is a low-risk change that only affects development dependencies and introduces new useful configuration options without breaking changes.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall Assessment

✅ This dependency update is safe to merge

This is a straightforward dependency update from prettier-plugin-organize-imports v4.1.0 to v4.3.0. The changes are minimal and only affect development dependencies:

Changes:

  • Bumps plugin version in package.json
  • Updates corresponding entries in yarn.lock

New Features Added (v4.2.0 → v4.3.0):

  • New organizeImportsTypeOrder configuration option
  • Updated Vue TypeScript compiler options handling
  • Various dev dependency updates

Risk Assessment:

  • Low Risk: This is a dev dependency that only affects code formatting during development
  • No Breaking Changes: The update maintains backward compatibility
  • Patch Release: Version changes are minor (4.1.0 → 4.3.0)

The dependency update follows best practices and introduces useful new configuration options without breaking existing functionality.

Bumps [prettier-plugin-organize-imports](https://github.com/simonhaenisch/prettier-plugin-organize-imports) from 4.1.0 to 4.3.0.
- [Release notes](https://github.com/simonhaenisch/prettier-plugin-organize-imports/releases)
- [Changelog](https://github.com/simonhaenisch/prettier-plugin-organize-imports/blob/master/changelog.md)
- [Commits](simonhaenisch/prettier-plugin-organize-imports@v4.1.0...v4.3.0)

---
updated-dependencies:
- dependency-name: prettier-plugin-organize-imports
  dependency-version: 4.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-plugin-organize-imports-4.3.0 branch from 0584127 to 201d120 Compare October 1, 2025 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies One or more dependencies are being bumped javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant