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

Bump nokogiri from 1.10.10 to 1.11.5 #4

Closed
wants to merge 27 commits into from

Commits on Nov 6, 2020

  1. Configuration menu
    Copy the full SHA
    b4e8116 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9d5c0b View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Configuration menu
    Copy the full SHA
    6344066 View commit details
    Browse the repository at this point in the history
  2. Fix errors in seq.md

    Mistake in `List("foo", "bar", "quux").distinctBy(_.length) == List("foo", "bar")`. 
    Right: List("foo", "bar", "quux").distinctBy(_.length) ==  List("foo", "quux")
    artemkorsakov authored and jxnu-liguobin committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    7a1c5d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82df254 View commit details
    Browse the repository at this point in the history
  4. Update generic-classes.md

    replace `{ elements = x :: elements }` with `: Unit = \n elements = x :: elements` to remove `warning: procedure syntax is deprecated: instead, add `: Unit =` to explicitly declare `push`'s return type`
    Nexus01 authored and jxnu-liguobin committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    0ff2896 View commit details
    Browse the repository at this point in the history
  5. remove postfix ops from style guide

    Scala 2.13 errors by default, so I don't think the style guide
    needs to cover this any more
    SethTisue authored and jxnu-liguobin committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    81e142d View commit details
    Browse the repository at this point in the history
  6. fixed some typo

    IowU authored and jxnu-liguobin committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    b104fbd View commit details
    Browse the repository at this point in the history
  7. fixed some typo

    IowU authored and jxnu-liguobin committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    1d8675b View commit details
    Browse the repository at this point in the history
  8. Update building-a-scala-project-with-intellij-and-sbt.md

    trying to more accurately reflect what I actually see in 1-Sep-2020 version of IntelliJ on Windows (no OK button, Object with capital O)
    macginitie authored and jxnu-liguobin committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    27d92a2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d9313e1 View commit details
    Browse the repository at this point in the history
  10. Fix french

    leobenkel authored and jxnu-liguobin committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    f534a7e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3cf61d7 View commit details
    Browse the repository at this point in the history
  12. Update traits.md

    artemkorsakov authored and jxnu-liguobin committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    a985c8c View commit details
    Browse the repository at this point in the history
  13. Update annotations.md

    artemkorsakov authored and jxnu-liguobin committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    6cd20a5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ad2b7e6 View commit details
    Browse the repository at this point in the history
  15. Update getting-started-with-scala-in-intellij.md

    The instructions as written did not work for me today, so I edited them so they would have. Presumably IntelliJ has changed its behavior since they were written. Note also, they are still off: "To the right of the Scala SDK field, click the **Create** button." There is no such field or button at that point, I assume there was in older versions of IntelliJ. I don't know how best to fix that issue.
    macginitie authored and jxnu-liguobin committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    6c4f9ec View commit details
    Browse the repository at this point in the history
  16. Update mixin-class-composition.md

    typo
    qiao1406 authored and jxnu-liguobin committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    11114bd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3b822f1 View commit details
    Browse the repository at this point in the history
  18. Release Scala 2.13.4

    dwijnand authored and jxnu-liguobin committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    eae869c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3010f52 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    68060f8 View commit details
    Browse the repository at this point in the history
  21. fix typo

    CastaChick authored and jxnu-liguobin committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    c88ef98 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6122f2d View commit details
    Browse the repository at this point in the history
  23. Fix the example for contravariance

    In the example `printer: Printer[Cat]` parameter is substituted for a `Printer[Animal`,
    not the other way around
    raindev authored and jxnu-liguobin committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    1e2bd10 View commit details
    Browse the repository at this point in the history
  24. Avoid "substitute for" in variance explanations

    It's easy to get confused by opposite meanings of "substitute for" and "substitute with":
    https://en.wiktionary.org/wiki/substitute#Verb
    raindev authored and jxnu-liguobin committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    43f2c39 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Bump nokogiri from 1.10.10 to 1.11.5

    Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.10 to 1.11.5.
    - [Release notes](https://github.com/sparklemotion/nokogiri/releases)
    - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
    - [Commits](sparklemotion/nokogiri@v1.10.10...v1.11.5)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 21, 2021
    Configuration menu
    Copy the full SHA
    650f027 View commit details
    Browse the repository at this point in the history