jonhue / pwa

Progressive Web Apps for Rails
MIT License
144 stars 8 forks source link

[ruby] Update rubocop: 0.78.0 → 0.79.0 (major) #76

Closed depfu[bot] closed 4 years ago

depfu[bot] commented 4 years 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?

✳️ rubocop (0.78.0 → 0.79.0) · Repo · Changelog

Release Notes

0.79.0

New features

Bug fixes

  • #7193: Prevent Style/PercentLiteralDelimiters from changing %i literals that contain escaped delimiters. (@buehmann)
  • #7590: Fix an error for Layout/SpaceBeforeBlockBraces when using with EnforcedStyle: line_count_based of Style/BlockDelimiters cop. (@koic)
  • #7569: Make Style/YodaCondition accept __FILE__ == $0. (@koic)
  • #7576: Fix an error for Gemspec/OrderedDependencies when using a local variable in an argument of dependent gem. (@koic)
  • #7595: Make Style/NumericPredicate aware of ignored methods when specifying ignored methods. (@koic)
  • #7607: Fix Style/FrozenStringLiteralComment infinite loop when magic comments are newline-separated. (@pirj)
  • #7602: Ensure proper handling of Ruby 2.7 syntax. (@drenmi)
  • #7620: Fix a false positive for Migration/DepartmentName when a disable comment contains a plain comment. (@koic)
  • #7616: Fix an incorrect autocorrect for Style/MultilineWhenThen for when statement with then is an array or a hash. (@koic)
  • #7628: Fix an incorrect autocorrect for Layout/MultilineBlockLayout removing trailing comma with single argument. (@pawptart)
  • #7627: Fix a false negative for Migration/DepartmentName when there is space around : (e.g. # rubocop : disable). (@koic)

Changes

  • #7287: Style/FrozenStringLiteralComment is now considered unsafe. (@buehmann)

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

Commits

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

↗️ nestive-rails (indirect, 1.0.1 → 1.0.2) · Repo · Changelog

Release Notes

1.0.2

4744d59 [#9] Implement RSpec (#24)
5366fd6 Update all of rails to version 6.0.2.1 (#21)
a13fbd6 [#13] Setup auto-merge (#23)
40253f2 Update rubocop: 0.77.0 → 0.78.0 (major) (#22)
a90ea2f Update all of rails to version 6.0.2 (#20)
143bb1e Update rubocop to version 0.77.0 (#19)
20a213f Update all of rails to version 6.0.1 (#18)
0c0dd7d Update rubocop to version 0.76.0 (#17)
4afd01f Update rubocop to version 0.75.1 (#16)
cee488f Update rspec to version 3.9.0 (#15)
f926497 Update rubocop to version 0.75.0 (#14)
9ce2cb7 New version of all of rails (6.0.0) broke the build (#12)
9a8a0c1 [#10] Add original license (#11)
ee2b1cf [#2] Add issue templates (#3)
6165254 Update nestive-rails.gemspec
2242294 Update README.md
842e838 Update nestive-rails.gemspec

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

Commits

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

↗️ parser (indirect, 2.6.5.0 → 2.7.0.1) · Repo · Changelog

Release Notes

2.7.0.1 (from changelog)

Bugs fixed:

  • dedenter.rb: prevent ArgumentError when processing binary en… (#642) (Koichi ITO)

2.7.0.0 (from changelog)

API modifications:

  • README.md: documented compatibility issue with EOF chars after… (#637) (Ilya Bylich)
  • ruby27.y: refactor logic around 'circular argument reference'(#628) (Ilya Bylich)

Features implemented:

  • ruby27.y: added pattern matching (#574) (Ilya Bylich)
  • lexer.rl: parse embedded ivars/cvars starting with digit as str (#639) (Ilya Bylich)
  • lexer.rl: warn on ... at EOL. (#636) (Ilya Bylich)
  • ruby27.y: removed opt_block_args_tail: tOROP rule. (#635) (Ilya Bylich)
  • ruby27.y: reverted method reference operator (added in #634) (Ilya Bylich)
  • ruby27.y: treat numparams as locals outside numblock. (#633) (Ilya Bylich)

Bugs fixed:

  • dedenter.rb: fixed over-dedenting of squiggly heredocs (#641) (Ilya Bylich)
  • ruby27.y: added "arguments forwarding" (#625) (Ilya Bylich)
  • ruby27.y: reject circular argument reference. (#622) (Ilya Bylich)
  • ruby27.y: changed prefix of numparams to "_" (#620) (Ilya Bylich)

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

Commits

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

↗️ pwa (indirect, 4.0.5 → 4.0.6) · Repo · Changelog

Release Notes

4.0.6

29ab327 [#72] Update readme (#73)
dbade1e [#70] GitHub actions (#71)
83cf6d2 Update eslint to version 6.8.0 (#68)
0daa64a Update railties to version 6.0.2.1 (#66)
183a21e Update rubocop to version 0.78.0 (#67)
ffd433a Bump rack from 2.0.7 to 2.0.8 (#65)
ffaffc3 Update rubocop-rspec to version 1.37.1 (#64)
813342b Update railties to version 6.0.2 (#63)
869acf9 Update eslint to version 6.7.2 (#62)
6bf7bfd Update rubocop to version 0.77.0 (#61)
66d174d Update rubocop-rspec to version 1.37.0 (#60)
77dc1f4 Update eslint to version 6.7.1 (#59)
a1b7e93 Update eslint to version 6.7.0 (#58)
523e78e Update railties to version 6.0.1 (#57)
a7a0dbb Update rubocop to version 0.76.0 (#56)
f0cfe8d Update eslint to version 6.6.0 (#55)
4a851bc Update rubocop to version 0.75.1 (#54)
2a3f1d8 Update rspec to version 3.9.0 (#53)
0cb686b Update rubocop to version 0.75.0 (#50)
219815a Update eslint to version 6.5.1 (#51)
4e336ae Update eslint to version 6.5.0 (#49)
c7e2fc3 Update rubocop-rspec to version 1.36.0 (#48)
72484fe Update eslint to version 6.4.0 (#47)
3778baa Update eslint to version 6.3.0 (#46)
6ebc309 Update eslint to version 6.2.2 (#45)
2182716 Update eslint to version 6.2.1 (#44)
cd1600c [ruby] Upgrade railties: 5.2.1 → 6.0.0 (major) (#43)
3117f33 Update eslint to version 6.2.0 (#42)
b392281 Bump nokogiri from 1.8.4 to 1.10.4 (#41)
839bb5c Update rubocop-rspec to version 1.35.0 (#40)
5af3f96 Update rubocop-rspec to version 1.34.1 (#39)
773e58e Update rubocop-rspec to version 1.34.0 (#38)
84ee8ce Update rubocop to version 0.73.0 (#37)
b1a203d Bump lodash from 4.17.11 to 4.17.14 (#36)
1657e34 Update rubocop to version 0.72.0 (#35)
ef112f9 Bump js-yaml from 3.13.0 to 3.13.1 (#34)
7fb41cc Update rubocop to version 0.71.0 (#33)
4ecfc28 Update rubocop to version 0.70.0 (#32)
c1ca3a4 Update rubocop-rspec to version 1.33.0 (#31)
c42379f Update rubocop to version 0.68.1 (#29)
eb49768 Update rubocop to version 0.68.0 (#28)
cdac183 Update rubocop to version 0.67.2 (#27)
db48a28 Update eslint to version 5.16.0 (#26)
31b832a Update eslint to version 5.15.3 (#23)

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

Commits

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

↗️ tzinfo (indirect, 1.2.5 → 1.2.6) · Repo · Changelog

Release Notes

1.2.6

  • Timezone#strftime('%s', time) will now return the correct number of seconds since the epoch. #91.
  • Removed the unused TZInfo::RubyDataSource::REQUIRE_PATH constant.
  • Fixed "SecurityError: Insecure operation - require" exceptions when loading data with recent Ruby releases in safe mode.
  • Fixed warnings when running on Ruby 2.7. #106 and #111.

TZInfo v1.2.6 on RubyGems.org

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

Commits

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

🗑️ actioncable (removed)

🗑️ actionmailbox (removed)

🗑️ actionmailer (removed)

🗑️ actiontext (removed)

🗑️ activejob (removed)

🗑️ activemodel (removed)

🗑️ activerecord (removed)

🗑️ activestorage (removed)

🗑️ globalid (removed)

🗑️ mail (removed)

🗑️ marcel (removed)

🗑️ mimemagic (removed)

🗑️ mini_mime (removed)

🗑️ nio4r (removed)

🗑️ rails (removed)

🗑️ sprockets (removed)

🗑️ sprockets-rails (removed)

🗑️ websocket-driver (removed)

🗑️ websocket-extensions (removed)


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 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)