Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

chore(deps): bump zundo from 2.0.0-beta.20 to 2.0.0-beta.22 #1975

Merged
merged 1 commit into from
Jun 16, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2023

Bumps zundo from 2.0.0-beta.20 to 2.0.0-beta.22.

Release notes

Sourced from zundo's releases.

v2.0.0-beta.22 - Reduce size by moving internals

839 B --> 833 B

What's Changed

Full Changelog: charkour/zundo@v2.0.0-beta.21...v2.0.0-beta.22

v2.0.0-beta.21 - isTracking Flag

852 B --> 839 B

Breaking Change

- trackingStatus: 'tracking' | 'paused'
+ isTracking: boolean

trackingStatus === 'tracking'


isTracking === true


trackingStatus === 'paused'


isTracking === false

Stop and start history

isTracking: boolean

isTracking: a stateful flag in the temporal store that indicates whether the temporal store is tracking state changes or not. Possible values are true or false. To programmatically pause and resume tracking, use pause() and resume() explained below.

Pause tracking of history

pause: () => void

pause: call function to pause tracking state changes. This will prevent new states from being stored in history within the temporal store. Sets isTracking to false.

Resume tracking of history

resume: () => void

resume: call function to resume tracking state changes. This will allow new states to be stored in history within the temporal store. Sets isTracking to true.

What's Changed

Full Changelog: charkour/zundo@v2.0.0-beta.20...v2.0.0-beta.21

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [zundo](https://github.com/charkour/zundo) from 2.0.0-beta.20 to 2.0.0-beta.22.
- [Release notes](https://github.com/charkour/zundo/releases)
- [Commits](charkour/zundo@v2.0.0-beta.20...v2.0.0-beta.22)

---
updated-dependencies:
- dependency-name: zundo
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team June 16, 2023 08:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 16, 2023
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov
Copy link

codecov bot commented Jun 16, 2023

Codecov Report

Merging #1975 (2f9dce7) into main (0c1d880) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1975   +/-   ##
=======================================
  Coverage   60.72%   60.72%           
=======================================
  Files          78       78           
  Lines        2546     2546           
  Branches      576      576           
=======================================
  Hits         1546     1546           
  Misses        956      956           
  Partials       44       44           

@igarashitm igarashitm merged commit d52e0ad into main Jun 16, 2023
@igarashitm igarashitm deleted the dependabot/npm_and_yarn/zundo-2.0.0-beta.22 branch June 16, 2023 12:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant