hackberrydev / servisne_info

The application powering https://www.servisne.info
https://www.servisne.info/
14 stars 0 forks source link

Update mechanize 2.10.1 → 2.11.0 (minor) #539

Closed depfu[bot] closed 3 months ago

depfu[bot] commented 3 months ago

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ mechanize (2.10.1 → 2.11.0) · Repo · Changelog

Release Notes

2.11.0

2.11.0 / 2024-07-18

  • The accept-charset header is no longer sent. In early versions of Mechanize, circa 2007, this was a common header but now no modern browser sends it, and servers are instructed to ignore it. See #646 for an example of a server that is confused by its presence. (#647) @flavorjones

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 3 commits:

↗️ addressable (indirect, 2.8.6 → 2.8.7) · Repo · Changelog

Release Notes

2.8.7 (from changelog)

  • Allow public_suffix 6 (#535)

Does any of this look wrong? Please let us know.

↗️ mime-types-data (indirect, 3.2024.0604 → 3.2024.0702) · Repo · Changelog

Release Notes

3.2024.0702 (from changelog)

  • Updated the Apache and IANA media registry entries as of release date

    • This update adds an empty example/ top-level media type group.

    • This update adds a new haptics/ group with three media types defined.

  • Moved extensions from audio/x-aac to audio/aac and mark audio/x-aac as obsolete. Based on #77 by Samuel Williams.

    • Made the same changes for audio/flac and audio/matroska.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 5 commits:

↗️ public_suffix (indirect, 5.0.5 → 6.0.0) · Repo · Changelog

Release Notes

6.0.0 (from changelog)

Same as 5.1.0. Re-releasing as a major version change due to a major ruby version requirement change.

Changed

  • Updated definitions.
  • Minimum Ruby version is 3.0

5.1.1 (from changelog)

No significant changes. Releasing a mini version to address 5.1.0 release with major ruby requirement change (GH-315).

5.1.0 (from changelog)

Changed

  • Updated definitions.
  • Minimum Ruby version is 3.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 28 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)