-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(deps): update devdependencies-non-major #10
base: master
Are you sure you want to change the base?
Conversation
Branch automerge failureThis PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/vogelino/michaelajaritz/9c64AB1hs8ry19SH7qgFyWPkfeqP |
f05aa3b
to
8102607
Compare
8102607
to
ef751f0
Compare
ef751f0
to
ff2d4dd
Compare
ff2d4dd
to
d42e4c8
Compare
d42e4c8
to
67933d2
Compare
67933d2
to
00c4ef1
Compare
00c4ef1
to
075c65d
Compare
075c65d
to
f13f942
Compare
f13f942
to
2bf7dd2
Compare
2bf7dd2
to
bc6d908
Compare
bc6d908
to
c99171a
Compare
c99171a
to
4f3ba60
Compare
4f3ba60
to
b76ea6d
Compare
b76ea6d
to
c24311e
Compare
bfc4c30
to
fa97eb6
Compare
fa97eb6
to
c7bde58
Compare
c7bde58
to
ccd0e3d
Compare
ccd0e3d
to
eee35dc
Compare
eee35dc
to
580e194
Compare
580e194
to
57a2919
Compare
57a2919
to
f391f64
Compare
f391f64
to
6ac04ba
Compare
6ac04ba
to
301a3ff
Compare
301a3ff
to
c235732
Compare
c235732
to
3eae5af
Compare
3eae5af
to
59d06c8
Compare
59d06c8
to
2cd36d0
Compare
2cd36d0
to
b81b18e
Compare
This PR contains the following updates:
20.6.2
->20.10.4
18.2.22
->18.2.43
2.9.0
->2.9.5
5.1.27
->5.1.34
3.0.3
->3.1.1
5.2.2
->5.3.3
Release Notes
prettier/prettier (prettier)
v3.1.1
Compare Source
diff
Fix config file search (#15363 by @fisker)
Previously, we start search for config files from the filePath as a directory, if it happened to be a directory and contains config file, it will be used by mistake.
Skip explicitly passed symbolic links with
--no-error-on-unmatched-pattern
(#15533 by @sanmai-NL)Since Prettier v3, we stopped following symbolic links, however in some use cases, the symbolic link patterns can't be filtered out, and there is no way to prevent Prettier from throwing errors.
In Prettier 3.1.1, you can use
--no-error-on-unmatched-pattern
to simply skip symbolic links.Consistently use tabs in ternaries when
useTabs
istrue
(#15662 by @auvred)Improve config file search (#15663 by @fisker)
The Prettier config file search performance has been improved by more effective cache strategy.
Fix unstable and ugly formatting for comments in destructuring patterns (#15708 by @sosukesuzuki)
Support "Import Attributes" (#15718 by @fisker)
TypeScript 5.3 supports the latest updates to the import attributes proposal.
Fix false claim in docs that cursorOffset is incompatible with rangeStart/rangeEnd (#15750 by @ExplodingCabbage)
The cursorOffset option has in fact been compatible with rangeStart/rangeEnd for over 5 years, thanks to work by @ds300. However, Prettier's documentation (including the CLI
--help
text) continued to claim otherwise, falsely. The documentation is now fixed.Keep curly braces and
from
keyword in emptyimport
statements (#15756 by @fisker)Keep empty import attributes and assertions (#15757 by @fisker)
v3.1.0
Compare Source
diff
🔗 Release Notes
Microsoft/TypeScript (typescript)
v5.3.3
: TypeScript 5.3.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.3.2
: TypeScript 5.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
Configuration
📅 Schedule: Branch creation - "every 2 weeks on Monday before 7am" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate. View repository job log here.