You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Internal] Update prettier dev dependency to 4.0 alpha (#211)
Updates the version in our development dependencies to 4.0.0-alpha.12,
which runs more quickly than the 3.x version (see
https://prettier.io/blog/2023/11/30/cli-deep-dive).
As an added bonus, prettier is now working again in vscode when I work
on the project (I think we had a bad config previously).
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,39 +8,39 @@ See [Github Releases](https://github.com/IanVS/prettier-plugin-sort-imports/rele
8
8
9
9
#### New features
10
10
11
-
-Group Namespace specifiers [#105](https://github.com/trivago/prettier-plugin-sort-imports/pull/105) by [Mattinton](https://github.com/Mattinton)
11
+
- Group Namespace specifiers [#105](https://github.com/trivago/prettier-plugin-sort-imports/pull/105) by [Mattinton](https://github.com/Mattinton)
12
12
13
13
#### Bug fixes
14
14
15
-
-Do not reorder side effect nodes [#110](https://github.com/trivago/prettier-plugin-sort-imports/pull/111) by [blutorange](https://github.com/blutorange)
15
+
- Do not reorder side effect nodes [#110](https://github.com/trivago/prettier-plugin-sort-imports/pull/111) by [blutorange](https://github.com/blutorange)
16
16
17
17
#### Chores
18
18
19
-
-Clean up unit test and snapshot test
20
-
-Add contribution guidelines for bug fixes and new features
19
+
- Clean up unit test and snapshot test
20
+
- Add contribution guidelines for bug fixes and new features
-Update Babel parser to `7.14.6`[#79](https://github.com/trivago/prettier-plugin-sort-imports/pull/79) by [juanrgm](https://github.com/juanrgm)
31
-
-`.npmignore` cleanup [#96](https://github.com/trivago/prettier-plugin-sort-imports/issues/96) by [byara](https://github.com/byara)
32
-
-Remove npm badges in the README [#101](https://github.com/trivago/prettier-plugin-sort-imports/issues/101) by [byara](https://github.com/byara)
30
+
- Update Babel parser to `7.14.6`[#79](https://github.com/trivago/prettier-plugin-sort-imports/pull/79) by [juanrgm](https://github.com/juanrgm)
31
+
-`.npmignore` cleanup [#96](https://github.com/trivago/prettier-plugin-sort-imports/issues/96) by [byara](https://github.com/byara)
32
+
- Remove npm badges in the README [#101](https://github.com/trivago/prettier-plugin-sort-imports/issues/101) by [byara](https://github.com/byara)
33
33
34
34
### v3.0.0
35
35
36
36
#### New features
37
37
38
-
-`<THIRD_PARTY_MODULES>` special word in import order to place third
39
-
party imports at desired place. [#65](https://github.com/trivago/prettier-plugin-sort-imports/pull/65) by [@risenforces](https://github.com/risenforces)
40
-
-`importOrderSortSpecifiers` option to sort the imports in an import declaration. [#72](https://github.com/trivago/prettier-plugin-sort-imports/pull/72) by [@ratierd](https://github.com/ratierd)
41
-
-`importOrderCaseInsensitive` option to control the case sensitivity [#69](https://github.com/trivago/prettier-plugin-sort-imports/pull/79) by [@timiles](https://github.com/timiles)
42
-
-`importOrderParserPlugins` option to pass plugins to babel parser [#88](https://github.com/trivago/prettier-plugin-sort-imports/pull/88) by [@saaryab](https://github.com/saaryab)
38
+
-`<THIRD_PARTY_MODULES>` special word in import order to place third
39
+
party imports at desired place. [#65](https://github.com/trivago/prettier-plugin-sort-imports/pull/65) by [@risenforces](https://github.com/risenforces)
40
+
-`importOrderSortSpecifiers` option to sort the imports in an import declaration. [#72](https://github.com/trivago/prettier-plugin-sort-imports/pull/72) by [@ratierd](https://github.com/ratierd)
41
+
-`importOrderCaseInsensitive` option to control the case sensitivity [#69](https://github.com/trivago/prettier-plugin-sort-imports/pull/79) by [@timiles](https://github.com/timiles)
42
+
-`importOrderParserPlugins` option to pass plugins to babel parser [#88](https://github.com/trivago/prettier-plugin-sort-imports/pull/88) by [@saaryab](https://github.com/saaryab)
43
43
44
44
#### Breaking Changes
45
45
46
-
-Renaming of the `experimentalBabelParserPluginsList` to `importOrderParserPlugins`. by [@byara](https://github.com/byara)
46
+
- Renaming of the `experimentalBabelParserPluginsList` to `importOrderParserPlugins`. by [@byara](https://github.com/byara)
0 commit comments