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

build(deps): bump net-imap from 0.3.7 to 0.5.1 #2181

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2024

Bumps net-imap from 0.3.7 to 0.5.1.

Release notes

Sourced from net-imap's releases.

v0.5.1

What's Changed

Added

Fixed

Documentation

Other Changes

Miscellaneous

Full Changelog: ruby/net-imap@v0.5.0...v0.5.1

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) and 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. This is unchanged.
    • 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

... (truncated)

Commits
  • ea47e34 🔖 Bump version to 0.5.1
  • 2d6dbde 🔀 Merge pull request #345 from ruby/search-parenthesized-lists
  • 1d9afd5 ✨ Enable parenthesized lists in search criteria
  • 799cc94 🔀 Merge pull request #351 from ruby/search-coerce-sequence_set
  • 6413656 ✨ Coerce search args with SequenceSet.try_convert
  • d31ecf7 ✨ Coerce :* search args into sequence-set
  • 2db20a7 ✨ Coerce Set search args into sequence-set
  • d35835c ♻️ Use SequenceSet[arg] for search arg coercion
  • bad9ec4 ♻️ Extract coerce_search_arg_to_seqset?
  • 269afc9 📚 Reformat search docs for SequenceSet coercion
  • 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 added dependencies ruby Pull requests that update Ruby code labels Nov 21, 2024
@dependabot dependabot bot force-pushed the dependabot/bundler/net-imap-0.5.1 branch 3 times, most recently from b44fca0 to 1a29847 Compare December 4, 2024 11:35
Bumps [net-imap](https://github.com/ruby/net-imap) from 0.3.7 to 0.5.1.
- [Release notes](https://github.com/ruby/net-imap/releases)
- [Commits](ruby/net-imap@v0.3.7...v0.5.1)

---
updated-dependencies:
- dependency-name: net-imap
  dependency-type: direct:production
  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.1 branch from 1a29847 to 5ceb57a Compare December 4, 2024 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants