manuth / VSCodeESLintLanguageService

A VSCode-Extension that provides ESLint support using typescript-eslint-plugin
MIT License
2 stars 1 forks source link

Bump ts-patch from 1.4.2 to 1.4.4 #76

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps ts-patch from 1.4.2 to 1.4.4.

Release notes

Sourced from ts-patch's releases.

v1.4.4

1.4.4 (2021-08-27)

Bug Fixes

  • --basedir flag fails if dir is not a subdir of a package (5912288)

v1.4.3

1.4.3 (2021-08-23)

Bug Fixes

  • Relative transform paths do not resolve from project root dir with compiler API (fixes #59) (e38655a)
  • ts 3.6.5 does not patch properly (fixes #55) (1babac9)
Changelog

Sourced from ts-patch's changelog.

1.4.4 (2021-08-27)

Bug Fixes

  • --basedir flag fails if dir is not a subdir of a package (5912288)

1.4.3 (2021-08-23)

Bug Fixes

  • Relative transform paths do not resolve from project root dir with compiler API (fixes #59) (e38655a)
  • ts 3.6.5 does not patch properly (fixes #55) (1babac9)
Commits
  • ecac65c chore(release): 1.4.4
  • e238da4 docs(readme): Updated discord room
  • 5912288 fix: --basedir flag fails if dir is not a subdir of a package
  • 0747fb0 build(deps): Add missing dependencies
  • 6f47985 chore(release): 1.4.3
  • 8ab54b4 docs(readme): Add NPM downloads badge
  • e38655a fix: Relative transform paths do not resolve from project root dir with compi...
  • 1babac9 fix: ts 3.6.5 does not patch properly (fixes #55)
  • 86c2d25 build(deps): Bump typescript + add ts-expose-internals
  • aa93768 build(github): Update GH publish to auto-release (working)
  • 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)
dependabot[bot] commented 3 years ago

Superseded by #104.