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

Update Dependencies for December 2021 #668

Merged
merged 9 commits into from
Jan 19, 2022
Merged

Commits on Nov 15, 2021

  1. Gemfile.lock: Update nokogiri (1.11.7 to 1.12.5)

    Also update some of nokogiri's dependencies,
    specifically `mini_portile2` and `racc`.
    DeeDeeG committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    e81fc03 View commit details
    Browse the repository at this point in the history
  2. Gemfile.lock: Update puma (5.3.2 to 5.5.2)

    Also update puma's dependency nio4r (2.5.7 to 2.5.8).
    DeeDeeG committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    2b10219 View commit details
    Browse the repository at this point in the history
  3. Gemfile[.lock]: Update better_errors 2.4 to 2.9.1

    Also update better_errors' dependency coderay (1.1.2 to 1.1.3).
    DeeDeeG committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    3b5f143 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e839bf0 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. Configuration menu
    Copy the full SHA
    1c651fa View commit details
    Browse the repository at this point in the history
  2. deps: Resolve ansi-html to ansi-html-community

    Pin to an exact version, 0.0.8, which I have personally verified
    only contains the desired change, plus package.json metadata changes
    and updates to README.md.
    
    (Pinning means we don't have to trust the independent GitHub user
    who published the fork, just the content of the patch.)
    
    One can do the following commands to download and inspect the contents
    of the packages themselves, as hosted on the npm package registry...
    - `npm pack ansi-html@0.0.7`
    - `npm pack ansi-html-community@0.0.8`
    Then extract the tarballs and compare the content.
    
    See the following for details of the fork and why it was made:
    - github[dot]com/Tjatse/ansi-html/issues/19
    - github[dot]com/Tjatse/ansi-html/issues/19#issuecomment-913119841
    DeeDeeG committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    fd9b6d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04d18b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be4a453 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2021

  1. Configuration menu
    Copy the full SHA
    3fbf9e7 View commit details
    Browse the repository at this point in the history