Skip to content
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

Bump typstyle from 0.11.34 to 0.12.0 #14

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps typstyle from 0.11.34 to 0.12.0.

Release notes

Sourced from typstyle's releases.

v0.12.0

Changelog

v0.12.0 - [2024-10-19]

  • Bump to typst v0.12.0
  • Support new import syntax. Now long import can be broken into multiple lines.

Previous:

#import "test.typ": aaa, bbb as cccccccccc, ddd as eeeeeeeeeee, fff as g

Now:

#import "test.typ": (
  aaa,
  bbb as cccccccccc,
  ddd as eeeeeeeeeee,
  fff as g,
)

v0.11.35 - [2024-10-07]

  • Fix block comments drifting right if they have indentation. Now we strips all leading whitespaces in block comments.

v0.11.34 - [2024-09-22]

v0.11.33 - [2024-09-22]

  • feat: add command-line completions
Generate shell completions for the given shell to stdout

Usage: typstyle completions <SHELL>

Arguments: <SHELL> The shell to generate completions for [possible values: bash, elvish, fish, powershell, zsh]

v0.11.32 - [2024-08-19]

  • Bug fix: Typstyle previously fails to correctly format inline triple backtick code block without a lang tag or an empty inline triple backtick code block with only a lang tag. Now it is fixed.
#text(``` test ```)
</tr></table> 

... (truncated)

Changelog

Sourced from typstyle's changelog.

v0.12.0 - [2024-10-19]

  • Bump to typst v0.12.0
  • Support new import syntax. Now long import can be broken into multiple lines.

Previous:

#import "test.typ": aaa, bbb as cccccccccc, ddd as eeeeeeeeeee, fff as g

Now:

#import "test.typ": (
  aaa,
  bbb as cccccccccc,
  ddd as eeeeeeeeeee,
  fff as g,
)

v0.11.35 - [2024-10-07]

  • Fix block comments drifting right if they have indentation. Now we strips all leading whitespaces in block comments.
Commits
  • a2fc32a chore: bump to v0.12.0
  • df91250 chore: bump reflexo to 0.12.0 and update test
  • 758de30 feat: support break import into multiple lines
  • b865dc4 chore: bump to v0.12.0-rc2
  • d09f8e7 chore: adapt to typst v0.12.0-rc1
  • b0be806 fix: inline SPDX license in Cargo.toml
  • 8ec1554 chore: bump to v0.11.35
  • dbe4418 fix: the last line of block comment doesn't converge
  • faf0caa chore: bump deps (#135)
  • See full diff in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [typstyle](https://github.com/Enter-tainer/typstyle) from 0.11.34 to 0.12.0.
- [Release notes](https://github.com/Enter-tainer/typstyle/releases)
- [Changelog](https://github.com/Enter-tainer/typstyle/blob/master/CHANGELOG.md)
- [Commits](Enter-tainer/typstyle@v0.11.34...v0.12.0)

---
updated-dependencies:
- dependency-name: typstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies rust Pull requests that update Rust code labels Oct 21, 2024
@github-actions github-actions bot merged commit a953243 into main Oct 21, 2024
11 checks passed
@github-actions github-actions bot deleted the dependabot/cargo/typstyle-0.12.0 branch October 21, 2024 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants