-
Notifications
You must be signed in to change notification settings - Fork 498
Comparing changes
Open a pull request
base repository: jaredpalmer/tsdx
base: v0.13.1
head repository: jaredpalmer/tsdx
compare: v0.13.2
- 11 commits
- 10 files changed
- 3 contributors
Commits on Apr 8, 2020
-
docs: add ambroseus as a contributor (#670)
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 72c06b9 - Browse repository at this point
Copy the full SHA 72c06b9View commit details
Commits on Apr 11, 2020
-
(clean): remove redundant set of watch opts (#671)
- another thing that was missed in #130 - these sets are already done in normalizeOpts, no need to redundantly perform them again - fortunately this wasn't inconsistent with normalizeOpts, so no harm done before this got out Co-Authored-By: Kotaro Sugawara <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 351936e - Browse repository at this point
Copy the full SHA 351936eView commit details -
(fix): @types/jest should be a dep, not a devDep (#672)
- per bug report, this caused an issue where the @types/jest that was installed via `create` would have a version mismatch with the jest and jest-related deps used by TSDX - and ts-jest's installation instructions also say to install @types/jest, so it's kind of a peerDep to it - also move @types/shelljs to devDeps as it's not needed for usage of the CLI, it's only used internally
Configuration menu - View commit details
-
Copy full SHA for 2930943 - Browse repository at this point
Copy the full SHA 2930943View commit details
Commits on Apr 12, 2020
-
(clean): remove redundant tsconfig strict opts in templates (#673)
- noImplicitAny, noImplicitThis, alwaysStrict, strictNullChecks, strictFunctionTypes, and strictPropertyInitialization are already enabled by strict, no need to configure them twice - beginners could also be confused by redundant options (like I was at one point) - and including them may have also unintentionally encouraged folks to turn them offConfiguration menu - View commit details
-
Copy full SHA for 2dd4396 - Browse repository at this point
Copy the full SHA 2dd4396View commit details -
Configuration menu - View commit details
-
Copy full SHA for eaa5da7 - Browse repository at this point
Copy the full SHA eaa5da7View commit details -
(deps/types/clean): remove extraneous typings
- external @types/ are overridden by the package's own internal typings, so any @types/ packages on top of that are extraneous - and are usually deprecated too; all are in this case - execa has had its own typedefs since v2 - the @types/execa package is very dated at v0.9 - ora has had its own typedefs since v3.2 - so @types/ora v3.2 is just a stub - ansi-escapes has had its own typedefs since v4 - @types/ansi-escapes v4 is just a stub - camelcase has had its own typedefs since v5.2 - @types/camelcase v5.2 is just a stub - pin camelcase to v5.2+ from 5.0 to ensure it's a version with internal typings - ora also had an unnecessary internal re-declaration too - as did ansi-escapes and camelcaseConfiguration menu - View commit details
-
Copy full SHA for c9a719a - Browse repository at this point
Copy the full SHA c9a719aView commit details -
(docs/types): add comments to some remaining declarations
- clarify why some of these internal declarations/re-declarations are necessary - I tried removing them because I didn't know why they were needed, so this documentation should be helpfulConfiguration menu - View commit details
-
Copy full SHA for 72092c8 - Browse repository at this point
Copy the full SHA 72092c8View commit details -
docs: add rockmandash as a contributor (#676)
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 92747f8 - Browse repository at this point
Copy the full SHA 92747f8View commit details -
(fix/deps): semver should be a dep, not a devDep (#677)
- it's used in `tsdx create`, definitely not a devDep - surprised that this hasn't been reported as a bug before, but probably because it's a subdep of another dep so it finds its way into most folks' node_modules anywayConfiguration menu - View commit details
-
Copy full SHA for 094fe5e - Browse repository at this point
Copy the full SHA 094fe5eView commit details
Commits on Apr 13, 2020
-
docs: add kotarella1110 as a contributor (#680)
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 51cd32f - Browse repository at this point
Copy the full SHA 51cd32fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c65bdf - Browse repository at this point
Copy the full SHA 3c65bdfView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.13.1...v0.13.2