Skip to content

build(deps): bump net-imap from 0.6.4.1 to 0.6.6 - #1016

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/net-imap-0.6.6
Open

build(deps): bump net-imap from 0.6.4.1 to 0.6.6#1016
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/net-imap-0.6.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
Contributor

Bumps net-imap from 0.6.4.1 to 0.6.6.

Release notes

Sourced from net-imap's releases.

v0.6.6

What's Changed

Fixed

  • 🐛 Fix incorrect regexp for testing if string is quotable by @​nevans in ruby/net-imap#723 This bug was introduced by v0.6.5 as part of #712. It causes some valid string arguments (which should be sent as IMAP literal values) to raise a DataFormatError exception (without sending).

Full Changelog: ruby/net-imap@v0.6.5...v0.6.6

v0.6.5

What's Changed

Added

Fixed

Other Changes

Miscellaneous

Full Changelog: ruby/net-imap@v0.6.4.1...v0.6.5

Commits
  • 7cc1dd0 🔖 Bump version to 0.6.6
  • 416ada4 🐛 Fix bug in #712, testing if string is quotable
  • 8fb3029 🔖 Bump version to 0.6.5
  • adfe70d 🔀 Merge pull request #721 from ruby/fix-simplecov-upgrade
  • e38a03d ✅ Change CI simplecov minimum coverage handling
  • 74cd627 ✅ Update simplecov groups so nothing is ungrouped
  • f4afcc7 ✅ Update simplecov config for v1.0 syntax
  • ce44000 ✅ Move simplecov config into .simplecov
  • 8e0c450 ⬆️ Bump step-security/harden-runner from 2.19.4 to 2.20.0
  • fd526d8 simplecov-{html,json} have been incorporated in SimpleCov 1.0.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 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.6.4.1 to 0.6.6.
- [Release notes](https://github.com/ruby/net-imap/releases)
- [Commits](ruby/net-imap@v0.6.4.1...v0.6.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Jul 30, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity

Metric Results
Complexity 0

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the net-imap gem from 0.6.4.1 to 0.6.6. This version addresses a string quoting regression introduced in version 0.6.5 and adds support for thread join timeouts and capability tracking. Codacy analysis indicates the project remains up to standards, with no new issues or complexity introduced. No critical flaws were found that would prevent merging.

Test suggestions

  • Verify IMAP connection and disconnection still function correctly with the new version.
  • Verify that string arguments requiring literals (e.g., those with special characters or specific lengths) do not raise DataFormatError.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify IMAP connection and disconnection still function correctly with the new version.
2. Verify that string arguments requiring literals (e.g., those with special characters or specific lengths) do not raise DataFormatError.

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

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