uiwjs / react-monacoeditor

Monaco Editor component for React.
https://uiwjs.github.io/react-monacoeditor/
MIT License
296 stars 26 forks source link

chore(deps): update dependency tsbb to v3.0.0 #88

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

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`](https://togithub.com/jaywcjlove/tsbb/releases/v3.0.0) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/tsbb@3.0.0/file/README.md) ```bash npm i tsbb@3.0.0 ``` - Remove ~~`tsbb types`~~ - **tsbb \[build|watch]** - ╰┈ ~~--source-root, -s~~ - ╰┈ ~~--copy-files~~ - ╰┈ ~~--source-maps~~ - ╰┈ ~~--output, -o~~ - ╰┈ ~~--target~~ - ╰┈ ~~--comments~~ ```bash ▶ tsbb --help Usage: tsbb 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`](https://togithub.com/jaywcjlove/tsbb/commit/c0023b6) - 💄 chore(tsbb): update help comment. [`01dfb94`](https://togithub.com/jaywcjlove/tsbb/commit/01dfb94) - 📖 doc(tsbb): Update document. [`7b4634c`](https://togithub.com/jaywcjlove/tsbb/commit/7b4634c) - 💄 chore: update workflows config. [`93b7125`](https://togithub.com/jaywcjlove/tsbb/commit/93b7125) - 🐞 fix(tsbb): fix WatchCompileOptions options. [`35526bd`](https://togithub.com/jaywcjlove/tsbb/commit/35526bd) - 💄 chore: update react-component dependencies. [`e67a20f`](https://togithub.com/jaywcjlove/tsbb/commit/e67a20f) - 💄 chore: update .gitignore [`6782d2f`](https://togithub.com/jaywcjlove/tsbb/commit/6782d2f) - 💄 chore: update react-component example. [`20b2b97`](https://togithub.com/jaywcjlove/tsbb/commit/20b2b97) - 📖 doc: update workflows config. [`027e0c0`](https://togithub.com/jaywcjlove/tsbb/commit/027e0c0) - 🌟 feat(tsbb): Refactor the tsbb code. ([#​253](https://togithub.com/jaywcjlove/tsbb/issues/253)) [`d715096`](https://togithub.com/jaywcjlove/tsbb/commit/d715096) - 💄 chore(deps): update babel monorepo [#​240](https://togithub.com/jaywcjlove/tsbb/issues/240) [`25d92cc`](https://togithub.com/jaywcjlove/tsbb/commit/25d92cc) - 💄 chore(deps): update dependency compile-less-cli to v1.8.1 [#​251](https://togithub.com/jaywcjlove/tsbb/issues/251) [`150abb1`](https://togithub.com/jaywcjlove/tsbb/commit/150abb1) - 💄 chore(deps): update dependency [@​types/react](https://togithub.com/types/react) to v17.0.19 [#​248](https://togithub.com/jaywcjlove/tsbb/issues/248) [`95add11`](https://togithub.com/jaywcjlove/tsbb/commit/95add11) - 🐞 fix: Update files field in package.json [`0c66e9f`](https://togithub.com/jaywcjlove/tsbb/commit/0c66e9f) - 🐞 fix(tsbb): fix tsconfig.json outDir support. [`38c5a11`](https://togithub.com/jaywcjlove/tsbb/commit/38c5a11) - 📄 example(basic): update tsconfig.json [`c4f283a`](https://togithub.com/jaywcjlove/tsbb/commit/c4f283a) - 💄 chore: update package.json [`ce9ad0c`](https://togithub.com/jaywcjlove/tsbb/commit/ce9ad0c) - 🆎 type(tsbb): fix the output declaration type file. [`7044a1e`](https://togithub.com/jaywcjlove/tsbb/commit/7044a1e) - 📄 example(express-typeorm): Update types. [`4b0a013`](https://togithub.com/jaywcjlove/tsbb/commit/4b0a013) - 🐞 fix(tsbb): fix watch command errors. [`3a1d479`](https://togithub.com/jaywcjlove/tsbb/commit/3a1d479) - 🐞 fix(tsbb): fix transform less errors. [`1a4acd2`](https://togithub.com/jaywcjlove/tsbb/commit/1a4acd2) - 🐞 fix(tsbb): Fix the import less errors. [`3e8ac30`](https://togithub.com/jaywcjlove/tsbb/commit/3e8ac30) - 🐞 fix(tsbb): fix command errors. [`9920c13`](https://togithub.com/jaywcjlove/tsbb/commit/9920c13) - 🐞 fix(tsbb): Fix watch issue. [`320b579`](https://togithub.com/jaywcjlove/tsbb/commit/320b579) - 🐞 fix: fix transform test ts. [`4a90263`](https://togithub.com/jaywcjlove/tsbb/commit/4a90263) - 💄 chore: update workflows config. [`444dab1`](https://togithub.com/jaywcjlove/tsbb/commit/444dab1) - 🐞 fix(tsbb): Fix the compilation issue of typescript project. [`6e29ed1`](https://togithub.com/jaywcjlove/tsbb/commit/6e29ed1) - 💄 chore: update workflows config. [`f2b9be4`](https://togithub.com/jaywcjlove/tsbb/commit/f2b9be4) - 🐞 fix(tsbb): fix React is not defined. [`09ce5a7`](https://togithub.com/jaywcjlove/tsbb/commit/09ce5a7) - 🐞 fix(tsbb): fix match path. [`e041f8d`](https://togithub.com/jaywcjlove/tsbb/commit/e041f8d) - 🌟 feat(tsbb): add --disable-babel option. [`b55a995`](https://togithub.com/jaywcjlove/tsbb/commit/b55a995) - 💄 chore: update workflows config. [`573e249`](https://togithub.com/jaywcjlove/tsbb/commit/573e249) - 💄 chore: update workflows config. [`1c6e77e`](https://togithub.com/jaywcjlove/tsbb/commit/1c6e77e) - 💄 chore: merge conflict from dev. [`19550f3`](https://togithub.com/jaywcjlove/tsbb/commit/19550f3) - 💄 chore: merge conflict from dev. [`8ce819b`](https://togithub.com/jaywcjlove/tsbb/commit/8ce819b) - 💄 chore: merge conflict from dev. [`5238ad2`](https://togithub.com/jaywcjlove/tsbb/commit/5238ad2) - 💄 chore: Add husky config. [`a9fbc42`](https://togithub.com/jaywcjlove/tsbb/commit/a9fbc42) - 🐞 fix(deps): update dependency typescript to v4.4.2 [`b2bb9c9`](https://togithub.com/jaywcjlove/tsbb/commit/b2bb9c9) - 🐞 fix(deps): update dependency chalk to v4.1.2 [`e66a148`](https://togithub.com/jaywcjlove/tsbb/commit/e66a148) - 💄 chore(deps): update dependency lint-staged to v11.1.2 [`ae45991`](https://togithub.com/jaywcjlove/tsbb/commit/ae45991) - 🐞 fix(deps): update dependency jest to v27.1.0 [`5c13ed9`](https://togithub.com/jaywcjlove/tsbb/commit/5c13ed9) - 💄 chore: update workflows config. [`272a7b0`](https://togithub.com/jaywcjlove/tsbb/commit/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.



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