Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump net-imap from 0.4.17 to 0.5.0 #856

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps net-imap from 0.4.17 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 response 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 for a frozen copy (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)

@dependabot dependabot bot force-pushed the dependabot/bundler/net-imap-0.5.0 branch from 2bc0445 to eaf0cb8 Compare October 23, 2024 20:41
Bumps [net-imap](https://github.com/ruby/net-imap) from 0.4.17 to 0.5.0.
- [Release notes](https://github.com/ruby/net-imap/releases)
- [Commits](ruby/net-imap@v0.4.17...v0.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/net-imap-0.5.0 branch from eaf0cb8 to 1685f66 Compare October 23, 2024 20:43
@michaelabon michaelabon merged commit 21aebfd into main Oct 23, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/bundler/net-imap-0.5.0 branch October 23, 2024 20:45
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant