traPtitech / booQ-UI

booQ (client) - management tool for equipment and book rental
1 stars 7 forks source link

Bump ts-morph from 12.1.0 to 13.0.2 #856

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps ts-morph from 12.1.0 to 13.0.2.

Release notes

Sourced from ts-morph's releases.

13.0.1

Bug Fixes

  • Regression in getReferencingNodesInOtherSourceFiles with source files not marked as in the project (7504aed)
  • Surface read file errors instead of ignoring them (760fe8c)
  • Align getScriptSnapshot compiler host libFileMap behaviour with readFile (9e84d72)

13.0.0

Bug Fixes

  • Do not throw an error if decorator expr is wrapped in a paren expr (c77db30), closes #1214

Code Refactoring

  • Node.isXNode(node) static type guard methods are now Node.isX(node) (e5bcba9), closes #1166
  • Remove already deprecated WriterFunctions and TypeGuards exports. (be87373)

Features

  • Add AssertClause and AssertEntry (#1224) (bcf694f)
  • Add Node.hasStructure type guard. (0f7d9be)
  • Change readDirSync to return directory entries instead of file paths (f22a50d)
  • Make Structure.isX function more flexible (a54dd69), closes #1219
  • Type only methods for ImportSpecifier and ExportSpecifier (e93c96e)
  • TypeScript 4.5 support (#1220) (526e0dd)
  • Wrap more JS doc nodes (5107999)

BREAKING CHANGES

  • Node.isXNode(node)-like static type guard methods are now Node.isX(node) to reduce verbosity.
  • Targeting ES2018 instead of ES2015
  • Upgraded to TS 4.5
  • Removed already deprecated WriterFunctions and TypeGuards exports. Use Writers and Node instead.
  • readDirSync now returns directory entries.
Commits
  • 21ca02f chore(release): 13.0.2
  • a655c65 fix: prevent in-memory /node_modules/typescript/lib folder getting saved to...
  • 68476b7 chore(release): 13.0.1
  • 7504aed fix: regression in getReferencingNodesInOtherSourceFiles with source files ...
  • 760fe8c fix(ts-morph): surface read file errors instead of ignoring them
  • 9a04d32 fix(bootstrap): remove unnecessary fileExists check
  • 9e84d72 fix: align getScriptSnapshot compiler host libFileMap behaviour with `readF...
  • 5c0a702 chore: upgrade to ts-morph 13 internally
  • ef2a23c chore(release): 13.0.0
  • 5e12817 chore: update breaking-changes.md
  • 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)