-
-
Couldn't load subscription status.
- Fork 74
chore: update non-major devdependencies #803
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for es-eslint ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for ja-eslint ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for new-eslint ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for hi-eslint ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for fr-eslint ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for zh-hans-eslint ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for pt-br-eslint ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for de-eslint ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
de2ea7a to
5da88cf
Compare
5da88cf to
6c0377a
Compare
6c0377a to
2f644ec
Compare
2f644ec to
c56e350
Compare
This PR contains the following updates:
^3.0.0->^3.1.2^3.1.1->^3.1.8^1.1.1->^1.2.0^7.17.5->^7.28.4^7.16.11->^7.28.3^7.16.7->^7.27.1^8.2.3->^8.4.1^19.1.0-rc.1->^19.1.0-rc.3^6.7.1->^6.11.0^16.0.0->^16.4.0^13.0.3->^13.3.0^12.2.0->^12.3.2^8.1.2->^8.6.7^0.32.1->^0.45.0^5.0.0->^5.0.2^3.3.2->^3.6.2^1.87.0->^1.93.2^7.3.5->^7.7.3^1.6.3->^1.6.6^3.3.1->^3.3.4^14.13.0->^14.16.1^5.0.0->^5.29.0^5.70.0->^5.102.1^4.9.2->^4.10.0Release Notes
igorshubovych/markdownlint-cli (markdownlint-cli)
v0.45.0Compare Source
markdownlintdependency to0.38.0MD059/descriptive-link-textMD025/MD027/MD036/MD038/MD041/MD043/MD045/MD051/MD052Dependabotv0.44.0Compare Source
markdownlintdependency to0.37.4require, convert toimportMD032Dependabotv0.43.0Compare Source
markdownlintdependency to0.36.1MD051micromarkparser available to custom rulesDependabotv0.42.0Compare Source
markdownlintdependency to0.35.0MD058/blanks-around-tablesmicromarkinMD001/MD003/MD009/MD010/MD013/MD014/MD019/MD021/MD023/MD024/MD025/MD039/MD042/MD043MD018/MD020/MD031/MD034/MD044markdown-itparser no longer invoked by defaultDependabotv0.41.0: 0.41.0Compare Source
smol-tomlwhich supports v1.0.0 of the specificationDependabotv0.40.0: 0.40.0Compare Source
markdownlintdependency to0.34.0MD027/MD028/MD036/MD040/MD041/MD046/MD048MD013/MD034/MD049/MD050/MD051TOMLconfiguration files via--config--configPointerargument for nested configuration--ignorefor directories to ignore all files withinDependabotv0.39.0: 0.39.0Compare Source
markdownlintdependency to0.33.0MD055/table-pipe-style,MD056/table-column-countMD005/MD007/MD024/MD026/MD038micromark-extension-directiveDependabotv0.38.0: 0.38.0Compare Source
markdownlintdependency to0.32.1MD002/MD006MD054/link-image-stylemicromarkinMD005/MD007/MD030MD022/MD026/MD034/MD037/MD038/MD045/MD051Dependabotv0.37.0: 0.37.0Compare Source
markdownlintdependency to0.31.1Dependabotv0.36.0: 0.36.0Compare Source
markdownlintdependency to0.30.0micromarkin MD022/MD026/MD032/MD037/MD045/MD051micromark-extension-mathfor math syntaxDependabotv0.35.0: 0.35.0Compare Source
markdownlintdependency to0.29.0micromarkparser dependencies for better performancemicromarkin MD049/MD050Dependabotv0.34.0: 0.34.0Compare Source
markdownlintdependency to0.28.2micromarkparser for better positional data (internal only)MD013/MD033/MD034/MD035/MD038/MD044/MD052/MD053Dependabotv0.33.0: 0.33.0Compare Source
markdownlintdependency to0.27.0MD011/MD013/MD022/MD031/MD032/MD033/MD034/MD040/MD043/MD051/MD053linux/amd64andlinux/arm64markdownlint-configure-filecommentsDependabotprettier/prettier (prettier)
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.
npm/node-semver (semver)
v7.7.3Compare Source
Bug Fixes
e37e0ca#813 faster paths for compare (#813) (@H4ad)2471d75#811 x-range build metadata support (i529015)Chores
8f05c87#807 bump @npmcli/template-oss from 4.25.0 to 4.25.1 (#807) (@dependabot[bot], @owlstronaut)webpack/webpack (webpack)
v5.102.1Compare Source
Fixes
extendswithenvforbrowserslistJSONPfragment format for web workers.browserslist.commonjsexternals forSystemJSformat.import.metawarning messages to be more clear when used directly.v5.102.0Compare Source
Features
import file from "./file.ext" with { type: "bytes" }to get the content asUint8Array(look at example)import file from "./file.ext" with { type: "text" }to get the content as text (look at example)snapshot.contextModuleto configure snapshots options for context modulesextractSourceMapoption to implement the capabilities of loading source maps by comment, you don't needsource-map-loader(look at example)topLevelAwaitexperiment is now stable (you can removeexperiments.topLevelAwaitfrom yourwebpack.config.js)layersexperiment is now stable (you can removeexperiments.layersfrom yourwebpack.config.js)Fixes
thisexportstimeoutattribute of script tages-lexerformjsfiles for build dependencies__non_webpack_require__for ES moduleschunk.auxiliaryFilescreateRequireonly when output is ES module and target is nodePerformance Improvements
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.
👻 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.