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: jest-community/vscode-jest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.2.5
Choose a base ref
...
head repository: jest-community/vscode-jest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.4.0
Choose a head ref
  • 15 commits
  • 61 files changed
  • 3 contributors

Commits on Jun 5, 2024

  1. jest-editor-support v32 upgrade (#1141)

    * refactor and fixes upon jest-editor-support upgrade
    
    * update version
    
    * update jest-editor-support version
    
    * adding more tests and fix source for missing location use cases
    
    * upgrade jest-editor-support to v30
    
    1. adjust the webpack to bundle the new jest-snapshot
    2. fix some lint issues
    3. update version to 7.0.0
    connectdotz authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    6a3a7e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

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

Commits on Aug 8, 2024

  1. Support Jest v30 (#1153)

    * support jest v30 syntax
    
    * adding tests
    
    * updating tests
    connectdotz authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    6daff86 View commit details
    Browse the repository at this point in the history
  2. Vscode coverage support (#1151)

    * supports vscode coverage API
    
    * update version
    connectdotz authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    8cec4c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

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

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    000a6d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29a255b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c9161c View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Bump webpack from 5.91.0 to 5.94.0 (#1173)

    Bumps [webpack](https://github.com/webpack/webpack) from 5.91.0 to 5.94.0.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.91.0...v5.94.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      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 5, 2024
    Configuration menu
    Copy the full SHA
    f635a8e View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

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

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    09c0f3b View commit details
    Browse the repository at this point in the history
  2. Bump micromatch from 4.0.7 to 4.0.8 (#1176)

    Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.7 to 4.0.8.
    - [Release notes](https://github.com/micromatch/micromatch/releases)
    - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
    - [Commits](micromatch/micromatch@4.0.7...4.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: micromatch
      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 Sep 11, 2024
    Configuration menu
    Copy the full SHA
    237bc53 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Make all test items debuggable (#1181)

    * enable debugging for all test items
    
    * adding tests
    connectdotz authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    e299eb5 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. prepare for v6.3.1-next release (#1187)

    * prepare for v6.3.1-next release
    
    * bump version
    connectdotz authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    4f6d011 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

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