NasAmin / trx-parser

This repository contains a Typescript GitHub action for parsing trx files and creating status check for each trx file based on its test outcome
MIT License
15 stars 16 forks source link

Bump @vercel/ncc from 0.27.0 to 0.32.0 #227

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @vercel/ncc from 0.27.0 to 0.32.0.

Release notes

Sourced from @​vercel/ncc's releases.

0.32.0

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!

0.31.1

Patches

  • Fix tsconfig.json detection: #770

0.31.0

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

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

... (truncated)

Commits
  • 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 webpack@5.61.0 (#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)
  • Additional commits viewable in compare view


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 2 years ago

Superseded by #230.