rjsf-material-ui
rjsf-material-ui copied to clipboard
Bump tsdx from 0.11.0 to 0.13.2
Bumps tsdx from 0.11.0 to 0.13.2.
Release notes
Sourced from tsdx's releases.
v0.13.2
Bugfixes
@types/jestwas moved to be a dependency instead of a devDependency. It has also been removed from the templates.
- This should fix any version mismatch issues that were occuring, like using
@types/jestv25 but Jest v24.
- Stay tuned for an upgrade to Jest v25 in the next minor release of TSDX
semverwas also moved from devDependency to dependency. It's used intsdx create, so it was misplaced.Template Improvements
- Several redundant
tsconfigcompilerOptionshave been removed.strictalready includes all of these.
Commits:
Bugfixes
- (fix/deps): semver should be a dep, not a devDep (#677) 094fe5e
- (fix): @types/jest should be a dep, not a devDep (#672) 2930943
Template Improvements
- (clean): remove redundant tsconfig strict opts in templates (#673) 2dd4396
Internal
- (docs/types): add comments to some remaining declarations (#675) 72092c8
- (deps/types/clean): remove extraneous typings (#675) c9a719a
- (deps/clean): remove unused @types/ms devDep (#674) eaa5da7
- (clean): remove redundant set of watch opts (#671) 351936e
All Contributors
- docs: add kotarella1110 as a contributor (#680) 51cd32f
- docs: add rockmandash as a contributor (#676) 92747f8
- docs: add ambroseus as a contributor (#670) 72c06b9
Commit Range
https://github.com/jaredpalmer/tsdx/compare/v0.13.1...v0.13.2
Postscript
Wishing everyone well during the pandemic! Please stay safe and please do your part to follow public health guidelines!
If you're looking for more ways to help out, there are many, many around and likely local initiatives where you live. I also included a small few I stumbled upon in the previous release postscript. Another recent relevant one might be the shortage of COBOL programmers in the US. If you're a tech worker interested in helping out NJ (whether you know COBOL or not), there's a sign-up form here.
v0.13.1
Template Bugfix
... (truncated)
tsconfig.jsonincludewas changed to removetestfrom the array. This faulty include resulted in declarations being generated indist/for test files as well as slowing down builds. It was also the cause of TS errors around v0.13.0's change torootDir: './src'
Commits
3c65bdfv0.13.251cd32fdocs: add kotarella1110 as a contributor (#680)094fe5e(fix/deps): semver should be a dep, not a devDep (#677)92747f8docs: add rockmandash as a contributor (#676)72092c8(docs/types): add comments to some remaining declarationsc9a719a(deps/types/clean): remove extraneous typingseaa5da7(deps/clean): remove unused @types/ms devDep (#674)2dd4396(clean): remove redundant tsconfig strict opts in templates (#673)2930943(fix): @types/jest should be a dep, not a devDep (#672)351936e(clean): remove redundant set of watch opts (#671)- Additional commits viewable in compare view
Maintainer 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill 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:
- 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)