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

chore(deps): bump minijinja-autoreload from 1.0.15 to 1.0.21 #807

Merged
merged 1 commit into from
May 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2024

Bumps minijinja-autoreload from 1.0.15 to 1.0.21.

Release notes

Sourced from minijinja-autoreload's releases.

1.0.21

Release Notes

  • Fixed an issue where lstrip_blocks unintentionally also applied to variable expression blocks. #502

Install minijinja-cli 1.0.21

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/minijinja/releases/download/1.0.21/minijinja-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/mitsuhiko/minijinja/releases/download/1.0.21/minijinja-cli-installer.ps1 | iex"

Download minijinja-cli 1.0.21

File Platform Checksum
minijinja-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
minijinja-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
minijinja-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
minijinja-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
minijinja-cli-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

1.0.20

Release Notes

  • Added support for implicit string concatenation for Jinja2 compatibility. #489
  • Added support for sequence concatenation with the plus operator for Jinja2 compatibility. #491

Install minijinja-cli 1.0.20

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/minijinja/releases/download/1.0.20/minijinja-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/mitsuhiko/minijinja/releases/download/1.0.20/minijinja-cli-installer.ps1 | iex"

... (truncated)

Changelog

Sourced from minijinja-autoreload's changelog.

1.0.21

  • Fixed an issue where lstrip_blocks unintentionally also applied to variable expression blocks. #502

1.0.20

  • Added support for implicit string concatenation for Jinja2 compatibility. #489
  • Added support for sequence concatenation with the plus operator for Jinja2 compatibility. #491

1.0.19

  • Deprecated Value::from_iterator and introduced replacement Value::make_one_shot_iterator API which also exists in 2.x. #487

1.0.18

  • Fixed an endless loop in undeclared_variables. #486

1.0.17

  • Added support for Option<Into<Value>> as return value from functions. #452
  • Deprecated Value::from_serializable for the improved replacement method Value::from_serialize. #482

1.0.16

  • Tolerate underscores in number literals. #443
  • Added support for trim_blocks and lstrip_blocks for Jinja2 compatibility. #447
  • Changed API of unstable_machinery. The tokenize function got an extra argument for the WhitespaceConfig. It's however recommended to use the new Tokenizer struct instead. parse_expr was added, the parse function now takes a SyntaxConfig and WhitespaceConfig. #447
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 [minijinja-autoreload](https://github.com/mitsuhiko/minijinja) from 1.0.15 to 1.0.21.
- [Release notes](https://github.com/mitsuhiko/minijinja/releases)
- [Changelog](https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md)
- [Commits](mitsuhiko/minijinja@1.0.15...1.0.21)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 6, 2024
@robjtede robjtede added this pull request to the merge queue May 6, 2024
Merged via the queue into master with commit 3fdfbdb May 6, 2024
3 checks passed
@robjtede robjtede deleted the dependabot/cargo/minijinja-autoreload-1.0.21 branch May 6, 2024 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant