-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: aircom-inc/elixirscript
base: master
head repository: elixirscript/elixirscript
compare: master
- 20 commits
- 23 files changed
- 5 contributors
Commits on May 14, 2019
-
Bump estree from 2.6.1 to 2.7.0
Bumps [estree](https://github.com/bryanjos/elixir-estree) from 2.6.1 to 2.7.0. - [Release notes](https://github.com/bryanjos/elixir-estree/releases) - [Changelog](https://github.com/elixirscript/elixir-estree/blob/master/CHANGELOG.md) - [Commits](https://github.com/bryanjos/elixir-estree/commits) Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb44d1a - Browse repository at this point
Copy the full SHA bb44d1aView commit details
Commits on May 31, 2019
-
Merge pull request elixirscript#465 from elixirscript/dependabot/hex/…
…estree-2.7.0 Bump estree from 2.6.1 to 2.7.0
Configuration menu - View commit details
-
Copy full SHA for 04617e0 - Browse repository at this point
Copy the full SHA 04617e0View commit details
Commits on Jun 3, 2019
-
[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)
Configuration menu - View commit details
-
Copy full SHA for 5b3aa85 - Browse repository at this point
Copy the full SHA 5b3aa85View commit details -
[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)
Configuration menu - View commit details
-
Copy full SHA for 41721f2 - Browse repository at this point
Copy the full SHA 41721f2View commit details -
[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)
Configuration menu - View commit details
-
Copy full SHA for 6bfe65c - Browse repository at this point
Copy the full SHA 6bfe65cView commit details -
[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)
Configuration menu - View commit details
-
Copy full SHA for 7e42592 - Browse repository at this point
Copy the full SHA 7e42592View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e2805e3 - Browse repository at this point
Copy the full SHA e2805e3View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for bf5398d - Browse repository at this point
Copy the full SHA bf5398dView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for c7f2aaa - Browse repository at this point
Copy the full SHA c7f2aaaView commit details
Commits on Jun 4, 2019
-
Bump eslint from 4.6.1 to 4.19.1
Bumps [eslint](https://github.com/eslint/eslint) from 4.6.1 to 4.19.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v4.6.1...v4.19.1)
Configuration menu - View commit details
-
Copy full SHA for ecd3c0a - Browse repository at this point
Copy the full SHA ecd3c0aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for ab4b57e - Browse repository at this point
Copy the full SHA ab4b57eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 2021870 - Browse repository at this point
Copy the full SHA 2021870View commit details
Commits on Aug 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b9ceea0 - Browse repository at this point
Copy the full SHA b9ceea0View commit details
Commits on Aug 19, 2019
-
Merge pull request elixirscript#492 from workingjubilee/jubilee-lints
Solves easy lints
Configuration menu - View commit details
-
Copy full SHA for 6ade606 - Browse repository at this point
Copy the full SHA 6ade606View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8db026 - Browse repository at this point
Copy the full SHA d8db026View commit details
Commits on Aug 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 44cb70c - Browse repository at this point
Copy the full SHA 44cb70cView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for fab74b8 - Browse repository at this point
Copy the full SHA fab74b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ccd8e0 - Browse repository at this point
Copy the full SHA 3ccd8e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9a6939 - Browse repository at this point
Copy the full SHA a9a6939View commit details -
Merge pull request elixirscript#493 from workingjubilee/jubilee-yes-c…
…onsole Actually, "yes, console"
Configuration menu - View commit details
-
Copy full SHA for cc8a08a - Browse repository at this point
Copy the full SHA cc8a08aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master