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 minijinja from 0.20.0 to 0.23.0 #1156

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2022

Bumps minijinja from 0.20.0 to 0.23.0.

Changelog

Sourced from minijinja's changelog.

0.23.0

  • Added Value::from_function. (#121)
  • Fixed incorrect location information with blocks.
  • Fixed broken nested super() calls.
  • Improve error reporting for failures in blocks and trying to super() when there is no parent block.
  • Performance improvements.
  • Added support for {% import %} / {% from .. import .. %} and {% macro %}. (#123)
  • Added Value::is_kwargs which disambiugates if an object passed to a function or filter is a normal object or if it represents keyword arguments.
  • Added the ability to call functions stored on objects.
  • Added macros and multi-template features to disable some of the heavier pieces of MiniJinja.
  • Fixed an issue that caused trailing commas not to work in lists.

0.22.1

  • Fixed an incorrect manifest for minijinja-autoreload.

0.22.0

  • Add defined and undefined tests to always be included.
  • Removed Source::load_from_path.
  • Added Source::from_path.

Breaking Changes

  • Removed Source::load_from_path. Use Source::with_loader instead.

0.21.0

  • Added custom autoescape settings.
  • Added custom formatters.
  • Restructured engine internals for greater clarity.
  • Added support for rendering to io::Write. (#111)
  • Make it impossible to implement Fitler, Test or Function from outside the crate by sealed the traits. (#113)
  • Added support for remaining arguments with Rest. (#114)
  • Filters, tests and functions can now borrow arguments. (#115)
  • Added Value::as_slice and Value::get_get_item_by_index.
  • Added support for span error reporting. (#118)
  • Greatly improved handling of nested errors. (#119)
  • ImpossibleOperation is now InvalidOperation.
  • Added support for slice syntax. (#120)

Breaking Changes

... (truncated)

Commits
  • c5a09eb 0.23.0
  • c542af6 Added build-script example
  • 7afa41d Remove forced inlines in tokenizer
  • 5ec7772 Small code bloat removal in parser
  • 2499ce6 Rustfmt
  • 48a749e Rearrange docs slightly
  • 94cf977 Small optimization for auto escaping code
  • 8d8d6e6 Remove internal SafeString
  • 58f9af2 Small optimization for SerializeTupleVariant
  • 31dc8b9 Document compile time optimization options
  • Additional commits viewable 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 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)

@dependabot dependabot bot added the dependencies Something related to dependencies label Oct 1, 2022
@netlify
Copy link

netlify bot commented Oct 1, 2022

Deploy Preview for maturin-guide ready!

Name Link
🔨 Latest commit f009645
🔍 Latest deploy log https://app.netlify.com/sites/maturin-guide/deploys/63386a252aa75b0008b5b154
😎 Deploy Preview https://deploy-preview-1156--maturin-guide.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 0.20.0 to 0.23.0.
- [Release notes](https://github.com/mitsuhiko/minijinja/releases)
- [Changelog](https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md)
- [Commits](mitsuhiko/minijinja@0.20.0...0.23.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/minijinja-0.23.0 branch from 9f50581 to f009645 Compare October 1, 2022 16:26
@messense
Copy link
Member

messense commented Oct 8, 2022

minijinja 0.21+ requires Rust 1.61.

cc #1174

@messense messense added blocked Something is blocking this rust Pull requests that update Rust code labels Oct 8, 2022
@messense messense added this to the 0.14.0 milestone Oct 14, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 14, 2022

Looks like minijinja is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Oct 14, 2022
@dependabot dependabot bot deleted the dependabot/cargo/minijinja-0.23.0 branch October 14, 2022 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Something is blocking this dependencies Something related to dependencies rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant