Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Apr 15, 2020

Bumps fixture-repository from 1.2.2 to 1.4.2.

Changelog

Sourced from fixture-repository's changelog.

Version 1.4.2

Update

  • Update typescript and ts-morph versions

Update

  • Update typescript and ts-morph versions

Version 1.4.1

Bugfix

  • Fix where const enums cannot be resolved correctly. This is a temporary fix to prevent clients breakage.

Version 1.4.0

Features

  • Added options for setup method.

      interface FrOptions {
          ignoreGlob?: string[];
          additionalFiles?: string[];
      }
    

    ignoreGlob: Ignore patterns during glob search. Must be glob patterns. additionalFiles: Add file paths to include in creation of type checker. These must be relative to cwd.

Performance

  • Changed glob library from glob to fast-glob.

Version 1.3.1

Bugfix

  • Fix when type is not resolved correctly given array types in generic model

Version 1.3.0

Features

  • Add support for generic models.
  • Add support for extending interfaces.

Bugfix

  • Fix stackoverflow when trying to create an unknown type
Commits

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:

  • 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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 15, 2020
@codecov
Copy link

codecov bot commented Apr 15, 2020

Codecov Report

Merging #168 (abc85f3) into master (88c422f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #168   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          206       206           
  Branches        22        22           
=========================================
  Hits           206       206           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 88c422f...abc85f3. Read the comment docs.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/fixture-repository-1.4.2 branch from eb110ea to 2fde3cb Compare December 30, 2020 15:53
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/fixture-repository-1.4.2 branch from 2fde3cb to abc85f3 Compare February 17, 2021 11:35
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