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 9.2.5 to 11.1.5 #98

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 10 months ago

Bumps state-machine-cat from 9.2.5 to 11.1.5.

Release notes

Sourced from state-machine-cat's releases.

v11.1.5

📈 improvements

  • 9e73425 refactor(parse/smcat): removes (unused) ast emission code for comments, spaces and line-ends (#200) (which makes the parser and with that the distribution a little smaller)

👷 maintenance

  • 2fe6b04 build(npm): updates external devDependencies
  • a99b1eb ci: sets up automated publishing with provenance
  • 21afcb0 chore: removes rule regarding lodash from dependency-cruiser configuration
  • 0cc7acc chore: removes dependency overrides for a now unused transitive dependency
  • b851e45 refactor(test): sources assertions from assert/strict to ease strict comparisons
  • ef11888 chore(test): removes administrative markers
  • d59daba refactor(test): replaces chai with node:assert (#199)

v11.1.4

:construction_worker: maintenance

  • 3e33137 refactor: removes chalk, indent-string and wrap-ansi (#197)
  • 9be4a82 refactor: replaces lodash functions where a good native alternative exists (#196)
  • f83ce94 refactor(test): replaces chai-xml, chai-json-schema with (chai-less) alternatives (#195)
  • d43e712 build(npm): updates external dependencies

:lock: shasum of the package as published on npmjs: 6c468bcd8395669b95c29d3a46f16035634142c1

v11.1.3

👷 maintenance

  • bc017d6 build(npm): updates external dependencies

🔏 shasum of the package as published on npmjs: 95f158d91bbd517b91efac225ae9425cd0001566

v11.1.2

:construction_worker: maintenance

  • 1469edb ci: renames ci action to ci
  • 519d1d9 doc: updates 3rd party badges
  • ebf7e79 build(npm): updates external dependencies

:lock: shasum of the package as published on npmjs: 15e25d9778188ced7e43c954b1afaafbbdfe0b1c

v11.1.1

:construction_worker: maintenance

  • dbe711d chore: cleans up test configuration a bit
  • 4ea5c89 build(npm): updates external dependencies
  • fc2ae2d refactor: makes command line interface easier to test
  • 805e95e chore: tweaks .gitattributes to really make linguist see docs & dist as docs & generated

... (truncated)

Commits
  • 5ff6f40 11.1.5
  • 2fe6b04 build(npm): updates external devDependencies
  • a99b1eb ci: sets up automated publishing with provenance
  • b851e45 refactor(test): sources assertions from assert/strict to ease strict comparisons
  • 9e73425 refactor(parse/smcat): removes (unused) ast emission code for comments, space...
  • ef11888 chore(test): removes administrative markers
  • 21afcb0 chore: removes rule regarding lodash from dependency-cruiser configuration
  • 0cc7acc chore: removes dependency overrides for a now unused transitive dependency
  • d59daba refactor: replaces chai with node:assert (#199)
  • 1d17afa 11.1.4
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 9 months ago

Superseded by #102.