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 mime-types from 3.4.1 to 3.6.0 #156

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 2, 2024

Bumps mime-types from 3.4.1 to 3.6.0.

Changelog

Sourced from mime-types's changelog.

3.6.0 / 2024-10-02

  • 2 deprecations:

    • Array-based MIME::Type initialization
    • String-based MIME::Type initialization

    Use of these these will result in deprecation warnings.

  • Added logger to the gemspec to suppress a bundled gem warning with Ruby 3.3.5. This warning should not be showing up until Ruby 3.4.0 is released and will be suppressed in Ruby 3.3.6.

  • Reworked the deprecation message code to be somewhat more flexible and allow for outputting certain warnings once. Because there will be at least one other release after 3.6, we do not need to make the type initialization deprecations frequent with this release.

3.5.2 / 2024-01-02

There are no primary code changes, but we are releasing this as an update as there are some validation changes and updated code with formatting.

  • Dependency and CI updates:

    • Masato Nakamura added Ruby 3.3 to the CI workflow in #179[].

    • Fixed regressions in standard formatting in #180[].

    • Removed minitest-bonus-assertions because of a bundler resolution issue. Created a better replacement in-line.

3.5.1 / 2023-08-21

  • 1 bug fix:

    • Better handle possible line-termination strings (legal in Unix filenames) such as \n in MIME::Types.type_for. Reported by ooooooo-q in #177[], resolved in #178[].

3.5.0 / 2023-08-07

  • 1 minor enhancement:

    • Robb Shecter changed the default log level for duplicate type variant from warn to debug in #170[]. This works because MIME::Types.logger is intended to fit the ::Logger interface, and the default logger (WarnLogger) is a subclass of ::Logger that passes through to Kernel.warn.

... (truncated)

Commits
  • 5dc1b91 Fix history for release
  • 62f397c Update gemspec for release
  • 8512c15 Deprecate array and string type initialization
  • e8d0b42 Update policies and add funding
  • be2a75c Improve CI testing
  • 1bc4cce Fix missing link to mime-types-data gem in README
  • 7cf621f 3.5.2: Move Ruby 3.3 to the "default" version
  • d36450d Add Ruby 3.3 to CI matrix
  • a545cd2 Fix gemspec
  • 9583a38 Move truffleruby{,+graalvm}-head to ubuntu-22.04
  • 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 [mime-types](https://github.com/mime-types/ruby-mime-types) from 3.4.1 to 3.6.0.
- [Changelog](https://github.com/mime-types/ruby-mime-types/blob/main/History.md)
- [Commits](mime-types/ruby-mime-types@v3.4.1...v3.6.0)

---
updated-dependencies:
- dependency-name: mime-types
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 2, 2024

Dependabot tried to add @andrcuns as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/RubyOnWorld/allure-ruby/pulls/156/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the RubyOnWorld/allure-ruby repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 2, 2024

The following labels could not be found: type:chore.

@github-actions github-actions bot added the Stale label Nov 2, 2024
@github-actions github-actions bot closed this Nov 7, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 7, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/bundler/mime-types-3.6.0 branch November 7, 2024 02:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants