Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2025

Bumps net-imap from 0.5.12 to 0.6.2.

Release notes

Sourced from net-imap's releases.

v0.6.2

What's Changed

Fixed

Full Changelog: ruby/net-imap@v0.6.1...v0.6.2

v0.6.1

What's Changed

Fixed

Miscellaneous

Full Changelog: ruby/net-imap@v0.6.0...v0.6.1

v0.6.0

What's Changed

Breaking Changes

  • 🔧 Update default config for v0.6 by @​nevans in ruby/net-imap#539
    • responses_without_block changed from :warn to :frozen_dup
    • parser_use_deprecated_uidplus_data changed from :up_to_max_size to false (and is deprecated)
    • parser_max_deprecated_uidplus_data_size changed from 100 to 0 (and is deprecated)
  • 🔥 Use psych (>= 5.2.5) for encoding Data objects by @​nevans in ruby/net-imap#543 This changes the YAML tag for Data subclasses from ruby/object:Net::IMAP::DataSubclass to ruby/data:Net::IMAP::DataSubclass. YAML dumped by earlier net-imap versions may not load correctly. Psych >= 5.2.5 is required to dump these objects correctly.
  • 💥 Require ruby >= 3.2 (drop support for 3.1) by @​nevans in ruby/net-imap#538
  • 💥✨ Change SequenceSet#size to count * and repeated numbers by @​nevans in ruby/net-imap#564 SequenceSet is used to represent both sorted sets and ordered lists (which may contain duplicates). Members are non-zero UInt32 numbers, but "*" has special meaning as "the number corresponding to the last mailbox entry". So there are four different ways to count the members of a SequenceSet. Previously, #size was an alias for #count. Now it differs in both relevant aspects.
    * is a unique member * is treated like 2³² - 1
    distinct set members #cardinality #count
    ordered list, including duplicates #size #count_with_duplicates
  • 🔥 Remove deprecated UIDPlusData class by @​nevans in ruby/net-imap#540 UIDPlusData was deprecated by v0.5.6. AppendUIDData or CopyUIDData will always be returned instead.
  • 🔥 Delete deprecated MessageSet by @​nevans in ruby/net-imap#573 MessageSet was deprecated by v0.5.0. Use SequenceSet instead.
  • 💥 Do not include OpenSSL and OpenSSL::SSL modules into Net::IMAP by @​nevans in ruby/net-imap#533 This only affects the ability to use OpenSSL constants from the Net::IMAP namespace.
  • 💥 Don't set verify_callback to VerifyCallbackProc by @​nevans in ruby/net-imap#534 This functionality was never documented and is redundant with the verify_callback option.

... (truncated)

Commits
  • 38622aa 🔖 Bump version to 0.6.2
  • 96fd33b 🐛 Fix #responses() freezing internal arrays
  • dde67cf 🔀 Merge tag 'v0.6.1'
  • 5935002 🔖 Bump version to 0.6.1
  • d455729 🐛 Fix SequenceSet#delete?(num..num) to return set
  • ce176b4 🐛 Fix SequenceSet#max(n), cardinality < n <= size
  • 6b07bf4 ⬆️ Bump step-security/harden-runner from 2.13.3 to 2.14.0 (#579)
  • 567518c 📦 Drop digest from Gemfile (workaround for #576)
  • 4af9ed4 📦 Use latest rubygems/bundler to release gem
  • 4e38b1f 🔖 Bump version to 0.6.0
  • 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 Dec 18, 2025
Bumps [net-imap](https://github.com/ruby/net-imap) from 0.5.12 to 0.6.2.
- [Release notes](https://github.com/ruby/net-imap/releases)
- [Commits](ruby/net-imap@v0.5.12...v0.6.2)

---
updated-dependencies:
- dependency-name: net-imap
  dependency-version: 0.6.2
  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.6.2 branch from 1f9e24a to 5298419 Compare January 5, 2026 13:08
@LeticiaErrandonea LeticiaErrandonea merged commit 24083e1 into master Jan 5, 2026
7 of 8 checks passed
@LeticiaErrandonea LeticiaErrandonea deleted the dependabot/bundler/net-imap-0.6.2 branch January 5, 2026 22:20
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.

2 participants