Skip to content

Commit d9ba6f0

Browse files
chore(deps): update dependency prettier-plugin-organize-imports to v4 (#383)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prettier-plugin-organize-imports](https://togithub.com/simonhaenisch/prettier-plugin-organize-imports) | [`^3.2.3` -> `^4.0.0`](https://renovatebot.com/diffs/npm/prettier-plugin-organize-imports/3.2.4/4.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/prettier-plugin-organize-imports/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/prettier-plugin-organize-imports/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/prettier-plugin-organize-imports/3.2.4/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier-plugin-organize-imports/3.2.4/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>simonhaenisch/prettier-plugin-organize-imports (prettier-plugin-organize-imports)</summary> ### [`v4.0.0`](https://togithub.com/simonhaenisch/prettier-plugin-organize-imports/releases/tag/v4.0.0): 4.0.0 [Compare Source](https://togithub.com/simonhaenisch/prettier-plugin-organize-imports/compare/v3.2.4...v4.0.0) Version `4.0.0` upgrades/replaces the Volar packages used for Vue support, to use the latest `vue-tsc` package that's part of Volar 2. To migrate, you just have to remove `@volar/vue-typescript` and if you're using it, also `@volar/vue-language-plugin-pug`, and replace it with `vue-tsc` and `@vue/language-plugin-pug` respectively. There are no breaking changes other than this. </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/json-derulo/angular-ecmascript-intl). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1947dd5 commit d9ba6f0

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"karma-safarinative-launcher": "^1.1.0",
5555
"ng-packagr": "~18.0.0",
5656
"prettier": "~3.3.0",
57-
"prettier-plugin-organize-imports": "^3.2.3",
57+
"prettier-plugin-organize-imports": "^4.0.0",
5858
"typescript": "~5.4.0",
5959
"typescript-eslint": "^8.0.0-alpha.20"
6060
}

0 commit comments

Comments
 (0)