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

Dependabot: Bump the ruby group with 6 updates #55

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the ruby group with 6 updates:

Package From To
erubi 1.12.0 1.13.0
rack 3.0.11 3.1.4
rouge 4.2.1 4.3.0
rspec-expectations 3.13.0 3.13.1
sequel 5.80.0 5.81.0
tilt 2.3.0 2.4.0

Updates erubi from 1.12.0 to 1.13.0

Changelog

Sourced from erubi's changelog.

=== 1.13.0 (2024-06-13)

  • Define Erubi.h as a module function (jeremyevans)

  • Add erubi/capture_block, supporting capturing block output via standard <%= and <%== tags (jeremyevans)

Commits
  • 9375cc5 Bump version to 1.13.0
  • bb31cd7 Add erubi/capture_block to the gem
  • 241daf9 Adjust nocov markers
  • 48f09d0 Define Erubi.h as a module function
  • 0ba6e1f Add erubi/capture_block, supporting capturing block output via standard <%= a...
  • 7300487 Restructure tests to make it so the same basic tests can be used for multiple...
  • e9d96c4 Add Ruby 3.3 to CI and bump actions/checkout to v4
  • 4d24561 Switch from hanna-nouveau to hanna
  • 5955573 Stop testing Ruby 2.2 in CI as it no longer works with ubuntu-latest
  • c7f0d4b Move to actions/checkout@v3
  • Additional commits viewable in compare view

Updates rack from 3.0.11 to 3.1.4

Changelog

Sourced from rack's changelog.

[3.1.4] - 2024-06-22

Fixed

  • Fix Rack::Lint matching some paths incorrectly as authority form. (#2220, [@​ioquatix])

[3.1.3] - 2024-06-12

Fixed

[3.1.2] - 2024-06-11

  • Rack::Response will take in to consideration chunked encoding responses (#2204, [@​tenderlove])

[3.1.1] - 2024-06-11

  • Oops! I shouldn't have shipped that

[3.1.0] - 2024-06-11

⚠️ This release includes several breaking changes. Refer to the Removed section below for the list of deprecated methods that have been removed in this release.

Rack v3.1 is primarily a maintenance release that removes features deprecated in Rack v3.0. Alongside these removals, there are several improvements to the Rack SPEC, mainly focused on enhancing input and output handling. These changes aim to make Rack more efficient and align better with the requirements of server implementations and relevant HTTP specifications.

SPEC Changes

Added

  • Introduce Rack::Multipart::MissingInputError for improved handling of missing input in #parse_multipart. (#2018, [@​ioquatix])
  • Introduce module Rack::BadRequest which is included in multipart and query parser errors. (#2019, [@​ioquatix])
  • Add .mjs MIME type (#2057, @​axilleas)
  • set_cookie_header utility now supports the partitioned cookie attribute. This is required by Chrome in some embedded contexts. (#2131, @​flavio-b)
  • Introduce rack.early_hints for sending 103 Early Hints informational responses. (#1831, @​casperisfine, [@​jeremyevans])

Changed

  • MIME type for JavaScript files (.js) changed from application/javascript to text/javascript (1bd0f15, [@​ioquatix])
  • Update MIME types associated to .ttf, .woff, .woff2 and .otf extensions to use mondern font/* types. (#2065, [@​davidstosik])
  • Rack::Utils.escape_html is now delegated to CGI.escapeHTML. ' is escaped to [#39](https://github.com/rack/rack/issues/39); instead of #x27;. (decimal vs hexadecimal) (#2099, @​JunichiIto)
  • Clarify use of @buffered and only update content-length when Rack::Response#finish is invoked. (#2149, [@​ioquatix])

Deprecated

... (truncated)

Commits

Updates rouge from 4.2.1 to 4.3.0

Release notes

Sourced from rouge's releases.

v4.3.0

This release introduces a new lexer: IEC 61131-3 Structured Text. We also add a number of improvements across Brainfuck, Crystal, Eiffel, HCL, JavaScript, Markdown, Mathematica, Objective-C, Ruby, TCL, TOML and TypeScript Lexer. Thank you for all the wonderful contributors for this release! 🚀 ❤️

Full Changelog: rouge-ruby/rouge@v4.2.1...v4.3.0

Changelog

Sourced from rouge's changelog.

version 4.3.0: 2024-06-14

Comparison with the previous version

_ General

  • Align the base-16 default dark colour palette (#2040 by Tan Le)
  • Brainfuck Lexer
    • Add "bf" as an alias for brainfuck (#2038 by Boris Verkhovskiy)
  • Eiffel Lexer
    • Add some unicode operators in Eiffel (#2048 by Ilgiz Mustafin)
  • HCL Lexer
    • Add Operator support to the HCL Lexer (#2047 by Simon Heather)
  • IecST Lexer (NEW)
    • Add lexer for IEC 61131-3 Structured Text (#2027 by Martin Waitz)
  • JavaScript & TypeScript Lexer
    • Adding type operators satisfies and as (#2014 by Evan R)
  • Markdown Lexer
    • Support bold and italics at the same time (#2053 by Tan Le)
  • Mathematica Lexer
    • Add "wolfram" as an alias for Mathematica (#2042 by Boris Verkhovskiy)
  • Objective-C Lexer
    • Add "objective-c" as an alias for Objective-C (#2037 by Boris Verkhovskiy)
  • Ruby & Crystal Lexer
    • Add Ruby and Crystal unicode samples (#2036 by Tan Le)
    • Fix non-ascii characters in names in Crystal and Ruby (#1894 by Kolesár András)
  • TCL Lexer
    • Fix comment highlight in TCL lexer (#2041 by Tan Le)
  • TOML Lexer
    • toml: support all date formats (#2033 by Martin Tournoij)
Commits

Updates rspec-expectations from 3.13.0 to 3.13.1

Changelog

Sourced from rspec-expectations's changelog.

3.13.1 / 2024-06-13

Full Changelog

Bug Fixes:

  • Fix the "false positive" warning message when using a negated raise_error matcher with a RegExp instance. (Eric Mueller, #1456)
Commits
  • ca8b80c v3.13.1
  • 646cc87 Create SECURITY.md
  • 08f3bce Merge pull request #1456 from nevinera/nev--give-correct-message-for-regex-no...
  • e84905e Merge pull request #1452 from rspec/fix-documentation-indentation
  • f6d9de0 Remove accidentally commited file
  • 783a306 Merge pull request #1450 from rspec/update-ci-build-scripts-2024-02-23-for-main
  • See full diff in compare view

Updates sequel from 5.80.0 to 5.81.0

Changelog

Sourced from sequel's changelog.

=== 5.81.0 (2024-06-01)

  • Fix ignored block warnings in a couple plugin apply methods on Ruby 3.4 (jeremyevans)

  • Skip Ruby internal caller locations when searching for caller locations in caller_logging and provenance extensions (jeremyevans)

  • Add temporarily_release_connection Database extension for multithreaded transactional testing (jeremyevans)

Commits
  • dfa946e Bump version to 5.81.0
  • 383d597 Make pg_interval spec pass on Rails 4.1
  • fed7d18 Fix ignored block issue in model hooks spec
  • e24a3d6 Fix a couple plugin apply methods to accept blocks
  • 116417b Make caller_logging spec handle backtrace quoting changes in Ruby 3.4
  • e048def Skip Ruby internal caller locations when searching for caller locations in ca...
  • df03e62 Fix connection pool spec to expect correct pool type on Ruby 3.4+
  • a607c43 Clarify about model_classes in the example code
  • f372eeb Add temporarily_release_connection Database extension for multithreaded trans...
  • See full diff in compare view

Updates tilt from 2.3.0 to 2.4.0

Changelog

Sourced from tilt's changelog.

2.4.0 (2024-06-27)

  • Support commonmarker 1.0+ API (unasuke) (#10)
  • Make etanni template work with frozen string literals (jeremyevans)
  • Deprecate erubis, wikicloth, and maruku templates as they require modifying frozen string literals (jeremyevans)
  • Make SassTemplate ignore unsupported options when using sass-embedded (jeremyevans)
Commits
  • a237d86 Bump version to 2.4.0
  • a40719d Add nocov markings around old commonmarker template
  • 1ec1695 Adjust CI gemfile to fix issues
  • 646bd8b Fix ScssTemplate#sass_options when using sass-embedded
  • 9f47973 Make SassTemplate ignore unsupported options when using sass-embedded
  • ac9640c Don't test Maruku in CI on JRuby 9.2
  • adc1ba3 Simplify prawn test checking now that checked_describe can take multiple argu...
  • e6f8b7f Remove modification of string literals in tests
  • b008ed8 Deprecate erubis, wikicloth, and maruku templates as they require modifying s...
  • b803c18 Make etanni template work with frozen string literals
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the ruby group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [erubi](https://github.com/jeremyevans/erubi) | `1.12.0` | `1.13.0` |
| [rack](https://github.com/rack/rack) | `3.0.11` | `3.1.4` |
| [rouge](https://github.com/rouge-ruby/rouge) | `4.2.1` | `4.3.0` |
| [rspec-expectations](https://github.com/rspec/rspec-expectations) | `3.13.0` | `3.13.1` |
| [sequel](https://github.com/jeremyevans/sequel) | `5.80.0` | `5.81.0` |
| [tilt](https://github.com/jeremyevans/tilt) | `2.3.0` | `2.4.0` |


Updates `erubi` from 1.12.0 to 1.13.0
- [Changelog](https://github.com/jeremyevans/erubi/blob/master/CHANGELOG)
- [Commits](jeremyevans/erubi@1.12.0...1.13.0)

Updates `rack` from 3.0.11 to 3.1.4
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/commits/v3.1.4)

Updates `rouge` from 4.2.1 to 4.3.0
- [Release notes](https://github.com/rouge-ruby/rouge/releases)
- [Changelog](https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md)
- [Commits](rouge-ruby/rouge@v4.2.1...v4.3.0)

Updates `rspec-expectations` from 3.13.0 to 3.13.1
- [Release notes](https://github.com/rspec/rspec-expectations/releases)
- [Changelog](https://github.com/rspec/rspec-expectations/blob/main/Changelog.md)
- [Commits](rspec/rspec-expectations@v3.13.0...v3.13.1)

Updates `sequel` from 5.80.0 to 5.81.0
- [Changelog](https://github.com/jeremyevans/sequel/blob/master/CHANGELOG)
- [Commits](jeremyevans/sequel@5.80.0...5.81.0)

Updates `tilt` from 2.3.0 to 2.4.0
- [Changelog](https://github.com/jeremyevans/tilt/blob/master/CHANGELOG.md)
- [Commits](jeremyevans/tilt@v2.3.0...v2.4.0)

---
updated-dependencies:
- dependency-name: erubi
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: rack
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: rouge
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: rspec-expectations
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: sequel
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: tilt
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 1, 2024
@github-actions github-actions bot enabled auto-merge (squash) July 1, 2024 02:13
@github-actions github-actions bot merged commit 0db9b32 into main Jul 1, 2024
7 checks passed
@github-actions github-actions bot deleted the dependabot/bundler/ruby-dd87efa208 branch July 1, 2024 02:14
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