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.11.35 #8

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps typstyle from 0.11.34 to 0.11.35.

Release notes

Sourced from typstyle's releases.

v0.11.35

Changelog

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 ```)
#text(```test ```)

Previously, it will be formatted as:

#text(```test  ```)
#text(```test  ```)

Now it is fixed.

v0.11.31 - [2024-08-08]

  • Bug fix: Typstyle previously removes necessary leading colon in dict. Now it is fixed.
#{
  let a = (a: 1)
  let b = (b: 2)
  (: ..a, ..b) // previously it will be formatted as (..a, ..b)
}

... (truncated)

Changelog

Sourced from typstyle's changelog.

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

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.11.35.
- [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.11.35)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies rust Pull requests that update Rust code labels Oct 7, 2024
@kachick
Copy link
Owner

kachick commented Oct 8, 2024

Licenses
  Warning: 
  The validity of the licenses of the dependencies below could not be determined. Ensure that they are valid SPDX licenses:
  Cargo.lock » typstyle@0.[11](https://github.com/kachick/dprint-plugin-typstyle/actions/runs/11222065829/job/31193718569?pr=8#step:3:12).35 – License: non-standard
  Error: Dependency review could not detect the validity of all licenses.
Denied
Scorecard
  cargo/typstyle: OpenSSF Scorecard Score: undefined
  cargo/typstyle: OpenSSF Scorecard Score: undefined
Dependency Changes
  File: Cargo.lock
  + [email protected]
  - [email protected]
  File: Cargo.toml
  + typstyle@>= 0.11.35, < 0.[12](https://github.com/kachick/dprint-plugin-typstyle/actions/runs/11222065829/job/31193718569?pr=8#step:3:13).0
  - typstyle@>= 0.11.34, < 0.12.0

Why? detects unknown license?🤔
GitHub displays APL-2

image
image
image

https://github.com/Enter-tainer/typstyle/blob/8ec15546fede9154bff5028e5a5458139966354e/Cargo.toml#L6

@kachick
Copy link
Owner

kachick commented Oct 8, 2024

image

@kachick
Copy link
Owner

kachick commented Oct 8, 2024

Relating? actions/dependency-review-action#672

@kachick
Copy link
Owner

kachick commented Oct 8, 2024

In rich diff

image

@kachick
Copy link
Owner

kachick commented Oct 8, 2024

rust-lang/cargo#8537 (comment)

Perhaps I'm misunderstanding the circumstance, but if a project is using a standard SPDX license, then it should fill in the license field. If it has a non-standard license, it should fill in the license-file field. It is not unusual for projects to use non-standard licenses, so I'm not sure a warning is warranted.

@kachick
Copy link
Owner

kachick commented Oct 8, 2024

@kachick
Copy link
Owner

kachick commented Oct 21, 2024

Merged upstream patch has been released in 0.12

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 21, 2024

Superseded by #14.

@dependabot dependabot bot closed this Oct 21, 2024
@dependabot dependabot bot deleted the dependabot/cargo/typstyle-0.11.35 branch October 21, 2024 10:00
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
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant