sonntam / node-red-contrib-xstate-machine

A xstate-based state machine implementation using state-machine-cat visualization for node red.
MIT License
22 stars 8 forks source link

Bump state-machine-cat from 7.4.3 to 9.1.0 #30

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps state-machine-cat from 7.4.3 to 9.1.0.

Release notes

Sourced from state-machine-cat's releases.

v9.1.0

🌟 features

  • 6ba1d8c feature(cli): updates the vizjs warning & the condition under which it shows (#152)

👷 maintenance

  • 9a33687 chore: replaces tslint (#154)
  • 24c1efa chore: removes deepcode configurations
  • f529304 build(npm): :arrow_up: ajv, c8, chalk, commander, dependency-cruiser, esbuild, eslint, eslint-plugin-import, eslint-plugin-unicorn, lint-staged, mocha, prettier
  • b48e9d3 bugfix(tools): tell the render fixture regenator of the new binary location
  • f929f7b refactor: deep import semver functions

📖 documentation

  • 2f16ae9 doc(README): ensures state type examples are well readable on a dark background

v9.0.1

🐛 Fixes

  • 2f81001 bugfix/refactor: change esm approach (#149) If you faced compatibility issues with the API in v9.0.0 this bugfix will most likely fix them. See the PR (#149) and the issue it fixes (#148) for details. Many thanks to @​mwaddell for filing the issue, the excellent reproduction sample and for testing the fix!
  • b51a1ec bugfix(report): minifies compiled handlebars templates

👷 Maintenance

  • af0f0f7 chore(ci): inform deepcode & codeclimate of the extension changes done in 2f81001
  • c6fde06 test: transform scjson json schema to js

v9.0.0

👷 Maintenance

  • a8ebfe0 refactor!: migrate to esm (#147)

state-machine-cat is now esm first. A commonjs version will be part of the state-machine-cat distribution on npm until esm has gained enough footing to remove it.

There's two (small) BREAKING CHANGEs in this release:

  • BREAKING: The (deprecated since a long time) callback is gone from the render function in the API.
  • BREAKING: The minimum required version of node 14 is now 14.13.1 in stead of 14.0.0 (the minimum versions of node 12 & 16 remain the same; 12.20 and 16.0.0 respectively).

v8.1.1

:bug: fixes

  • 22f7b13 feature(inpage): lazy load graphs with IntersectionObserver
  • 50fb393 bugfix(inpage): also render file not found errors
  • 94cea69 bugfix(types|json-schema): type the width attribute on transitions (#145)

:construction_worker: maintenance

... (truncated)

Commits
  • 6a275cc 9.1.0
  • 9a33687 chore: replaces tslint (#154)
  • f529304 build(npm): ajv, c8, chalk, commander, dependency-cruiser, esbuild, eslint, e...
  • 54f9a1d doc(README): reflect #152 here as well
  • b48e9d3 bugfix(tools): tell the render fixture regenartor of the new binary location
  • 2f16ae9 doc(README): ensures state type examples are well readable on a dark background
  • 6ba1d8c feature(cli): updates the vizjs warning & the condition under which it shows ...
  • f929f7b refactor: deep import semver functions
  • 24c1efa chore: removes deepcode configurations
  • 467a768 9.0.1
  • Additional commits viewable in compare view


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)
dependabot[bot] commented 3 years ago

Looks like state-machine-cat is up-to-date now, so this is no longer needed.