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 the ruby-minor-patch group with 4 updates #3197

Merged
merged 1 commit into from
May 13, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2024

Bumps the ruby-minor-patch group with 4 updates: net-imap, omniauth-rails_csrf_protection, i18n-tasks and rubocop.

Updates net-imap from 0.4.10 to 0.4.11

Release notes

Sourced from net-imap's releases.

v0.4.11

What's Changed

Server workarounds

Miscellaneous

New Contributors

Full Changelog: ruby/net-imap@v0.4.10...v0.4.11

Commits
  • 1e51033 🔖 Bump version to 0.4.11
  • 110e3c0 🔧🔒 Configure RubyGem Trusted Publishing
  • 119f43a 🔀 Merge pull request #271 from gaynetdinov/consider-extra-empty-space-in-body...
  • 3ed0837 Add a comment section to the extra space test
  • a103fee Update lib/net/imap/response_parser.rb
  • e6dfd50 Consider extra empty space in BODYSTRUCTURE
  • a32cd98 ⬆️ Bump actions/configure-pages from 4 to 5 (#270)
  • dd4310f ✅ Update Github test workflow name
  • 9d15e2a 🔀 Merge pull request #264 from nevans/change-my-email-address
  • c176f9a ✅ Add basic test for SEARCH / UID SEARCH command
  • Additional commits viewable in compare view

Updates omniauth-rails_csrf_protection from 1.0.1 to 1.0.2

Release notes

Sourced from omniauth-rails_csrf_protection's releases.

Version 1.0.2

  • Update supported Ruby and Rails versions.
  • Ensure the library is working correctly in a multi-threaded environment.
Commits
  • f0f5f84 Bump to 1.0.2
  • 2819b54 Use config.secret_key_base in test_helper instead
  • 8476ad1 Add Ruby 3.3 to the build matrix
  • 9bf98c1 Make TokenVerifier#call safely reentrant
  • 6bcc98a Add GitHub Workflow
  • d92aeb6 Remove CircleCI configuration
  • eed9037 Merge pull request #14 from abrahamparayil/patch-1
  • 697db64 Update quotes to match the style guide
  • 9c3c341 Add more files to spec files
  • e33c776 Refactor to remove usage of git in gemspec
  • See full diff in compare view

Updates i18n-tasks from 1.0.13 to 1.0.14

Release notes

Sourced from i18n-tasks's releases.

v1.0.14

See CHANGES.md

Changelog

Sourced from i18n-tasks's changelog.

v1.0.14

  • Newlines are now preserved when using Google Translate. #567
  • Improved locale name handling for Google Translate. #558
  • Fixes compatibility with some versions of the i18n gem. #553
  • Added i18n-tasks cp command. #551
  • Parentheses in keys are now supported. #550
  • Non-HTML ERB files are now supported. #545
  • Adds an optional isolating router that assumes each YAML file is independent. #541
  • Adds an optional AST matcher for Rails default_i18n_subject. #538 #539
  • Supports DeepL glossaries. #535
  • Supports hashes for DeepL and other translators. #531
  • Adds configuration for OpenAI prompt. #533
  • Adds configuration for OpenAI model. #532 #534
Commits
  • c75f774 Bump to v1.0.14
  • 063df4c Fix rubocop
  • 443aef1 Adds spec for YAML-parsing of multilines
  • 7bf71a5 Google Translator: Handles line breaks
  • dffd911 Fix unescaped interpolated reserved key in help text and handle escaped inter...
  • d8b98fa Fixes rubocop offenses (#564)
  • 88de40e chore(deps): bump paambaati/codeclimate-action from 5 to 6
  • 3bfe80c Stop modifying locale before sending to Google Translate.
  • 56f378a Add copy command
  • 1ab60ab Fix key splitting failures if key contains any parenthesis char
  • Additional commits viewable in compare view

Updates rubocop from 1.63.4 to 1.63.5

Release notes

Sourced from rubocop's releases.

RuboCop 1.63.5

Bug fixes

  • #12877: Fix an infinite loop error for Layout/FirstArgumentIndentation when specifying EnforcedStyle: with_fixed_indentation of Layout/ArrayAlignment. (@​koic)
  • #12873: Fix an error for Metrics/BlockLength when the CountAsOne config is invalid. (@​koic)
  • #12881: Fix incorrect autocorrect when Style/NumericPredicate is used with negations. (@​fatkodima)
  • #12882: Fix Layout/CommentIndentation for comment-only pattern matching. (@​nekketsuuu)
Changelog

Sourced from rubocop's changelog.

1.63.5 (2024-05-09)

Bug fixes

  • #12877: Fix an infinite loop error for Layout/FirstArgumentIndentation when specifying EnforcedStyle: with_fixed_indentation of Layout/ArrayAlignment. ([@​koic][])
  • #12873: Fix an error for Metrics/BlockLength when the CountAsOne config is invalid. ([@​koic][])
  • #12881: Fix incorrect autocorrect when Style/NumericPredicate is used with negations. ([@​fatkodima][])
  • #12882: Fix Layout/CommentIndentation for comment-only pattern matching. ([@​nekketsuuu][])
Commits
  • 4c3045c Cut 1.63.5
  • c5ff510 Update Changelog
  • f7f3b5e Merge pull request #12890 from koic/add_ostruct_to_gemfile
  • 1d5ef36 Workaround for Ruby's warning in YARD
  • 9845aff Merge pull request #12886 from koic/suppress_interrupt_exception_for_lsp
  • 9e9caa6 Fix a build error
  • 63fc72d Fix docs for Style/SpecialGlobalVars use_builtin_english_names
  • 1ec4ef9 Suppress Interrupt exception for LSP
  • 49c6e92 Correct some example descriptions
  • 7f9595a Merge pull request #12882 from nekketsuuu/nekketsuuu-case-in-comment
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the ruby-minor-patch group with 4 updates: [net-imap](https://github.com/ruby/net-imap), [omniauth-rails_csrf_protection](https://github.com/cookpad/omniauth-rails_csrf_protection), [i18n-tasks](https://github.com/glebm/i18n-tasks) and [rubocop](https://github.com/rubocop/rubocop).


Updates `net-imap` from 0.4.10 to 0.4.11
- [Release notes](https://github.com/ruby/net-imap/releases)
- [Commits](ruby/net-imap@v0.4.10...v0.4.11)

Updates `omniauth-rails_csrf_protection` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/cookpad/omniauth-rails_csrf_protection/releases)
- [Commits](cookpad/omniauth-rails_csrf_protection@v1.0.1...v1.0.2)

Updates `i18n-tasks` from 1.0.13 to 1.0.14
- [Release notes](https://github.com/glebm/i18n-tasks/releases)
- [Changelog](https://github.com/glebm/i18n-tasks/blob/main/CHANGES.md)
- [Commits](glebm/i18n-tasks@v1.0.13...v1.0.14)

Updates `rubocop` from 1.63.4 to 1.63.5
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.63.4...v1.63.5)

---
updated-dependencies:
- dependency-name: net-imap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-minor-patch
- dependency-name: omniauth-rails_csrf_protection
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-minor-patch
- dependency-name: i18n-tasks
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby-minor-patch
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 13, 2024
@dependabot dependabot bot requested a review from xmunoz May 13, 2024 20:16
@xmunoz xmunoz merged commit 05392b5 into main May 13, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/bundler/ruby-minor-patch-38e31de5af branch May 13, 2024 23:40
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant