xlgmokha / xml-kit

MIT License
3 stars 2 forks source link

chore(deps): bump tilt from 2.0.11 to 2.1.0 #85

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps tilt from 2.0.11 to 2.1.0.

Changelog

Sourced from tilt's changelog.

2.1.0 (2023-02-17)

  • Use UnboundMethod#bind_call on Ruby 2.7+ for better performance (#380, jeremyevans)
  • Add Tilt::Template#freeze_string_literals? for freezing string literals in compiled templates (#301, jeremyevans)
  • Use Haml::Template for Tilt::HamlTemplate if available (Haml 6+) (#391, ntkme)
  • Deprecate BlueCloth, Less, and Sigil support (#382, jeremyevans)
  • Add Template#compiled_path accessor to save compiled template output to file (#369, jeremyevans)
  • Add Mapping#unregister to remove registered extensions (#376, jeremyevans)
  • Add Mapping#register_pipeline to register template pipelines (#259, jeremyevans)
  • Remove Tilt::Dummy (#364, jeremyevans)
  • Ensure Mapping#extensions_for returns unique values (#342, mojavelinux)
  • Remove opal support, since the the opal API changed (#374, jeremyevans)
  • Remove .livescript extension for LiveScript (#374, jeremyevans)
  • Set required_ruby_version in gemspec (#371, jeremyevans)
Commits
  • 611e015 Fix CommonMarker test
  • 2e833db Make template tests pass on Ruby < 2.6
  • 82857cd Make ERB tests pass on Ruby 2.3
  • a467f83 Make CommonMarker tests pass on Ruby < 2.3
  • 1321cd2 Make tests pass on Ruby < 2.5
  • c63195a Add gem metadata
  • e2a45df Fix typo in TEMPLATES.md
  • 92b0206 Add Erubi to doc/TEMPLATES.md
  • 8345a1c Update gem homepage
  • 9e2dba1 Update CHANGELOG and bump version to 2.1.0
  • 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)