Skip to content
This repository was archived by the owner on Jun 26, 2021. It is now read-only.

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Aug 21, 2020

Bumps ts-morph from 7.3.0 to 8.0.0.

Changelog

Sourced from ts-morph's changelog.

8.0.0 (2018-02-19)

Bug Fixes

  • Blank line would be inserted when calling an addXs method and providing an empty array in some scenarios. (dfbf940)
  • getRelativePathToSourceFileAsModuleSpecifier() should return ../ instead of ./../ when going back a directory. (a7954fa)
  • sourceFile.copy should return the current source file when copying to its own path. (6e737e7)

Code Refactoring

  • file-system: Preparing for having the ability to queue deletions. (83e45f0)

Features

  • #199 - Add SourceFile.move(...), .getReferencingSourceFiles(), and .getReferencingImportAndExportDeclarations(). (f22db6c)
  • Deletes do not happen on the file system until .save() is called on the main ast object. (d208cfd)
  • ImportDeclaration and ExportDeclaration - isModuleSpecifierRelative() (2ef3064)
  • setModuleSpecifier accepts a source file. (c2a4d9a)
  • SourceFile - copyImmediately and moveImmediately along with sync methods. (4183769)
  • sourceFile.copy() will automatically update the new source file's import & export declarations' module specifiers if necessary. (e48949e)

BREAKING CHANGES

    • ast.saveUnsavedSourceFiles() is now ast.save()
  • Directory.saveUnsavedSourceFiles() is now Directory.save()
  • file-system: SourceFile/Directory: delete() and deleteSync() are now deleteImmediately() and deleteImmediatelySync().

7.1.0 (2018-02-15)

Bug Fixes

  • Fix scenario where adding a modifier would throw when there was an jsdoc on the parent in some scenarios. (1fbcee6)
  • Insert functions with a declaration keyword without a body. (c64009d)

Features

  • #252 - Add Type.isNullable. (f2dfd1f)
  • Add functions and variables to typescript declaration file. (451840b)
  • Add ts.Node brand to prevent using ts.Nodes created outside the ts named export. (ab7c353)
  • BodyableNode - addBody, removeBody, hasBody (3f4175e)
Commits
  • f1ca174 chore(release): 8.0.0
  • c01e92f chore: Fix recently introduced declaration file creation issues.
  • 798da39 chore: Update code generation to save using the ast object.
  • cae0cda Update version 8 info.
  • 9d29cb1 chore: #199 - Remove the existing file from the cache when it's being overwri...
  • 004cbed chore: Update docs to say directory moveImmediately and copyImmediately are n...
  • 71f04ea chore: Update information about version 8.
  • 4183769 feat: SourceFile - copyImmediately and moveImmediately along with sync methods.
  • e48949e feat: sourceFile.copy() will automatically update the new source file's impor...
  • 6e737e7 fix: sourceFile.copy should return the current source file when copying to it...
  • 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 will not automatically merge this PR because it includes a major update to a production dependency.


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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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 Aug 21, 2020
github-actions[bot]
github-actions bot previously approved these changes Aug 21, 2020
github-actions[bot]
github-actions bot previously approved these changes Aug 21, 2020
github-actions[bot]
github-actions bot previously approved these changes Aug 21, 2020
Bumps [ts-morph](https://github.com/dsherret/ts-morph) from 7.3.0 to 8.0.0.
- [Release notes](https://github.com/dsherret/ts-morph/releases)
- [Changelog](https://github.com/dsherret/ts-morph/blob/tsa-8.0.0/CHANGELOG.md)
- [Commits](dsherret/ts-morph@7.3.0...tsa-8.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Contributor Author

Superseded by #350.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/ts-morph-8.0.0 branch August 25, 2020 22:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant