[kate] [Bug 474722] prettier.resolveConfig.sync is not a function

2023-10-01 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=474722

Waqar Ahmed  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/util |https://invent.kde.org/util
   |ities/kate/-/commit/f3f8349 |ities/kate/-/commit/1ac4542
   |90525b25347a2fd238eca3061ab |290a2205e93069495f0a7b6e4ae
   |dc8215  |2ed453

--- Comment #3 from Waqar Ahmed  ---
Git commit 1ac4542290a2205e93069495f0a7b6e4ae2ed453 by Waqar Ahmed.
Committed on 01/10/2023 at 13:39.
Pushed by waqar into branch 'release/23.08'.

Fix prettier.resolveConfig.sync is not a function

await the functions, they are async now. For older version it will
continue to work as awaiting a sync function is allowed.
(cherry picked from commit f3f834990525b25347a2fd238eca3061abdc8215)

M  +2-3addons/format/prettier_script.js

https://invent.kde.org/utilities/kate/-/commit/1ac4542290a2205e93069495f0a7b6e4ae2ed453

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 474722] prettier.resolveConfig.sync is not a function

2023-10-01 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=474722

Waqar Ahmed  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/util
   ||ities/kate/-/commit/f3f8349
   ||90525b25347a2fd238eca3061ab
   ||dc8215
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #2 from Waqar Ahmed  ---
Git commit f3f834990525b25347a2fd238eca3061abdc8215 by Waqar Ahmed.
Committed on 01/10/2023 at 13:38.
Pushed by waqar into branch 'master'.

Fix prettier.resolveConfig.sync is not a function

await the functions, they are async now. For older version it will
continue to work as awaiting a sync function is allowed.

M  +2-3addons/format/prettier_script.js

https://invent.kde.org/utilities/kate/-/commit/f3f834990525b25347a2fd238eca3061abdc8215

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 474722] prettier.resolveConfig.sync is not a function

2023-09-20 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=474722

Waqar Ahmed  changed:

   What|Removed |Added

 CC||[email protected]

--- Comment #1 from Waqar Ahmed  ---
Perhaps related:
https://stackoverflow.com/questions/76624993/prettier-3-0-0-typeerror-prettier-resolveconfig-sync-is-not-a-function
?

-- 
You are receiving this mail because:
You are watching all bug changes.