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.0 in /native/mjml_nif #116

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps mrml from 1.2.11 to 2.1.0.

Release notes

Sourced from mrml's releases.

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

Fixed

  • (mrml-core) script elements should remain with open and close element (#320)
  • (mrml-core) handle all void elements
  • (mrml-core) simplify mj-wrapper renderer (#269)

... (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
  • 9d774fb chore: release (#348)
  • d0e8fff feat(mrml-core): make the include_loader be Send and Sync (#347)
  • bb6abb0 chore(mrml-core): release version 2.0.0
  • fb53e09 build(mrml-common-macros): update readme and license file
  • a0182b4 build(mrml-macros): update readme and license file
  • f7e6bd3 build(mrml-print-macros): update readme and license file
  • 2ab5cb8 build(mrml-json-macros): update readme and license file
  • a00d6dd doc: bump mrml version in readme
  • 97979f2 chore: release (#340)
  • 55f839c build: bump mrml-core to 2.0.0-rc.7
  • 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.0.
- [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.0)

---
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 5, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 8, 2023

Superseded by #117.

@dependabot dependabot bot closed this Dec 8, 2023
@dependabot dependabot bot deleted the dependabot/cargo/native/mjml_nif/mrml-2.1.0 branch December 8, 2023 15:09
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.

0 participants