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

build(deps): bump mrml from 1.2.11 to 4.0.1 #7

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 25, 2024

Bumps mrml from 1.2.11 to 4.0.1.

Release notes

Sourced from mrml's releases.

mrml-v4.0.1

Fixed

  • keep whitespaces when need (#442)
  • (mrml-core) Fix typo in cfg-features (#440)

Other

  • (deps) Update rustc-hash requirement in /packages/mrml-core (#436)
  • (mrml-core) make MjFontAttributes fields public (#433)

mrml-v4.0.0

Added

  • (mrml-core) allow to have comments at root level (#414)

Fixed

  • (mrml-core) remove unreachable code from doc

Other

  • (mrml-core) make MjAttributes children public (#429)
  • (mrml-core) remove common macro
  • (deps) Update itertools requirement from 0.12.1 to 0.13.0 in /packages/mrml-core (#425)
  • (mrml-core) remove useless ToString
  • (mrml-core) avoid calling self.attributes in loops
  • (mrml-core) use fmt::Write in render buffer
  • (mrml-core) move MjAccordionElementChild
  • (mrml-core) remove unused code
  • (mrml-core) avoid using dyn dispatch
  • (mrml-core) reimplement print with a printer (#423)
  • (mrml-core) only use indexmap
  • (mrml-core) update spacing implementation
  • (mrml-core) spacing should only handle pixels (#422)
  • (mrml-core) make SocialNetwork use static str
  • (mrml-core) make extra use &str
  • (mrml-core) avoid closing when calling attribute
  • (mrml-core) simplify lifetimes
  • (mrml-core) move siblings and index to renderer
  • (mrml-core) move container_width to renderer
  • (mrml-core) use common renderer
  • (mrml-core) move buffer and header in cursor
  • (mrml-core) wrap render options and header in context
  • (mrml-core) split header to avoir using Cell
  • (mrml-core) add lifetime to tag
  • (mrml-core) style are now built with Cow
  • (mrml-core) remove unused code
  • (mrml-core) remove extra panic info
  • (mrml-core) move conditional to buffer
  • (mrml-core) make RenderBuffer a struct
  • (mrml-core) render with buffer
  • (mrml-core) move tag to render prelude
  • (mrml-core) make default_attribute return static str
  • (mrml-core) return args as &str

... (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
  • 87bec4b chore: release (#444)
  • 4b0b07d ci: add a way to push metrics report in PR (#443)
  • b28caff fix: keep whitespaces when need (#442)
  • 9815582 build(deps): Update rustc-hash requirement in /packages/mrml-core (#436)
  • 9363d8d build(deps): Bump braces from 3.0.2 to 3.0.3 in /scripts (#441)
  • 741eb8f ci: use action-execute-git-metrics (#438)
  • bb40a16 fix(mrml-core): Fix typo in cfg-features (#440)
  • c5badbb refactor(mrml-core): make MjFontAttributes fields public (#433)
  • 9a2ca23 ci: add workflow_call on release scripts
  • e24984d ci: use release-plz output to trigger release (#431)
  • 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 4.0.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-v4.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 25, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 25, 2024

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

@dependabot dependabot bot closed this Jul 25, 2024
@dependabot dependabot bot deleted the dependabot/cargo/mrml-4.0.1 branch July 25, 2024 16:42
rodneylab added a commit that referenced this pull request Aug 5, 2024
…/codeql-action-3.24.10

build(deps): bump github/codeql-action from 3.24.8 to 3.24.10
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