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: felipecrs/semantic-release-vsce
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.0
Choose a base ref
...
head repository: felipecrs/semantic-release-vsce
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.1
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 18, 2022

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    6082891 View commit details

Commits on Jan 19, 2022

  1. build(deps-dev): bump @commitlint/cli from 16.0.2 to 16.0.3 (#238)

    Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 16.0.2 to 16.0.3.
    - [Release notes](https://github.com/conventional-changelog/commitlint/releases)
    - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
    - [Commits](https://github.com/conventional-changelog/commitlint/commits/v16.0.3/@commitlint/cli)
    
    ---
    updated-dependencies:
    - dependency-name: "@commitlint/cli"
      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 Jan 19, 2022

    Verified

    This commit was signed with the committer’s verified signature.
    crazy-max CrazyMax
    Copy the full SHA
    390c596 View commit details

Commits on Jan 20, 2022

  1. build(deps-dev): bump @commitlint/cli from 16.0.3 to 16.1.0 (#239)

    Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 16.0.3 to 16.1.0.
    - [Release notes](https://github.com/conventional-changelog/commitlint/releases)
    - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
    - [Commits](https://github.com/conventional-changelog/commitlint/commits/v16.1.0/@commitlint/cli)
    
    ---
    updated-dependencies:
    - dependency-name: "@commitlint/cli"
      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 Jan 20, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    a24fd57 View commit details

Commits on Jan 21, 2022

  1. fix: upgrade ovsx from 0.2.1 to 0.3.0 (#240)

    The new version of `ovsx` has a looser dependency on `vsce` which will allow a single version of `vsce` to be used across this package. This helps to reduce the number of dependencies as well as addresses some security vulnerabilities.
    
    And also refresh the lock file as well as upgrade `npm` used as well.
    
    Refs eclipse/openvsx#403
    felipecrs authored Jan 21, 2022

    Verified

    This commit was signed with the committer’s verified signature.
    crazy-max CrazyMax
    Copy the full SHA
    27456fe View commit details
Showing with 2,765 additions and 2,465 deletions.
  1. +0 −1 .github/dependabot.yml
  2. +2,763 −2,462 package-lock.json
  3. +2 −2 package.json
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -5,7 +5,6 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 100
target-branch: next
- package-ecosystem: github-actions
directory: /
schedule:
Loading