Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2021

Bumps typescript-is from 0.17.1 to 0.19.0.

Release notes

Sourced from typescript-is's releases.

v0.19.0

New Features

  • Add transformNonNullExpressions which allows you to generate non-null assertions with the non-null assertion operator ! (#100)
  • Async methods will now return rejected promises when using ValidateClass and AssertType (#105)
  • Add option to generate code without error messages, resulting in smaller generated code size (#108)
  • Make generated function names deterministic, reducing the number of files changes in watch mode (#114)

Breaking Changes

None.

Bug fixes

  • Fix intersection types in combination with disallowSuperfluousProperties (#112)

v0.18.3

New Features

  • Add a more helpful error message when using type unions with null as one of the alternatives (#56 thanks to @​dko-slapdash).

Breaking Changes

None.

Bug fixes

None.

v0.18.2

New Features

None.

Breaking Changes

None.

Bug fixes

  • Fixes bug in index.d.ts type declaration, where the types were being imported from the wrong location. (#93)

v0.18.1

New Features

None.

Breaking Changes

None.

... (truncated)

Commits
  • 59e67d5 0.19.0
  • 53d54e2 install
  • d083de1 Move workflow file
  • 5dd9796 Update main.yml
  • e5303ce Create main.yml
  • 62a1c50 Merge pull request #112 from lukas-valenta/fix/issue-111
  • fa58bad Merge branch 'master' of github.com:woutervh-/typescript-is into fix/issue-111
  • 0dbefd0 Merge pull request #108 from cauthmann/master
  • bb84bc4 Merge branch 'master' of github.com:woutervh-/typescript-is
  • 6938d9d Merge pull request #105 from HitoriSensei/fix/issue-104
  • Additional commits viewable in compare view

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)

Bumps [typescript-is](https://github.com/woutervh-/typescript-is) from 0.17.1 to 0.19.0.
- [Release notes](https://github.com/woutervh-/typescript-is/releases)
- [Commits](woutervh-/typescript-is@v0.17.1...v0.19.0)

---
updated-dependencies:
- dependency-name: typescript-is
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant