Code Monkey home page Code Monkey logo

Comments (14)

greenkeeper avatar greenkeeper commented on July 20, 2024

Your tests are still failing with this version. Compare changes

Release Notes for 25.2.1

Fixes

  • [*] Downlevel TypeScript definitions files for compatibility with TS<3.8 (#9705)
Commits

The new version differs by 5 commits.

  • a679390 v25.2.1
  • 0e7b531 chore: update changelog for release
  • d4057ce fix: downlevel .d.ts files for compat with older TS versions (#9705)
  • 677b763 docs: Grammatical Corrections to Async Docs Page (#9679)
  • 682e310 docs: Clarify scope of jest.setTimeout (#9676)

See the full diff

from k-ramel.

greenkeeper avatar greenkeeper commented on July 20, 2024

Your tests are still failing with this version. Compare changes

Release Notes for 25.2.2

Fixes

  • [jest-environment-node] Remove getVmContext from Node env on older versions of Node (#9706)
  • [jest-runtime] Return constructable class from require('module') (#9711)
Commits

The new version differs by 4 commits.

  • 96aaf89 v25.2.2
  • f95ce82 chore: update changelog for release
  • 2c5751f fix: return constructable class from require('module') (#9711)
  • d1c81fd fix: remove getVmContext from node env on older versions of n… (#9708)

See the full diff

from k-ramel.

greenkeeper avatar greenkeeper commented on July 20, 2024

Your tests are still failing with this version. Compare changes

from k-ramel.

greenkeeper avatar greenkeeper commented on July 20, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 25.2.4

Features

  • [jest-message-util] Check for common errors when using the wrong test environment (#8245)

Fixes

  • [jest-circus] Fix type elision of jest-runtime imports (#9717)
  • [@jest/transform] Fix coverage reporter for uncovered files without transformers, reverting (#9460) (#9724)
Commits

The new version differs by 6 commits.

  • 3249385 v25.2.4
  • 7aeca33 chore: update changelog for release
  • b847213 Fix coverage reporter for uncovered files without transformers (#9724)
  • 2a4b073 feat: check for common errors when using the wrong test environment (#8245)
  • b7cd432 chore: fix some type errors in e2e tests (#9720)
  • db055c2 Fix type ellision of jest-runtime imports (#9717)

See the full diff

from k-ramel.

greenkeeper avatar greenkeeper commented on July 20, 2024

Your tests are still failing with this version. Compare changes

from k-ramel.

greenkeeper avatar greenkeeper commented on July 20, 2024

Your tests are still failing with this version. Compare changes

Release Notes for 25.2.7

Fixes

  • [jest-matcher-utils] Replace accessors with values to avoid calling setters in object descriptors when computing diffs for error reporting (#9757)
  • [@jest/watcher] Correct return type of shouldRunTestSuite for JestHookEmitter (#9753)
Commits

The new version differs by 5 commits.

  • 3c2fa93 v25.2.7
  • b327499 chore: update changelog for release
  • 3554623 fix: drop getters and setters when diffing objects for error (#9757)
  • 26951bd chore(jest-types): correct return type of shouldRunTestSuite fo… (#9753)
  • d010f0e chore: correct formatting in changelog

See the full diff

from k-ramel.

greenkeeper avatar greenkeeper commented on July 20, 2024

Your tests are still failing with this version. Compare changes

from k-ramel.

greenkeeper avatar greenkeeper commented on July 20, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 25.3.0

Features

  • [babel-jest] Support passing supportsDynamicImport and supportsStaticESM (#9766)
  • [babel-preset-jest] Enable all syntax plugins not enabled by default that works on current version of Node (#9774)
  • [jest-circus] Enable writing async test event handlers (#9397)
  • [jest-runtime, @jest/transformer] Support passing supportsDynamicImport and supportsStaticESM (#9597)

Chore & Maintenance

  • [*] Replace anys with unknowns (#9626)
  • [@jest/transform] Expose type CacheKeyOptions for getCacheKey (#9762)
  • [@jest/types] Correct type testRegex for ProjectConfig (#9780)
Commits

The new version differs by commits.

See the full diff

from k-ramel.

greenkeeper avatar greenkeeper commented on July 20, 2024

Your tests are still failing with this version. Compare changes

from k-ramel.

greenkeeper avatar greenkeeper commented on July 20, 2024

Your tests are still failing with this version. Compare changes

from k-ramel.

greenkeeper avatar greenkeeper commented on July 20, 2024

Your tests are still failing with this version. Compare changes

from k-ramel.

greenkeeper avatar greenkeeper commented on July 20, 2024

Your tests are still failing with this version. Compare changes

Release Notes for 25.5.1

Fixes

  • [jest-haste-map] Add missing @types/graceful-fs dependency (#9913)
  • [jest-runner] Correctly serialize Set passed to worker (#9915)
  • [jest-runtime] Vary ESM cache by query (#9914)
Commits

The new version differs by 6 commits.

  • c5f2fd7 v25.5.1
  • 46922da chore: update changelog for release
  • fdca483 fix: vary ESM cache by query (#9914)
  • a5d0b08 fix: correctly serialize Set passed to worker (#9915)
  • 0740ad4 fix: include missing @types/graceful-fs dep (#9913)
  • d425a49 chore: roll new version of docs

See the full diff

from k-ramel.

greenkeeper avatar greenkeeper commented on July 20, 2024

Your tests are still failing with this version. Compare changes

Release Notes for 25.5.2

Fixes

  • [jest-globals] Export globals as values, not types (#9925)
Commits

The new version differs by 3 commits.

  • ad1b9dc v25.5.2
  • fdd3626 chore: update changelog for release
  • e21468d fix: export globals as values, not types (#9925)

See the full diff

from k-ramel.

greenkeeper avatar greenkeeper commented on July 20, 2024

Your tests are still failing with this version. Compare changes

Release Notes for 25.5.4

Fixes

  • [jest-jasmine2] Don't run beforeAll / afterAll in skipped describe blocks (#9931)

Chore & Maintenance

  • [jest-runtime] Do not warn when mutating require.cache (#9946)
Commits

The new version differs by 7 commits.

  • 389d137 v25.5.4
  • 4f97b9f chore: update changelog for release
  • 78bb25a fix: remove warning when mutating require.cache (#9946)
  • 649796d fix: don't run beforeAll/afterAll in skipped block (#9931)
  • 80b6905 v25.5.3
  • 3d11113 chore: update changelog for release
  • 2fa7f4d fix: plug memory leak in jest-circus when running in band (#9934)

See the full diff

from k-ramel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.