chore(deps): update dependency debug to v1.11.0
This MR contains the following updates:
Package | Update | Change |
---|---|---|
debug (changelog) | minor |
1.10.0 -> 1.11.0
|
Release Notes
ruby/debug (debug)
v1.11.0
What's Changed
- Configurations
- Add
show_src_lines_frame
option by @HeyNonster in https://github.com/ruby/debug/pull/1138 -
no_repeat
option by @ko1 in https://github.com/ruby/debug/pull/1140 - Support XDG directories for config and history files by @jgarber623 in https://github.com/ruby/debug/pull/1055
- fix hitory file path by @ko1 in https://github.com/ruby/debug/pull/1146
- Add
- Fix
- Fix FrameInfo#block_identifier by @andrepiske in https://github.com/ruby/debug/pull/1137
- The debug gem can abort when stepping into a rescue clause: by @mame in https://github.com/ruby/debug/pull/1142
- Explicitly skip TracePoint events in internal code by @mame in https://github.com/ruby/debug/pull/1143
- Fix encoding crash when LANG environment is empty by @jsxs0 in https://github.com/ruby/debug/pull/1144
- Misc
- Normalize formatting, grammar, etc… by @stevenharman in https://github.com/ruby/debug/pull/1136
- Fix help message of the
eval
command by @matthieuprat in https://github.com/ruby/debug/pull/1130 - Self-document the XDG_STATE_HOME fallback by @jasonkarns in https://github.com/ruby/debug/pull/1148
New Contributors
- @HeyNonster made their first contribution in https://github.com/ruby/debug/pull/1138
- @andrepiske made their first contribution in https://github.com/ruby/debug/pull/1137
- @stevenharman made their first contribution in https://github.com/ruby/debug/pull/1136
- @matthieuprat made their first contribution in https://github.com/ruby/debug/pull/1130
- @jsxs0 made their first contribution in https://github.com/ruby/debug/pull/1144
- @jgarber623 made their first contribution in https://github.com/ruby/debug/pull/1055
- @jasonkarns made their first contribution in https://github.com/ruby/debug/pull/1148
Full Changelog: https://github.com/ruby/debug/compare/v1.10.0...v1.11.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.