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 mrml from 1.2.11 to 2.1.1 in /native/mjml_nif #117

Merged
merged 2 commits into from
Dec 10, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2023

Bumps mrml from 1.2.11 to 2.1.1.

Release notes

Sourced from mrml's releases.

mrml-v2.1.1

Other

  • (mrml-core) rename Options to RenderOptions (#352)

mrml-v2.1.0

Added

  • (mrml-core) make the include_loader be Send and Sync (#347)
  • handle properly async mj-include (#346)
  • implement an async parser (#338)
  • (mrml-core) create multi include loader (#322)
  • (mrml-wasm) add mj-include feature (#316)
  • (mjml-core) remove randomness when generating component ids (#308)
  • (mrml-core) handle non closing elements (#276)
  • use indexmap instead of hashmap (#216)
  • (mrml-core) render mj-raw in mj-head
  • (core) add lang to mjml element
  • (mrml-core) read attributes from mj-attributes > mj-class
  • (mrml-core) update to stick to mjml 4.9.3
  • (core) add missing mj-table element
  • (mj-style) implement missing mj-style component
  • (json) omit attributes and children when empty
  • (json) add serializer and deserializer for others
  • (json) add serializer and deserializer for mj-accordion
  • (json) add serializer and deserializer for mj-accordion-element
  • (json) add serializer and deserializer for mj-accordion-text
  • (json) add serializer and deserializer for mj_spacer
  • (json) add serializer and deserializer for mj_raw
  • (json) add serializer and deserializer for node
  • (json) add serializer and deserializer for mj-navbar
  • (json) add serializer and deserializer for mj-navbar-link
  • (json) add serializer and deserializer for mj-social
  • (json) add serializer and deserializer for mj-social-element
  • (json) add serializer and deserializer for mj-carousel
  • (json) add serializer and deserializer for mj-carousel-image
  • (json) add serializer and deserializer for mj-accordion-title
  • (json) add serializer and deserializer for mj-head
  • (json) add serializer and deserializer for mj-attributes
  • (json) add serializer and deserializer for mj-attributes-element
  • (json) add serializer and deserializer for mj-attributes-class
  • (json) add serializer and deserializer for mj-attributes-all
  • (json) add serializer and deserializer for mj-breakpoint
  • (json) add serializer and deserializer for mj-image
  • (json) add serializer and deserializer for mj-font
  • (json) add serializer and deserializer for mj-divider
  • (json) add serializer and deserializer for mj-preview
  • (json) add serializer and deserializer for mj-title
  • (json) add serializer and deserializer for text
  • (json) add serializer and deserializer for comment
  • (core) update templates

... (truncated)

Changelog

Sourced from mrml's changelog.

Changelog

All notable changes to this project will be documented in this file.

[2.0.0-rc4] - 2023-08-17

Bug Fixes

  • Disable_comments is in camelCase
  • Script elements should remain with open and close element (#320)

Documentation

  • Update links in readme
  • Update code in example

Features

  • Bump mrml version
  • Remove randomness when generating component ids (#308)
  • Create wasm package (#312)
  • Add mj-include feature (#316)
  • Create multi include loader (#322)

Miscellaneous Tasks

  • Allow mastodon notification to fail
  • Implement real tool for comparing html (#107)
  • Move license files
  • Update cargo.toml to publish
  • Update cargo.toml to publish
  • Bump to 2.0.0-rc4

Refactor

  • Put cows in tag implementation 🐮 (#111)
  • Prepare for monotrepo
  • Move back mrml-cli to repository
  • Format code using rustfmt and create config
  • Apply clippy suggestions
  • Use a single MrmlParser structure with a visitor pattern (#317)

Styling

  • Apply clippy suggestions

Testing

  • Add node example with a test (#313)
  • Add browser example (#315)

... (truncated)

Commits
  • d5b3545 chore: release (#353)
  • d27fb2b ci: publish mrml-python and mrml-wasm
  • fe2a1c3 chore(mrml-python): update Cargo.toml
  • e2f6d4d chore(mrml-wasm): update Cargo.toml
  • 361ea37 style(mrml-core): rename Options to RenderOptions (#352)
  • 266ed0b ci(mrml-python): fix release workflow
  • 3af811b ci: trigger jobs when updating ci config
  • dcc290c ci: update job triggers
  • 9f8641c ci(mrml-python): update workflow
  • f9c384f doc(mrml-python): update readme
  • 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 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 [mrml](https://github.com/jdrouet/mrml) from 1.2.11 to 2.1.1.
- [Release notes](https://github.com/jdrouet/mrml/releases)
- [Changelog](https://github.com/jdrouet/mrml/blob/main/changelog.md)
- [Commits](jdrouet/mrml@v1.2.11...mrml-v2.1.1)

---
updated-dependencies:
- dependency-name: mrml
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Dec 8, 2023
@paulgoetze paulgoetze force-pushed the dependabot/cargo/native/mjml_nif/mrml-2.1.1 branch from 33696ec to 9f973bb Compare December 10, 2023 17:27
in order to allow using custom fonts in the email template.

the `fonts` option must be provided as a map of the font name and its
URL of a hosted CSS file:

e.g. fonts: %{"Noto Color Emoji": "https://fonts.googleapis.com/css?family=Noto+Color+Emoji:400"}
@paulgoetze paulgoetze force-pushed the dependabot/cargo/native/mjml_nif/mrml-2.1.1 branch from 9f973bb to fad656f Compare December 10, 2023 17:29
@paulgoetze paulgoetze merged commit 96839fe into main Dec 10, 2023
8 checks passed
@paulgoetze paulgoetze deleted the dependabot/cargo/native/mjml_nif/mrml-2.1.1 branch December 10, 2023 17:43
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