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: cypress-io/code-coverage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.13.11
Choose a base ref
...
head repository: cypress-io/code-coverage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.13.12
Choose a head ref
  • 8 commits
  • 7 files changed
  • 1 contributor

Commits on Feb 11, 2025

  1. chore(deps): update dependency cypress to v13.17.0 (#922)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 11, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    39bbb43 View commit details
  2. chore(deps): update dependency start-server-and-test to v2.0.10 (#927)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 11, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    84da8ca View commit details
  3. chore(deps): update babel monorepo to v7.26.8 (#926)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 11, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    cd87cc4 View commit details
  4. chore(deps): update node.js to v22.13.1 (#923)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 11, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    71d9a81 View commit details

Commits on Feb 18, 2025

  1. chore(deps): update dependency win to v5.1.0 (#932)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 18, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    856bda3 View commit details
  2. chore(deps): update dependency webpack to v5.98.0 (#931)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 18, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    eca3ba7 View commit details

Commits on Feb 24, 2025

  1. chore(deps): update node.js to v22.14.0 (#934)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 24, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    672f114 View commit details
  2. fix(deps): update dependency @types/node to v22.13.5 (#935)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 24, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    2b78406 View commit details
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -3,13 +3,13 @@ version: 2.1
orbs:
# https://github.com/cypress-io/circleci-orb
cypress: cypress-io/cypress@3.0.0 # used to run e2e tests
win: circleci/windows@5.0.0 # run a test job on Windows
win: circleci/windows@5.1.0 # run a test job on Windows

jobs:
lint:
description: Checks the code formatting
docker:
- image: cimg/node:22.12.0
- image: cimg/node:22.14.0
environment:
# we don't need Cypress to check code style
CYPRESS_INSTALL_BINARY: '0'
@@ -71,7 +71,7 @@ jobs:
publish:
description: Publishes the new version of the plugin to NPM
docker:
- image: cimg/node:22.12.0
- image: cimg/node:22.14.0
environment:
# we don't need Cypress to do the release
CYPRESS_INSTALL_BINARY: '0'
Loading