forked from peter-evans/create-or-update-comment
-
Notifications
You must be signed in to change notification settings - Fork 4
chore(deps): update dependency prettier to ^3.6.2 - abandoned #90
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
Open
tradeshift-renovate
wants to merge
3
commits into
main
Choose a base branch
from
renovate/prettier-3.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
tssecurity
approved these changes
Nov 26, 2024
23c3e8b
to
80e0eed
Compare
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
64da55a
to
0bac41f
Compare
80e0eed
to
af65c89
Compare
af65c89
to
5233103
Compare
5233103
to
ab7875b
Compare
ab7875b
to
4c1fb3b
Compare
6c6d365
to
f22da40
Compare
f22da40
to
98838a6
Compare
98838a6
to
a4b8f1e
Compare
a4b8f1e
to
70b8723
Compare
70b8723
to
7aaeb05
Compare
0bac41f
to
4ed4eba
Compare
7aaeb05
to
8137afd
Compare
8137afd
to
c77f639
Compare
4ed4eba
to
1255136
Compare
c77f639
to
c81e00f
Compare
c81e00f
to
7bb69fa
Compare
7bb69fa
to
354a506
Compare
354a506
to
9df7d9f
Compare
9df7d9f
to
a9cb506
Compare
76f80dd
to
b9cd1a5
Compare
b9cd1a5
to
979be67
Compare
979be67
to
60c64b2
Compare
59f62be
to
c7a9a65
Compare
7751ce7
to
9993c62
Compare
- mark team ownership in tradeshift - setup rebase automation
9993c62
to
ccf2e47
Compare
1255136
to
cecf866
Compare
ccf2e47
to
ff7d8cb
Compare
ff7d8cb
to
567bb91
Compare
075b40e
to
9ee15ac
Compare
f3e7c2c
to
7c1d56c
Compare
d23e40d
to
e46d575
Compare
e46d575
to
c122bd9
Compare
c122bd9
to
f6e56d7
Compare
05469df
to
ed1b3b2
Compare
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:
^3.6.0
->^3.6.2
Release Notes
prettier/prettier (prettier)
v3.6.2
Compare Source
diff
Markdown: Add missing blank line around code block (#17675 by @fisker)
v3.6.1
Compare 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-readlines
library 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-readlines
did not already closethem.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "every weekday in 2125" in timezone Europe/Copenhagen.
🚦 Automerge: Enabled.
♻️ Rebasing: Never, 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 Renovate Bot.