openSUSE / software-o-o

The site behind https://software.opensuse.org. It is the default web interface to download openSUSE distributions and to search for OBS packages. Packaged at https://build.opensuse.org/project/show/openSUSE:infrastructure:software.opensuse.org
https://software.opensuse.org/
GNU General Public License v2.0
131 stars 109 forks source link

Update rails 7.1.3.2 → 7.1.3.3 (patch) #1488

Closed depfu[bot] closed 1 month ago

depfu[bot] commented 1 month ago

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

What changed?

✳️ rails (7.1.3.2 → 7.1.3.3) · Repo

Release Notes

7.1.3.3

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • No changes.

Action View

  • No changes.

Action Pack

  • No changes.

Active Job

  • No changes.

Action Mailer

  • No changes.

Action Cable

  • No changes.

Active Storage

  • No changes.

Action Mailbox

  • No changes.

Action Text

  • Upgrade Trix to 2.1.1 to fix CVE-2024-34341.

    Rafael Mendonça França

Railties

  • No changes.

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ actioncable (indirect, 7.1.3.2 → 7.1.3.3) · Repo · Changelog

Release Notes

7.1.3.3 (from changelog)

  • No changes.

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ actionmailbox (indirect, 7.1.3.2 → 7.1.3.3) · Repo · Changelog

↗️ actionmailer (indirect, 7.1.3.2 → 7.1.3.3) · Repo · Changelog

Release Notes

7.1.3.3 (from changelog)

  • No changes.

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ actionpack (indirect, 7.1.3.2 → 7.1.3.3) · Repo · Changelog

Release Notes

7.1.3.3 (from changelog)

  • No changes.

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ actiontext (indirect, 7.1.3.2 → 7.1.3.3) · Repo · Changelog

Release Notes

7.1.3.3 (from changelog)

  • Upgrade Trix to 1.3.2 to fix CVE-2024-34341.

    Rafael Mendonça França

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ actionview (indirect, 7.1.3.2 → 7.1.3.3) · Repo · Changelog

Release Notes

7.1.3.3 (from changelog)

  • No changes.

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ activejob (indirect, 7.1.3.2 → 7.1.3.3) · Repo · Changelog

Release Notes

7.1.3.3 (from changelog)

  • No changes.

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ activemodel (indirect, 7.1.3.2 → 7.1.3.3) · Repo · Changelog

Release Notes

7.1.3.3 (from changelog)

  • No changes.

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ activerecord (indirect, 7.1.3.2 → 7.1.3.3) · Repo · Changelog

Release Notes

7.1.3.3 (from changelog)

  • No changes.

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ activestorage (indirect, 7.1.3.2 → 7.1.3.3) · Repo · Changelog

Release Notes

7.1.3.3 (from changelog)

  • No changes.

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ activesupport (indirect, 7.1.3.2 → 7.1.3.3) · Repo · Changelog

Release Notes

7.1.3.3 (from changelog)

  • No changes.

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ bigdecimal (indirect, 3.1.7 → 3.1.8) · Repo · Changelog

Release Notes

3.1.8

What's Changed

New Contributors

Full Changelog: v3.1.7...v3.1.8

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ i18n (indirect, 1.14.4 → 1.14.5) · Repo · Changelog

Release Notes

1.14.5

What's Changed

  • Explicitly bundle racc gem for Ruby 3.3+ by @amatsuda in #690
  • Optimize I18n::Locale::Fallbacks#[] for recursive locale mappings by @uiur in #692
  • Add I18n.interpolation_keys by @tom-lord in #682
  • Fix syntax in documentation for I18n::Backend::Base.interpolate by @tom-lord in #691
  • Fix that escaped interpolations with reserved keywords raised ReservedInterpolationKey by @Bilka2 in #688

New Contributors

Full Changelog: v1.14.4...v1.14.5

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ irb (indirect, 1.12.0 → 1.13.1) · Repo

Release Notes

1.13.1

What's Changed

🐛 Bug Fixes

  • Switch to StdioInputMethod when TERM is 'dumb' by @dgutov in #907
  • Avoid raising errors while running help for custom commands by @kachick in #944
  • Use flag instead of caller for debug's binding.irb check by @st0012 in #947
  • Improve help message for no meta commands by @st0012 in #948

🛠 Other Changes

  • Add workaround for ruby/debug/test/console/irb_test failing with StdioInputMethod by @tompng in #943
  • Fix typos in test/irb/command/test_custom_command.rb by @kachick in #945
  • Change debug test workaround only enabled when output is tty by @tompng in #949
  • Clarify conf helper's context by @st0012 in #950
  • Bump version to v1.13.1 by @st0012 in #951

New Contributors

Full Changelog: v1.13.0...v1.13.1

1.13.0

What's Changed

✨ Enhancements

  • Add disable_irb command to disable debug of binding.irb by @hogelog in #898
  • Move away from method-based command implementation by @tompng in #824
  • Support command registration by @st0012 in #886
  • Support helper method registration by @st0012 in #624
  • Support IRB.conf[:BACKTRACE_FILTER] by @st0012 in #917

🐛 Bug Fixes

  • rdoc version lock is required by @alpaca-tc in #897
  • Rescue from exceptions raised by #name by @monkeyWzr in #899
  • Fix irb_history saved to current directory by @tompng in #901
  • Fix % escape in prompt format by @tompng in #927
  • Remove exit command workaround, handle IRB_EXIT in debug_readline by @tompng in #923
  • Restore MAIN_CONTEXT correctly by @tompng in #937
  • Let IRB::Color.colorable? always return true|false by @tompng in #940

📚 Documentation

  • Use markdown format for docs by @st0012 in #890
  • docs(help): Add latest options to ja help message by @okuramasafumi in #903
  • Remove misleading documentation by @artur-intech in #906
  • Prompt specifiers: documentation improvements by @Uaitt in #926
  • Add EXTEND_IRB.md to introduce IRB's command and helper registration mechanism by @st0012 in #933
  • Use the new GH pages site for documentation by @st0012 in #939

🛠 Other Changes

  • Fix indent test and output sequence test for new reline by @tompng in #908
  • Cache RDoc::RI::Driver.new by @tompng in #911
  • Fix a typo by @hsbt in #912
  • Filter backtrace before formatting in #handle_exception by @joshbroughton in #916
  • Centralize rstrip calls by @st0012 in #918
  • Add a workaround to make IRB work with debug's tests by @st0012 in #919
  • Pass statements to Context#evaluate by @st0012 in #920
  • Remove internal-only methods from Command::Base by @tompng in #922
  • Accept " " for colorizing "\t" test by @tompng in #924
  • Add CI job to test IRB against the latest debug by @st0012 in #928
  • Add MultiIRB commands test by @igaiga in #929
  • Stop using ExtendCommandBundle internally by @st0012 in #925
  • Memoize helper method instances with Singleton module by @st0012 in #931
  • Command registration should take both strings and symbols as names by @st0012 in #932
  • Suppress command return values by @st0012 in #934
  • Pass symbol to Command.register in doc for consistency by @st0012 in #935
  • Add a new GH workflow for deploying to GH pages by @st0012 in #938
  • Bump version to v1.13.0 by @st0012 in #941

New Contributors

Full Changelog: v1.12.0...v1.13.0

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ net-imap (indirect, 0.4.10 → 0.4.11) · Repo

Release Notes

0.4.11

What's Changed

Server workarounds

Miscellaneous

  • 🐛 Fix parser benchmarks generation by @nevans in #266
  • ✅ Add basic test for SEARCH / UID SEARCH command by @nevans in #267
  • 📧 Update gem email address and git mailmap by @nevans in #264
  • ✅ Update Github test workflow name by @nevans in #268
  • ⬆️ Bump actions/configure-pages from 4 to 5 by @dependabot in #270
  • 🔧🔒 Configure RubyGems Trusted Publishing by @nevans in #265

New Contributors

Full Changelog: v0.4.10...v0.4.11

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ net-smtp (indirect, 0.4.0.1 → 0.5.0) · Repo · Changelog

Release Notes

0.5.0

What's Changed

  • Allow case-insensitive strings for SASL mechanism by @nevans in #64
  • Remove unused private auth_method by @nevans in #67
  • Delegate checking auth args to the authenticator by @nevans in #73
  • Make #auth_capable? public by @nevans in #63
  • Updated docs, especially TLS and SASL-related by @nevans in #66
  • Renew test certificates by @sorah in #75
  • Fix version extraction to work with non ASCII characters with any LANG by @kateinoigakukun in #76
  • Replace non-ASCII EM DASH (U+2014) with ASCII hyphen (U+002D) by @kateinoigakukun in #78
  • Use reusing workflow for Ruby versions by @m-nakamura145 in #79
  • Add XOAUTH2 authenticator by @mantas in #80
  • Make the test suite compatible with --enable-frozen-string-literal by @casperisfine in #81
  • version 0.5.0 by @tmtm in #82

New Contributors

Full Changelog: v0.4.0.1...v0.5.0

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ nio4r (indirect, 2.7.1 → 2.7.3) · Repo · Changelog

Release Notes

2.7.2 (from changelog)

  • Modernize gem (list all authors, etc).
  • Drop official support for Ruby 2.4.
  • Fix JRuby release version.

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ racc (indirect, 1.7.3 → 1.8.0) · Repo · Changelog

Release Notes

1.8.0

What's Changed

  • Generate jar to build gem by @nobu in #255
  • Fix trivial typos by @ydah in #257
  • Try to fix test failure with Ruby 3.3 by @hsbt in #260
  • Reformat the rdoc so it renders correctly both locally and on github. by @zenspider in #258
  • Allow racc cmdline to read from stdin if no path specified. by @zenspider in #259
  • Add more grammars by @nurse in #222
  • Exclude 2.5 on macos-latest by @nobu in #263
  • Drop code for Ruby 1.6 by @nobu in #264
  • Refactor command line options by @nobu in #265
  • Change encode EUC-JP to UTF-8 by @ydah in #267
  • Organize README.ja.rdoc by @ydah in #266
  • Support error_on_expect_mismatch declaration in Racc grammar file by @yui-knk in #262
  • Bump up v1.8.0 by @yui-knk in #268

New Contributors

Full Changelog: v1.7.3...v1.8.0

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ railties (indirect, 7.1.3.2 → 7.1.3.3) · Repo · Changelog

Release Notes

7.1.3.3 (from changelog)

  • No changes.

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ rdoc (indirect, 6.6.3.1 → 6.7.0) · Repo · Changelog

↗️ reline (indirect, 0.5.2 → 0.5.7) · Repo

Release Notes

0.5.7

What's Changed

✨ Enhancements

🐛 Bug Fixes

  • Avoid STDIN.winsize called in require "reline" by @tompng in #703

🛠 Other Changes

Full Changelog: v0.5.6...v0.5.7

0.5.6

What's Changed

✨ Enhancements

  • Add name defined in readline to completion key bindings C-i C-p C-n by @tompng in #698
  • Implement bracketed paste insert by @tompng in #655

🛠 Other Changes

Full Changelog: v0.5.5...v0.5.6

0.5.5

What's Changed

🐛 Bug Fixes

  • Fix completion dialog position when completed part is word wrapped by @tompng in #692
  • Avoid reading .inputrc repeatedly by @ima1zumi in #694
  • Fix prompt width calculation bug by @tompng in #695
  • Fix default and additional key bindings vanish bug by @tompng in #697

🛠 Other Changes

Full Changelog: v0.5.4...v0.5.5

0.5.4

What's Changed

✨ Enhancements

  • Handle mode condition in inputrc by @ima1zumi in #687
  • Completely support full-width characters in differential rendering by @tompng in #654

🐛 Bug Fixes

  • Improve long input performance by @tompng in #688
  • Fix inputrc nested $if $else $endif bug by @tompng in #689
  • Input with eof and no newline bugfix by @tompng in #671

🛠 Other Changes

Full Changelog: v0.5.3...v0.5.4

0.5.3

What's Changed

✨ Enhancements

  • Refactor nomultiline and multiline mode difference by @tompng in #653
  • Implement show-all-if-ambiguous feature by @ima1zumi in #683

🐛 Bug Fixes

  • Refactor history move and history search by @tompng in #651

🛠 Other Changes

New Contributors

Full Changelog: v0.5.2...v0.5.3

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ zeitwerk (indirect, 2.6.13 → 2.6.14) · Repo · Changelog

Release Notes

2.6.14 (from changelog)

  • Implements Zeitwerk::Loader#all_expected_cpaths, which returns a hash that maps the absolute paths of the files and directories managed by the receiver to their expected constant paths.

    Please, check its documentation for further details.

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.


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)