KEMBAR78
Comparing v3.2.10...v4.0.0 · coffeelint/coffeelint · GitHub
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: coffeelint/coffeelint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.10
Choose a base ref
...
head repository: coffeelint/coffeelint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 18 commits
  • 7 files changed
  • 5 contributors

Commits on Jul 20, 2020

  1. chore(deps): bump lodash from 4.17.15 to 4.17.19

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.15...4.17.19)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 20, 2020
    Configuration menu
    Copy the full SHA
    303e1da View commit details
    Browse the repository at this point in the history
  2. Merge pull request #76 from coffeelint/dependabot/npm_and_yarn/lodash…

    …-4.17.19
    
    chore(deps): bump lodash from 4.17.15 to 4.17.19
    UziTech authored Jul 20, 2020
    Configuration menu
    Copy the full SHA
    49bc7ed View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2020

  1. chore(deps): bump elliptic from 6.5.2 to 6.5.3

    Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
    - [Release notes](https://github.com/indutny/elliptic/releases)
    - [Commits](indutny/elliptic@v6.5.2...v6.5.3)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sibiraj-s committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    488dd8e View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

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

Commits on Aug 4, 2020

  1. Configuration menu
    Copy the full SHA
    d5816a8 View commit details
    Browse the repository at this point in the history
  2. docs: update README.md

    sibiraj-s authored Aug 4, 2020
    Configuration menu
    Copy the full SHA
    8f06a18 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #80 from coffeelint/use-https

    docs: update README.md
    UziTech authored Aug 4, 2020
    Configuration menu
    Copy the full SHA
    c8ce5fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    851b3e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    753de23 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. chore(deps-dev): bump underscore from 1.10.2 to 1.11.0

    Bumps [underscore](https://github.com/jashkenas/underscore) from 1.10.2 to 1.11.0.
    - [Release notes](https://github.com/jashkenas/underscore/releases)
    - [Commits](jashkenas/underscore@1.10.2...1.11.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    0275b98 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #82 from coffeelint/dependabot/npm_and_yarn/unders…

    …core-1.11.0
    
    chore(deps-dev): bump underscore from 1.10.2 to 1.11.0
    UziTech authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    9ee4262 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. chore(deps-dev): bump @semantic-release/npm from 7.0.5 to 7.0.6

    Bumps [@semantic-release/npm](https://github.com/semantic-release/npm) from 7.0.5 to 7.0.6.
    - [Release notes](https://github.com/semantic-release/npm/releases)
    - [Commits](semantic-release/npm@v7.0.5...v7.0.6)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    08fbe7a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #83 from coffeelint/dependabot/npm_and_yarn/semant…

    …ic-release/npm-7.0.6
    
    chore(deps-dev): bump @semantic-release/npm from 7.0.5 to 7.0.6
    sibiraj-s authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    c9cbde6 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. chore(deps-dev): bump @semantic-release/github from 7.0.7 to 7.1.1

    Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 7.0.7 to 7.1.1.
    - [Release notes](https://github.com/semantic-release/github/releases)
    - [Commits](semantic-release/github@v7.0.7...v7.1.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    80d5693 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #84 from coffeelint/dependabot/npm_and_yarn/semant…

    …ic-release/github-7.1.1
    
    chore(deps-dev): bump @semantic-release/github from 7.0.7 to 7.1.1
    sibiraj-s authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    cf9b392 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. fix: update deps

    BREAKING CHANGE: Drop support for Node v8
    UziTech committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    3dde492 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Merge pull request #86 from UziTech/update-yargs

    fix: update deps
    UziTech authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    63a45a9 View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.0.0 [skip ci]

    # [4.0.0](v3.2.10...v4.0.0) (2020-09-10)
    
    ### Bug Fixes
    
    * update deps ([3dde492](3dde492))
    
    ### BREAKING CHANGES
    
    * Drop support for Node v8
    semantic-release-bot committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    830a2e7 View commit details
    Browse the repository at this point in the history
Loading