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-dev): Bump the bundler-dev group with 5 updates #3761

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the bundler-dev group with 5 updates:

Package From To
overcommit 0.61.0 0.62.0
rubocop 1.60.0 1.60.1
stackprof 0.2.25 0.2.26
ruby_parser 3.20.3 3.21.0
sorbet-runtime 0.5.11193 0.5.11214

Updates overcommit from 0.61.0 to 0.62.0

Release notes

Sourced from overcommit's releases.

0.62.0

  • Allow version 5 of childprocess gem dependency
Changelog

Sourced from overcommit's changelog.

0.62.0

  • Allow version 5 of childprocess gem dependency
Commits

Updates rubocop from 1.60.0 to 1.60.1

Release notes

Sourced from rubocop's releases.

RuboCop 1.60.1

Bug fixes

  • #12625: Fix an error when server cache dir has read-only file system. (@​Strzesia)
  • #12618: Fix false positives for Style/ArgumentsForwarding when using block argument forwarding with other arguments. (@​koic)
  • #12614: Fix false positiveis for Style/RedundantParentheses when parentheses in control flow keyword with multiline style argument. (@​koic)

Changes

  • #12617: Make Style/CollectionCompact aware of grep_v with nil. (@​koic)
Changelog

Sourced from rubocop's changelog.

1.60.1 (2024-01-17)

Bug fixes

  • #12625: Fix an error when server cache dir has read-only file system. ([@​Strzesia][])
  • #12618: Fix false positives for Style/ArgumentsForwarding when using block argument forwarding with other arguments. ([@​koic][])
  • #12614: Fix false positiveis for Style/RedundantParentheses when parentheses in control flow keyword with multiline style argument. ([@​koic][])

Changes

  • #12617: Make Style/CollectionCompact aware of grep_v with nil. ([@​koic][])
Commits
  • 1f507c9 Cut 1.60.1
  • 356b6cb Update Changelog
  • 936895d [Fix #12618] Fix false positives for Style/ArgumentsForwarding
  • 927a220 Merge pull request #12625 from Strzesia/handle-errno-erofs-exception
  • d0dccdd Add Errno::EROFS exception handling for read-only file systems
  • ef7f54e [Fix #12617] Make Style/CollectionCompact aware of grep_v with nil
  • f4cc292 [Fix #12614] Fix false positiveis for Style/RedundantParentheses
  • ce906c6 Switch back the docs version
  • See full diff in compare view

Updates stackprof from 0.2.25 to 0.2.26

Commits
  • ebdd3af bumping version
  • bd885f9 Merge pull request #222 from casperisfine/typed-data
  • aaeef71 Migrate to the TypedData API
  • 91d12e7 Merge pull request #219 from casperisfine/yjit-3.3-postponed-jbos
  • c1e71bd Fix compatibility with newer minitest
  • c771fd4 Don't use postponed jobs on Ruby 3.3+YJIT
  • 726a172 Merge pull request #214 from tmm1/fix-gc-times
  • 329e57b Fix GC profiling timing
  • 51b71bf Merge pull request #213 from tmm1/raw-line-numbers
  • 03369b9 Add raw line numbers for raw mode
  • Additional commits viewable in compare view

Updates ruby_parser from 3.20.3 to 3.21.0

Changelog

Sourced from ruby_parser's changelog.

=== 3.21.0 / 2024-01-15

  • 18 minor enhancements:

    • (internal) Added simple RubyLexer#comment.
    • (internal) Removed RubyLexer#comments and #ignore_body_comments.
    • (internal) Removed RubyParser#comments.
    • (internal) Renamed files from lib/ruby##_parser.* to lib/ruby_parser##.*
    • (internal) Renamed lib/ruby3_parser.yy to lib/ruby_parser3.yy
    • (internal) Renamed lib/ruby_parser.yy to lib/ruby_parser2.yy
    • Added tentative 3.2 support. (torrocus)
    • Made rake compare a multitask (28s -> 10s!!).
    • Made rake compare depend on generate (from clean: 28s -> 18s).
    • No longer package versioned .y files.
    • Overhaul of parser/lexer comment processing.
    • Parser productions for k_class/k_module/k_def carry their comment with them.
    • Restructured build tasks to utilize Hoe's .yy support! 8.5s -> 1.2s!!!
    • RubyParser new_(class|module|defn|defs) handle comment processing via sexp.
    • RubyParser new_(class|module|defn|defs) handle normalizing production sexps.
    • RubyParser#next_token clears out lexer's comment when applicable.
    • Simplified parser productions for defn_head, defs_head. No more normalizing.
    • Updated rake compare steps for lrama in ruby 3.3+.
  • 6 bug fixes:

    • Cleaned out cruft from rake compare code.
    • Fixed compare/normalize.rb for lrama differences.
    • Made parser task depend on isolate task to pick up racc generator.
    • Made racc a runtime dependency (was dev only) now that ruby 3.3 doesn't ship with the racc runtime. (wildmaples)
    • Updated README.rdoc updating instructions to match current filenames.
    • Updated compare versions and added 3.3.
Commits
  • b07cac0 prepped for release
  • dda9728 + Made rake compare depend on generate (from clean: 28s -> 18s).
  • 33753ca + Added tentative 3.2 support. (torrocus)
  • 2dc7171 + Restructured build tasks to utilize Hoe's .yy support! 8.5s -> 1.2s!!!
  • f59a6b0 - Made racc a runtime dependency (was dev only) now that ruby 3.3 doesn't shi...
  • 349afad Fixed clean task from previous commit. Removed some cruft in Rakefile.
  • b48b979 + (internal) Renamed lib/ruby_parser.yy to lib/ruby_parser2.yy
  • 8f419fd + Overhaul of parser/lexer comment processing.
  • See full diff in compare view

Updates sorbet-runtime from 0.5.11193 to 0.5.11214

Release notes

Sourced from sorbet-runtime's releases.

sorbet 0.5.11213.20240119122914-ac1e9620f

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11213', :group => :development
gem 'sorbet-runtime', '0.5.11213'

sorbet 0.5.11212.20240118144312-6440c6956

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11212', :group => :development
gem 'sorbet-runtime', '0.5.11212'

sorbet 0.5.11211.20240118144233-e57959a04

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11211', :group => :development
gem 'sorbet-runtime', '0.5.11211'

sorbet 0.5.11210.20240118144215-1d71d864a

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11210', :group => :development
gem 'sorbet-runtime', '0.5.11210'

sorbet 0.5.11209.20240118141219-6c818f93a

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11209', :group => :development
gem 'sorbet-runtime', '0.5.11209'

sorbet 0.5.11208.20240118121215-9770dabd0

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11208', :group => :development
gem 'sorbet-runtime', '0.5.11208'

sorbet 0.5.11207.20240118120849-12f337e12

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11207', :group => :development
gem 'sorbet-runtime', '0.5.11207'

sorbet 0.5.11205.20240117155259-af601a916

... (truncated)

Commits

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 bundler-dev group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [overcommit](https://github.com/sds/overcommit) | `0.61.0` | `0.62.0` |
| [rubocop](https://github.com/rubocop/rubocop) | `1.60.0` | `1.60.1` |
| [stackprof](https://github.com/tmm1/stackprof) | `0.2.25` | `0.2.26` |
| [ruby_parser](https://github.com/seattlerb/ruby_parser) | `3.20.3` | `3.21.0` |
| [sorbet-runtime](https://github.com/sorbet/sorbet) | `0.5.11193` | `0.5.11214` |


Updates `overcommit` from 0.61.0 to 0.62.0
- [Release notes](https://github.com/sds/overcommit/releases)
- [Changelog](https://github.com/sds/overcommit/blob/main/CHANGELOG.md)
- [Commits](sds/overcommit@v0.61.0...v0.62.0)

Updates `rubocop` from 1.60.0 to 1.60.1
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.60.0...v1.60.1)

Updates `stackprof` from 0.2.25 to 0.2.26
- [Changelog](https://github.com/tmm1/stackprof/blob/master/CHANGELOG.md)
- [Commits](tmm1/stackprof@v0.2.25...v0.2.26)

Updates `ruby_parser` from 3.20.3 to 3.21.0
- [Changelog](https://github.com/seattlerb/ruby_parser/blob/master/History.rdoc)
- [Commits](seattlerb/ruby_parser@v3.20.3...v3.21.0)

Updates `sorbet-runtime` from 0.5.11193 to 0.5.11214
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: overcommit
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: bundler-dev
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bundler-dev
- dependency-name: stackprof
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bundler-dev
- dependency-name: ruby_parser
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-dev
- dependency-name: sorbet-runtime
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-dev
...

Signed-off-by: dependabot[bot] <[email protected]>
@just1602 just1602 merged commit 171150e into main Jan 22, 2024
6 of 7 checks passed
@just1602 just1602 deleted the dependabot/bundler/bundler-dev-31881ae3c5 branch January 22, 2024 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant