Skip to content

Commit

Permalink
Update dependency debug to v1.9.0 (#118)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [debug](https://github.com/ruby/debug) | `1.8.0` -> `1.9.0` |
[![age](https://developer.mend.io/api/mc/badges/age/rubygems/debug/1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/rubygems/debug/1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/rubygems/debug/1.8.0/1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/debug/1.8.0/1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>ruby/debug (debug)</summary>

### [`v1.9.0`](https://github.com/ruby/debug/releases/tag/v1.9.0)

[Compare
Source](https://github.com/ruby/debug/compare/v1.8.0...v1.9.0)

#### What's Changed

-   Configuration
- `session_name` config by [@&#8203;ko1](https://github.com/ko1) in
[https://github.com/ruby/debug/pull/1036](https://github.com/ruby/debug/pull/1036)
-   CLI
- Require Reline 0.3.8+ to avoid frozen issue by
[@&#8203;st0012](https://github.com/st0012) in
[https://github.com/ruby/debug/pull/1020](https://github.com/ruby/debug/pull/1020)
- Fix prompt list size and colorized code line size to match input line
size passed to Reline by [@&#8203;tompng](https://github.com/tompng)
in
[https://github.com/ruby/debug/pull/1010](https://github.com/ruby/debug/pull/1010)
- Fix broken command history when executing debugger on irb by
[@&#8203;takatea](https://github.com/takatea) in
[https://github.com/ruby/debug/pull/997](https://github.com/ruby/debug/pull/997)
- Drop patch for Reline 0.2.7 by
[@&#8203;st0012](https://github.com/st0012) in
[https://github.com/ruby/debug/pull/1022](https://github.com/ruby/debug/pull/1022)
- Support IRB console by [@&#8203;st0012](https://github.com/st0012)
in
[https://github.com/ruby/debug/pull/1024](https://github.com/ruby/debug/pull/1024)
-   Remote
- Allow TracePoint reentry during DAP's evaluation by
[@&#8203;st0012](https://github.com/st0012) in
[https://github.com/ruby/debug/pull/1026](https://github.com/ruby/debug/pull/1026)
- CDP: Add debuggerId field in the RETURN OBJECT of "Debugger.enable" by
[@&#8203;ono-max](https://github.com/ono-max) in
[https://github.com/ruby/debug/pull/1028](https://github.com/ruby/debug/pull/1028)
- CDP: disable JavaScript engine based autocompletion by
[@&#8203;ono-max](https://github.com/ono-max) in
[https://github.com/ruby/debug/pull/1029](https://github.com/ruby/debug/pull/1029)
- Do not use HEAD request if 1 port by
[@&#8203;ko1](https://github.com/ko1) in
[https://github.com/ruby/debug/pull/1035](https://github.com/ruby/debug/pull/1035)
- Show session_name on connection by
[@&#8203;ko1](https://github.com/ko1) in
[https://github.com/ruby/debug/pull/1037](https://github.com/ruby/debug/pull/1037)
-   Internal
- Stop assuming Integer#times is written in C by
[@&#8203;k0kubun](https://github.com/k0kubun) in
[https://github.com/ruby/debug/pull/1015](https://github.com/ruby/debug/pull/1015)
- Disable cloned breakpoints trace point events by
[@&#8203;vinistock](https://github.com/vinistock) in
[https://github.com/ruby/debug/pull/1008](https://github.com/ruby/debug/pull/1008)
- Unfreeze threads for some object-evaluating commands by
[@&#8203;st0012](https://github.com/st0012) in
[https://github.com/ruby/debug/pull/1030](https://github.com/ruby/debug/pull/1030)
- Prevent backtrace from hanging if objects in the backtrace use Thread
in inspect by [@&#8203;vinistock](https://github.com/vinistock) in
[https://github.com/ruby/debug/pull/1038](https://github.com/ruby/debug/pull/1038)
- Compile iseq_collector.c logic only on CRuby by
[@&#8203;eregon](https://github.com/eregon) in
[https://github.com/ruby/debug/pull/1039](https://github.com/ruby/debug/pull/1039)
- Fix compatibility with Fiber Scheduler. by
[@&#8203;ioquatix](https://github.com/ioquatix) in
[https://github.com/ruby/debug/pull/987](https://github.com/ruby/debug/pull/987)
- Do not make a Fiber for commands by
[@&#8203;ko1](https://github.com/ko1) in
[https://github.com/ruby/debug/pull/1044](https://github.com/ruby/debug/pull/1044)
- support Ruby 3.3 by [@&#8203;ko1](https://github.com/ko1) in
[https://github.com/ruby/debug/pull/1045](https://github.com/ruby/debug/pull/1045)
-   Misc/Doc
- Fix ruby warnings by [@&#8203;y-yagi](https://github.com/y-yagi) in
[https://github.com/ruby/debug/pull/993](https://github.com/ruby/debug/pull/993)
- Fix a typo by [@&#8203;makenowjust](https://github.com/makenowjust)
in
[https://github.com/ruby/debug/pull/988](https://github.com/ruby/debug/pull/988)
- Update `TrapInterceptor` to avoid assigning to an unused variable by
[@&#8203;DavidZivk](https://github.com/DavidZivk) in
[https://github.com/ruby/debug/pull/985](https://github.com/ruby/debug/pull/985)
- remove debug print by [@&#8203;ko1](https://github.com/ko1) in
[https://github.com/ruby/debug/pull/1043](https://github.com/ruby/debug/pull/1043)
- Minor punctuation and grammar fixes by
[@&#8203;ahangarha](https://github.com/ahangarha) in
[https://github.com/ruby/debug/pull/1041](https://github.com/ruby/debug/pull/1041)
-   Tests
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/ruby/debug/pull/1014](https://github.com/ruby/debug/pull/1014)

#### New Contributors

- [@&#8203;dependabot](https://github.com/dependabot) made their first
contribution in
[https://github.com/ruby/debug/pull/1014](https://github.com/ruby/debug/pull/1014)
- [@&#8203;tompng](https://github.com/tompng) made their first
contribution in
[https://github.com/ruby/debug/pull/1010](https://github.com/ruby/debug/pull/1010)
- [@&#8203;takatea](https://github.com/takatea) made their first
contribution in
[https://github.com/ruby/debug/pull/997](https://github.com/ruby/debug/pull/997)
- [@&#8203;y-yagi](https://github.com/y-yagi) made their first
contribution in
[https://github.com/ruby/debug/pull/993](https://github.com/ruby/debug/pull/993)
- [@&#8203;DavidZivk](https://github.com/DavidZivk) made their first
contribution in
[https://github.com/ruby/debug/pull/985](https://github.com/ruby/debug/pull/985)
- [@&#8203;eregon](https://github.com/eregon) made their first
contribution in
[https://github.com/ruby/debug/pull/1039](https://github.com/ruby/debug/pull/1039)
- [@&#8203;ahangarha](https://github.com/ahangarha) made their first
contribution in
[https://github.com/ruby/debug/pull/1041](https://github.com/ruby/debug/pull/1041)
- [@&#8203;ioquatix](https://github.com/ioquatix) made their first
contribution in
[https://github.com/ruby/debug/pull/987](https://github.com/ruby/debug/pull/987)

**Full Changelog**:
ruby/debug@v1.8.0...v1.9.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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/powerhome/audiences).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 11, 2023
1 parent 872d591 commit 0980f51
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions audiences/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ GEM
rexml
crass (1.0.6)
date (3.3.4)
debug (1.8.0)
irb (>= 1.5.0)
reline (>= 0.3.1)
debug (1.9.0)
irb (~> 1.10)
reline (>= 0.3.8)
diff-lcs (1.5.0)
dry-cli (1.0.0)
erubi (1.12.0)
Expand All @@ -88,7 +88,7 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-console (0.6.0)
irb (1.10.0)
irb (1.10.1)
rdoc
reline (>= 0.3.8)
json (2.7.1)
Expand Down Expand Up @@ -171,7 +171,7 @@ GEM
thor (>= 0.20.3, < 2.0)
rainbow (3.1.1)
rake (13.1.0)
rdoc (6.6.0)
rdoc (6.6.1)
psych (>= 4.0.0)
regexp_parser (2.8.3)
reline (0.4.1)
Expand Down

0 comments on commit 0980f51

Please sign in to comment.