Skip to content

Commit

Permalink
XS✔ ◾ Bump HaaLeo/publish-vscode-extension from 1.4.0 to 1.5.0 (#438)
Browse files Browse the repository at this point in the history
Bumps
[HaaLeo/publish-vscode-extension](https://github.com/haaleo/publish-vscode-extension)
from 1.4.0 to 1.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/haaleo/publish-vscode-extension/releases">HaaLeo/publish-vscode-extension's
releases</a>.</em></p>
<blockquote>
<h2>v1.5.0</h2>
<p>Use the tag <code>v1</code> to automatically include all minor
releases and patches (<code>v1.*.*</code>)
For an overview of changes checkout the <a
href="https://github.com/HaaLeo/publish-vscode-extension/blob/master/CHANGELOG.md#changelog">changelog</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/HaaLeo/publish-vscode-extension/blob/master/CHANGELOG.md">HaaLeo/publish-vscode-extension's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<p>All notable changes to this project will be documented in this
file.</p>
<p>The format is based on <a
href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>,
and this project adheres to <a
href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
<h2>Unreleased</h2>
<p><a
href="https://github.com/HaaLeo/publish-vscode-extension/compare/v1.5.0...master">All
Changes</a></p>
<h2><a
href="https://github.com/HaaLeo/publish-vscode-extension/tree/1.5.0">1.5.0</a>
2023-10-03</h2>
<h3>Added</h3>
<ul>
<li>Adds <code>--target</code> functionality for <code>vsce</code> and
<code>osvx</code>. <a
href="https://redirect.github.com/HaaLeo/publish-vscode-extension/issues/37">#37</a>.
Contributed by <a
href="https://github.com/alexravenna"><code>@​alexravenna</code></a>.</li>
</ul>
<h3>Security</h3>
<ul>
<li>Updated dependencies to
<ul>
<li><code>@vscode/vsce@2.21.1</code></li>
<li><code>ovsx@0.8.3</code></li>
</ul>
</li>
</ul>
<p><a
href="https://github.com/HaaLeo/publish-vscode-extension/compare/v1.4.0...v1.5.0">All
Changes</a></p>
<h2><a
href="https://github.com/HaaLeo/publish-vscode-extension/tree/1.4.0">1.4.0</a>
2023-07-05</h2>
<h3>Security</h3>
<ul>
<li>Updated dependencies to
<ul>
<li><code>@vscode/vsce@2.19.0</code></li>
<li><code>ovsx@0.8.2</code></li>
</ul>
</li>
</ul>
<h3>Added</h3>
<ul>
<li>Adds <code>--skip-duplicate</code> functionality for
<code>vsce</code>. Issue <a
href="https://redirect.github.com/HaaLeo/publish-vscode-extension/issues/38">#38</a>.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>A bug that swallowed publish errors silently. Contributed by <a
href="https://github.com/VladBrok"><code>@​VladBrok</code></a>.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Clarified the usage of the <code>dependencies</code> option <a
href="https://redirect.github.com/HaaLeo/publish-vscode-extension/issues/35">#35</a>.
Contributed by <a
href="https://github.com/Antyos"><code>@​Antyos</code></a></li>
<li>Updated the Readme to state that the Open VSX registry also supports
the <code>preRelease</code> flag <a
href="https://redirect.github.com/HaaLeo/publish-vscode-extension/issues/42">#42</a>.</li>
</ul>
<p><a
href="https://github.com/HaaLeo/publish-vscode-extension/compare/v1.3.0...v1.4.0">All
Changes</a></p>
<h2><a
href="https://github.com/HaaLeo/publish-vscode-extension/tree/v1.3.0">v1.3.0</a>
2023-04-01</h2>
<h3>Security</h3>
<ul>
<li>Updated dependencies to
<ul>
<li><code>@vscode/vsce@2.18.0</code></li>
<li><code>ovsx@0.8.0</code></li>
</ul>
</li>
</ul>
<h3>Added</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/HaaLeo/publish-vscode-extension/commit/65512ae7dcf96159b51fdd7ed73eb17d5cacad33"><code>65512ae</code></a>
chore: prepare release v1.5.0</li>
<li><a
href="https://github.com/HaaLeo/publish-vscode-extension/commit/47ac04937d9d4766971660aa39bca1cce00522bd"><code>47ac049</code></a>
chore: upgrade dependencies</li>
<li><a
href="https://github.com/HaaLeo/publish-vscode-extension/commit/d60feeb5ac9d2d51b245b77c15b4bd12b4ffb1e8"><code>d60feeb</code></a>
Merge pull request <a
href="https://redirect.github.com/haaleo/publish-vscode-extension/issues/47">#47</a>
from alexravenna/feat/target-option</li>
<li><a
href="https://github.com/HaaLeo/publish-vscode-extension/commit/52645b524a9058737f360c477961780a1dd1681a"><code>52645b5</code></a>
Update changelog</li>
<li><a
href="https://github.com/HaaLeo/publish-vscode-extension/commit/b5c9cef478c0db7b67011592b0dd14ee1d069967"><code>b5c9cef</code></a>
Add re-built index.js</li>
<li><a
href="https://github.com/HaaLeo/publish-vscode-extension/commit/5195ffa304ef1f371c157f2ab82216ab7ca4e9b2"><code>5195ffa</code></a>
Describe new option in readme</li>
<li><a
href="https://github.com/HaaLeo/publish-vscode-extension/commit/e0cf99c51fcebe8f9f25ce674b390963e44580b5"><code>e0cf99c</code></a>
Add periods for consistency</li>
<li><a
href="https://github.com/HaaLeo/publish-vscode-extension/commit/88515f9611cdcc61841c432131792e8e6edb1340"><code>88515f9</code></a>
Add doc comments</li>
<li><a
href="https://github.com/HaaLeo/publish-vscode-extension/commit/4c6d59e1fe4f493c570e2fa4aa00a34f395620c8"><code>4c6d59e</code></a>
Extend tests</li>
<li><a
href="https://github.com/HaaLeo/publish-vscode-extension/commit/89fee82d53f4c5cce8f75229f0d272bf772ef735"><code>89fee82</code></a>
Fix splitting of targets</li>
<li>Additional commits viewable in <a
href="https://github.com/haaleo/publish-vscode-extension/compare/dfe4f6ad46624424fe24cb5bca79839183399045...65512ae7dcf96159b51fdd7ed73eb17d5cacad33">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=HaaLeo/publish-vscode-extension&package-manager=github_actions&previous-version=1.4.0&new-version=1.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 1, 2023
1 parent 4d1485c commit d1b50db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-phase-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
token: ${{ secrets.RELEASE_PHASE_2_GITHUB_RELEASE }}

- name: Publish Release
uses: HaaLeo/publish-vscode-extension@dfe4f6ad46624424fe24cb5bca79839183399045 # v1.4.0
uses: HaaLeo/publish-vscode-extension@65512ae7dcf96159b51fdd7ed73eb17d5cacad33 # v1.5.0
with:
# Fine-grained Azure DevOps Personal Access Token (PAT) with the Manage access to Marketplace permission.
pat: ${{ secrets.RELEASE_PHASE_2_PUBLISH_RELEASE }}
Expand Down

0 comments on commit d1b50db

Please sign in to comment.