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 net-imap from 0.4.16 to 0.5.0 #1825

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps net-imap from 0.4.16 to 0.5.0.

Release notes

Sourced from net-imap's releases.

v0.5.0

What's Changed

Breaking Changes

  • 💥 Drop ruby 2.7 and 3.0 support, and require ruby 3.1 by @​nevans in ruby/net-imap#276
  • 💥⚡ Simplify header-fld-name parser (backward incompatible) by @​nevans in ruby/net-imap#216 For example, HEADER.FIELDS(Content-Type) or HEADER.FIELDS("Content-Type") are semantically identical, and a server may choose to return the quoted version.
    • Before this change, the FetchData attr header name would be quoted if the server sent the field name quoted.
    • After this change, the header field names will always be unquoted by the parser, so the result will always available via fetch_data.header_fields("Content-Type") or fetch_data.attr_upcase["HEADER.FIELDS(CONTENT-TYPE)"].
  • 💥 Replace MessageSet with SequenceSet by @​nevans in ruby/net-imap#282 Most of the changes are bugfixes or allow something new to work that didn't work before. See the PR for more details. This affects #search, #uid_search, #sort, #uid_sort, #fetch, #uid_fetch, #store, #uid_store, #copy, #uid_copy, #move, #uid_move, and #uid_expunge.
  • 💥 SequenceSet input validation for Set, Array, and enumerables by @​nevans in ruby/net-imap#319
    • Array inputs can still be deeply nested.
    • Set inputs can only contain integers and "*" or :*, to be consistent with SequenceSet#to_set.
    • Other Enumerables will only be converted if they implement #to_sequence_set.
  • 🔥 Remove deprecated #client_thread attr_reader by @​nevans in ruby/net-imap#321 #client_thread was deprecated by v0.4.0.
  • 🔥 Drop deprecated BodyType structs by @​nevans in ruby/net-imap#323 These structs were deprecated by v0.4.0.

Added

Deprecations

  • 🔊 Warn about deprecated #responses usage by @​nevans in ruby/net-imap#97 To silence these warnings:
    • pass a block to #responses (supported since v0.4.0),
    • pass a type to #responses for a frozen copied array (since v0.4.17),
    • set config.responses_without_block to :silence_deprecation_warning (since v0.4.13),
    • set config.responses_without_block to :frozen_dup (since v0.4.17),
    • use #clear_responses instead (since v0.4.0),
    • use #extract_responses instead (since v0.4.17).
  • 🗑️ Deprecate MessageSet by @​nevans in ruby/net-imap#282 MessageSet was only intended for internal use, and all internal usage has been replaced.

Fixed

... (truncated)

Commits
  • cc13c91 🔖 Bump version to v0.5.0
  • 3e77349 ✅ Fix GH action for rubygems Trusted Publishing
  • 5ce90bb ♻️ Use SASL::AuthenticationExchange internally
  • 943afda ✅ Setup simplecov
  • 6af826d 🔨📚 Fix rdoc => ghpages workflow
  • 0f7d264 🔀 Merge pull request #334 from ruby/responses-return-frozen_dup
  • 566e668 🔧 Set responses_without_block to frozen_dup in 0.6
  • 5ac99b2 ✨ Responses with no args can return frozen dup hash
  • 1a25273 ✨ Responses with type can return frozen dup array
  • 1c3f43c 🔊 Update #responses deprecation message
  • 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 [net-imap](https://github.com/ruby/net-imap) from 0.4.16 to 0.5.0.
- [Release notes](https://github.com/ruby/net-imap/releases)
- [Commits](ruby/net-imap@v0.4.16...v0.5.0)

---
updated-dependencies:
- dependency-name: net-imap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Oct 17, 2024
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants