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

Update good_job 4.5.1 → 4.6.0 (minor) #1258

Merged
merged 1 commit into from
Dec 13, 2024
Merged

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Dec 13, 2024

Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ good_job (4.5.1 → 4.6.0) · Repo · Changelog

Release Notes

4.6.0

Review the Changelog for more details.

What's Changed

  • Set job execution thread priority to -3 when in async mode by @bensheldon in #1560

Full Changelog: v4.5.1...v4.6.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 5 commits:

✳️ nokogiri (1.17.1 → 1.17.2) · Repo · Changelog

Release Notes

1.17.2

v1.17.2 / 2024-12-12

Fixed

  • [JRuby] Fixed an issue where Node#dup when called with the new_parent_doc parameter was not decorating the node with the document's Node decorators. [#3372] @flavorjones

sha256 checksums

585c8cac6380848b7973bacfd0584628d116810e5f209db25e22d0c32313e681  nokogiri-1.17.2-aarch64-linux.gem
0c5eb06ba1c112d33c2bb29973b07e2f21c4ddb66c67c9386fd97ff1c5d84686  nokogiri-1.17.2-arm64-darwin.gem
3d033ad9b09d5b8a203f0f2156053e93a9327a9c7887c0ceb9fa78c71d27280d  nokogiri-1.17.2-arm-linux.gem
75825401f59b1a8746ee8ce5d066c8f11e745642e36a4452e206730b03d1fd8c  nokogiri-1.17.2.gem
ffe1fc1353f831793260b3023f575b4ed2e6144404947c57ad37ad932f9adb94  nokogiri-1.17.2-java.gem
da29e3d6add44bfc0bec8b9d4c7c660b38c7fc16ef505313839e07c3358d1059  nokogiri-1.17.2-x64-mingw32.gem
2bb710109d52f1209ea013c1f9603cd24271a9f22d387c0c45fced62945b4a30  nokogiri-1.17.2-x64-mingw-ucrt.gem
dc5977eb3416e1d501b22b0ed4737bf7604121491405865b887975eacfb3e896  nokogiri-1.17.2-x86_64-darwin.gem
e8614ae8d776bd9adb535ca814375e7ae05d7cfa6aa01909e561484f6d70be0b  nokogiri-1.17.2-x86_64-linux.gem
8c4dd75e35810bdeb7c74943f383ca665baf6aed8fc2b78c1d305094a72794aa  nokogiri-1.17.2-x86-linux.gem
9038e8b59e2eb48feb18f0efb093bd21a19d0eb17eed822a155b2a6860381702  nokogiri-1.17.2-x86-mingw32.gem

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 3 commits:

↗️ irb (indirect, 1.14.1 → 1.14.2) · Repo

Release Notes

1.14.2

What's Changed

✨ Enhancements

  • Change default completor from regexp to type-completor if RUBY_VERSION>=3.4 by @tompng in #1010

🐛 Bug Fixes

  • Use correct binding in debug mode by @tompng in #1007
  • Remove bignum check from save_history by @tompng in #1018
  • Always use alternate sceen on alt-d by @tompng in #988
  • Suppress "literal string will be frozen in the future" warning by @tikkss in #1019
  • Fix indentation of xstring literal by @tompng in #1038
  • Prevent cursor flickering in dancing ruby by @ima1zumi in #1041
  • Don't show 'Maybe IRB bug!' in show_source and ls command by @tompng in #1039
  • Page the output in irb:rdbg sessions too by @st0012 in #1043

📚 Documentation

  • Improve Debugging with IRB section to make it easier to get started by @st0012 in #1015
  • Complete the missing documentation abount the environment variables by @kyanagi in #1028

🛠 Other Changes

  • Hash#inspect style has changed in ruby 3.4 by @nobu in #1011
  • Change debug test workaround to use ENV RUBY_DEBUG_TEST_UI by @tompng in #1014
  • History refactors by @eval in #1013
  • Document infinite history by @eval in #1012
  • Make rendering test faster using updated yamatanooroti by @tompng in #1001
  • Fix rendering test broken by conflict by @tompng in #1016
  • Update setup/ruby used in gh-pages workflow because it is failing on ci by @tompng in #1017
  • Improve history test's encoding setting by @monkeyWzr in #1022
  • On Windows, Process.kill(:TERM) is not supported. by @YO4 in #1026
  • Correct ja/help-message for --context-mode and --prompt by @kyanagi in #1029
  • Prevent a warning: ambiguous / by @hsbt in #1030
  • Don't use delegator to install helper methods to main object by @tompng in #1031
  • Follow-up refactor of #1031 by @st0012 in #1034
  • Store method objects in constants by @st0012 in #1033
  • Extract truffleruby workflow by @st0012 in #1035
  • Bump version to v1.14.2 by @st0012 in #1045

New Contributors

Full Changelog: v1.14.1...v1.14.2

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 27 commits:

↗️ logger (indirect, 1.6.2 → 1.6.3) · Repo

Sorry, we couldn't find anything useful about this release.

↗️ rails-html-sanitizer (indirect, 1.6.1 → 1.6.2) · Repo · Changelog

Release Notes

1.6.2

v1.6.2 / 2024-12-12

  • PermitScrubber fully supports frozen "allowed tags".

    v1.6.1 introduced safety checks that may remove unsafe tags from the allowed list, which
    introduced a regression for applications passing a frozen array of allowed tags. Tags and
    attributes are now properly copied when they are passed to the scrubber.

    Fixes #195.

    Mike Dalessio

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 2 commits:

↗️ rdoc (indirect, 6.8.1 → 6.9.0) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 17 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Dec 13, 2024
@depfu depfu bot assigned mockdeep Dec 13, 2024
@depfu depfu bot requested a review from mockdeep December 13, 2024 16:46
@depfu depfu bot merged commit b1d2902 into main Dec 13, 2024
3 checks passed
@depfu depfu bot deleted the depfu/update/good_job-4.6.0 branch December 13, 2024 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant