nodejs-logger
nodejs-logger copied to clipboard
Bump fixture-repository from 1.2.2 to 1.4.2
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
- See full diff in compare view
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)
Codecov Report
Merging #168 (abc85f3) into master (88c422f) will not change coverage. The diff coverage is
n/a
.
@@ 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.