Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: skovhus/jest-codemods
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.34.0
Choose a base ref
...
head repository: skovhus/jest-codemods
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.34.2
Choose a head ref
  • 16 commits
  • 15 files changed
  • 6 contributors

Commits on Sep 8, 2024

  1. docs: Update README.md

    skovhus authored Sep 8, 2024
    Copy the full SHA
    518d678 View commit details
  2. build(deps): bump braces from 3.0.2 to 3.0.3 (#596)

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 8, 2024
    Copy the full SHA
    ea9b860 View commit details

Commits on Sep 12, 2024

  1. fix(jasmine): type transformation for type jasmine.SpyObj if variable…

    … declaration and assignment are separate statements (#616)
    jase88 authored Sep 12, 2024
    Copy the full SHA
    6490689 View commit details
  2. fix(jasmine): move wrongly placed jasmine matchers from expect file t…

    …o jasmine-globals file (#617)
    jase88 authored Sep 12, 2024
    Copy the full SHA
    f12c300 View commit details

Commits on Sep 14, 2024

  1. Copy the full SHA
    ba5fbf7 View commit details
  2. Copy the full SHA
    17ca751 View commit details

Commits on Sep 15, 2024

  1. Copy the full SHA
    d885321 View commit details

Commits on Sep 17, 2024

  1. Copy the full SHA
    34e7f02 View commit details

Commits on Oct 8, 2024

  1. Copy the full SHA
    a21e985 View commit details
  2. Release 0.34.1 (#625)

    skovhus authored Oct 8, 2024
    Copy the full SHA
    4232f01 View commit details

Commits on Nov 5, 2024

  1. sinon mod improvements (#622)

    * sinon: equals support and consolidate mock implementer handling; use correct ast-types version
    
    * sinon: consolidate mock impl code some more, implement resolves/rejects/throws
    
    * sinon: restore parameterless mockImplementation when possible
    
    * sinon: tests/fixes
    
    * sinon: add missing global resets
    skirsdeda authored Nov 5, 2024
    Copy the full SHA
    33a62f9 View commit details

Commits on Dec 20, 2024

  1. fix(jasmine): returnValues() should be transformed to a chain of mock…

    …ReturnValueOnce() (#628)
    
    * fix(jasmine): returnValues() should be transformed to a chain of mockReturnValueOnce()
    
    * chore: prettier
    
    * fix: returnValues callee could be variable or expression
    jase88 authored Dec 20, 2024
    Copy the full SHA
    681a52c View commit details

Commits on Dec 27, 2024

  1. chore: Update pnpm version

    skovhus committed Dec 27, 2024
    Copy the full SHA
    9dbf431 View commit details
  2. chore: Correct pnpm version

    skovhus committed Dec 27, 2024
    Copy the full SHA
    2d78fb8 View commit details
  3. chore: Omit pnpm engine

    skovhus committed Dec 27, 2024
    Copy the full SHA
    1edf246 View commit details
  4. chore: Release 0.34.2

    skovhus committed Dec 27, 2024
    Copy the full SHA
    22c1534 View commit details
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9

- name: Setup node
uses: actions/setup-node@v3
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9

- name: Setup node
uses: actions/setup-node@v3
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -16,13 +16,11 @@ and
[Node-Tap](https://github.com/tapjs/node-tap)
to [Jest](https://facebook.github.io/jest/).

[![Build Status](https://travis-ci.org/skovhus/jest-codemods.svg?branch=master)](https://travis-ci.org/skovhus/jest-codemods)
[![version][version-badge]][package]
[![downloads](https://img.shields.io/npm/dm/jest-codemods.svg?style=flat-square)](http://npm-stat.com/charts.html?package=jest-codemods&from=2017-07-17)
[![Code Coverage](https://img.shields.io/codecov/c/github/skovhus/jest-codemods.svg?style=flat-square)](https://codecov.io/github/skovhus/jest-codemods)
[![MIT License](https://img.shields.io/npm/l/jest-codemods.svg?style=flat-square)](https://github.com/skovhus/jest-codemods/blob/master/LICENSE)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![Tweet][twitter-badge]][twitter]

</div>

@@ -155,5 +153,3 @@ MIT

[version-badge]: https://img.shields.io/npm/v/jest-codemods.svg?style=flat-square
[package]: https://www.npmjs.com/package/jest-codemods
[twitter]: https://twitter.com/intent/tweet?text=Check%20out%20jest-codemods!%20https://github.com/skovhus/jest-codemods%20%F0%9F%91%8D
[twitter-badge]: https://img.shields.io/twitter/url/https/github.com/skovhus/jest-codemods.svg?style=social
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-codemods",
"version": "0.34.0",
"version": "0.34.2",
"description": "Codemods for migrating test files to Jest",
"license": "MIT",
"repository": "skovhus/jest-codemods",
@@ -69,7 +69,7 @@
"@types/update-notifier": "5.1.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"ast-types": "0.16.1",
"ast-types": "0.14.2",
"codecov": "3.8.3",
"eslint": "8.57.0",
"eslint-config-prettier": "8.10.0",
Loading
Oops, something went wrong.