8000 Comparing v2024.2.1...v2024.2.2 · PowerShell/vscode-powershell · GitHub
[go: up one dir, main page]

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.1
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.2
Choose a head ref
  • 11 commits
  • 15 files changed
  • 1 contributor

Commits on Apr 17, 2024

  1. Fix CI by removing Azure Artifacts Feeds (#4978)

    Until it's figured out how we're supposed to use these on GitHub.
    andyleejordan authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    db4eb52 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

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

Commits on Apr 26, 2024

  1. Use public CFS feed (#4980)

    Partially reverts db4eb52.
    andyleejordan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    f6f9f07 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

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

Commits on May 3, 2024

  1. Remove unnecessary NPM authenticate

    Now that CFS feed is public.
    andyleejordan committed May 3, 2024
    Configuration menu
    Copy the full SHA
    3c90c8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    486bd06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae7fb52 View commit details
    Browse the repository at this point in the history
  4. Remove save-exact from .npmrc and add save

    Since we can no longer use Dependabot due to CFS,
    we just have to update manually (with `--save`, but automatic).
    Which means we need `^` semver so `npm update` does what we expect
    (which is to update to the latest minor version).
    Except for the VS Code types, those use `~` so we only get patch updates.
    This is because it must match our engine version of VS Code.
    
    Also just omit the resolved registry from the lockfile
    (since the replace option didn't really work as expected)
    andyleejordan committed May 3, 2024
    Configuration menu
    Copy the full SHA
    64a6dd0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e09e8d5 View commit details
    Browse the repository at this point in the history
  6. Replace vsce PAT with an Azure Credential

    The latest version of the tool will use the Azure API to grab a token,
    it just needs to be run in a context where Azure CLI is authenticated.
    I think.
    andyleejordan committed May 3, 2024
    Configuration menu
    Copy the full SHA
    5d749c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0093415 View commit details
    Browse the repository at this point in the history
Loading
0