chore(deps): update devdependencies-non-major#37
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
Author
|
27471fe to
408f8a9
Compare
1b59e25 to
7454592
Compare
b3036e1 to
34eed0b
Compare
34eed0b to
11b6952
Compare
1b7bb63 to
dae4c71
Compare
dae4c71 to
3f089b7
Compare
df2dbd8 to
3a29f5e
Compare
3a29f5e to
af2dcca
Compare
ff43b6c to
a804cdd
Compare
4376dfa to
0fe72d8
Compare
a8f1ba9 to
129009e
Compare
129009e to
7c66f1c
Compare
f20f3f7 to
7c127ff
Compare
7c127ff to
e178295
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.1.4→0.4.17946.0.14→7946.0.1622.13.10→22.19.1115.0.0→15.15.03.2.5→3.8.123.0.6→23.1.14.7.2→4.21.05.8.2→5.9.3Release Notes
sindresorhus/globals (globals)
v15.15.0Compare Source
445df81v15.14.0Compare Source
vitestglobals (#274)06a5723v15.13.0Compare Source
v15.12.0Compare Source
Iteratorto ES2025 (#272)439b398dd0a502v15.11.0Compare Source
es3globals (#267)6784dc1v15.10.0Compare Source
3cbce2dv15.9.0Compare Source
f72b047v15.8.0Compare Source
es2025globals (Same ases2021) (#256)2ef342av15.7.0Compare Source
f017b0fv15.6.0Compare Source
9b0c591v15.5.0Compare Source
19ea4cfv15.4.0Compare Source
45c1b17v15.3.0Compare Source
90b42e5v15.2.0Compare Source
7d163e3v15.1.0Compare Source
fa21deaprettier/prettier (prettier)
v3.8.1Compare Source
v3.8.0Compare Source
diff
🔗 Release note
v3.7.4Compare Source
diff
LWC: Avoid quote around interpolations (#18383 by @kovsu)
TypeScript: Fix comment inside union type gets duplicated (#18393 by @fisker)
TypeScript: Fix unstable comment print in union type comments (#18395 by @fisker)
v3.7.3Compare Source
diff
API: Fix
prettier.getFileInfo()change that breaks VSCode extension (#18375 by @fisker)An internal refactor accidentally broke the VSCode extension plugin loading.
v3.7.2Compare Source
diff
JavaScript: Fix string print when switching quotes (#18351 by @fisker)
JavaScript: Preserve quote for embedded HTML attribute values (#18352 by @kovsu)
TypeScript: Fix comment in empty type literal (#18364 by @fisker)
v3.7.1Compare Source
diff
API: Fix performance regression in doc printer (#18342 by @fisker)
Prettier 3.7.1 can be very slow when formatting big files, the regression has been fixed.
v3.7.0Compare Source
diff
🔗 Release Notes
v3.6.2Compare Source
diff
Markdown: Add missing blank line around code block (#17675 by @fisker)
v3.6.1Compare Source
diff
TypeScript: Allow const without initializer (#17650, #17654 by @fisker)
Miscellaneous: Avoid closing files multiple times (#17665 by @43081j)
When reading a file to infer the interpreter from a shebang, we use the
n-readlineslibrary to read the first line in order to get the shebang.This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if
n-readlinesdid not already closethem.
v3.6.0Compare Source
diff
🔗 Release Notes
v3.5.3Compare Source
diff
Flow: Fix missing parentheses in
ConditionalTypeAnnotation(#17196 by @fisker)v3.5.2Compare Source
diff
Remove
module-synccondition (#17156 by @fisker)In Prettier 3.5.0, we added
module-synccondition topackage.json, so thatrequire("prettier")can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove themodule-synccondition, sorequire("prettier")will still use the CommonJS version, we'll revisit untilrequire(ESM)feature is more stable.v3.5.1Compare Source
diff
Fix CLI crash when cache for old version exists (#17100 by @sosukesuzuki)
Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.
Support dockercompose and github-actions-workflow in VSCode (#17101 by @remcohaszing)
Prettier now supports the
dockercomposeandgithub-actions-workflowlanguages in Visual Studio Code.v3.5.0Compare Source
diff
🔗 Release Notes
v3.4.2Compare Source
diff
Treat U+30A0 & U+30FB in Katakana Block as CJK (#16796 by @tats-u)
Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.
U+30A0 can be used as the replacement of the
-in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).Fix comments print on class methods with decorators (#16891 by @fisker)
Fix non-idempotent formatting (#16899 by @seiyab)
This bug fix is not language-specific. You may see similar change in any languages. This fixes regression in 3.4.0 so change caused by it should yield same formatting as 3.3.3.
v3.4.1Compare Source
diff
Remove unnecessary parentheses around assignment in
v-on(#16887 by @fisker)v3.4.0Compare Source
diff
🔗 Release Notes
v3.3.3Compare Source
diff
Add parentheses for nullish coalescing in ternary (#16391 by @cdignam-segment)
This change adds clarity to operator precedence.
Add parentheses for decorator expressions (#16458 by @y-schneider)
Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.
Support
@letdeclaration syntax (#16474 by @sosukesuzuki)Adds support for Angular v18
@letdeclaration syntax.Please see the following code example. The
@letdeclaration allows you to define local variables within the template:For more details, please refer to the excellent blog post by the Angular Team: Introducing @let in Angular.
We also appreciate the Angular Team for kindly answering our questions to implement this feature.
v3.3.2Compare Source
diff
Fix handlebars path expressions starts with
@(#16358 by @Princeyadav05)v3.3.1Compare Source
diff
Preserve empty lines in front matter (#16347 by @fisker)
Preserve explicit language in front matter (#16348 by @fisker)
Avoid line breaks in import attributes (#16349 by @fisker)
v3.3.0Compare Source
diff
🔗 Release Notes
semantic-release/semantic-release (semantic-release)
v23.1.1Compare Source
Bug Fixes
v23.1.0Compare Source
Features
v23.0.8Compare Source
Bug Fixes
v23.0.7Compare Source
Bug Fixes
privatenumber/tsx (tsx)
v4.21.0Compare Source
v4.20.6Compare Source
Bug Fixes
This release is also available on:
v4.20.5Compare Source
Bug Fixes
This release is also available on:
v4.20.4Compare Source
Bug Fixes
This release is also available on:
v4.20.3Compare Source
Bug Fixes
This release is also available on:
v4.20.2Compare Source
Bug Fixes
This release is also available on:
v4.20.1Compare Source
Bug Fixes
This release is also available on:
v4.20.0Compare Source
Bug Fixes
Features
This release is also available on:
v4.19.4Compare Source
Bug Fixes
This release is also available on:
v4.19.3Compare Source
Bug Fixes
esbuildto~0.25.0to address vuln report (#698) (e04e6c6)This release is also available on:
v4.19.2Compare Source
Bug Fixes
This release is also available on:
v4.19.1Compare Source
Bug Fixes
module.pathfor accurate cache ID (0329bfc), closes privatenumber/tsx#651This release is also available on:
v4.19.0Compare Source
Features
This release is also available on:
v4.18.0Compare Source
Features
--includeCLI flag to watch additional files (#625) (474ea71)This release is also available on:
v4.17.1Compare Source
Bug Fixes
This release is also available on:
v4.17.0Compare Source
Features
This release is also available on:
v4.16.5Compare Source
Bug Fixes
This release is also available on:
v4.16.4Compare Source
Bug Fixes
This release is also available on:
v4.16.3Compare Source
Bug Fixes
This release is also available on:
v4.16.2Compare Source
Bug Fixes
This release is also available on:
v4.16.1Compare Source
Bug Fixes
This release is also available on:
v4.16.0Compare Source
Bug Fixes
Features
This release is also available on:
v4.15.9Compare Source
Bug Fixes
This release is also available on:
v4.15.8Compare Source
Bug Fixes
This release is also available on:
v4.15.7Compare Source
Bug Fixes
This release is also available on:
v4.15.6Compare Source
Bug Fixes
module.register()(#592) (cb27d4d)This release is also available on:
v4.15.5Compare Source
Bug Fixes
This release is also available on:
v4.15.4Compare Source
Bug Fixes
This release is also available on:
v4.15.3Compare Source
Bug Fixes
This release is also available on:
v4.15.2Compare Source
Bug Fixes
This release is also available on:
v4.15.1Compare Source
Bug Fixes
This release is also available on:
v4.15.0Compare Source
Features
This release is also available on:
v4.14.1Compare Source
Bug Fixes
This release is also available on:
v4.14.0Compare Source
Features
package.jsonexports & main (4503421)This release is also available on:
v4.13.3Compare Source
Bug Fixes
This release is also available on:
v4.13.2Compare Source
Bug Fixes
This release is also available on:
v4.13.1Compare Source
Bug Fixes
tsImport()to parse CJS exports (0a78bfd)This release is also available on:
v4.13.0Compare Source
Features
register()to support namespace (#35) (c703300)tsImport()to support loading CommonJS files (0eb4e91)This release is also available on:
v4.12.1Compare Source
Bug Fixes
This release is also available on:
v4.12.0Compare Source
Bug Fixes
Features
Performance Improvements
This release is also available on:
v4.11.2Compare Source
Bug Fixes
.mjsfiles (#32) (aa2b639)This release is also available on:
v4.11.1Compare Source
Bug Fixes
This release is also available on:
v4.11.0Compare Source
Bug Fixes
Features
tsconfig(3f42ae3)This release is also available on:
v4.10.5Compare Source
Bug Fixes
of(86cf87c), closes #556This release is also available on:
v4.10.4Compare Source
Bug Fixes
This release is also available on:
v4.10.3Compare Source
Performance Improvements
import(is not found in minified code (5cdd50b)This release is also available on:
[
v4.10.2](https://redirect.github.com/privatenumber/tsx/releases/tag/v4.10Configuration
📅 Schedule: Branch creation - "every 2 weeks on Monday before 7am" in timezone Europe/Berlin, 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.