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.2.0
Added
- Add support for tsconfig extends as array of strings. #. See MR #245. Thanks to @DanielSidhion for this MR!
v4.1.2
Fixed
- Bump JSON5 dependency to 2.2.2 to fix CVE-2022-46175. See MR #232. Thanks to @oparisblue for this MR!
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!
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by Renovate-Bot