Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump prettier_print from 0.1.0 to 1.0.0#18

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubOct 17, 2022

Bumpsprettier_print from 0.1.0 to 1.0.0.

Changelog

Sourced fromprettier_print's changelog.

[1.0.0] - 2022-10-17

Added

  • breakable_space - a shortcut forbreakable
  • breakable_empty - a shortcut forbreakable("")
  • breakable_force - a shortcut forbreakable("", force: true)
  • breakable_return - a shortcut forbreakable(" ", indent: false, force: true)
  • Strings can now be added directly to the output buffer, which means they don't have to be placed into theText node. This cuts down on quite a bit of allocations.

Changed

  • trim now strips its whitespace usingrstrip! instead of a customgsub!. This means that other forms of whitespace beyond tabs and spaces are included. This shouldn't really impact anyone unless they're using vertical tab or something in combination withtrim and wanted them to stay in.

Removed

  • There is no longer aPrettierPrint::DefaultBuffer class. Since there were only ever two implementations, those implementations now no longer share a parent.
  • PrettierPrint::IndentLevel is now entirely gone. This was mostly an implementation detail, and no one should have been relying on it anyway. However, it means that the ability to use nest with a string literal is now gone as well. It can be created again by using seplist though, so the functionality just isn't there in the shortcut version. This means we're able to keep track of indentation as a single integer again, which drastically simplifies the code.
Commits

Dependabot compatibility score

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)

Bumps [prettier_print](https://github.com/ruby-syntax-tree/prettier_print) from 0.1.0 to 1.0.0.- [Release notes](https://github.com/ruby-syntax-tree/prettier_print/releases)- [Changelog](https://github.com/ruby-syntax-tree/prettier_print/blob/main/CHANGELOG.md)- [Commits](ruby-syntax-tree/prettier_print@v0.1.0...v1.0.0)---updated-dependencies:- dependency-name: prettier_print  dependency-type: direct:production  update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added the dependenciesPull requests that update a dependency file labelOct 17, 2022
@github-actionsgithub-actionsbot merged commitc0d36a4 intomainOct 17, 2022
@dependabotdependabotbot deleted the dependabot/bundler/prettier_print-1.0.0 branchOctober 17, 2022 19:47
@davidwessmandavidwessman mentioned this pull requestApr 23, 2024
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
dependenciesPull requests that update a dependency file
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

0 participants

[8]ページ先頭

©2009-2025 Movatter.jp