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: PowerShell/vscode-powershell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2024.2.0
Choose a base ref
...
head repository: PowerShell/vscode-powershell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2024.2.1
Choose a head ref
  • 7 commits
  • 10 files changed
  • 2 contributors

Commits on Apr 9, 2024

  1. Bump typescript from 5.4.3 to 5.4.4

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.3 to 5.4.4.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
    - [Commits](microsoft/TypeScript@v5.4.3...v5.4.4)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and andyleejordan committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    e041019 View commit details
    Browse the repository at this point in the history
  2. Bump the eslint group with 2 updates

    Bumps the eslint group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 7.5.0 to 7.6.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/CHANGELOG.md)
    - [Commits](typescript-eslint/typescript-eslint@v7.5.0...v7.6.0)
    
    Updates `@typescript-eslint/parser` from 7.5.0 to 7.6.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/CHANGELOG.md)
    - [Commits](typescript-eslint/typescript-eslint@v7.5.0...v7.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: eslint
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: eslint
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and andyleejordan committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b902f41 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Fix OneBranch signing certificate

    Which was silently broken due to a typo :(
    andyleejordan committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    1ffa489 View commit details
    Browse the repository at this point in the history
  2. Remove Plaster integration

    The project is dormant an longer shipped/signed by Microsoft.
    andyleejordan committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2dba318 View commit details
    Browse the repository at this point in the history
  3. Don't throw on failure to install C# extension for tests

    We skip those tests in ADO anyway.
    andyleejordan committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    4ce14b1 View commit details
    Browse the repository at this point in the history
  4. Handle occasion where LTS reporting is wrong

    At least don't fail the test.
    andyleejordan committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    73bd231 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a24728 View commit details
    Browse the repository at this point in the history
Loading