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: fb55/css-what
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.1
Choose a base ref
...
head repository: fb55/css-what
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.2
Choose a head ref
  • 9 commits
  • 4 files changed
  • 3 contributors

Commits on Oct 6, 2020

  1. chore(deps-dev): Bump jest from 26.4.2 to 26.5.0

    Bumps [jest](https://github.com/facebook/jest) from 26.4.2 to 26.5.0.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
    - [Commits](jestjs/jest@v26.4.2...v26.5.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    6dcd366 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7b84aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29c2b5e View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): Bump jest from 26.5.0 to 26.5.2

    Bumps [jest](https://github.com/facebook/jest) from 26.5.0 to 26.5.2.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
    - [Commits](jestjs/jest@v26.5.0...v26.5.2)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    aedf13d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    16bd593 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Configuration menu
    Copy the full SHA
    26e0d01 View commit details
    Browse the repository at this point in the history
  2. Use Object.keys as Object.values is not supported in node<7

    Object.values was introduced in 138b101
    and it is not supported in node.js until version 7, so it's a mismatch
    with what's declared in the `engines` section of package.json (node >= 6).
    klapec authored and fb55 committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    98a0489 View commit details
    Browse the repository at this point in the history
  3. feat(lint): Add eslint-plugin-node

    Ensures that no incompatible JS features are used.
    fb55 committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    de90133 View commit details
    Browse the repository at this point in the history
  4. 3.4.2

    fb55 committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    e4b589d View commit details
    Browse the repository at this point in the history
Loading