Update dependency debug to v1.11.1 #10

Open
renovate wants to merge 1 commit from renovate/debug-1.x-lockfile into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
debug (changelog) 1.9.2 -> 1.11.1 age confidence

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

ruby/debug (debug)

v1.11.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/ruby/debug/compare/v1.11.0...v1.11.1

v1.11.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/ruby/debug/compare/v1.10.0...v1.11.0

v1.10.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/ruby/debug/compare/v1.9.2...v1.10.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [debug](https://github.com/ruby/debug) ([changelog](https://github.com/ruby/debug/releases/tag/v1.11.1)) | `1.9.2` -> `1.11.1` | [![age](https://developer.mend.io/api/mc/badges/age/rubygems/debug/1.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/debug/1.9.2/1.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>ruby/debug (debug)</summary> ### [`v1.11.1`](https://github.com/ruby/debug/releases/tag/v1.11.1) [Compare Source](https://github.com/ruby/debug/compare/v1.11.0...v1.11.1) #### What's Changed - command - `b path: path_pattern` is accepted in [`1139d78`](https://github.com/ruby/debug/commit/1139d781ffde33a1ae6de04e718269cf8e4b0d09) - fix - catch any exception on `singletonclass` by [@&#8203;ko1](https://github.com/ko1) in [#&#8203;1163](https://github.com/ruby/debug/pull/1163) - use `Kernel.__callee__` by [@&#8203;ko1](https://github.com/ko1) in [#&#8203;1164](https://github.com/ruby/debug/pull/1164) - FileUtils is needed by [@&#8203;ko1](https://github.com/ko1) in [#&#8203;1168](https://github.com/ruby/debug/pull/1168) - catch up Ruby 4.0 - Update imemo\_mask to match ruby's by [@&#8203;byroot](https://github.com/byroot) in [#&#8203;1151](https://github.com/ruby/debug/pull/1151) - backtrace changes [`24f95d6`](https://github.com/ruby/debug/commit/24f95d637d96d92eb249e1ca45f3550832b5307f) - remote - fix(DAP): Return unverified breakpoints instead of unsuccessful response by [@&#8203;dmlambo](https://github.com/dmlambo) in [#&#8203;1161](https://github.com/ruby/debug/pull/1161) - misc - omit on older version by [@&#8203;ko1](https://github.com/ko1) in [#&#8203;1167](https://github.com/ruby/debug/pull/1167) #### New Contributors - [@&#8203;byroot](https://github.com/byroot) made their first contribution in [#&#8203;1151](https://github.com/ruby/debug/pull/1151) - [@&#8203;dmlambo](https://github.com/dmlambo) made their first contribution in [#&#8203;1161](https://github.com/ruby/debug/pull/1161) **Full Changelog**: <https://github.com/ruby/debug/compare/v1.11.0...v1.11.1> ### [`v1.11.0`](https://github.com/ruby/debug/releases/tag/v1.11.0) [Compare Source](https://github.com/ruby/debug/compare/v1.10.0...v1.11.0) #### What's Changed - Configurations - Add `show_src_lines_frame` option by [@&#8203;HeyNonster](https://github.com/HeyNonster) in [#&#8203;1138](https://github.com/ruby/debug/pull/1138) - `no_repeat` option by [@&#8203;ko1](https://github.com/ko1) in [#&#8203;1140](https://github.com/ruby/debug/pull/1140) - Support XDG directories for config and history files by [@&#8203;jgarber623](https://github.com/jgarber623) in [#&#8203;1055](https://github.com/ruby/debug/pull/1055) - fix hitory file path by [@&#8203;ko1](https://github.com/ko1) in [#&#8203;1146](https://github.com/ruby/debug/pull/1146) - Fix - Fix FrameInfo#block\_identifier by [@&#8203;andrepiske](https://github.com/andrepiske) in [#&#8203;1137](https://github.com/ruby/debug/pull/1137) - The debug gem can abort when stepping into a rescue clause: by [@&#8203;mame](https://github.com/mame) in [#&#8203;1142](https://github.com/ruby/debug/pull/1142) - Explicitly skip TracePoint events in internal code by [@&#8203;mame](https://github.com/mame) in [#&#8203;1143](https://github.com/ruby/debug/pull/1143) - Fix encoding crash when LANG environment is empty by [@&#8203;jsxs0](https://github.com/jsxs0) in [#&#8203;1144](https://github.com/ruby/debug/pull/1144) - Misc - Normalize formatting, grammar, etc… by [@&#8203;stevenharman](https://github.com/stevenharman) in [#&#8203;1136](https://github.com/ruby/debug/pull/1136) - Fix help message of the `eval` command by [@&#8203;matthieuprat](https://github.com/matthieuprat) in [#&#8203;1130](https://github.com/ruby/debug/pull/1130) - Self-document the XDG\_STATE\_HOME fallback by [@&#8203;jasonkarns](https://github.com/jasonkarns) in [#&#8203;1148](https://github.com/ruby/debug/pull/1148) #### New Contributors - [@&#8203;HeyNonster](https://github.com/HeyNonster) made their first contribution in [#&#8203;1138](https://github.com/ruby/debug/pull/1138) - [@&#8203;andrepiske](https://github.com/andrepiske) made their first contribution in [#&#8203;1137](https://github.com/ruby/debug/pull/1137) - [@&#8203;stevenharman](https://github.com/stevenharman) made their first contribution in [#&#8203;1136](https://github.com/ruby/debug/pull/1136) - [@&#8203;matthieuprat](https://github.com/matthieuprat) made their first contribution in [#&#8203;1130](https://github.com/ruby/debug/pull/1130) - [@&#8203;jsxs0](https://github.com/jsxs0) made their first contribution in [#&#8203;1144](https://github.com/ruby/debug/pull/1144) - [@&#8203;jgarber623](https://github.com/jgarber623) made their first contribution in [#&#8203;1055](https://github.com/ruby/debug/pull/1055) - [@&#8203;jasonkarns](https://github.com/jasonkarns) made their first contribution in [#&#8203;1148](https://github.com/ruby/debug/pull/1148) **Full Changelog**: <https://github.com/ruby/debug/compare/v1.10.0...v1.11.0> ### [`v1.10.0`](https://github.com/ruby/debug/releases/tag/v1.10.0) [Compare Source](https://github.com/ruby/debug/compare/v1.9.2...v1.10.0) #### What's Changed - Remote debugging - Add option to try to connect to a range of TCP ports by [@&#8203;gerymate](https://github.com/gerymate) in [#&#8203;1119](https://github.com/ruby/debug/pull/1119) - Bug fixes - do not include `$FILENAME` in globals by [@&#8203;nyz93](https://github.com/nyz93) in [#&#8203;1105](https://github.com/ruby/debug/pull/1105) - Accept colon style Hash#inspect in test/console/print\_test.rb by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1111](https://github.com/ruby/debug/pull/1111) - Fix flaky tests by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1116](https://github.com/ruby/debug/pull/1116) - Fix irb\_test prompt assertion failure by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1100](https://github.com/ruby/debug/pull/1100) - Improve RUBYOPT's handling in tests by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1097](https://github.com/ruby/debug/pull/1097) - allow `puts` without argument by [@&#8203;ko1](https://github.com/ko1) in [#&#8203;1124](https://github.com/ruby/debug/pull/1124) - `port_range` lvar is not defined by [@&#8203;ko1](https://github.com/ko1) in [#&#8203;1126](https://github.com/ruby/debug/pull/1126) - Misc - Add changelog\_uri to gemspec by [@&#8203;fynsta](https://github.com/fynsta) in [#&#8203;1106](https://github.com/ruby/debug/pull/1106) - Fix minor typos / grammar in README.md by [@&#8203;ozydingo](https://github.com/ozydingo) in [#&#8203;1101](https://github.com/ruby/debug/pull/1101) #### New Contributors - [@&#8203;nyz93](https://github.com/nyz93) made their first contribution in [#&#8203;1105](https://github.com/ruby/debug/pull/1105) - [@&#8203;fynsta](https://github.com/fynsta) made their first contribution in [#&#8203;1106](https://github.com/ruby/debug/pull/1106) - [@&#8203;ozydingo](https://github.com/ozydingo) made their first contribution in [#&#8203;1101](https://github.com/ruby/debug/pull/1101) - [@&#8203;gerymate](https://github.com/gerymate) made their first contribution in [#&#8203;1119](https://github.com/ruby/debug/pull/1119) **Full Changelog**: <https://github.com/ruby/debug/compare/v1.9.2...v1.10.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4yLjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi4xMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Update dependency debug to v1.11.0
Some checks failed
build.yml / Update dependency debug to v1.11.0 (push) Failing after 0s
deploy.yml / Update dependency debug to v1.11.0 (push) Failing after 0s
build.yml / Update dependency debug to v1.11.0 (pull_request) Failing after 0s
deploy.yml / Update dependency debug to v1.11.0 (pull_request) Failing after 0s
Release Drafter / update_release_draft (pull_request) Has been cancelled
9fae7d6474
renovate force-pushed renovate/debug-1.x-lockfile from 9fae7d6474
Some checks failed
build.yml / Update dependency debug to v1.11.0 (push) Failing after 0s
deploy.yml / Update dependency debug to v1.11.0 (push) Failing after 0s
build.yml / Update dependency debug to v1.11.0 (pull_request) Failing after 0s
deploy.yml / Update dependency debug to v1.11.0 (pull_request) Failing after 0s
Release Drafter / update_release_draft (pull_request) Has been cancelled
to 69e382912c
Some checks failed
build.yml / Update dependency debug to v1.11.1 (push) Failing after 0s
deploy.yml / Update dependency debug to v1.11.1 (push) Failing after 0s
build.yml / Update dependency debug to v1.11.1 (pull_request) Failing after 0s
deploy.yml / Update dependency debug to v1.11.1 (pull_request) Failing after 0s
Release Drafter / update_release_draft (pull_request) Has been cancelled
2025-12-20 00:01:54 +00:00
Compare
renovate changed title from Update dependency debug to v1.11.0 to Update dependency debug to v1.11.1 2025-12-20 00:01:54 +00:00
Some checks failed
build.yml / Update dependency debug to v1.11.1 (push) Failing after 0s
deploy.yml / Update dependency debug to v1.11.1 (push) Failing after 0s
build.yml / Update dependency debug to v1.11.1 (pull_request) Failing after 0s
deploy.yml / Update dependency debug to v1.11.1 (pull_request) Failing after 0s
Release Drafter / update_release_draft (pull_request) Has been cancelled
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/debug-1.x-lockfile:renovate/debug-1.x-lockfile
git switch renovate/debug-1.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/debug-1.x-lockfile
git switch renovate/debug-1.x-lockfile
git rebase main
git switch main
git merge --ff-only renovate/debug-1.x-lockfile
git switch renovate/debug-1.x-lockfile
git rebase main
git switch main
git merge --no-ff renovate/debug-1.x-lockfile
git switch main
git merge --squash renovate/debug-1.x-lockfile
git switch main
git merge --ff-only renovate/debug-1.x-lockfile
git switch main
git merge renovate/debug-1.x-lockfile
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
hobbypunk/discord-santa!10
No description provided.