Bump eslint-plugin-import to avoid vulnerability in dependency
This commit is contained in:
parent
10695e6a20
commit
ed9506bbaf
1660 changed files with 67726 additions and 27926 deletions
62
node_modules/tsconfig-paths/CHANGELOG.md
generated
vendored
62
node_modules/tsconfig-paths/CHANGELOG.md
generated
vendored
|
|
@ -7,6 +7,63 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [3.14.1] - 2022-03-22
|
||||
|
||||
### Fixed
|
||||
|
||||
- Use minimist 1.2.6 for all depencencies becuase of pollution vulnerability. See PR [#197](https://github.com/dividab/tsconfig-paths/pull/197). Thanks to [@gopijaganthan](https://github.com/gopijaganthan) for this fix!
|
||||
|
||||
## [3.14.0] - 2022-03-13
|
||||
|
||||
### Added
|
||||
|
||||
- Support for path mapping starting with `/`. See PR [#180](https://github.com/dividab/tsconfig-paths/pull/180), issue [#113](https://github.com/dividab/tsconfig-paths/issues/113), and issue [#128](https://github.com/dividab/tsconfig-paths/issues/128). Thanks to [@benevbright](https://github.com/benevbright) for this fix!
|
||||
|
||||
## [3.13.0] - 2022-03-03
|
||||
|
||||
### Added
|
||||
|
||||
- Include file extension in paths resolved from package.json "main" field. See PR [#135](https://github.com/dividab/tsconfig-paths/pull/135) and issue [#133](https://github.com/dividab/tsconfig-paths/issues/133). Thanks to [@katywings](https://github.com/katywings) for this fix!
|
||||
|
||||
## [3.12.0] - 2021-08-24
|
||||
|
||||
- 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] - 2021-08-24
|
||||
|
||||
- Reverted upgrade of json5 due to being a breaking change. See PR #173.
|
||||
|
||||
## [3.10.1] - 2021-07-06
|
||||
|
||||
### Fixed
|
||||
|
||||
- Add register.js to published files
|
||||
|
||||
## [3.10.0] - 2021-07-06
|
||||
|
||||
### Added
|
||||
|
||||
- feat(tsconfig-loader): extends config from node_modules (#106). Thanks to @zorji for this PR!
|
||||
|
||||
### Fixed
|
||||
|
||||
- Update CHANGELOG.md (#96). Thanks to @OliverJAsh for this PR!
|
||||
- Fix "bootstraping" typo (#111). Thanks to @KRMisha for this PR!
|
||||
- Update Readme fixes #116 (#123). Thanks to @benwinding for this PR!
|
||||
- Fixed typo (#144). Thanks to @mprinc for this PR!
|
||||
- [TYPO] src/mapping-entry.ts (#145). Thanks to @mprinc for this PR!
|
||||
- docs(README): fix typos (#156). Thanks to @PiDelport for this PR!
|
||||
- deps: bump json5 to use type definition provided officially (#158). Thanks to @koba04 for this PR!
|
||||
- Update tsconfig-loader.ts (#161). Thanks to @fecqs for this PR!
|
||||
- fix typo (#165). Thanks to @wonda-tea-coffee for this PR!
|
||||
- Add file extenstion to typings property value (#151). Thanks to @dangrussell for this PR!
|
||||
|
||||
## [3.9.0] - 2019-09-12
|
||||
|
||||
### Added
|
||||
|
||||
- Make extension config override instead of deep merge. See PR [#95](https://github.com/dividab/tsconfig-paths/pull/95) and issue [#94](https://github.com/dividab/tsconfig-paths/issues/94). Thanks to [@OliverJAsh](https://github.com/OliverJAsh) for this addition!
|
||||
|
||||
## [3.8.0] - 2019-02-05
|
||||
|
||||
### Added
|
||||
|
|
@ -53,7 +110,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
|
||||
### Fixed
|
||||
|
||||
- Adding json file extention to extends property, [#40](https://github.com/dividab/tsconfig-paths/pull/40). Thanks to [@cwhite-connectfirst](https://github.com/cwhite-connectfirst) for this fixing this!
|
||||
- Adding json file extension to extends property, [#40](https://github.com/dividab/tsconfig-paths/pull/40). Thanks to [@cwhite-connectfirst](https://github.com/cwhite-connectfirst) for this fixing this!
|
||||
|
||||
## [3.3.1] - 2018-04-17
|
||||
|
||||
|
|
@ -275,7 +332,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
|
||||
- Initial version.
|
||||
|
||||
[unreleased]: https://github.com/dividab/tsconfig-paths/compare/3.8.0...master
|
||||
[unreleased]: https://github.com/dividab/tsconfig-paths/compare/v3.9.0...master
|
||||
[3.9.0]: https://github.com/dividab/tsconfig-paths/compare/v3.8.0...v3.9.0
|
||||
[3.8.0]: https://github.com/dividab/tsconfig-paths/compare/3.7.0...3.8.0
|
||||
[3.7.0]: https://github.com/dividab/tsconfig-paths/compare/3.6.0...3.7.0
|
||||
[3.6.0]: https://github.com/dividab/tsconfig-paths/compare/3.5.0...3.6.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue