Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.
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: cypress-io/cypress-browserify-preprocessor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.4
Choose a base ref
...
head repository: cypress-io/cypress-browserify-preprocessor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 9 commits
  • 7 files changed
  • 2 contributors

Commits on May 20, 2020

  1. remove vscode setting editor.formatOnSave

    causes double formatting and certain rules to be applied incorrectly if the user’s ‘global’ vscode settings also have `formatOnSave` turned on
    chrisbreiding committed May 20, 2020
    Configuration menu
    Copy the full SHA
    b11de27 View commit details
    Browse the repository at this point in the history
  2. eslint auto-formatting

    chrisbreiding committed May 20, 2020
    Configuration menu
    Copy the full SHA
    59ab7d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    006355a View commit details
    Browse the repository at this point in the history
  4. major: Require Node.js 8 or greater

    going to start using async/await, which requires Node.js 7.6+, so we’ll require the next stable version (8) or greater
    chrisbreiding committed May 20, 2020
    Configuration menu
    Copy the full SHA
    ad88970 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3fb7b2c View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Configuration menu
    Copy the full SHA
    772548d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36d77a8 View commit details
    Browse the repository at this point in the history
  3. package-lock.json

    chrisbreiding committed May 21, 2020
    Configuration menu
    Copy the full SHA
    28565c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b94fc5 View commit details
    Browse the repository at this point in the history
Loading