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

Update dependency jest-canvas-mock to v2 #145

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 23, 2019

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jest-canvas-mock 1.1.0 -> 2.3.1 age adoption passing confidence

Release Notes

hustcc/jest-canvas-mock

v2.3.1

Compare Source

v2.3.0

Compare Source

  • Added Prettier code style
  • Deleted .npmignore and switched to package.json files field
  • Added CONTRIBUTING and CODE_OF_CONDUCT docs
  • Switched to moo-color for color parsing
  • Added contributors to markdown document

v2.2.0

Compare Source

  • Bug: Slice canvas transform value when pushing (#​50)
  • Remove support for node 6 and 7
  • switch babel env to target node 8
  • add support for node 13
  • update package versions
  • fix lineWidth bug

v2.1.2

Compare Source

fix(context): ⚓ Removes argument to getters #​47

v2.1.1

Compare Source

  • Feature: Support for ImageData instantiation using a source array (#​45)

v2.1.0

Compare Source

This minor version bump now has some major snapshot support but is backwards compatible.

Changes:

  • Feature: Add static CanvasRenderingContext2D method: #.__getEvents(ctx)
    • Feature: Every successful modification of the CanvasRenderingContext2D state machine logs an _event
  • Feature: Add static CanvasRenderingContext2D method: #.__getPath(ctx)
    • Feature: Every path call adds a _path item and can be accessed via __getPath(ctx)
    • Feature: beginPath() empties the _path
  • Feature: Add static CanvasRenderingContext2D method: #.__getDrawCalls(ctx)
    • Feature: Every draw call adds a _drawCall item and can be accessed via __getDrawCall(ctx)
  • Feature: Add types/index.d.ts file for tooling types (in jest environment)
  • Feature: Support node 12
  • Docs
    • Updated arc example
    • Added snapshot testing documentation
  • Bug: createLinearGradient now accepts strings
  • Bug: createRadialGradient now accepts strings
  • Bug: globalAlpha now accepts null per Number coercion
  • Feature: Faster finite values checks
  • Feature: Add _path and _events to Path2D
  • Testing: Add and test snapshot outputs

v2.0.0

Compare Source

Just publish a stable version.


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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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/jest-canvas-mock-2.x branch from 4c5fd8a to e878316 Compare May 19, 2019 03:59
@renovate renovate bot force-pushed the renovate/jest-canvas-mock-2.x branch from e878316 to 1e491a5 Compare August 20, 2019 05:49
@renovate renovate bot force-pushed the renovate/jest-canvas-mock-2.x branch from 1e491a5 to c888170 Compare October 9, 2019 02:51
@renovate renovate bot force-pushed the renovate/jest-canvas-mock-2.x branch from c888170 to 136c339 Compare November 10, 2019 23:57
@renovate renovate bot force-pushed the renovate/jest-canvas-mock-2.x branch from 136c339 to ef64f4d Compare October 29, 2020 04:57
@renovate renovate bot force-pushed the renovate/jest-canvas-mock-2.x branch from ef64f4d to 65055ed Compare February 10, 2021 17:43
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