ricokahler / babel-plugin-tsconfig-paths-module-resolver

Use tsconfig-paths in any bundler that supports a custom babel config.
MIT License
40 stars 2 forks source link

chore(deps): pin dependencies #2

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
@babel/cli (source) devDependencies pin ^7.14.8 -> 7.14.8
@babel/core (source) devDependencies pin ^7.15.0 -> 7.15.0
@babel/preset-env (source) devDependencies pin ^7.15.0 -> 7.15.0
@babel/preset-typescript (source) devDependencies pin ^7.15.0 -> 7.15.0
@types/jest devDependencies pin ^27.0.1 -> 27.0.1
@typescript-eslint/eslint-plugin devDependencies pin ^4.29.3 -> 4.29.3
@typescript-eslint/parser devDependencies pin ^4.29.3 -> 4.29.3
babel-eslint devDependencies pin ^10.1.0 -> 10.1.0
eslint (source) devDependencies pin ^7.32.0 -> 7.32.0
eslint-config-react-app devDependencies pin ^6.0.0 -> 6.0.0
eslint-plugin-flowtype devDependencies pin ^5.9.1 -> 5.9.1
eslint-plugin-import devDependencies pin ^2.24.2 -> 2.24.2
eslint-plugin-jsx-a11y devDependencies pin ^6.4.1 -> 6.4.1
eslint-plugin-react devDependencies pin ^7.25.0 -> 7.25.0
eslint-plugin-react-hooks (source) devDependencies pin ^4.2.0 -> 4.2.0
jest (source) devDependencies pin ^27.1.0 -> 27.1.0
prettier (source) devDependencies pin ^2.3.2 -> 2.3.2
semantic-release devDependencies pin ^17.4.7 -> 17.4.7
typescript (source) devDependencies pin ^4.4.2 -> 4.4.2

Add the preset :preserveSemverRanges to your config if you don't want to pin your dependencies.


Configuration

📅 Schedule: "before 3am on the first day of the month" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

codecov[bot] commented 2 years ago

Codecov Report

Merging #2 (c630a0d) into main (cdc7e9b) will decrease coverage by 2.55%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main       #2      +/-   ##
==========================================
- Coverage   96.42%   93.87%   -2.56%     
==========================================
  Files          12        4       -8     
  Lines          84       49      -35     
  Branches       20       20              
==========================================
- Hits           81       46      -35     
  Misses          2        2              
  Partials        1        1              
Impacted Files Coverage Δ
examples/standard/dist/index.js
examples/standard/dist/foo/b.js
examples/standard/dist/umbrella/baz/c.js
examples/with-custom-resolve-path-fn/dist/index.js
...amples/with-custom-resolve-path-fn/dist/special.js
...with-custom-resolve-path-fn/dist/umbrella/baz/c.js
examples/with-custom-resolve-path-fn/dist/bar/a.js
examples/standard/dist/bar/a.js
examples/with-custom-resolve-path-fn/dist/foo/b.js
index.js 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cdc7e9b...c630a0d. Read the comment docs.

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 1.0.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: