chore(deps): update dependency tsbb to v4 - autoclosed #9
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.7.6
->^4.0.0
Release Notes
jaywcjlove/tsbb
v4.1.0
Compare Source
Documentation v4.1.0: https://raw.githack.com/jaywcjlove/tsbb/fe0887f/index.html\
Comparing Changes: jaywcjlove/tsbb@v4.0.8...v4.1.0
da2c83a
@jaywcjlove--bail
command parameter.a324d26
@jaywcjlovev4.0.8
Compare Source
Documentation v4.0.8: https://raw.githack.com/jaywcjlove/tsbb/d891524/index.html\
Comparing Changes: jaywcjlove/tsbb@v4.0.7...v4.0.8
cfe784f
@jaywcjlove8f0ee54
@jaywcjloveb9f7773
@jaywcjloveef46425
@jaywcjlovee8923e0
@jaywcjlove11c4cff
@jaywcjlove49ec723
@jaywcjlovec3f463d
@jaywcjlove6dc32da
@jaywcjlove3888fe8
@jaywcjlovev4.0.7
Compare Source
Documentation v4.0.7: https://raw.githack.com/jaywcjlove/tsbb/801c3fb/index.html\
Comparing Changes: jaywcjlove/tsbb@v4.0.6...v4.0.7
182ae23
@jaywcjlovev4.0.6
Compare Source
Documentation v4.0.6: https://raw.githack.com/jaywcjlove/tsbb/59c10b0/index.html\
Comparing Changes: jaywcjlove/tsbb@v4.0.5...v4.0.6
322e1c7
@jaywcjlovev4.0.5
Compare Source
Documentation v4.0.5: https://raw.githack.com/jaywcjlove/tsbb/7e9cc06/index.html\
Comparing Changes: jaywcjlove/tsbb@v4.0.4...v4.0.5
ec1587b
@jaywcjlovev4.0.4
Compare Source
Documentation v4.0.4: https://raw.githack.com/jaywcjlove/tsbb/f93eda3/index.html\
Comparing Changes: jaywcjlove/tsbb@v4.0.3...v4.0.4
1cce5b4
@jaywcjlovev4.0.3
Compare Source
Documentation v4.0.3: https://raw.githack.com/jaywcjlove/tsbb/f99ba6d/index.html\
Comparing Changes: jaywcjlove/tsbb@v4.0.2...v4.0.3
cbd4670
@jaywcjlovev4.0.2
Compare Source
Documentation v4.0.2: https://raw.githack.com/jaywcjlove/tsbb/a992232/index.html\
Comparing Changes: jaywcjlove/tsbb@v4.0.1...v4.0.2
9625b57
@jaywcjlovec92da6d
@jaywcjlovev4.0.1
Compare Source
Documentation v4.0.1: https://raw.githack.com/jaywcjlove/tsbb/28ce177/index.html\
Comparing Changes: jaywcjlove/tsbb@v4.0.0...v4.0.1
fa0d90c
@jaywcjlove1f0747e
@jaywcjloveb3d6865
@jaywcjlovev4.0.0
Compare Source
Documentation v4.0.0: https://raw.githack.com/jaywcjlove/tsbb/9963c7e/index.html\
Comparing Changes: jaywcjlove/tsbb@v4.0.0-alpha.3...v4.0.0\
Migrate from tsbb 3.x to 4.x: https://github.com/jaywcjlove/tsbb/issues/439
Updates in version v4
TypeScript Project
To configure the
tsconfig.json
properly, you must first define either theinclude
orfiles
field(s) to specify which files need to be compiled. Once you've done that, you can then specify theoutDir
for the output directory in the configuration.After completing
tsconfig.json
configuration, you can configure scripts inpackage.json
:Babel Project
Adding the parameter
--use-babel
to your project enables babel to compile and outputcjs
/esm
files simultaneously, whilets
is only needed for type output.$ tsbb build "src/*ts" --use-babel
You can change the built-in settings of Babel by adding a
.babelrc
configuration file. Additionally, you can modify the Babel configurations foresm
andcjs
separately through environment variables. Please refer to the example below:At compile time, specify the environment variable
--envName='xxx'
to enable reading of relevant configurations from the settings. This environment variable can also be customized.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.