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: stripe/vscode-stripe
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.9
Choose a base ref
...
head repository: stripe/vscode-stripe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.10
Choose a head ref
  • 8 commits
  • 6 files changed
  • 2 contributors

Commits on Nov 11, 2021

  1. DX6945: show sample cloning in progress notification (#436)

    * release 2.0.9
    
    * upgrade vscode engine to match @type/vscode version
    
    * dx6945: show sample cloning in progress notification
    etsai-stripe authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    b208688 View commit details
    Browse the repository at this point in the history
  2. Bump webpack from 5.61.0 to 5.63.0 (#430)

    Bumps [webpack](https://github.com/webpack/webpack) from 5.61.0 to 5.63.0.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.61.0...v5.63.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    8b42bc1 View commit details
    Browse the repository at this point in the history
  3. Bump @types/node from 16.11.6 to 16.11.7 (#433)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.6 to 16.11.7.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    3ad52f3 View commit details
    Browse the repository at this point in the history
  4. Bump sinon from 12.0.0 to 12.0.1 (#415)

    Bumps [sinon](https://github.com/sinonjs/sinon) from 12.0.0 to 12.0.1.
    - [Release notes](https://github.com/sinonjs/sinon/releases)
    - [Changelog](https://github.com/sinonjs/sinon/blob/master/docs/changelog.md)
    - [Commits](sinonjs/sinon@v12.0.0...v12.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: sinon
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    809da3a View commit details
    Browse the repository at this point in the history
  5. Bump @grpc/grpc-js from 1.4.2 to 1.4.4 (#434)

    Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.4.2 to 1.4.4.
    - [Release notes](https://github.com/grpc/grpc-node/releases)
    - [Commits](https://github.com/grpc/grpc-node/commits)
    
    ---
    updated-dependencies:
    - dependency-name: "@grpc/grpc-js"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    6ccf64a View commit details
    Browse the repository at this point in the history
  6. Bump @types/vscode from 1.61.0 to 1.62.0 (#422)

    Bumps [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) from 1.61.0 to 1.62.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/vscode)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/vscode"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    fac4790 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. remove extension dependency and detect java proj correctly (#441)

    * remove extension dependency and detect java proj correctly
    
    * method rename
    
    * remove unused constant
    etsai-stripe authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    37ffe31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04407c5 View commit details
    Browse the repository at this point in the history
Loading