Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Update dependency @vercel/ncc to v0.34.0 #9

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 5, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vercel/ncc 0.27.0 -> 0.34.0 age adoption passing confidence

Release Notes

vercel/ncc

v0.34.0

Compare Source

Changes

Add support for TS 4.7

  • Chore(deps-dev): bump ts-loader from 8.3.0 to 9.3.0: #​921
  • Chore(deps-dev): bump express from 4.17.1 to 4.18.1: #​917
  • Chore: add memory-fs to the devDependencies: #​927
Credits

Huge thanks to @​stscoundrel and @​shogo82148 for helping!

v0.33.4

Compare Source

Changes
  • Fix: Add missing variable declaration: #​773
  • Chore: add windows to CI: #​896
  • Chore: bump webpack-asset-relocator-loader to 1.7.2: #​912
  • Chore(deps-dev): bump vm2 from 3.9.4 to 3.9.6: #​872
  • Chore(deps): bump url-parse from 1.5.3 to 1.5.7: #​875
  • Chore(deps): bump url-parse from 1.5.7 to 1.5.10: #​879
  • Chore(deps-dev): bump stripe from 8.167.0 to 8.205.0: #​882
  • Chore(deps-dev): bump typescript from 4.4.2 to 4.6.2: #​881
  • Chore(deps-dev): bump twilio from 3.66.1 to 3.75.0: #​884
  • Chore(deps): bump actions/setup-node from 2 to 3: #​880
  • Chore(deps-dev): bump graphql from 15.5.1 to 15.8.0: #​885
  • Chore: replace deprecated String.prototype.substr(): #​894
  • Chore(deps): bump actions/checkout from 2 to 3: #​902
  • Chore(deps-dev): bump @​azure/cosmos from 3.12.3 to 3.15.1: #​905
  • Chore(deps-dev): bump stripe from 8.205.0 to 8.214.0: #​906
  • Chore(deps-dev): bump @​google-cloud/bigquery from 5.7.0 to 5.12.0: #​903
  • Chore(deps-dev): bump tsconfig-paths from 3.10.1 to 3.14.1: #​904
Credits

Huge thanks to @​CommanderRoot for helping!

v0.33.3

Compare Source

Patches
  • Fix: bump license-webpack-plugin: #​871
  • Chore(deps): bump follow-redirects from 1.14.7 to 1.14.8: #​870

v0.33.2

Compare Source

Patches
  • Fix: use sha256 instead of deprecated md5 for hash algorithm: #​868
  • Fix: typo in build script: #​835
  • Chore(test) Add Node.js 16 to CI: #​801
  • Chore(deps): bump nodemailer from 6.5.0 to 6.7.2: #​833
  • Chore(deps-dev): bump terser from 5.7.1 to 5.10.0: #​840
  • Chore(deps-dev): bump passport from 0.4.1 to 0.5.2: #​839
  • Chore(deps-dev): bump sequelize from 6.6.5 to 6.12.4: #​843
  • Chore(deps-dev): bump analytics-node from 5.0.0 to 6.0.0: #​838
  • Chore(deps): bump follow-redirects from 1.14.5 to 1.14.7: #​846
  • Chore(deps): bump cached-path-relative from 1.0.2 to 1.1.0: #​854
  • Chore(deps-dev): bump license-webpack-plugin from 2.3.20 to 4.0.1: #​859
  • Chore(deps): bump simple-get from 3.1.0 to 3.1.1: #​864
  • Chore(deps-dev): bump aws-sdk from 2.1024.0 to 2.1068.0: #​867
Credits

Huge thanks to @​shakefu for helping!

v0.33.1

Compare Source

Patches
  • Allow configuring mainFields for nccing browser modules: #​832

v0.33.0

Compare Source

Minor Changes
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!

v0.32.0

Compare Source

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!

v0.31.1

Compare Source

Patches
  • Fix tsconfig.json detection: #​770

v0.31.0

Compare Source

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

v0.30.0

Compare Source

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!

v0.29.2

Compare Source

Patches
  • Fix: ensure nested builds of __nccwpck_require__: #​751
Credits

Huge thanks to @​guybedford for helping!

v0.29.1

Compare Source

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!

v0.29.0

Compare Source

Changes
Credits

Huge thanks to @​rethab and @​guybedford for helping!

v0.28.6

Compare Source

Patches
Credits

Huge thanks to @​adriencohen and @​huozhi for helping!

v0.28.5

Compare Source

Patches
  • Fix: handle terser error: #​703
  • Fix: treat compilation.errors as a set: #​705
  • Fix: unify target arg description, add transpile-only arg to readme: #​702
Credits

Huge thanks to @​guybedford and @​Simek for helping!

v0.28.4

Compare Source

Patches
  • Fix: Adjust caching to use hashes: #​698
  • Fix: support top-level await: #​700
  • Fix: publish should build without cache: #​701
  • Chore: redis from 2.8.0 to 3.1.1: #​699
  • Chore: Bump ssri from 6.0.1 to 6.0.2: #​695
  • Chore: rename master to main: #​694
Credits

Huge thanks to @​guybedford for helping!

v0.28.3

Compare Source

Patches
  • Fix: lock license plugin version: #​692
Credits

Huge thanks to @​huozhi for helping!

v0.28.2

Compare Source

Patches
  • Fix: unknown compiler option incremental: #​685
  • Fix: replace .npmignore with "files" prop: #​688
Credits

Huge thanks to @​Songkeys for helping!

v0.28.1

Compare Source

Patches
  • Fix: Rebuild bundle to fix #​684
  • Deps: Bump codecov to 3.8.1: #​683

v0.28.0

Compare Source

Minor Changes
Credits

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/vercel-ncc-0.x branch from d5049cc to dfc9609 Compare April 7, 2021 02:13
@renovate renovate bot changed the title Update dependency @vercel/ncc to v0.28.0 Update dependency @vercel/ncc to v0.28.1 Apr 7, 2021
@renovate renovate bot force-pushed the renovate/vercel-ncc-0.x branch from dfc9609 to 875da83 Compare April 8, 2021 00:30
@renovate renovate bot changed the title Update dependency @vercel/ncc to v0.28.1 Update dependency @vercel/ncc to v0.28.2 Apr 8, 2021
@renovate renovate bot force-pushed the renovate/vercel-ncc-0.x branch from 875da83 to ad245d7 Compare April 12, 2021 20:15
@renovate renovate bot changed the title Update dependency @vercel/ncc to v0.28.2 Update dependency @vercel/ncc to v0.28.3 Apr 12, 2021
@renovate renovate bot force-pushed the renovate/vercel-ncc-0.x branch from ad245d7 to bc02e0d Compare April 28, 2021 21:30
@renovate renovate bot changed the title Update dependency @vercel/ncc to v0.28.3 Update dependency @vercel/ncc to v0.28.4 Apr 28, 2021
@renovate renovate bot force-pushed the renovate/vercel-ncc-0.x branch from bc02e0d to 632669e Compare May 9, 2021 21:03
@renovate renovate bot changed the title Update dependency @vercel/ncc to v0.28.4 Update dependency @vercel/ncc to v0.28.5 May 9, 2021
@renovate renovate bot force-pushed the renovate/vercel-ncc-0.x branch from 632669e to c069f38 Compare June 6, 2021 20:33
@renovate renovate bot changed the title Update dependency @vercel/ncc to v0.28.5 Update dependency @vercel/ncc to v0.28.6 Jun 6, 2021
@renovate renovate bot changed the title Update dependency @vercel/ncc to v0.28.6 Update dependency @vercel/ncc to v0.31.1 Oct 20, 2021
@renovate renovate bot force-pushed the renovate/vercel-ncc-0.x branch from 8646831 to c1a5753 Compare March 7, 2022 14:54
@renovate renovate bot changed the title Update dependency @vercel/ncc to v0.31.1 Update dependency @vercel/ncc to v0.33.3 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/vercel-ncc-0.x branch from c1a5753 to a4b9161 Compare April 25, 2022 00:04
@renovate renovate bot changed the title Update dependency @vercel/ncc to v0.33.3 Update dependency @vercel/ncc to v0.33.4 Apr 25, 2022
@renovate renovate bot force-pushed the renovate/vercel-ncc-0.x branch from a4b9161 to fbd0c4a Compare June 18, 2022 18:07
@renovate renovate bot changed the title Update dependency @vercel/ncc to v0.33.4 Update dependency @vercel/ncc to v0.34.0 Jun 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants