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: istanbuljs/nyc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v15.1.0
Choose a base ref
...
head repository: istanbuljs/nyc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: nyc-v17.1.0
Choose a head ref
  • 19 commits
  • 37 files changed
  • 10 contributors

Commits on Jun 29, 2020

  1. chore: Tweak self-coverage implementation (#1329)

    This avoids the conditional `require('../self-coverage-helper')` which
    can create difficulty for code analysis.  Also use uuid v4 to generate
    self coverage filenames instead of process.pid.
    coreyfarrell authored Jun 29, 2020
    Configuration menu
    Copy the full SHA
    046a1a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Configuration menu
    Copy the full SHA
    37ce8a6 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    82811ef View commit details
    Browse the repository at this point in the history
  3. 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] committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    a6336e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91ae8b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. chore: Remove package-lock.json

    No more in-range update PR's from dependabot.
    coreyfarrell committed Apr 9, 2021
    3 Configuration menu
    Copy the full SHA
    ab7c53b View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. build: move tests over to latest tapjs (#1552)

    build: move tests over to latest tapjs
    build: switch CI/CD to actions
    build!: minimum Node version now 18
    bcoe authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    9ef340e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dda8e44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6ed598 View commit details
    Browse the repository at this point in the history
  4. chore(main): release 16.0.0 (#1554)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    f6e5aba View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. test: remove dependency on "true" which is not on all windows sytems

    test: add --fix command for easier local development
    build: turn off npm updates which were causing issues with snapshots
    Co-authored-by: Austin Akers <austin.akers@springhealth.com>
    Co-authored-by: Austin Akers <austin.akers5@gmail.com>
    3 people authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    8120112 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10daacc View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. chore(main): release nyc 17.0.0 (#1558)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jun 9, 2024
    Configuration menu
    Copy the full SHA
    fee2821 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. chore(deps-dev): bump ws from 8.16.0 to 8.17.1 (#1568)

    Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.1.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@8.16.0...8.17.1)
    
    ---
    updated-dependencies:
    - dependency-name: ws
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    b86edbc View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (#1571)

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    b6a9484 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae657b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

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

Commits on Sep 19, 2024

  1. chore(deps-dev): bump requirejs from 2.3.6 to 2.3.7 (#1582)

    Bumps [requirejs](https://github.com/jrburke/r.js) from 2.3.6 to 2.3.7.
    - [Commits](requirejs/r.js@2.3.6...2.3.7)
    
    ---
    updated-dependencies:
    - dependency-name: requirejs
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d338985 View commit details
    Browse the repository at this point in the history
  2. chore(main): release nyc 17.1.0 (#1572)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    41f4476 View commit details
    Browse the repository at this point in the history
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy