This repository has been archived by the owner on May 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 52
Conversation
This file contains 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
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Jul 18, 2023
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.0.0. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@2.8.8...3.0.0) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/prettier-3.0.0
branch
from
July 18, 2023 14:27
f46f7e1
to
a7fc080
Compare
andyw8
reviewed
Jul 18, 2023
@@ -141,12 +141,13 @@ export class Ruby { | |||
|
|||
private async activate(ruby: string) { | |||
let command = this.shell ? `${this.shell} -ic ` : ""; | |||
// eslint-disable-next-line max-len |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would have been awkward to read if split.
andyw8
reviewed
Jul 18, 2023
@@ -242,7 +242,7 @@ class MyApi implements TemeletryApi { | |||
// Register the command to return an object of the API | |||
vscode.commands.registerCommand( | |||
"ruby-lsp.getPrivateTelemetryApi", | |||
() => new MyApi() | |||
() => new MyApi(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found it interesting that yarn run format
handled this change even though it's in the README.
vinistock
approved these changes
Jul 18, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Bumps prettier from 2.8.8 to 3.0.0.
Release notes
Sourced from prettier's releases.
... (truncated)
Changelog
Sourced from prettier's changelog.
Commits
186e096
Release 3.0.044979b0
Remove test step from release script (#15011)e12afe8
Regenerate yarn.lock file (#15010)db31fd6
Regenerate yarn.lock file for website (#15009)1a0d9ed
chore(deps): update dependency cosmiconfig to v8.2.0 (#14901)25fa483
chore(deps): update dependency typescript to v5.1.5 (#14896)d075965
chore(deps): update dependency webpack to v5.88.1 (#14994)d97f78d
chore(deps): update dependency webpack to v5.88.1 (#14995)f1ef433
chore(deps): update dependency flow-parser to v0.211.0 (#15002)61804e2
chore(deps): update dependency espree to v9.6.0 (#15000)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)