bobheadxi / deployments

🔖 GitHub Action for working painlessly with deployment statuses
https://github.com/marketplace/actions/github-deployments
MIT License
385 stars 64 forks source link

deps: bump @vercel/ncc from 0.28.6 to 0.30.0 #49

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps @vercel/ncc from 0.28.6 to 0.30.0.

Release notes

Sourced from @​vercel/ncc's releases.

0.30.0

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

Patches

  • Fix: ensure nested builds of __nccwpck_require__: #751

Credits

Huge thanks to @​guybedford for helping!

0.29.1

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

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

... (truncated)

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)
dependabot[bot] commented 3 years ago

Superseded by #56.