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

chore(deps): update jest packages (major) #513

Merged
merged 2 commits into from May 18, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 4, 2020

This PR contains the following updates:

Package Type Update Change
babel-jest devDependencies major ^25.5.1 -> ^26.0.1
jest (source) devDependencies major ^25.5.4 -> ^26.0.1
ts-jest (source) devDependencies major ^25.5.1 -> ^26.0.0

Release Notes

facebook/jest

v26.0.1

Compare Source

Fixes
  • [jest-circus] Backward compatibility for deprecated DescribeBlock.tests to not break e.g. Detox reporter

v26.0.0

Compare Source

Features
  • [jest-environment-jsdom] [BREAKING] Upgrade jsdom to v16 (#​9606)
  • [@jest/fake-timers] Add possibility to use a modern implementation of fake timers, backed by @sinonjs/fake-timers (#​7776)
  • [jest-runtime] Add createMockFromModule as an alias for genMockFromModule (#​9962)
Fixes
  • [babel-jest] Handle null being passed to createTransformer (#​9955)
  • [jest-circus, jest-console, jest-jasmine2, jest-reporters, jest-util, pretty-format] Fix time durating formatting and consolidate time formatting code (#​9765)
  • [jest-circus] [BREAKING] Fail tests if a test takes a done callback and have return values (#​9129)
  • [jest-circus] [BREAKING] Throw a proper error if a test / hook is defined asynchronously (#​8096)
  • [jest-circus] Throw more descriptive error if hook is defined inside test (#​9957)
  • [jest-circus] [BREAKING] Align execution order of tests to match jasmine's top to bottom order (#​9965)
  • [jest-config, jest-resolve] [BREAKING] Remove support for browser field (#​9943)
  • [jest-haste-map] Stop reporting files as changed when they are only accessed (#​7347)
  • [jest-resolve] Show relative path from root dir for module not found errors (#​9963)
  • [jest-runtime] Fix absolute path moduleNameMapper + jest.mock bug (#​8727)
Chore & Maintenance
  • [*] [BREAKING] TypeScript definitions requires a minimum of TypeScript v3.8 (#​9823)
  • [*] [BREAKING] Drop support for Node 8 (#​9423)
  • [*] Upgrade to chalk@4 (#​9752)
  • [*] Remove usage of realpath-native (#​9952)
  • [docs] Fix example reference implementation to use Jest with Phabricator (#​8662)
  • [docs] Added default compiler to tranform (#​8583)
  • [docs] Updated Testing Frameworks guide with React; make it generic (#​9106)
  • [expect, jest-mock, pretty-format] [BREAKING] Remove build-es5 from package (#​9945)
  • [@jest/fake-timers, @​jest/environment] [BREAKING] Rename LolexFakeTimers to ModernFakeTimers (#​9960)
  • [jest-haste-map] [BREAKING] removed providesModuleNodeModules (#​8535)
  • [jest-runtime] [BREAKING] Remove long-deprecated require.requireActual and require.requireMock methods (#​9854)
kulshekhar/ts-jest

v26.0.0

Compare Source

Bug Fixes
  • compiler: return undefined for getScriptVersion when a file doesn't exist in memory cache (#​1641) (6851b8e)
Features
BREAKING CHANGES
  • Requires a minimum of TypeScript v3.8
  • Drop support for Node 8

25.5.1 (2020-05-09)

Bug Fixes
  • compiler: don't resolve files from build folder for projectReferences (#​1614) (74b92d3)
  • config: don't set include value of tsconfig to empty array (#​1606) (8a29aaa)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot force-pushed the renovate/major-jest-packages branch 4 times, most recently from e002cce to 3971751 Compare May 12, 2020 10:13
@clarkdo
Copy link
Member

clarkdo commented May 12, 2020

Hold by vuejs/vue-jest#241

@renovate renovate bot force-pushed the renovate/major-jest-packages branch from 3971751 to 59dce7a Compare May 15, 2020 22:40
@renovate renovate bot changed the title chore(deps): update jest packages to v26 (major) chore(deps): update jest packages (major) May 15, 2020
@renovate renovate bot force-pushed the renovate/major-jest-packages branch from 59dce7a to 0eb378d Compare May 18, 2020 08:41
@renovate renovate bot changed the title chore(deps): update jest packages (major) Update jest packages (major) May 18, 2020
@renovate renovate bot force-pushed the renovate/major-jest-packages branch 2 times, most recently from 4a93b46 to fd98f98 Compare May 18, 2020 09:04
@renovate renovate bot changed the title Update jest packages (major) chore(deps): update jest packages (major) May 18, 2020
@renovate renovate bot force-pushed the renovate/major-jest-packages branch 4 times, most recently from 4cb374e to 1973990 Compare May 18, 2020 17:27
@renovate renovate bot force-pushed the renovate/major-jest-packages branch from 1973990 to 9e4cf15 Compare May 18, 2020 17:42
@renovate
Copy link
Contributor Author

renovate bot commented May 18, 2020

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

@clarkdo clarkdo merged commit 41ae9bf into master May 18, 2020
@clarkdo clarkdo deleted the renovate/major-jest-packages branch May 18, 2020 17:53
Atinux added a commit that referenced this pull request Jun 22, 2020
* feat: prepare for Nuxt 2.13

* fix(jest): downgrate vue-jest to v3
pending by vuejs/vue-jest#241

* chore(deps): update all non-major dependencies (#509)

* fix(prettier): add stylelint-config-prettier

* chore(deps): update jest packages (major) (#513)

* chore: add npm registry config

* chore(deps): update all non-major dependencies

* chore(deps): update devdependency @nuxt/typescript-build to v1

* fix(ava): expect vm truthy as vue instance assertion

* chore(deps): update all non-major dependencies

* chore(deps): update all non-major dependencies

* feat(template): remove dotenv module (#544)

* chore: optimize svg & animation (#547)

* feat: add content module (#540)

* chore(deps): update all non-major dependencies

* chore(deps): lock file maintenance (#541)

* v3.0.0

* chore: update snapshots

* chore: update prompts and add TS runtime by default

* chore: fix lint issue

Co-authored-by: Clark Du <clark.duxin@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants