Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency ts-morph to v4 #162

Merged
merged 1 commit into from Sep 24, 2019
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 24, 2019

This PR contains the following updates:

Package Type Update Change
ts-morph dependencies major ^3.0.0 -> ^4.0.0

Release Notes

dsherret/ts-morph

v4.0.1

Compare Source

Features
  • Ability to add js docs with a writer function directly from the method. (4ad9614)

ts-simple-ast 14.0.1 (2018-08-19)

Bug Fixes
  • DocumentRegistry - Ensure any file paths sent from the compiler api are normalized. (1c06559)

v4.0.0

Compare Source

Bug Fixes
Code Refactoring
  • #​680 - Rename SourceFile#getReferencedFiles() to getPathReferenceDirectives(). (578adc7)
  • DiagnosticMessageChain#getNext() now returns an array to match TS 3.6. (4943196)
  • Remove getEmitSkipped() from DirectoryEmitResult because it was not accurate. (f42ff74)
  • Rename CompilerExtendedComment to CompilerCommentNode. (e3db1db)
Features
  • #​666 - Calling Project#createSourceFile with an existing file name now suggests to add the overwrite option. (3022bb8)
  • #​669 - Add past parent as second parameter to getParentWhile (287158e) - Thanks @​Validark!
  • #​672 - Add Type#getPropertyOrThrow (c929c6c)
  • #​680 - Add SourceFile#getReferencedSourceFiles(), #getNodesReferencingOtherSourceFiles(), and #getLiteralsReferencingOtherSourceFiles(). (c245acc)
  • Upgrade to code-block-writer 10.0.0. (5708865)
Performance Improvements
BREAKING CHANGES
  • SourceFile#getReferencedFiles() is now getPathReferenceDirectives().

This was done to prevent confusion with upcoming methods in #​680. The name was chosen because it is similar to the methods getTypeReferenceDirectives() and getLibReferenceDirectives().

  • CodeBlockWriter#indentBlock is now indent. withHangingIndentation is now hangingIndent. withHangingIndentationUnlessBlock is now hangingIndentUnlessBlock.
  • DiagnosticMessageChain#getNext() now returns an array to match TS 3.6.
  • DirectoryEmitResult#getEmitSkipped() was removed. Check the output file paths and skipped file paths instead as that's more accurate.
  • CompilerExtendedComment is now called CompilerCommentNode.

3.1.3 (2019-07-18)

Bug Fixes
  • #​665 - Getting descendants where jsx was used in a non-jsx file would throw an error. (fa3c3bb)

3.1.2 (2019-07-16)

Bug Fixes
  • Fix windows glob filepaths problem due to upgrading to latest globby. (e9665a0)
  • Update to code-block-writer 9.4.1 (Removes accidentally added chai dependency). (fd6534c)

3.1.1 (2019-07-13)

Bug Fixes

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@B4nan B4nan merged commit b6dd073 into master Sep 24, 2019
@B4nan B4nan deleted the renovate/ts-morph-4.x branch September 24, 2019 10:10
@lookfirst
Copy link
Contributor

Why doesn't this also run the tests?

@B4nan
Copy link
Member

B4nan commented Sep 24, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants