[PR #169] [MERGED] Bump @vercel/ncc from 0.27.0 to 0.28.0 #174

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • c565c39 Bump @vercel/ncc from 0.27.0 to 0.28.0

📊 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.27.0 to 0.28.0.

Release notes

Sourced from @​vercel/ncc's releases.

0.28.0

Minor Changes

  • Feat: exports conditions semantics: #665
  • Feat: imports support, webpack upgrade: #672
  • Feat: Support Regexp externals: #654
  • Fix: TS interop test and fix: #671
  • Fix: Upgrade local TS: #674
  • Chore: Interop test case: #667
  • Chore: add console output when minifying fails: #648
  • Chore: Add Node.js 14 to CI: #659
  • Docs: Fix out [file] → out [dir]: #675
  • Deps: Update to webpack@5.30.0: #681
  • Deps: Update to webpack@5.26.3: #664
  • Deps: Update to webpack@5.24.4: #658
  • Deps: Update to webpack-asset-relocator-loader@1.3.0: #682
  • Deps: Upgrade to webpack-asset-relocator-loader@1.2.4: #673
  • Deps: Update to webpack-asset-relocator@1.2.3: #662
  • Deps: Upgrade to terser@5.6.1: #669
  • Deps: Bump socket.io from 2.2.0 to 2.4.0: #645
  • Deps: Bump pug from 2.0.3 to 3.0.1: #656
  • Deps: Bump elliptic from 6.5.3 to 6.5.4: #657
  • Deps: Bump msgpack5 from 4.2.1 to 4.5.1: #660
  • Deps: Bump y18n from 3.2.1 to 3.2.2: #678

Credits

Huge thanks to @​guybedford, @​Songkeys, @​adriencohen, and @​huozhi for helping!

Commits

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/169 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/6/2021 **Status:** ✅ Merged **Merged:** 4/6/2021 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/vercel/ncc-0.28.0` --- ### 📝 Commits (1) - [`c565c39`](https://github.com/joelwmale/webhook-action/commit/c565c3922658b68cab626d6d1800731ac1835962) Bump @vercel/ncc from 0.27.0 to 0.28.0 ### 📊 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.27.0 to 0.28.0. <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.28.0</h2> <h3>Minor Changes</h3> <ul> <li>Feat: <code>exports</code> conditions semantics: <a href="https://github-redirect.dependabot.com/vercel/ncc/issues/665">#665</a></li> <li>Feat: <code>imports</code> support, webpack upgrade: <a href="https://github-redirect.dependabot.com/vercel/ncc/issues/672">#672</a></li> <li>Feat: Support Regexp externals: <a href="https://github-redirect.dependabot.com/vercel/ncc/issues/654">#654</a></li> <li>Fix: TS interop test and fix: <a href="https://github-redirect.dependabot.com/vercel/ncc/issues/671">#671</a></li> <li>Fix: Upgrade local TS: <a href="https://github-redirect.dependabot.com/vercel/ncc/issues/674">#674</a></li> <li>Chore: Interop test case: <a href="https://github-redirect.dependabot.com/vercel/ncc/issues/667">#667</a></li> <li>Chore: add console output when minifying fails: <a href="https://github-redirect.dependabot.com/vercel/ncc/issues/648">#648</a></li> <li>Chore: Add Node.js 14 to CI: <a href="https://github-redirect.dependabot.com/vercel/ncc/issues/659">#659</a></li> <li>Docs: Fix out [file] → out [dir]: <a href="https://github-redirect.dependabot.com/vercel/ncc/issues/675">#675</a></li> <li>Deps: Update to webpack@5.30.0: <a href="https://github-redirect.dependabot.com/vercel/ncc/issues/681">#681</a></li> <li>Deps: Update to webpack@5.26.3: <a href="https://github-redirect.dependabot.com/vercel/ncc/issues/664">#664</a></li> <li>Deps: Update to webpack@5.24.4: <a href="https://github-redirect.dependabot.com/vercel/ncc/issues/658">#658</a></li> <li>Deps: Update to webpack-asset-relocator-loader@1.3.0: <a href="https://github-redirect.dependabot.com/vercel/ncc/issues/682">#682</a></li> <li>Deps: Upgrade to webpack-asset-relocator-loader@1.2.4: <a href="https://github-redirect.dependabot.com/vercel/ncc/issues/673">#673</a></li> <li>Deps: Update to webpack-asset-relocator@1.2.3: <a href="https://github-redirect.dependabot.com/vercel/ncc/issues/662">#662</a></li> <li>Deps: Upgrade to terser@5.6.1: <a href="https://github-redirect.dependabot.com/vercel/ncc/issues/669">#669</a></li> <li>Deps: Bump socket.io from 2.2.0 to 2.4.0: <a href="https://github-redirect.dependabot.com/vercel/ncc/issues/645">#645</a></li> <li>Deps: Bump pug from 2.0.3 to 3.0.1: <a href="https://github-redirect.dependabot.com/vercel/ncc/issues/656">#656</a></li> <li>Deps: Bump elliptic from 6.5.3 to 6.5.4: <a href="https://github-redirect.dependabot.com/vercel/ncc/issues/657">#657</a></li> <li>Deps: Bump msgpack5 from 4.2.1 to 4.5.1: <a href="https://github-redirect.dependabot.com/vercel/ncc/issues/660">#660</a></li> <li>Deps: Bump y18n from 3.2.1 to 3.2.2: <a href="https://github-redirect.dependabot.com/vercel/ncc/issues/678">#678</a></li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/guybedford"><code>@​guybedford</code></a>, <a href="https://github.com/Songkeys"><code>@​Songkeys</code></a>, <a href="https://github.com/adriencohen"><code>@​adriencohen</code></a>, and <a href="https://github.com/huozhi"><code>@​huozhi</code></a> for helping!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/ncc/commit/82bffab1df2c8936e1151352889a73434fd45dc4"><code>82bffab</code></a> 0.28.0</li> <li><a href="https://github.com/vercel/ncc/commit/6f4714d13f96eb7ae926a23b83815bb0ff36ef5a"><code>6f4714d</code></a> enhance: upgrade local ts (<a href="https://github-redirect.dependabot.com/vercel/ncc/issues/674">#674</a>)</li> <li><a href="https://github.com/vercel/ncc/commit/6c114120b289be349750e0bc972e3e2bdf35bf9b"><code>6c11412</code></a> feat: update to webpack-asset-relocator-loader@1.3.0 (<a href="https://github-redirect.dependabot.com/vercel/ncc/issues/682">#682</a>)</li> <li><a href="https://github.com/vercel/ncc/commit/2df704bb12a7c4cee9945d8f6220c67422121ccc"><code>2df704b</code></a> Update to webpack@5.30.0 (<a href="https://github-redirect.dependabot.com/vercel/ncc/issues/681">#681</a>)</li> <li><a href="https://github.com/vercel/ncc/commit/faf69776f7597f63a1a1691683c07bf8abd5e0b7"><code>faf6977</code></a> Bump y18n from 3.2.1 to 3.2.2 (<a href="https://github-redirect.dependabot.com/vercel/ncc/issues/678">#678</a>)</li> <li><a href="https://github.com/vercel/ncc/commit/850829bee096071e2789839b13b6ab38a85f0bac"><code>850829b</code></a> docs: out [file] -&gt; out [dir] (<a href="https://github-redirect.dependabot.com/vercel/ncc/issues/675">#675</a>)</li> <li><a href="https://github.com/vercel/ncc/commit/57bdfc5e06b3d3c8105b25303a5c160952ad5fa8"><code>57bdfc5</code></a> deps: Upgrade to webpack-asset-relocator-loader@1.2.4 (<a href="https://github-redirect.dependabot.com/vercel/ncc/issues/673">#673</a>)</li> <li><a href="https://github.com/vercel/ncc/commit/d57dcc8e21a1078c47077a461f0b5b089dddc4b1"><code>d57dcc8</code></a> feat: imports support, webpack upgrade (<a href="https://github-redirect.dependabot.com/vercel/ncc/issues/672">#672</a>)</li> <li><a href="https://github.com/vercel/ncc/commit/dd68f72fb42a957569254b63a839cf206aadcf61"><code>dd68f72</code></a> Support Regexp externals (<a href="https://github-redirect.dependabot.com/vercel/ncc/issues/654">#654</a>)</li> <li><a href="https://github.com/vercel/ncc/commit/8aa2a42fbb11183281453d408e9fe164ce4cc643"><code>8aa2a42</code></a> TS interop test and fix (<a href="https://github-redirect.dependabot.com/vercel/ncc/issues/671">#671</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vercel/ncc/compare/0.27.0...0.28.0">compare view</a></li> </ul> </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.27.0&new-version=0.28.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 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:56:48 -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#174