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

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e041019 View commit details
  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
    Copy the full SHA
    b902f41 View commit details

Commits on Apr 16, 2024

  1. Fix OneBranch signing certificate

    Which was silently broken due to a typo :(
    andyleejordan committed Apr 16, 2024
    Copy the full SHA
    1ffa489 View commit details
  2. Remove Plaster integration

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

    We skip those tests in ADO anyway.
    andyleejordan committed Apr 16, 2024
    Copy the full SHA
    4ce14b1 View commit details
  4. Handle occasion where LTS reporting is wrong

    At least don't fail the test.
    andyleejordan committed Apr 16, 2024
    Copy the full SHA
    73bd231 View commit details
  5. v2024.2.1: Hotfix for incorrect signing certificate

    andyleejordan committed Apr 16, 2024
    Copy the full SHA
    3a24728 View commit details
Loading