Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

kamtugeza
Copy link

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