cybertec-postgresql / rjsf-material-ui

[Archived] Material UI theme for react-jsonschema-form.
https://cybertec-postgresql.github.io/rjsf-material-ui/
MIT License
62 stars 25 forks source link

Bump tsdx from 0.11.0 to 0.13.2 #211

Open dependabot-preview[bot] opened 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps tsdx from 0.11.0 to 0.13.2.

Release notes

Sourced from tsdx's releases.

v0.13.2

Bugfixes

  • @types/jest was 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/jest v25 but Jest v24.
      • Stay tuned for an upgrade to Jest v25 in the next minor release of TSDX
  • semver was also moved from devDependency to dependency. It's used in tsdx create, so it was misplaced.

Template Improvements

  • Several redundant tsconfig compilerOptions have been removed. strict already 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

  • tsconfig.json include 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'
... (truncated)
Commits
  • 3c65bdf v0.13.2
  • 51cd32f docs: add kotarella1110 as a contributor (#680)
  • 094fe5e (fix/deps): semver should be a dep, not a devDep (#677)
  • 92747f8 docs: add rockmandash as a contributor (#676)
  • 72092c8 (docs/types): add comments to some remaining declarations
  • c9a719a (deps/types/clean): remove extraneous typings
  • eaa5da7 (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 compatibility score

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)