tsconfig.jsoninclude was changed to remove test from the array. This faulty include resulted in declarations being generated in dist/ for test files as well as slowing down builds. It was also the cause of TS errors around v0.13.0's change to rootDir: './src'
Tests
Testing has been significantly improved in the commits leading up to this release, including the creation of an integration test set-up and many integration tests themselves as well as migrating the tests to TypeScript.
Commits:
Template Bugfix
(fix): remove faulty tsconfig.json include of test dir (#646) aa09dcb
Internal
(format): format all files, not just src/ and test/ (#648) 3cb3841
(refactor): make preset-env variable naming more explicit (#643) 477a6dd
(clean): remove unused test/utils/psKill and its deps (#627) 9f559fa
(clean): remove some unnecessary internal declarations (#637) 985a97b
(clean): remove all references to --define (#636) 6e34b20
Tests
(refactor): migrate all tests and test helper code to TS (#649) 863c56d
(docs/fix): remove erroneous Test README sub-header 9fde343
(test): ensure Babel presets are merged and applied (#627) ee391e4
(fix/test): wrap shell.grep bc it shouldn't always succeed (#627) 25587a5
(test): ensure a regenatorRuntime import is added (#627) fc4e23e
(test): ensure styled-components works with TSDX (#627) 9569d0c
(refactor): move safePackageName test to a unit test dir (#627) 9d72222
(refactor): move lint -> fixtures/lint, and the test out (#627) 944ab02
This version was pushed to npm by agilgur5, a new releaser for tsdx since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps tsdx from 0.11.0 to 0.13.1.
Release notes
Sourced from tsdx's releases.
Commits
f58de19
v0.13.17364efe
docs: add lookfirst as a contributor (#651)863c56d
(refactor): migrate all tests and test helper code to TS (#649)aa09dcb
(fix): remove faulty tsconfig.json include of test dir (#646)3cb3841
(format): format all files, not just src/ and test/ (#648)477a6dd
(refactor): make preset-env variable naming more explicit (#643)9fde343
(docs/fix): remove erroneous Test README sub-headeree391e4
(test): ensure Babel presets are merged and applied9f559fa
(clean): remove unused test/utils/psKill and its deps25587a5
(fix/test): wrap shell.grep bc it shouldn't always succeedMaintainer changes
This version was pushed to npm by agilgur5, a new releaser for tsdx since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)