Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump tilt from 2.5.0 to 2.6.0 (#727)
Bumps [tilt](https://github.com/jeremyevans/tilt) from 2.5.0 to 2.6.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jeremyevans/tilt/blob/master/CHANGELOG.md">tilt's changelog</a>.</em></p> <blockquote> <h2>2.6.0 (2025-01-13)</h2> <ul> <li>Support :compiled_path option, needed for compiled paths when using :scope_class and fixed locals (jeremyevans)</li> <li>Support :scope_class option to force a specific scope class, instead of using the class of the provided scope (jeremyevans)</li> <li>Support fallback fixed locals for templates without extracted locals via :default_fixed_locals option (jeremyevans)</li> <li>Add Tilt.extract_fixed_locals accessor for enabling :extract_fixed_locals globally (jeremyevans)</li> <li>Support embedded fixed locals for templates via magic comments via :extract_fixed_locals option (jeremyevans)</li> <li>Support fixed locals for templates via :fixed_locals option (jeremyevans)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jeremyevans/tilt/commit/b493f2456efcc779d93c001d54b34d382be6f71e"><code>b493f24</code></a> Bump version to 2.6.0</li> <li><a href="https://github.com/jeremyevans/tilt/commit/1f8e01f07525ac2c8637b32a075feb441dfc35a1"><code>1f8e01f</code></a> Document :scope_class option in README</li> <li><a href="https://github.com/jeremyevans/tilt/commit/cc4f43c6d75ac8c556a3004a9ecfda61552c5ac9"><code>cc4f43c</code></a> Simplify template cache key when using :scope_class option without fixed locals</li> <li><a href="https://github.com/jeremyevans/tilt/commit/0134c333a6ab5332e543f8deb04cac3c520eb046"><code>0134c33</code></a> Support :compiled_path option, needed for compiled paths when using :scope_cl...</li> <li><a href="https://github.com/jeremyevans/tilt/commit/865c729c5bf2bb19cdd6a35193c5478addfe85b2"><code>865c729</code></a> Drop JRuby 9.1-9.3 CI</li> <li><a href="https://github.com/jeremyevans/tilt/commit/45f23dbd987c68f2df04a7cbf308699f82abc721"><code>45f23db</code></a> Document template options in Template#initialize</li> <li><a href="https://github.com/jeremyevans/tilt/commit/a028c32eaf0f39600ecf04083d7708774c4ea5f0"><code>a028c32</code></a> Support :scope_class option to force a specific scope class, instead of using...</li> <li><a href="https://github.com/jeremyevans/tilt/commit/b01d3af594ad91b9dd369b5ce06e4d947aa7f536"><code>b01d3af</code></a> Support fixed locals for templates</li> <li><a href="https://github.com/jeremyevans/tilt/commit/17af3a300ce4bcc79a93901ade7b2e48b6105cbf"><code>17af3a3</code></a> Add Ruby 3.4 to CI</li> <li><a href="https://github.com/jeremyevans/tilt/commit/8e43d102766af779794af62f83beaf69411fba91"><code>8e43d10</code></a> Remove unused variables in commonmarker tests</li> <li>Additional commits viewable in <a href="https://github.com/jeremyevans/tilt/compare/v2.5.0...v2.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tilt&package-manager=bundler&previous-version=2.5.0&new-version=2.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information