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
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)
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?
✳️ rubocop (1.36.0 → 1.54.1) · Repo · Changelog
Release Notes
Too many releases to show here. View the full release notes.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗️ json (indirect, 2.6.2 → 2.6.3) · Repo · Changelog
Release Notes
2.6.3
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 3 commits:
Bump version to 2.6.3
Merge pull request #470 from Shopify/remove-exception-line
Merge pull request #483 from notEthan/unicode_mixed
↗️ parallel (indirect, 1.22.1 → 1.23.0) · Repo
Commits
See the full diff on Github. The new version differs by 10 commits:
v1.23.0
Merge pull request #336 from grosser/grosser/filter-map
add filter-map
Merge pull request #333 from M-Yamashita01/fix-inline-method-in-processor-count
Inline the methods of ProcessorCount module.
Merge pull request #331 from msasaki666/add-ruby-3.2-to-ci
add ruby 3.2 to ci
Merge pull request #330 from grosser/grosser/docs
small docs fix
improve ractor docs
↗️ parser (indirect, 3.1.2.1 → 3.2.2.3) · Repo · Changelog
Release Notes
3.2.2.3 (from changelog)
3.2.2.2 (from changelog)
3.2.1.1 (from changelog)
3.2.1.0 (from changelog)
3.2.0.0 (from changelog)
3.1.3.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 61 commits:
Update changelog.
Bump version.
* Add Racc to runtime dependencies (#929)
Update changelog.
Update changelog.
Bump version.
* bump racc to 1.7.0 (#928)
Bump version.
Fix broken Ragel website link (#925)
Optimize duplicate hash key warning (#924)
Update changelog.
Update changelog.
Update changelog.
Update changelog.
Bump version.
* Bump maintenance branches to 3.2.2, 3.1.4, 3.0.6, and 2.7.8 (#920)
Update changelog.
Update changelog.
Bump version.
* bump racc to 1.6.2 (#916)
* backport tests for mixed usage of anonymous kwarg/kwrestarg and forwarded-arguments (#915)
* add tests for kwopt+kwrest arguments and forwarded_kwrestarg. (#913)
- builders/default: allow forwarded_kwrestarg with additional kwargs (#912)
Fix broken link to ast gem documentation (#909)
Update changelog.
Update changelog.
Bump version.
* Bump maintenance branches to 3.2.1 (#908)
Update parsing Ruby versions in README.md (#906)
* lexer.rl: extract strings lexing to lexer-strings.rl (#905)
+ Ruby 3.3 support (#904)
Update changelog.
Update changelog.
Bump version.
Add full-release Ruby 3.2.0 support (#903)
Move blocks outside Lexer#advance (#902)
Code size reduction for advance method (#899)
Use -F1 on JRuby (#898)
Reduce the number of allocated Ranges (#896)
+ lexer.rl: use Ragel -F0 on non-CRuby (#894)
* lexer.rl: extract `extend_string_escaped` to a separate method (#893)
+ ruby32.y: Allow optional newlines before closing parenthesis (#892)
* bump Racc to 1.6.1 (#890)
- ruby32.y: fix a parse error when using forwarded argument with restarg (#889)
Add a missing whitespace to the warning message (#887)
Update changelog.
Update changelog.
Bump version.
* Bump maintenance branches to 3.1.3, 3.0.5, 2.7.7 (#886)
disable failing test on TruffleRuby (#883)
bump racc to 1.6.0 (#882)
remove 2.6 branch from CI matrix (#881)
add tests for multiple pattern matches in a single body. (#880)
* ruby32.y: reuse nonlocal_var rule. (#879)
* ruby32.y: reuse opt_nl rule. (#878)
add tests for newline after hash key in pattern matching. (#877)
add test for bare backslash error. (#876)
add tests for `class/module <keyword> ...` definition. (#875)
+ ruby32.y: implement forwarded restarg and kwrestarg. (#874)
lexer.rl: handle invalid escape sequences in regexes on the Ruby side since 3.2. (#873)
Update changelog.
↗️ rubocop-ast (indirect, 1.21.0 → 1.29.0) · Repo · Changelog
Release Notes
1.29.0 (from changelog)
1.28.1 (from changelog)
1.28.0 (from changelog)
1.27.0 (from changelog)
1.26.0 (from changelog)
1.25.0 (from changelog)
1.24.0 (from changelog)
1.23.0 (from changelog)
1.22.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 64 commits:
Cut 1.29.0
Introduce RuboCop::Ast::MethodDispatchNode#selector
Improve docs (#265)
Update .mergify
Autoformat
Run rubocop's tests on oldest compatible release
Fix new cop offense
Revert "Run rubocop's tests on oldest compatible release"
Run rubocop's tests on oldest compatible release
Restore docs/antora.yml
Cut 1.28.1
Update Changelog
Fix an error when parsing non UTF-8 frozen string
Fix a build error when using Ruby 2.6 runtime
Suppress new `Style/MapToSet` offense
Restore docs/antora.yml
Cut 1.28.0
Update Changelog
Add `forwarded_kwrestarg` node to `AST::Builder`
Suppress RuboCop offenses
Restore docs/antora.yml
Cut 1.27.0
Update Changelog
Add `source_range` method to `NodePattern`
Restore docs/antora.yml
Cut 1.26.0
Update Changelog
Make `Node#class_constructor?` aware of Ruby 2.7's numbered parameters
Make `Node#class_construcor?` aware of Ruby 3.2's `Data.define`
Restore docs/antora.yml
Cut 1.25.0
Update Changelog
Support `Parser::Ruby33`
Fix a documentation error for `xstr`
Use `csend` instead of `send` in CsendNode class documentation (#254)
Apply concurrency for GHA workflow `pull_requests` envents only
Use concurrency for GitHub Actions workflow
Add Ruby 3.2 to the CI matri
Fix visitor pattern link formatting
Restore docs/antora.yml
Cut 1.24.1
Several optimizations
Suppress `Layout/ClassStructure` offenses
Bump actions/setup-python from 2 to 4 (#248)
Bump paambaati/codeclimate-action from 2.6.0 to 3.2.0 (#247)
Suppress `Style/RedundantConstantBase`'s offenses
Added dependabot for GitHub Actions (#244)
Restore docs/antora.yml
Cut 1.24.0
Update Changelog
Add node types `forwarded_restarg` and `forwarded_kwrestarg`
Fix some offenses for `RSpec/ExampleWording`
Restore docs/antora.yml
Cut 1.23.0
Update Changelog
Add `character_literal?` to `StrNode`
Restore docs/antora.yml
Cut 1.22.0
Update Changelog
Use TRUFFLERUBYOPT=--engine.Mode=latency to speed up CI on TruffleRuby
Add token#new_line?
Suppress new warnings of `RSpec/NoExpectationExample` cop
Fix typo in doc comment
Restore docs/antora.yml
↗️ ruby-progressbar (indirect, 1.11.0 → 1.13.0) · Repo · Changelog
Release Notes
1.13.0 (from changelog)
1.12.0 (from changelog)
Does any of this look wrong? Please let us know.
↗️ unicode-display_width (indirect, 2.2.0 → 2.4.2) · Repo · Changelog
Release Notes
2.4.2 (from changelog)
2.4.1 (from changelog)
2.4.0 (from changelog)
2.3.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 26 commits:
Release v2.4.2
Avoid overwrite lookup if no overwrites are set
Favor instance_of? over is_a?
Avoid asignment before return result
Optimize lookup of first 4096 codepoints (direct array lookup)
README: Announce that version 2.4.1 is better than ever
Update license year
Release v2.4.1
Improve performance for ASCII and other common chars
Improve performance: Rewrite char lookup
Further improve performance for ASCII-only strings
Release v2.4.0
Performance optimization: Be more specific about forbidden control characters
Add more specs covering all C0 control codes
Require Ruby 2.4, improve Readme, update Changelog
Merge branch 'fatkodima-optimize-ascii'
Optimize for ASCII-only strings without control symbols
Update CI Rubies: Add Ruby 3.2
Merge pull request #25 from mishina2228/ci-on-ruby30
Fix to run CI with Ruby 3.0
Release v2.3.0
Merge pull request #24 from rivo/main
Added a reference to the Golang version.
Update Unicode version number
Unicode 15.0
Update CI Rubies
🆕 language_server-protocol (added, 3.17.0.3)
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