Skip to content

Bump babel-jest and other jest dependencies to v29#85

Open
kamtugeza wants to merge 6 commits intoaelbore:masterfrom
kamtugeza:master
Open

Bump babel-jest and other jest dependencies to v29#85
kamtugeza wants to merge 6 commits intoaelbore:masterfrom
kamtugeza:master

Conversation

@kamtugeza
Copy link
Copy Markdown

The library has outdated dependencies:

npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated sane@4.1.0: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added

Those warnings come from babel-jest@26.6.3 and its dependency jest-haste-map@26.6.2, which uses sane@4.1.0 it's the cause of the warnings above:

esbuild-jest@0.5.0
  └─┬ babel-jest@26.6.3
    └─┬ @jest/transform@26.6.2
      └─┬ jest-haste-map@26.6.2
        └─┬ sane@4.1.0
          └─┬ micromatch@3.1.10
            └─┬ snapdragon@0.8.2
              └─┬ source-map-resolve@0.5.3
                └── urix@0.1.0

The babel-jest changes:

  • 27.0.1 Add async transformation (#11192)
  • 27.4.4 Add process.version chunk to the cache key (#12122)
  • 28.0.0
    • Export createTransformer function (#12399)
    • [BREAKING] Pass rootDir as root in Babel's options (#12689)
    • [BREAKING] Only export createTransformer (#12407)

@kamtugeza kamtugeza changed the title Bump babel and other jest dependencies to v29 Bump babel-jest and other jest dependencies to v29 Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant