Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade @vercel/ncc from 0.27.0 to 0.33.1 #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Feb 1, 2022

Snyk has created this PR to upgrade @vercel/ncc from 0.27.0 to 0.33.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 16 versions ahead of your current version.
  • The recommended version was released a month ago, on 2021-12-18.
Release notes
Package name: @vercel/ncc
  • 0.33.1 - 2021-12-18

    Patches

    • Allow configuring mainFields for nccing browser modules: #832
  • 0.33.0 - 2021-12-02

    Minor Changes

    • Chore(deps-dev): bump @ vercel/webpack-asset-relocator-loader: #826
    • Fix: Fix source maps: #818
    • Feat: Allow using matches from externals for regex matching: #825

    Patches

    • Chore(deps-dev): bump koa from 2.13.1 to 2.13.4: #822
    • Chore(deps-dev): bump mariadb from 2.5.4 to 2.5.5: #823

    Credits

    Huge thanks to @ fenix20113 for helping!

  • 0.32.0 - 2021-11-16

    Changes

    • Feat: bump to [email protected]: #809
    • Docs: add debug command description: #800
    • Chore(deps): bump object-path from 0.11.7 to 0.11.8: #778
    • Chore(deps): bump tmpl from 1.0.4 to 1.0.5: #779
    • Chore(deps-dev): bump vm2 from 3.9.3 to 3.9.4: #795
    • Chore(deps-dev): bump axios from 0.21.1 to 0.21.2: #810
    • Chore(deps-dev): bump aws-sdk from 2.958.0 to 2.1024.0: #812
    • Chore(deps-dev): bump webpack from 5.61.0 to 5.62.1: #813
    • Chore(deps): bump passport-oauth2 from 1.5.0 to 1.6.1: #811
    • Chore(deps): bump url-parse from 1.5.1 to 1.5.3: #815

    Credits

    Huge thanks to @ fireairforce and @ jesec for helping!

  • 0.31.1 - 2021-09-13

    Patches

    • Fix tsconfig.json detection: #770
  • 0.31.0 - 2021-09-09

    Changes

    • Fix compilerOptions from tsconfig.json: #766
    • Bump typescript to 4.4.2: #767
    • Chore(deps-dev): bump graceful-fs from 4.2.6 to 4.2.8: #761
    • Chore(deps): bump tar from 4.4.15 to 4.4.19: #763
    • Chore(deps): bump object-path from 0.11.5 to 0.11.7: #764
  • 0.30.0 - 2021-08-27

    Changes

    • Major: Change asset builds to opt-in with new option --asset-builds: #756
    • Chore: bump typescript from 3.9.9 to 4.3.5: #739
    • Chore: bump codecov to 3.8.3: #752

    Description

    Previous, fs.readFile('./asset.js') would compile asset.js instead of including as an asset.

    With this release, the default behavior has been changed to include asset.js as an asset only.

    If you want the old behavior, you can use the --asset-builds option.

    Credits

    Huge thanks to @ guybedford for helping!

  • 0.29.2 - 2021-08-19

    Patches

    • Fix: ensure nested builds of __nccwpck_require__: #751

    Credits

    Huge thanks to @ guybedford for helping!

  • 0.29.1 - 2021-08-13

    Patches

    • Fix: add stringify-loader: #742
    • Fix: package.json asset type module setting: #733
    • Chore(deps): update dependencies: #736
    • Chore(deps): bump tar from 4.4.13 to 4.4.15: #743
    • Chore(deps): bump path-parse from 1.0.6 to 1.0.7: #745
    • Chore(deps-dev): bump pdfkit from 0.12.1 to 0.12.3: #740

    Credits

    Huge thanks to @ guybedford, @ mmorel-35, and @ jpcloureiro for helping!

  • 0.29.0 - 2021-07-16

    Changes

    Credits

    Huge thanks to @ rethab and @ guybedford for helping!

  • 0.28.6 - 2021-05-25

    Patches

    Credits

    Huge thanks to @ adriencohen and @ huozhi for helping!

  • 0.28.5 - 2021-05-03
  • 0.28.4 - 2021-04-28
  • 0.28.3 - 2021-04-12
  • 0.28.2 - 2021-04-08
  • 0.28.1 - 2021-04-07
  • 0.28.0 - 2021-04-05
  • 0.27.0 - 2021-01-12
from @vercel/ncc GitHub release notes
Commit messages
Package name: @vercel/ncc
  • 3d01864 0.33.1
  • 9f80b95 Allow configuring mainFields for nccing browser modules (#832)
  • b7cac7e 0.33.0
  • 905222e feat: Allow using matches from externals for regex matching (#825)
  • ff2165b chore(deps-dev): bump mariadb from 2.5.4 to 2.5.5 (#823)
  • 14dcb03 fix: Fix source maps (#818)
  • 736e382 chore(deps-dev): bump @ vercel/webpack-asset-relocator-loader (#826)
  • 407744f chore(deps-dev): bump koa from 2.13.1 to 2.13.4 (#822)
  • 283e40b 0.32.0
  • bc14c01 chore(deps): bump url-parse from 1.5.1 to 1.5.3 (#815)
  • d9b81fa chore(deps): bump passport-oauth2 from 1.5.0 to 1.6.1 (#811)
  • dbe31ac chore(deps-dev): bump webpack from 5.61.0 to 5.62.1 (#813)
  • 4698caa chore(deps-dev): bump aws-sdk from 2.958.0 to 2.1024.0 (#812)
  • 78de59d chore(deps-dev): bump axios from 0.21.1 to 0.21.2 (#810)
  • 75d90d4 feat: bump to [email protected] (#809)
  • a99ca13 docs: add debug command description (#800)
  • 6a30fba chore(deps-dev): bump vm2 from 3.9.3 to 3.9.4 (#795)
  • 8eedd47 chore(deps): bump tmpl from 1.0.4 to 1.0.5 (#779)
  • ace8541 chore(deps): bump object-path from 0.11.7 to 0.11.8 (#778)
  • 44b4e0c 0.31.1
  • 8465dbe Fix `tsconfig.json` detection (#770)
  • 92bcbb8 0.31.0
  • 20d7f6a Bump typescript to 4.4.2 (#767)
  • be3bf78 Fix `compilerOptions` from `tsconfig.json` (#766)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant