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

chore(deps): update dependency @vercel/ncc to v0.33.3 #20

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2020

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

vercel/ncc

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 webpack@5.61.0: #​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
  • Major: output ESM for .mjs or type=module builds: #​720
  • Feat: update to webpack-asset-reloactor-loader@1.5.0: #​718
  • Feat: update to webpack@5.42.0: #​723
  • Feat: update to webpack@5.43.0: #​724
  • Chore: bump set-getter from 0.1.0 to 0.1.1: #​719
  • Fix: typo in readme: #​712
Credits

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

v0.28.6

Compare Source

Patches
  • Fix: Update to webpack@5.36.2: #​707
  • Fix: Update ts-loader to fix webpack warning: #​710
  • Deps: Bump hosted-git-info from 2.8.8 to 2.8.9: #​708
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
  • 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!

v0.27.0

Compare Source

Changes
  • Feat: support customEmit ncc option: #​634
  • Fix: correct declaration output dir: #​627
  • Update to webpack-asset-relocator@1.2.0: #​640
Credits

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

v0.26.2

Compare Source

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!

v0.26.1

Compare Source

Patches
  • Ensure separate asset compilation states in subbuilds: #​630
Credits

Huge thanks to @​guybedford for helping!

v0.26.0

Compare Source

Changes
  • Asset subbundle builds: #​625
  • Bump ini from 1.3.5 to 1.3.7: #​624
  • Update example with missing TypeScript dependency: #​623
  • Update readme with missing TS and ES options: #​615
Credits

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

v0.25.1

Compare Source

Changes
Credits

Huge thanks to @​ijjk for helping!

v0.25.0

Compare Source

Changes
  • Bump webpack from 5.0.0-beta.28 to 5.2.0: #​602
  • Bump npm-user-validate from 1.0.0 to 1.0.1: #​604
  • Bump object-path from 0.11.4 to 0.11.5: #​607
  • Fix --quiet flag on ts build: #​605
  • Add integration test for @slack/web-api: #​591
Credits

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


Configuration

📅 Schedule: "every month" (UTC).

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

Rebasing: Whenever PR becomes conflicted, 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update dependency @vercel/ncc to v0.25.1 chore(deps): update dependency @vercel/ncc to v0.26.1 Dec 19, 2020
@renovate renovate bot force-pushed the renovate/vercel-ncc-0.x branch from bfbcb8e to 238b646 Compare December 19, 2020 13:44
@renovate renovate bot force-pushed the renovate/vercel-ncc-0.x branch from 238b646 to 6bfc16f Compare January 10, 2021 18:58
@renovate renovate bot changed the title chore(deps): update dependency @vercel/ncc to v0.26.1 chore(deps): update dependency @vercel/ncc to v0.26.2 Jan 10, 2021
@renovate renovate bot force-pushed the renovate/vercel-ncc-0.x branch from 6bfc16f to 4e86e40 Compare January 23, 2021 09:53
@renovate renovate bot changed the title chore(deps): update dependency @vercel/ncc to v0.26.2 chore(deps): update dependency @vercel/ncc to v0.27.0 Jan 23, 2021
@renovate renovate bot force-pushed the renovate/vercel-ncc-0.x branch from 4e86e40 to 7d437d7 Compare April 26, 2021 14:50
@renovate renovate bot changed the title chore(deps): update dependency @vercel/ncc to v0.27.0 chore(deps): update dependency @vercel/ncc to v0.28.3 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/vercel-ncc-0.x branch from 7d437d7 to e33f526 Compare May 9, 2021 23:03
@renovate renovate bot changed the title chore(deps): update dependency @vercel/ncc to v0.28.3 chore(deps): update dependency @vercel/ncc to v0.28.5 May 9, 2021
@renovate renovate bot force-pushed the renovate/vercel-ncc-0.x branch from e33f526 to 77a58d2 Compare June 6, 2021 22:20
@renovate renovate bot changed the title chore(deps): update dependency @vercel/ncc to v0.28.5 chore(deps): update dependency @vercel/ncc to v0.28.6 Jun 6, 2021
@renovate renovate bot force-pushed the renovate/vercel-ncc-0.x branch from 77a58d2 to dff53b5 Compare October 19, 2021 00:31
@renovate renovate bot changed the title chore(deps): update dependency @vercel/ncc to v0.28.6 chore(deps): update dependency @vercel/ncc to v0.31.1 Oct 19, 2021
@renovate renovate bot force-pushed the renovate/vercel-ncc-0.x branch from dff53b5 to 3ecc022 Compare March 7, 2022 13:57
@renovate renovate bot changed the title chore(deps): update dependency @vercel/ncc to v0.31.1 chore(deps): update dependency @vercel/ncc to v0.33.3 Mar 7, 2022
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