Open
Conversation
|
View your CI Pipeline Execution ↗ for commit 863c52e
☁️ Nx Cloud last updated this comment at |
@ngxs/devtools-plugin
@ngxs/form-plugin
@ngxs/hmr-plugin
@ngxs/router-plugin
@ngxs/storage-plugin
@ngxs/store
@ngxs/websocket-plugin
commit: |
BundleMonUnchanged files (6)
No change in files bundle size Unchanged groups (1)
Final result: ✅ View report in BundleMon website ➡️ |
BundleMon (NGXS Plugins)Unchanged files (9)
No change in files bundle size Unchanged groups (1)
Final result: ✅ View report in BundleMon website ➡️ |
BundleMon (Integration Projects)Unchanged files (1)
No change in files bundle size Final result: ✅ View report in BundleMon website ➡️ |
5476c9b to
b3f8145
Compare
dcbc7ef to
ac50abd
Compare
ac50abd to
fb12691
Compare
64059e8 to
b70bd6a
Compare
ef3db0d to
e1eaa5e
Compare
1bac522 to
3fe9615
Compare
e06ea14 to
f50f4b5
Compare
3706080 to
5eb23d1
Compare
5eb23d1 to
863c52e
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:
^7.2.0→^7.7.10.3.0→0.6.23.2.5→3.8.3^6.1.0→^6.4.1>=7.0.0→>=7.8.2^7.4.0→^7.8.2^14.2.0→^14.2.629.4.4→29.4.9>=21.0.0→>=28.0.0^2.3.0→^2.8.1~0.15.1→~0.16.1Release Notes
JoshuaKGoldberg/eslint-plugin-expect-type (eslint-plugin-expect-type)
v0.6.2Compare Source
Bug Fixes
v0.6.1Compare Source
Bug Fixes
v0.6.0Compare Source
Features
0.5.1 (2024-11-29)
Bug Fixes
v0.5.1Compare Source
Features
0.5.1 (2024-11-29)
Bug Fixes
v0.5.0Compare Source
Features
0.5.1 (2024-11-29)
Bug Fixes
v0.4.3Compare Source
Features
0.4.3 (2024-09-12)
Bug Fixes
0.4.2 (2024-09-10)
Bug Fixes
0.4.1 (2024-09-09)
Bug Fixes
recommendedconfig a valid flat config (#462) (3e89c46), closes #142 eslint/eslint#18869v0.4.2Compare Source
Features
0.4.3 (2024-09-12)
Bug Fixes
0.4.2 (2024-09-10)
Bug Fixes
0.4.1 (2024-09-09)
Bug Fixes
recommendedconfig a valid flat config (#462) (3e89c46), closes #142 eslint/eslint#18869v0.4.1Compare Source
Features
0.4.3 (2024-09-12)
Bug Fixes
0.4.2 (2024-09-10)
Bug Fixes
0.4.1 (2024-09-09)
Bug Fixes
recommendedconfig a valid flat config (#462) (3e89c46), closes #142 eslint/eslint#18869v0.4.0Compare Source
Features
0.4.3 (2024-09-12)
Bug Fixes
0.4.2 (2024-09-10)
Bug Fixes
0.4.1 (2024-09-09)
Bug Fixes
recommendedconfig a valid flat config (#462) (3e89c46), closes #142 eslint/eslint#18869prettier/prettier (prettier)
v3.8.3Compare Source
v3.8.2Compare Source
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
Swatinem/rollup-plugin-dts (rollup-plugin-dts)
v6.4.1Compare Source
Fixes:
Thank you:
Features, fixes and improvements in this release have been contributed by:
v6.4.0Compare Source
Features:
Fixes:
declare modulepathsThank you:
Features, fixes and improvements in this release have been contributed by:
v6.3.0Compare Source
Features:
Fixes:
Thank you:
Features, fixes and improvements in this release have been contributed by:
v6.2.3Compare Source
Fixes:
Thank you:
Features, fixes and improvements in this release have been contributed by:
reactivex/rxjs (rxjs)
v7.8.2Compare Source
v7.8.1Compare Source
v7.8.0Compare Source
v7.7.0Compare Source
v7.6.0Compare Source
v7.5.7Compare Source
v7.5.6Compare Source
v7.5.5Compare Source
v7.5.4Compare Source
v7.5.3Compare Source
v7.5.2Compare Source
v7.5.1Compare Source
v7.5.0Compare Source
v7.4.0Compare Source
v7.3.1Compare Source
v7.3.0Compare Source
v7.2.0Compare Source
v7.1.0Compare Source
v7.0.1Compare Source
vercel/serve (serve)
v14.2.6Compare Source
Patch Changes
7fcb924: Bump ajv to 8.18.0b3888f9: Updateserve-handlerto6.1.7to fix ReDoS vulnerabilitiesv14.2.5Compare Source
Patch Changes
f4b6fbd: Update compression to v1.8.1kulshekhar/ts-jest (ts-jest)
v29.4.9Compare Source
v29.4.8Compare Source
v29.4.7Compare Source
Features
v29.4.6Compare Source
Bug Fixes
v29.4.5Compare Source
Bug Fixes
dsherret/ts-morph (ts-morph)
v28.0.0Compare Source
What's Changed
printStructurefunction by @dsherret in #1670InvalidOperationErrorinaddTypeArgumentby @jfirebaugh in #1663Note there are some breaking changes due to TypeScript 6.0. Read more here: https://devblogs.microsoft.com/typescript/announcing-typescript-6-0/
As part of this release, structures can now be printed to a string using the
printStructurefunction.Outputs:
New Contributors
Full Changelog: dsherret/ts-morph@27.0.2...28.0.0
v27.0.2Compare Source
What's Changed
Full Changelog: dsherret/ts-morph@27.0.1...27.0.2
v27.0.0Compare Source
What's Changed
TypeChecker- addgetAwaitedTypeby @JHawk0224 in #1643JSDocImportTagby @dsherret in #1648New Contributors
Full Changelog: dsherret/ts-morph@26.0.0...27.0.0
v26.0.0Compare Source
What's Changed
npm publishwith provenance #1634New Contributors
Configuration
📅 Schedule: (in timezone UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.