Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aircom-inc/elixirscript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: elixirscript/elixirscript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 23 files changed
  • 5 contributors

Commits on May 14, 2019

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

Commits on May 31, 2019

  1. Merge pull request elixirscript#465 from elixirscript/dependabot/hex/…

    …estree-2.7.0
    
    Bump estree from 2.6.1 to 2.7.0
    bryanjos authored May 31, 2019
    Configuration menu
    Copy the full SHA
    04617e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2019

  1. [Security] Bump sshpk from 1.13.1 to 1.16.1

    Bumps [sshpk](https://github.com/joyent/node-sshpk) from 1.13.1 to 1.16.1. **This update includes security fixes.**
    - [Release notes](https://github.com/joyent/node-sshpk/releases)
    - [Commits](TritonDataCenter/node-sshpk@v1.13.1...v1.16.1)
    dependabot-preview[bot] authored Jun 3, 2019
    Configuration menu
    Copy the full SHA
    5b3aa85 View commit details
    Browse the repository at this point in the history
  2. [Security] Bump stringstream from 0.0.5 to 0.0.6

    Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6. **This update includes security fixes.**
    - [Release notes](https://github.com/mhart/StringStream/releases)
    - [Commits](mhart/StringStream@v0.0.5...v0.0.6)
    dependabot-preview[bot] authored Jun 3, 2019
    Configuration menu
    Copy the full SHA
    41721f2 View commit details
    Browse the repository at this point in the history
  3. [Security] Bump tar from 2.2.1 to 2.2.2

    Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. **This update includes security fixes.**
    - [Release notes](https://github.com/npm/node-tar/releases)
    - [Commits](isaacs/node-tar@v2.2.1...v2.2.2)
    dependabot-preview[bot] authored Jun 3, 2019
    Configuration menu
    Copy the full SHA
    6bfe65c View commit details
    Browse the repository at this point in the history
  4. [Security] Bump tough-cookie from 2.3.2 to 2.3.4

    Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 2.3.2 to 2.3.4. **This update includes security fixes.**
    - [Release notes](https://github.com/salesforce/tough-cookie/releases)
    - [Commits](salesforce/tough-cookie@v2.3.2...v2.3.4)
    dependabot-preview[bot] authored Jun 3, 2019
    Configuration menu
    Copy the full SHA
    7e42592 View commit details
    Browse the repository at this point in the history
  5. Merge pull request elixirscript#479 from elixirscript/dependabot/npm_…

    …and_yarn/tough-cookie-2.3.4
    
    [Security] Bump tough-cookie from 2.3.2 to 2.3.4
    bryanjos authored Jun 3, 2019
    Configuration menu
    Copy the full SHA
    e2805e3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request elixirscript#478 from elixirscript/dependabot/npm_…

    …and_yarn/tar-2.2.2
    
    [Security] Bump tar from 2.2.1 to 2.2.2
    bryanjos authored Jun 3, 2019
    Configuration menu
    Copy the full SHA
    bf5398d View commit details
    Browse the repository at this point in the history
  7. Merge pull request elixirscript#476 from elixirscript/dependabot/npm_…

    …and_yarn/stringstream-0.0.6
    
    [Security] Bump stringstream from 0.0.5 to 0.0.6
    bryanjos authored Jun 3, 2019
    Configuration menu
    Copy the full SHA
    c7f2aaa View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. Configuration menu
    Copy the full SHA
    ecd3c0a View commit details
    Browse the repository at this point in the history
  2. Merge pull request elixirscript#475 from elixirscript/dependabot/npm_…

    …and_yarn/eslint-4.19.1
    
    Bump eslint from 4.6.1 to 4.19.1
    bryanjos authored Jun 4, 2019
    Configuration menu
    Copy the full SHA
    ab4b57e View commit details
    Browse the repository at this point in the history
  3. Merge pull request elixirscript#474 from elixirscript/dependabot/npm_…

    …and_yarn/sshpk-1.16.1
    
    [Security] Bump sshpk from 1.13.1 to 1.16.1
    bryanjos authored Jun 4, 2019
    Configuration menu
    Copy the full SHA
    2021870 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2019

  1. Solves easy lints

    workingjubilee committed Aug 18, 2019
    Configuration menu
    Copy the full SHA
    b9ceea0 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. Configuration menu
    Copy the full SHA
    6ade606 View commit details
    Browse the repository at this point in the history
  2. Update .travis.yml

    bryanjos authored Aug 19, 2019
    Configuration menu
    Copy the full SHA
    d8db026 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. Configuration menu
    Copy the full SHA
    44cb70c View commit details
    Browse the repository at this point in the history
  2. Disable "no-console" linting for specific console.warns

    These all are exceptional cases of warnings where the warning is
    far more important than adhering to a style guide on lints, even if
    some of them might potentially show up in the browser. Each is a
    hand-picked exception, so these use in-file comment overrides.
    
    Rationales are included in preceding comments.
    workingjubilee committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    fab74b8 View commit details
    Browse the repository at this point in the history
  3. Update js deps

    bryanjos committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    3ccd8e0 View commit details
    Browse the repository at this point in the history
  4. Update elixir deps

    bryanjos committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    a9a6939 View commit details
    Browse the repository at this point in the history
  5. Merge pull request elixirscript#493 from workingjubilee/jubilee-yes-c…

    …onsole
    
    Actually, "yes, console"
    bryanjos authored Aug 20, 2019
    Configuration menu
    Copy the full SHA
    cc8a08a View commit details
    Browse the repository at this point in the history
Loading