[PR #115] [MERGED] Bump @vercel/ncc from 0.26.1 to 0.26.2 #122

Closed
opened 2026-03-29 17:54:01 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/joelwmale/webhook-action/pull/115
Author: @dependabot[bot]
Created: 1/7/2021
Status: Merged
Merged: 1/7/2021
Merged by: @mergify[bot]

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


📝 Commits (1)

  • 4bbfdde Bump @vercel/ncc from 0.26.1 to 0.26.2

📊 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.26.1 to 0.26.2.

Release notes

Sourced from @vercel/ncc's releases.

0.26.2

Patches

  • Enable minification for sourcemap-register.js: #631
  • Avoid webpack_require conflicts: #633
  • Bump axios from 0.18.1 to 0.21.1: #636
  • Fix: skip typechecking on sub-builds: #637

Credits

Huge thanks to @xom9ikk and @guybedford for helping!

Commits
Maintainer changes

This version was pushed to npm by timer, 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/115 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/7/2021 **Status:** ✅ Merged **Merged:** 1/7/2021 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/vercel/ncc-0.26.2` --- ### 📝 Commits (1) - [`4bbfdde`](https://github.com/joelwmale/webhook-action/commit/4bbfdde74cf092432bcdc7db75bea2af84e837fa) Bump @vercel/ncc from 0.26.1 to 0.26.2 ### 📊 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.26.1 to 0.26.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/ncc/releases">@vercel/ncc's releases</a>.</em></p> <blockquote> <h2>0.26.2</h2> <h3>Patches</h3> <ul> <li>Enable minification for sourcemap-register.js: <a href="https://github-redirect.dependabot.com/vercel/ncc/issues/631">#631</a></li> <li>Avoid <strong>webpack_require</strong> conflicts: <a href="https://github-redirect.dependabot.com/vercel/ncc/issues/633">#633</a></li> <li>Bump axios from 0.18.1 to 0.21.1: <a href="https://github-redirect.dependabot.com/vercel/ncc/issues/636">#636</a></li> <li>Fix: skip typechecking on sub-builds: <a href="https://github-redirect.dependabot.com/vercel/ncc/issues/637">#637</a></li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/xom9ikk">@xom9ikk</a> and <a href="https://github.com/guybedford">@guybedford</a> for helping!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/ncc/commit/da9b3816d3958e96c92152914d0f74903a91bbb2"><code>da9b381</code></a> 0.26.2</li> <li><a href="https://github.com/vercel/ncc/commit/e2910fb638d261755d2b1c185a0572026069d14d"><code>e2910fb</code></a> fix: skip typechecking on sub-builds (<a href="https://github-redirect.dependabot.com/vercel/ncc/issues/637">#637</a>)</li> <li><a href="https://github.com/vercel/ncc/commit/7ed861074111f459f8e86088876feeb06f870261"><code>7ed8610</code></a> Bump axios from 0.18.1 to 0.21.1 (<a href="https://github-redirect.dependabot.com/vercel/ncc/issues/636">#636</a>)</li> <li><a href="https://github.com/vercel/ncc/commit/fd3961bde76e2218452a909f601b74ae0633881e"><code>fd3961b</code></a> Avoid <strong>webpack_require</strong> conflicts (<a href="https://github-redirect.dependabot.com/vercel/ncc/issues/633">#633</a>)</li> <li><a href="https://github.com/vercel/ncc/commit/26222e3fef477749eca57941133a6600472040db"><code>26222e3</code></a> Enable minification for sourcemap-register.js (<a href="https://github-redirect.dependabot.com/vercel/ncc/issues/631">#631</a>)</li> <li>See full diff in <a href="https://github.com/vercel/ncc/compare/0.26.1...0.26.2">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/~timer">timer</a>, a new releaser for @vercel/ncc 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.26.1&new-version=0.26.2)](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-03-29 17:54:01 -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#122