babel-plugin-tsconfig-paths-module-resolver icon indicating copy to clipboard operation
babel-plugin-tsconfig-paths-module-resolver copied to clipboard

Use tsconfig-paths in any bundler that supports a custom babel config.

Results 11 babel-plugin-tsconfig-paths-module-resolver issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. > [!WARNING] These dependencies are deprecated: | Datasource | Name | Replacement PR? |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`4.33.0` -> `8.6.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/4.33.0/8.6.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/8.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [babel-eslint](https://redirect.github.com/babel/babel-eslint) | devDependencies | replacement...

This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/jest](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest)) | [`27.0.1` -> `29.5.13`](https://renovatebot.com/diffs/npm/@types%2fjest/27.0.1/29.5.13) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fjest/29.5.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/jest](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest)) | [`27.0.1` -> `27.5.2`](https://renovatebot.com/diffs/npm/@types%2fjest/27.0.1/27.5.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fjest/27.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

Hi, babel-plugin-module-resolver v4.1.0 has a json5 vulnerability which they've updated [here](https://github.com/tleunen/babel-plugin-module-resolver/pull/441) and released as v5 An update of the babel-plugin-module-resolver dependency to v5 would to remove this vulnerability here too....

Hello, thanks for creating and open sourcing this plugin. This plugin seems to require baseUrl config to be present in tsconfig.json. However, the typescript docs now don't recommend setting it....

Bumps `babel-plugin-module-resolver` to `5.0.0`. This in turn updates `json5` to a non-vulnerable version. Fixes #19

Please provide the option to specify a custom tsConfig, something like this: ```js [ 'babel-plugin-tsconfig-paths-module-resolver', { "tsConfig": "apps/functions/tsconfig.app.json", } ] ```