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 tsbb to v3.0.0 #88

Merged
merged 1 commit into from
Aug 28, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 27, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tsbb 3.0.0-rc.13 -> 3.0.0 age adoption passing confidence

Release Notes

jaywcjlove/tsbb

v3.0.0

npm i tsbb@3.0.0
  • Remove tsbb types
  • tsbb [build|watch]
  • ╰┈ --source-root, -s
  • ╰┈ --copy-files
  • ╰┈ --source-maps
  • ╰┈ --output, -o
  • ╰┈ --target
  • ╰┈ --comments
▶ tsbb --help

Usage: tsbb <command>
Version 3.0.0-rc.14

Commands:

  tsbb build [options]         Build your project once and exit.
  tsbb watch [options]         Recompile files on changes.
  tsbb test  [options]          Run jest test runner in watch mode.

Options:[build|watch]

  --entry, -e               Specify the entry directory.
  --envName                 The current active environment used during configuration loading.
  --disable-babel           Disable Babel.
  --disable-babel-option    Disable Babel Option.
  --esm                     Output "esm" directory.
  --cjs                     Output "cjs" directory.

Examples:

  $ tsbb build                           Build your project.
  $ tsbb build --entry src/index.ts      Specify the entry directory.
  $ tsbb build --esm ./es                Output directory.
  $ tsbb watch --disable-babel-option    Disable Babel Option.
  $ tsbb watch --disable-babel           Disable Babel.
  $ tsbb watch --cjs ./cjs               Watch Output directory.
  $ tsbb test                            Run test suites related
  $ tsbb test --coverage                 Test coverage information should be collected

Options:

  --version, -v                      Show version number
  --help, -h                         Show help

Copyright 2021
  • 🌟 feat(tsbb): Refactor the tsbb code. c0023b6
  • 💄 chore(tsbb): update help comment. 01dfb94
  • 📖 doc(tsbb): Update document. 7b4634c
  • 💄 chore: update workflows config. 93b7125
  • 🐞 fix(tsbb): fix WatchCompileOptions options. 35526bd
  • 💄 chore: update react-component dependencies. e67a20f
  • 💄 chore: update .gitignore 6782d2f
  • 💄 chore: update react-component example. 20b2b97
  • 📖 doc: update workflows config. 027e0c0
  • 🌟 feat(tsbb): Refactor the tsbb code. (#​253) d715096
  • 💄 chore(deps): update babel monorepo #​240 25d92cc
  • 💄 chore(deps): update dependency compile-less-cli to v1.8.1 #​251 150abb1
  • 💄 chore(deps): update dependency @​types/react to v17.0.19 #​248 95add11
  • 🐞 fix: Update files field in package.json 0c66e9f
  • 🐞 fix(tsbb): fix tsconfig.json outDir support. 38c5a11
  • 📄 example(basic): update tsconfig.json c4f283a
  • 💄 chore: update package.json ce9ad0c
  • 🆎 type(tsbb): fix the output declaration type file. 7044a1e
  • 📄 example(express-typeorm): Update types. 4b0a013
  • 🐞 fix(tsbb): fix watch command errors. 3a1d479
  • 🐞 fix(tsbb): fix transform less errors. 1a4acd2
  • 🐞 fix(tsbb): Fix the import less errors. 3e8ac30
  • 🐞 fix(tsbb): fix command errors. 9920c13
  • 🐞 fix(tsbb): Fix watch issue. 320b579
  • 🐞 fix: fix transform test ts. 4a90263
  • 💄 chore: update workflows config. 444dab1
  • 🐞 fix(tsbb): Fix the compilation issue of typescript project. 6e29ed1
  • 💄 chore: update workflows config. f2b9be4
  • 🐞 fix(tsbb): fix React is not defined. 09ce5a7
  • 🐞 fix(tsbb): fix match path. e041f8d
  • 🌟 feat(tsbb): add --disable-babel option. b55a995
  • 💄 chore: update workflows config. 573e249
  • 💄 chore: update workflows config. 1c6e77e
  • 💄 chore: merge conflict from dev. 19550f3
  • 💄 chore: merge conflict from dev. 8ce819b
  • 💄 chore: merge conflict from dev. 5238ad2
  • 💄 chore: Add husky config. a9fbc42
  • 🐞 fix(deps): update dependency typescript to v4.4.2 b2bb9c9
  • 🐞 fix(deps): update dependency chalk to v4.1.2 e66a148
  • 💄 chore(deps): update dependency lint-staged to v11.1.2 ae45991
  • 🐞 fix(deps): update dependency jest to v27.1.0 5c13ed9
  • 💄 chore: update workflows config. 272a7b0

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 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, check this box.

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

@renovate renovate bot changed the title chore(deps): update dependency tsbb to v3.0.0-rc.14 chore(deps): update dependency tsbb to v3.0.0-rc.15 Aug 27, 2021
@renovate renovate bot changed the title chore(deps): update dependency tsbb to v3.0.0-rc.15 chore(deps): update dependency tsbb to v3.0.0 Aug 28, 2021
@jaywcjlove jaywcjlove merged commit c714612 into master Aug 28, 2021
@renovate renovate bot deleted the renovate/tsbb-3.x branch August 28, 2021 20:54
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.

2 participants