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 hamlit from 2.16.0 to 3.0.3 #66

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 8, 2022

Bumps hamlit from 2.16.0 to 3.0.3.

Changelog

Sourced from hamlit's changelog.

3.0.3 - 2022-11-07

Added

3.0.2 - 2022-10-13

Changed

  • Hamlit::Engine and Hamlit::Template use StringBuffer instead of ArrayBuffer
    • It seems more performant in many cases with recent Ruby versions.
    • Hamlit::RailsTemplate is not affected.

3.0.1 - 2022-08-18

Changed

  • coffee-script is removed from development dependency
    • It's not runtime dependency, so it shouldn't impact your application
    • :coffee filter still works if you explicitly install coffee-script, however, it's no longer maintained and possibly removed in the future.

3.0.0 - 2022-08-07

Changed

  • [breaking] Use disable_capture: false for non-Rails environments
    • :disable_capture is an option introduced in v2.16.1. See its release notes for details.
    • If you use Rails, it continues to use disable_capture: true, so you're not impacted by this change.

2.16.2 - 2022-08-07

Fixed

  • Fix an issue when disable_capture: false is set and a Ruby comment is put after do

2.16.1 - 2022-08-07

Added

  • Introduce :disable_capture option to capture a block
    • Default: disable_capture: true (backward-compatible)
      • For Rails, this must be true anyway to use Rails-native capturing.
    • If you override the option like disable_capture: false in Hamlit::Template, scripts starting with = (e.g. = render do) capture a block content.
      • Scripts starting with - (e.g. - users.each do) are not impacted.
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 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 [hamlit](https://github.com/k0kubun/hamlit) from 2.16.0 to 3.0.3.
- [Release notes](https://github.com/k0kubun/hamlit/releases)
- [Changelog](https://github.com/k0kubun/hamlit/blob/master/CHANGELOG.md)
- [Commits](k0kubun/hamlit@v2.16.0...v3.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 8, 2022
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants