Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 6, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tsbb (source) 2.2.1 -> 3.5.2 age adoption passing confidence

Release Notes

jaywcjlove/tsbb

v3.5.2

Compare Source

npm i tsbb@3.5.2

v3.5.1

Compare Source

npm i tsbb@3.5.1

v3.5.0

Compare Source

npm i tsbb@3.5.0

v3.4.4

Compare Source

npm i tsbb@3.4.4

v3.4.3

Compare Source

npm i tsbb@3.4.3

v3.4.2

Compare Source

npm i tsbb@3.4.2

v3.4.1

Compare Source

npm i tsbb@3.4.1

v3.4.0

Compare Source

npm i tsbb@3.4.0

v3.3.7

Compare Source

npm i tsbb@3.3.7

v3.3.6

Compare Source

npm i tsbb@3.3.6

v3.3.5

Compare Source

npm i tsbb@3.3.5

v3.3.4

Compare Source

npm i tsbb@3.3.4

v3.3.3

Compare Source

npm i tsbb@3.3.3

v3.3.2

Compare Source

npm i tsbb@3.3.2

v3.3.1

Compare Source

npm i tsbb@3.3.1

v3.3.0

Compare Source

npm i tsbb@3.3.0

v3.2.1

Compare Source

npm i tsbb@3.2.1
  • 🐞 fix(tsbb): Fix type output error. 0df89d0

v3.2.0

Compare Source

npm i tsbb@3.2.0

v3.1.11

Compare Source

npm i tsbb@3.1.11

v3.1.10

Compare Source

npm i tsbb@3.1.10
  • 🐞 fix(tsbb): Filter .[jt]s?(x) file copy. ba63c61
  • 💄 chore: fix entry options error. 608417b

v3.1.9

Compare Source

npm i tsbb@3.1.9
  • 🐞 fix(tsbb): Fix recursive readdir files issue. d7fc683

v3.1.8

Compare Source

npm i tsbb@3.1.8

v3.1.7

Compare Source

npm i tsbb@3.1.7
  • 🐞 fix(tsbb): Fix copyFiles issue. a2ec193

v3.1.6

Compare Source

npm i tsbb@3.1.6
  • 🐞 fix(tsbb): Babel config add add-module-exports. be59413
  • 💄 chore(react-component): Update example devDependencies. efd8ebc

v3.1.5

Compare Source

npm i tsbb@3.1.5
  • 💄 chore(deps): update dependency recursive-readdir-files to v1.1.2 ab8f149

v3.1.4

Compare Source

npm i tsbb@3.1.4

v3.1.3

Compare Source

npm i tsbb@3.1.3
  • 🐞 fix(tsbb): Fix babel config errors. 5a30f4b

v3.1.2

Compare Source

npm i tsbb@3.1.2
  • 🐞 fix(tsbb): add jest-watch-typeahead dependencies. b183858

v3.1.1

Compare Source

npm i tsbb@3.1.1
  • 📖 doc: Update README.md f429045
  • 🐞 fix: Fix d.ts compile issue. f17f32a

v3.1.0

Compare Source

npm i tsbb@3.1.0

v3.0.4

Compare Source

npm i tsbb@3.0.4

v3.0.3

Compare Source

npm i tsbb@3.0.3

v3.0.2

Compare Source

npm i tsbb@3.0.2

v3.0.1

Compare Source

npm i tsbb@3.0.1

v3.0.0

Compare Source

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

v2.3.1

Compare Source

npm i tsbb@2.3.1
  • 💄 chore: remove console.log. 97915bd
  • 💄 chore: prettier code. 0674745

v2.3.0

Compare Source

npm i tsbb@2.3.0
Feature
tsbb build --babel-option=none

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, click this checkbox.

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

@renovate renovate bot force-pushed the renovate/tsbb-3.x branch 3 times, most recently from 4417f90 to b87e77b Compare October 8, 2021 18:04
@renovate renovate bot force-pushed the renovate/tsbb-3.x branch 2 times, most recently from d48f326 to cd104a6 Compare November 20, 2021 18:16
@renovate renovate bot force-pushed the renovate/tsbb-3.x branch from cd104a6 to ccf99e8 Compare December 1, 2021 08:43
jaywcjlove added a commit that referenced this pull request Dec 18, 2021
@renovate renovate bot changed the title chore(deps): update dependency tsbb to v3 chore(deps): update dependency tsbb to v3 - autoclosed Dec 18, 2021
@renovate renovate bot closed this Dec 18, 2021
@renovate renovate bot deleted the renovate/tsbb-3.x branch December 18, 2021 08:48
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.

1 participant