Skip to content

Bump typescript-transform-paths from 2.2.4 to 3.3.1 in /server#958

Open
dependabot[bot] wants to merge 1 commit intodependecies/updatefrom
dependabot/npm_and_yarn/server/dependecies/update/typescript-transform-paths-3.3.1
Open

Bump typescript-transform-paths from 2.2.4 to 3.3.1 in /server#958
dependabot[bot] wants to merge 1 commit intodependecies/updatefrom
dependabot/npm_and_yarn/server/dependecies/update/typescript-transform-paths-3.3.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Aug 17, 2021

Bumps typescript-transform-paths from 2.2.4 to 3.3.1.

Release notes

Sourced from typescript-transform-paths's releases.

v3.3.1

3.3.1 (2021-08-16)

Bug Fixes

  • External project references not resolved properly in composite projects (fixes #125) (4a16396)

v3.0.2

Added accommodation for changes to latest TS dev build and further stabilized resolution strategy

v3.0.0

Notes

We did a total overhaul on the module resolution code. There should be no breaking changes, but since we're dealing with the compiler API and have integrated a few new pieces of that, we're bumping the major version to be safe.

The reason behind the rewrite is because there were several issues which could arise from implicit indexes. One rather complicated scenario arose when trying to point to a sub-package (outside of node-modules) which had a main entry in package.json. This entry could point to a sub-folder of the main, which made relative mapping and removing indexes difficult. Several other related bugs had been cropping up.

On top of this, the plugin originally resolved and rewrote every call to import, require, etc. We've managed to replicate the compiler's paths matching logic in order to only process and rewrite calls or statements which either match a paths entry or have an explicit tag. This should speed up the process, and it is better logic, overall.

If you experience any issues, let us know!

Changes

  • Several improvements were made for speed and efficiency.
  • Now accommodating for new TS empty baseURL provision (closes #109)
  • Pre-checking necessity before overwriting paths (closes #110)
  • Rewrote core resolution methodology to:
    • Properly handle implicit indexes (closes #106)
    • Properly handle implicit sub-package indexes set via package.json 'main' #108)
    • Not follow symlinks (#107)
    • Resolve from output path as opposed to SourceFile path (#103)
Changelog

Sourced from typescript-transform-paths's changelog.

3.3.1 (2021-08-16)

Bug Fixes

  • External project references not resolved properly in composite projects (fixes #125) (4a16396)

3.3.0 (2021-08-10)

Features

  • Added typescript-transform-paths/register script (8c36b09)

3.2.1 (2021-08-05)

Bug Fixes

  • Missing type-only modifier for ts-node type import (fixes #130) (0320574)

3.2.0 (2021-08-03)

Features

  • Support transformation via ts-node transpileOnly and compiler API transformNodes (closes #123) (dd942fd)

Bug Fixes

  • Custom JSDoc tags not working for older TS (fixes #126) (d4280c3)

3.1.0 (2021-07-13)

Features

  • Add support for module augmentation (closes #122) (f9d4994)

3.0.2 (2021-07-01)

Features

  • Improved resolution strategy by using EmitHost (87294b4)

Bug Fixes

... (truncated)

Commits
  • ebefe66 chore(release): 3.3.1
  • fe060db build(github): Add automatic release publishing (closes #128)
  • 00d9ac7 test: Correct type error
  • 4a16396 fix: External project references not resolved properly in composite projects ...
  • 83349e4 refactor: Add explicit types file
  • 3111a1d build: Add register.js to npm files
  • e602ee8 refactor(register): Clarify error message language
  • 2b1d723 build(github): Alter publish action to build before testing
  • 3523d3d docs: Clarify readme
  • 25f90a8 chore(release): 3.3.0
  • 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)

Bumps [typescript-transform-paths](https://github.com/LeDDGroup/typescript-transform-paths) from 2.2.4 to 3.3.1.
- [Release notes](https://github.com/LeDDGroup/typescript-transform-paths/releases)
- [Changelog](https://github.com/LeDDGroup/typescript-transform-paths/blob/master/CHANGELOG.md)
- [Commits](LeDDGroup/typescript-transform-paths@v2.2.4...v3.3.1)

---
updated-dependencies:
- dependency-name: typescript-transform-paths
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file npm server labels Aug 17, 2021
@dependabot dependabot Bot added this to the stay-up-to-date milestone Aug 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file npm server

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant