🚨 [security] Update rubocop 1.62.1 → 1.64.0 (minor) #1314
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🚨 Your current dependencies have known security vulnerabilities 🚨
This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge and deploy this as soon as possible!
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.62.1 → 1.64.0) · Repo · Changelog
Release Notes
1.64.0
1.63.5
1.63.4
1.63.3
1.63.2
1.63.1
1.63.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.
✳️ json (2.7.1 → 2.7.2) · Repo · Changelog
Release Notes
2.7.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 21 commits:
Bump up 2.7.2
Merge pull request #578 from flori/warn-bundled-gems
Warn to install ostruct if json couldn't load it
Merge pull request #577 from tompng/autoload_generic_object
Merge pull request #576 from headius/no_19_jruby_methods
Autoload GenericObject to avoid require ostruct warning in Ruby 3.4
Remove references to "19" methods in JRuby
Merge pull request #575 from flori/refine-ci
Exclude 2.3-2.5 on macos-14 iamge
Added JRuby 9.4
TruffleRuby 24 is broken
Added latest stable versions of macOS
macOS 11 is EOL today
Merge pull request #574 from peterzhu2118/generator-mem-leak
Fix memory leak when exception is raised during JSON generation
Merge pull request #571 from mperham/patch-1
Update README.md
Merge pull request #565 from flori/optional-ostruct
Make OpenStruct support as optional
Merge pull request #561 from jhawthorn/rb_sym2str
Use rb_sym2str instead of SYM2ID
Release Notes
3.3.1.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 9 commits:
Update changelog.
Bump version.
* Bump parser branches to 3.0.7, 3.1.5, 3.2.4, 3.3.1 (#1011)
+ ruby{33,34}.y: allow blocks inherit anonymous args. (#1010)
`action.rb` doc fixes (#1008)
* Use `require_relative` in the Parser codebase (#1003)
Use `AST::Processor::Mixin` instead of deprecated `AST::Processor` (#1000)
+ Raise a more specific error when encountering an unknown magic comment encoding (#999)
Update changelog.
Release Notes
1.8.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 29 commits:
Merge pull request #268 from yui-knk/v1.8.0
Bump up v1.8.0
Merge pull request #262 from yui-knk/support_expect_bang
Support `error_on_expect_mismatch` declaration in Racc grammar file
Merge pull request #266 from ydah/fix-readme-ja
Merge pull request #267 from ydah/change-encode
Change encode EUC-JP to UTF-8
Update Racc link in README.ja.rdoc
Change Requirement to match README.rdoc
Merge pull request #265 from nobu/options
Simplify `--runtime-version` option
Make `--help` success
Omit the default exit value
Abort instead of puts and exit
Merge pull request #264 from nobu/drop-ruby1.6
Merge pull request #263 from nobu/old-version-on-macos
Exclude 2.5 on macos-latest
Drop code for Ruby 1.6
Merge pull request #222 from nurse/add-more-grammars
Merge pull request #259 from zenspider/zenspider/stdin
Reformat the rdoc so it renders correctly both locally and on github.
Allow racc cmdline to read from stdin if no path specified.
Merge pull request #260 from ruby/try-to-fix-3-3
Don't use bundle exec to avoid warning of Ruby 3.3
Ignore jar artifact
Remove stale code
Merge pull request #257 from ydah/fix-typos
Fix trivial typos
Merge pull request #255 from nobu/build-java
Release Notes
2.9.2 (from changelog)
2.9.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 10 commits:
Release v2.9.2
Merge pull request #91 from tagliala/security/opt-in-for-mfa
Opt-in for MFA requirement explicitly
Merge pull request #92 from tagliala/chore/fix-typos
Fix typos
Release v2.9.1
Unify CHANGELOG formatting
Simplify path slightly
Merge pull request #90 from koic/use_require_relative
Use `require_relative` in the Regexp::Parser codebase
Security Advisories 🚨
🚨 REXML contains a denial of service vulnerability
Release Notes
3.2.8
3.2.7
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 33 commits:
Add 3.2.8 entry
Remove an unused variable (#128)
Suppress a warning
ci: install only gems required for running tests (#129)
Add missing Thanks section
Bump version
Add 3.2.7 entry
Read quoted attributes in chunks (#126)
Exclude older than 2.6 on macos-14
Move development dependencies to Gemfile (#124)
Fix a problem that parse exception message can't be generated for invalid encoding XML (#123)
xpath: Fix wrong position with nested path (#122)
Change `attribute.has_key?(name)` to ` attributes[name]`. (#121)
Optimize the parse_attributes method to use `Source#match` to parse XML. (#119)
Make the test suite compatible with `--enable-frozen-string-literal` (#120)
Separate `IOSource#ensure_buffer` from `IOSource#match`. (#118)
Remove `Source#string=` method (#117)
source: Remove unnecessary string length comparisons in the case of string comparisons (#116)
Use more StringScanner based API to parse XML (#114)
test: Fix invalid XML with spaces before the XML declaration (#115)
Stop specifying the gem version of strscan in benchmarks. (#113)
Remove unnecessary checks in baseparser (#112)
xpath: Fix normalize_space(array) case (#111)
Change loop in parse_attributes to `while true`. (#109)
Reduce calls to StringScanner.new() (#108)
Use `@scanner << readline` instead of `@scanner.string = @scanner.rest + readline` (#107)
Reduce calls to `Source#buffer`(`StringScanner#rest`) (#106)
Use string scanner with baseparser (#105)
Add parse benchmark (#104)
Use reusing workflow for Ruby versions (#103)
CI: Add ruby-3.3 (#102)
build(deps): bump actions/checkout from 3 to 4 (#101)
Bump version
Release Notes
1.31.3 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 8 commits:
Cut 1.31.3
Update Changelog
Handle encoding error from the parser gem
Workaround for incompatibilities between Prism 0.24.0 and 0.25.0 (#290)
Update org name from rubocop-hq to rubocop
Suppress a RuboCop's offense
Add CHANGELOG entry.
Restore docs/antora.yml
🆕 strscan (added, 3.1.0)
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