chore(deps): update dependency tsconfig-paths to v4 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
tsconfig-paths | devDependencies | major | ^3.9.0 -> ^4.0.0 |
Release Notes
dividab/tsconfig-paths
v4.1.1
Fixed
- Skip stat call / throwing an exception when source files don't exist. See MR #225. Thanks to @robstolarz for this MR!
v4.1.0
- Add support for nested main field selectors #. See MR #218. Thanks to @aaronadamsCA for this MR!
v4.0.0
Changed
- Ignore
--project
/-P
CLI flag when explicit options are passed toregister
. See MR #206. - Tolerate an undefined
baseUrl
compiler option. See MR #208.
Added
- Add
cwd
option toregister
function that overrides where thetsconfig.json
search begins. See MR #205. - Add support for
jsconfig.json
. See MR #199. Thanks to @F3n67u for this MR! - Let
paths
mappings be absolute paths. See MR #184. - Allow
baseUrl
intsconfig.json
to be an absolute path. See MR #174. Thanks to @nwalters512 for this MR!
v3.14.1
Fixed
- Use minimist 1.2.6 for all depencencies becuase of pollution vulnerability. See MR #197. Thanks to @gopijaganthan for this fix!
v3.14.0
Added
- Support for path mapping starting with
/
. See MR #180, issue #113, and issue #128. Thanks to @benevbright for this fix!
v3.13.0
Added
- Include file extension in paths resolved from package.json "main" field. See MR #135 and issue #133. Thanks to @katywings for this fix!
v3.12.0
- Add support for baseUrl override using TS_NODE_BASEURL env var #185 and #114. Thanks to @ejhayes and @information-security for these MRs!
v3.11.0
- Reverted upgrade of json5 due to being a breaking change. See MR #173.
v3.10.1
Fixed
- Add register.js to published files
v3.10.0
Added
Fixed
- Update CHANGELOG.md (#96). Thanks to @OliverJAsh for this MR!
- Fix "bootstraping" typo (#111). Thanks to @KRMisha for this MR!
- Update Readme fixes #116 (#123). Thanks to @benwinding for this MR!
- Fixed typo (#144). Thanks to @mprinc for this MR!
- [TYPO] src/mapping-entry.ts (#145). Thanks to @mprinc for this MR!
- docs(README): fix typos (#156). Thanks to @PiDelport for this MR!
- deps: bump json5 to use type definition provided officially (#158). Thanks to @koba04 for this MR!
- Update tsconfig-loader.ts (#161). Thanks to @fecqs for this MR!
- fix typo (#165). Thanks to @wonda-tea-coffee for this MR!
- Add file extenstion to typings property value (#151). Thanks to @dangrussell for this MR!
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by Renovate-Bot