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.5.1 #1412

Open
wants to merge 142 commits into
base: live
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 24, 2023

Bumps mime-types from 3.4.1 to 3.5.1.

Changelog

Sourced from mime-types's changelog.

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.

      • Further consideration has changed cache load messages from warn to error and deprecation messages from warn to debug.
  • 1 bug fix:

    • Added a definition of MIME::Type#hash. Contributed by Alex Vondrak in #167[], fixing #166[].
  • Dependency and CI updates:

    • Update the .github/workflows/ci.yml workflow to test Ruby 3.2 and more reliably test certain combinations rather than depending on exclusions.

    • Change .standard.yml configuration to format for Ruby 2.3 as certain files are not properly detected with Ruby 2.0.

      • Change from hoe-git to hoe-git2 to support Hoe version 4.

      • Apply standardrb --fix.

      • The above changes have resulted in the Soft deprecation of Ruby versions below 2.6. Any errors reported for Ruby versions 2.0, 2.1, 2.2, 2.3, 2.4, and 2.5 will be resolved, but maintaining CI for these versions is unsustainable.

Commits
  • a545cd2 Fix gemspec
  • 9583a38 Move truffleruby{,+graalvm}-head to ubuntu-22.04
  • 27940f2 Handle \n in MIME::Types.type_for
  • 9d58c6e Add dogweather's name to Contributing.md
  • 327016e Update release documentation for logging changes
  • 052c77a Change logging to debug level.
  • 1862bd7 Prepare for 3.5.0
  • b9382fe Various upgrades
  • 0bf7805 Merge pull request #169 from petergoldstein/feature/add_ruby_3_2_to_ci
  • 6910344 Add fail-fast: false
  • 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)

ClearlyClaire and others added 30 commits March 13, 2023 18:36
Co-authored-by: PauloVilarinho <paulotarsobranco@hotmail.com>
NicolaiSoeborg and others added 18 commits September 19, 2023 17:01
* avatar image in profile page
* ref: yukimochi/yukimochi-mastodon@0ea8c15

Signed-off-by: lindwurm <lindwurm.q@gmail.com>
This reverts commit c4e5b72a0c0a75799ec119bfca32db21022ef5a0.
Bumps [mime-types](https://github.com/mime-types/ruby-mime-types) from 3.4.1 to 3.5.1.
- [Changelog](https://github.com/mime-types/ruby-mime-types/blob/main/History.md)
- [Commits](mime-types/ruby-mime-types@v3.4.1...v3.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Sep 24, 2023
@github-actions
Copy link

This pull request has merge conflicts that must be resolved before it can be merged.

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 rebase needed 🚧 ruby Pull requests that update Ruby code
Projects
None yet