react-nestjs-template
react-nestjs-template copied to clipboard
Update tsconfig-paths 3.10.1 → 3.15.0 (minor)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ tsconfig-paths (3.10.1 → 3.15.0) · Repo · Changelog
Release Notes
3.14.2 (from changelog)
Fixed
- bump JSON5 from v1.0.1 to v1.0.2 in tsconfig-paths v3.14.1 to fix CVE-2022-46175 #234. See PR #234. Thanks to @mihaiplesa for this PR!
3.14.1 (from changelog)
Fixed
- Use minimist 1.2.6 for all depencencies becuase of pollution vulnerability. See PR #197. Thanks to @gopijaganthan for this fix!
3.14.0 (from changelog)
Added
- Support for path mapping starting with
/
. See PR #180, issue #113, and issue #128. Thanks to @benevbright for this fix!
3.13.0 (from changelog)
Fixed
- Include file extension in paths resolved from package.json "main" field. See PR #135 and issue #133. Thanks to @katywings for this fix!
3.12.0 (from changelog)
- Add support for baseUrl override using TS_NODE_BASEURL env var #185 and #114. Thanks to @ejhayes and @information-security for these PRs!
3.11.0 (from changelog)
- Reverted upgrade of json5 due to being a breaking change. See PR #173.
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 31 commits:
v3.15.0
Changelog for 3.15.0
Add support for extends as array of strings to v3 (backport of #245) (#260)
v3.14.2
bump jsot5 to fix CVE-2022-46175 (#234)
v3.14.1
Update changelog for 3.14.1
Use minimist 1.2.6 for all deps
Fixing pollution vulnerability in minimist (#197)
v3.14.0
Update changelog for 3.14
Fix the root path (#180)
v3.13.0
Update changelog for 3.13.0
Add missing extensions
fix: regard file extensions during path resolution (#133) (#193)
Remove old publish script
Change testing framework to Jest (#186)
Codecov now uses github actions
Fix coverage filename
Remove travis
Update build badge
Fix coverage filename
Add github actions
v3.12.0
Update changelog for 3.12.0
Add support for baseUrl override using TS_NODE_BASEURL env var (#185)
Clarify bootstrapping
v3.11.0
Update changelog for 3.11.0
Revert "deps: bump json5 to use type definition provided officially (#158)" (#173)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase
.
All Depfu comment commands
- @depfu rebase
- Rebases against your default branch and redoes this update
- @depfu recreate
- Recreates this PR, overwriting any edits that you've made to it
- @depfu merge
- Merges this PR once your tests are passing and conflicts are resolved
- @depfu cancel merge
- Cancels automatic merging of this PR
- @depfu close
- Closes this PR and deletes the branch
- @depfu reopen
- Restores the branch and reopens this PR (if it's closed)
- @depfu pause
- Ignores all future updates for this dependency and closes this PR
- @depfu pause [minor|major]
- Ignores all future minor/major updates for this dependency and closes this PR
- @depfu resume
- Future versions of this dependency will create PRs again (leaves this PR as is)