[PR #647] [CLOSED] build(deps-dev): bump @vercel/ncc from 0.34.0 to 0.36.1 #1356

Closed
opened 2026-04-16 14:13:43 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/joelwmale/webhook-action/pull/647
Author: @dependabot[bot]
Created: 6/19/2023
Status: Closed

Base: developHead: dependabot/npm_and_yarn/vercel/ncc-0.36.1


📝 Commits (1)

  • 50ef8c5 build(deps-dev): bump @vercel/ncc from 0.34.0 to 0.36.1

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+4 -4)

📄 Description

Bumps @vercel/ncc from 0.34.0 to 0.36.1.

Release notes

Sourced from @​vercel/ncc's releases.

0.36.1

0.36.1 (2023-01-25)

Bug Fixes

0.36.0

0.36.0 (2022-12-05)

Bug Fixes

  • gitignore should include release.config.js (#1016) (44e2eac)
  • node 18 by update source-map used by Terser to 0.7.4 (#999) (2f69f83)

Features

0.35.0

Minor Changes

  • Fix: Disable compile time evaluation of import.meta.url: #897
  • Feat: bump webpack@5.74.0: #983
  • Chore(deps-dev): bump graceful-fs from 4.2.8 to 4.2.10: #931
  • Chore(deps-dev): bump pdfkit from 0.12.3 to 0.13.0: #932
  • Chore(deps-dev): bump glob from 7.1.7 to 8.0.3: #930
  • Chore(deps-dev): bump sharp from 0.28.3 to 0.30.5: #934
  • Chore(deps-dev): bump got from 11.8.2 to 11.8.5: #937
  • Chore(deps): bump shell-quote from 1.7.2 to 1.7.3: #938
  • Chore(deps-dev): bump ioredis from 4.27.6 to 5.1.0: #943
  • Chore(deps): bump styfle/cancel-workflow-action from 0.9.1 to 0.10.0: #941
  • Chore(deps-dev): bump firebase-admin from 9.11.0 to 11.0.0: #945
  • Chore(deps-dev): bump twilio from 3.75.0 to 3.80.0: #956
  • Chore(deps-dev): bump typescript from 4.6.2 to 4.7.4: #959
  • Chore(deps): bump moment-timezone from 0.5.34 to 0.5.37: #964
  • Chore(deps): bump jose from 2.0.5 to 2.0.6: #970
  • Chore(deps-dev): bump passport from 0.5.2 to 0.6.0: #971
  • Chore(deps-dev): bump azure-storage from 2.10.4 to 2.10.7: #967
  • Chore(deps-dev): bump vm2 from 3.9.6 to 3.9.11: #980
  • Chore(deps): bump styfle/cancel-workflow-action from 0.10.0 to 0.10.1: #981

Credits

... (truncated)

Commits
  • c2d03cf fix: add missing pr title lint action (#1032)
  • d38b619 fixes: recognize ncc --version as ncc version and ncc --help as ncc hel...
  • 25f33cc chore: Remove codecov (#1023)
  • e1ab6cf chore(deps): bump json5 from 1.0.1 to 1.0.2 (#1022)
  • 2b647a3 chore(deps-dev): bump @​azure/cosmos from 3.15.1 to 3.17.2 (#1020)
  • c425b1d chore(deps): bump qs from 6.5.2 to 6.5.3 (#1017)
  • 44e2eac fix: gitignore should include release.config.js (#1016)
  • be3405d feat: add semantic-release to autopublish (#1015)
  • 92801d6 chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (#1009)
  • e730044 chore(deps): bump minimatch from 3.0.4 to 3.1.2 (#1010)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by vercel-release-bot, a new releaser for @​vercel/ncc since your current version.


Dependabot compatibility score

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 commands and options

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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/joelwmale/webhook-action/pull/647 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/19/2023 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/vercel/ncc-0.36.1` --- ### 📝 Commits (1) - [`50ef8c5`](https://github.com/joelwmale/webhook-action/commit/50ef8c5aee8d38cfc1511948d3a2aa6d740faed5) build(deps-dev): bump @vercel/ncc from 0.34.0 to 0.36.1 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+4 -4) </details> ### 📄 Description Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.34.0 to 0.36.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/ncc/releases"><code>@​vercel/ncc</code>'s releases</a>.</em></p> <blockquote> <h2>0.36.1</h2> <h2><a href="https://github.com/vercel/ncc/compare/0.36.0...0.36.1">0.36.1</a> (2023-01-25)</h2> <h3>Bug Fixes</h3> <ul> <li>add missing pr title lint action (<a href="https://redirect.github.com/vercel/ncc/issues/1032">#1032</a>) (<a href="https://github.com/vercel/ncc/commit/c2d03cf6dbf24e1f06f9e3f4448b76718a7c44e4">c2d03cf</a>)</li> <li>add <code>ncc --version</code> and <code>ncc --help</code> (<a href="https://redirect.github.com/vercel/ncc/issues/1030">#1030</a>) (<a href="https://github.com/vercel/ncc/commit/d38b61955476b960242a540f26c24a994f241185">d38b619</a>)</li> </ul> <h2>0.36.0</h2> <h1><a href="https://github.com/vercel/ncc/compare/0.35.0...0.36.0">0.36.0</a> (2022-12-05)</h1> <h3>Bug Fixes</h3> <ul> <li>gitignore should include release.config.js (<a href="https://redirect.github.com/vercel/ncc/issues/1016">#1016</a>) (<a href="https://github.com/vercel/ncc/commit/44e2eac6c966f2f5a2404fcf33a575f2a918ab24">44e2eac</a>)</li> <li>node 18 by update source-map used by Terser to 0.7.4 (<a href="https://redirect.github.com/vercel/ncc/issues/999">#999</a>) (<a href="https://github.com/vercel/ncc/commit/2f69f838aa7387018dc8760b79ae99e613c45874">2f69f83</a>)</li> </ul> <h3>Features</h3> <ul> <li>add semantic-release to autopublish (<a href="https://redirect.github.com/vercel/ncc/issues/1015">#1015</a>) (<a href="https://github.com/vercel/ncc/commit/be3405dbc36c862d2e79f43478b56bc4dd1df200">be3405d</a>), closes <a href="https://redirect.github.com/vercel/ncc/issues/1000">#1000</a></li> </ul> <h2>0.35.0</h2> <h3>Minor Changes</h3> <ul> <li>Fix: Disable compile time evaluation of import.meta.url: <a href="https://redirect.github.com/vercel/ncc/issues/897">#897</a></li> <li>Feat: bump webpack@5.74.0: <a href="https://redirect.github.com/vercel/ncc/issues/983">#983</a></li> <li>Chore(deps-dev): bump graceful-fs from 4.2.8 to 4.2.10: <a href="https://redirect.github.com/vercel/ncc/issues/931">#931</a></li> <li>Chore(deps-dev): bump pdfkit from 0.12.3 to 0.13.0: <a href="https://redirect.github.com/vercel/ncc/issues/932">#932</a></li> <li>Chore(deps-dev): bump glob from 7.1.7 to 8.0.3: <a href="https://redirect.github.com/vercel/ncc/issues/930">#930</a></li> <li>Chore(deps-dev): bump sharp from 0.28.3 to 0.30.5: <a href="https://redirect.github.com/vercel/ncc/issues/934">#934</a></li> <li>Chore(deps-dev): bump got from 11.8.2 to 11.8.5: <a href="https://redirect.github.com/vercel/ncc/issues/937">#937</a></li> <li>Chore(deps): bump shell-quote from 1.7.2 to 1.7.3: <a href="https://redirect.github.com/vercel/ncc/issues/938">#938</a></li> <li>Chore(deps-dev): bump ioredis from 4.27.6 to 5.1.0: <a href="https://redirect.github.com/vercel/ncc/issues/943">#943</a></li> <li>Chore(deps): bump styfle/cancel-workflow-action from 0.9.1 to 0.10.0: <a href="https://redirect.github.com/vercel/ncc/issues/941">#941</a></li> <li>Chore(deps-dev): bump firebase-admin from 9.11.0 to 11.0.0: <a href="https://redirect.github.com/vercel/ncc/issues/945">#945</a></li> <li>Chore(deps-dev): bump twilio from 3.75.0 to 3.80.0: <a href="https://redirect.github.com/vercel/ncc/issues/956">#956</a></li> <li>Chore(deps-dev): bump typescript from 4.6.2 to 4.7.4: <a href="https://redirect.github.com/vercel/ncc/issues/959">#959</a></li> <li>Chore(deps): bump moment-timezone from 0.5.34 to 0.5.37: <a href="https://redirect.github.com/vercel/ncc/issues/964">#964</a></li> <li>Chore(deps): bump jose from 2.0.5 to 2.0.6: <a href="https://redirect.github.com/vercel/ncc/issues/970">#970</a></li> <li>Chore(deps-dev): bump passport from 0.5.2 to 0.6.0: <a href="https://redirect.github.com/vercel/ncc/issues/971">#971</a></li> <li>Chore(deps-dev): bump azure-storage from 2.10.4 to 2.10.7: <a href="https://redirect.github.com/vercel/ncc/issues/967">#967</a></li> <li>Chore(deps-dev): bump vm2 from 3.9.6 to 3.9.11: <a href="https://redirect.github.com/vercel/ncc/issues/980">#980</a></li> <li>Chore(deps): bump styfle/cancel-workflow-action from 0.10.0 to 0.10.1: <a href="https://redirect.github.com/vercel/ncc/issues/981">#981</a></li> </ul> <h3>Credits</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/ncc/commit/c2d03cf6dbf24e1f06f9e3f4448b76718a7c44e4"><code>c2d03cf</code></a> fix: add missing pr title lint action (<a href="https://redirect.github.com/vercel/ncc/issues/1032">#1032</a>)</li> <li><a href="https://github.com/vercel/ncc/commit/d38b61955476b960242a540f26c24a994f241185"><code>d38b619</code></a> fixes: recognize <code>ncc --version</code> as <code>ncc version</code> and <code>ncc --help</code> as ncc hel...</li> <li><a href="https://github.com/vercel/ncc/commit/25f33cc07f2ed68862b25c5023f0c42e08e276fb"><code>25f33cc</code></a> chore: Remove codecov (<a href="https://redirect.github.com/vercel/ncc/issues/1023">#1023</a>)</li> <li><a href="https://github.com/vercel/ncc/commit/e1ab6cf10a27c45a3003f6752d647caf16047ac2"><code>e1ab6cf</code></a> chore(deps): bump json5 from 1.0.1 to 1.0.2 (<a href="https://redirect.github.com/vercel/ncc/issues/1022">#1022</a>)</li> <li><a href="https://github.com/vercel/ncc/commit/2b647a359838827f5dfe15691e02402aae5c4fdd"><code>2b647a3</code></a> chore(deps-dev): bump <code>@​azure/cosmos</code> from 3.15.1 to 3.17.2 (<a href="https://redirect.github.com/vercel/ncc/issues/1020">#1020</a>)</li> <li><a href="https://github.com/vercel/ncc/commit/c425b1d1788b1c0e637b3d0f00c975f8a4c6a0d7"><code>c425b1d</code></a> chore(deps): bump qs from 6.5.2 to 6.5.3 (<a href="https://redirect.github.com/vercel/ncc/issues/1017">#1017</a>)</li> <li><a href="https://github.com/vercel/ncc/commit/44e2eac6c966f2f5a2404fcf33a575f2a918ab24"><code>44e2eac</code></a> fix: gitignore should include release.config.js (<a href="https://redirect.github.com/vercel/ncc/issues/1016">#1016</a>)</li> <li><a href="https://github.com/vercel/ncc/commit/be3405dbc36c862d2e79f43478b56bc4dd1df200"><code>be3405d</code></a> feat: add semantic-release to autopublish (<a href="https://redirect.github.com/vercel/ncc/issues/1015">#1015</a>)</li> <li><a href="https://github.com/vercel/ncc/commit/92801d6fd405a23676239305798d66e5fad004f5"><code>92801d6</code></a> chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (<a href="https://redirect.github.com/vercel/ncc/issues/1009">#1009</a>)</li> <li><a href="https://github.com/vercel/ncc/commit/e730044250d14c4d1667a2f9264d534d7c495349"><code>e730044</code></a> chore(deps): bump minimatch from 3.0.4 to 3.1.2 (<a href="https://redirect.github.com/vercel/ncc/issues/1010">#1010</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vercel/ncc/compare/0.34.0...0.36.1">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~vercel-release-bot">vercel-release-bot</a>, a new releaser for <code>@​vercel/ncc</code> since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@vercel/ncc&package-manager=npm_and_yarn&previous-version=0.34.0&new-version=0.36.1)](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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 14:13:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/webhook-action#1356