Skip to content

Commit

Permalink
build(npm): update external dependencies
Browse files Browse the repository at this point in the history
Up'em just updated these outdated dependencies in package.json:

@hpcc-js/wasm-graphviz            1.5.0    -> 1.6.1   dependencies      (policy: latest)
@typescript-eslint/eslint-plugin  8.7.0    -> 8.8.0   devDependencies   (policy: latest)
@typescript-eslint/parser         8.7.0    -> 8.8.0   devDependencies   (policy: latest)
eslint                            8.57.0   -> 8.57.1  devDependencies   (policy: wanted)
eslint-plugin-import              2.30.0   -> 2.31.0  devDependencies   (policy: latest)
eslint-plugin-unicorn             55.0.0   -> 56.0.0  devDependencies   (policy: latest)
peggy                             4.0.3    -> 4.1.1   devDependencies   (policy: latest)

Up'em found these packages were outdated, but did not update them because of policies:

traverse                          0.6.8   dependencies      (policy: pin)
  • Loading branch information
sverweij committed Oct 4, 2024
1 parent 14bfdc4 commit 3fe36bc
Show file tree
Hide file tree
Showing 121 changed files with 315 additions and 350 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<meta name="google-site-verification" content="K0j5zueKp7lYKMR7WihmcTJbLpHxBOpaXZEI_s0nHTw" />
<link rel="canonical" href="https://state-machine-cat.js.org">
<script nonce="known-inline-script">let LOG = false;</script>
<script src="smcat-online-interpreter.min.js" type="module" defer integrity="sha512-rlVjDsk+2YHV2CXNNfLlNOvCkymDCEFZZe+1ikk5b78GPfg1OWRTmijjJFn1dHbWotikgdhUaTydlcLaYE2MCg=="></script>
<script src="smcat-online-interpreter.min.js" type="module" defer integrity="sha512-LzV4WdQWscs9/euUna1KrfMGbrC9/7qaQzosyb+1mY0xpyzCJd7v6X+cq2IlMnd3wSKspbGDTScrkkFxWSZXVg=="></script>
<script defer src="https://code.getmdl.io/1.3.0/material.min.js" async></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DCPVBY7NNV"></script>
<script nonce="known-inline-script">
Expand Down
2 changes: 1 addition & 1 deletion docs/inpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
src="state-machine-cat-inpage.min.js"
type="module"
defer
integrity="sha512-r2ofCQQ2hkrN+SCw+JPEaAm1hEf/MTcfp/ikrcnBwCDwq7WvSfhEANychhFCId9NOcAI1xNZmwVYAFW79jd2lg=="
integrity="sha512-8B26LbBRLk2NRwfL3RmG2iZ6KIVMQUyHyK4fedzMLuHfubc01DjK5VC4k0ms+jVoP6exjqHpdeu8zYeM/T0j0Q=="
></script>
<style>
body { font-family: sans-serif; margin: 0 auto; max-width: 799px;
Expand Down
130 changes: 65 additions & 65 deletions docs/smcat-online-interpreter.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/smcat-online-interpreter.min.js.map

Large diffs are not rendered by default.

146 changes: 73 additions & 73 deletions docs/state-machine-cat-inpage.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/state-machine-cat-inpage.min.js.map

Large diffs are not rendered by default.

207 changes: 86 additions & 121 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"state-machine-cat": "dist/cli/main.mjs"
},
"dependencies": {
"@hpcc-js/wasm-graphviz": "1.5.0",
"@hpcc-js/wasm-graphviz": "1.6.1",
"ajv": "8.17.1",
"fast-xml-parser": "4.5.0",
"handlebars": "4.7.8",
Expand All @@ -104,30 +104,30 @@
"@types/he": "1.2.3",
"@types/mocha": "10.0.8",
"@types/semver": "7.5.8",
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/parser": "8.7.0",
"@typescript-eslint/eslint-plugin": "8.8.0",
"@typescript-eslint/parser": "8.8.0",
"c8": "10.1.2",
"clean-pkg-json": "1.2.0",
"dependency-cruiser": "16.4.2",
"esbuild": "0.24.0",
"eslint": "8.57.0",
"eslint": "^8.57.1",
"eslint-config-moving-meadow": "4.0.2",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-budapestian": "6.0.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-mocha": "10.5.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-security": "3.0.1",
"eslint-plugin-unicorn": "55.0.0",
"eslint-plugin-unicorn": "56.0.0",
"grammkit": "0.7.2",
"husky": "9.1.6",
"is-pdf": "1.0.0",
"is-png": "3.0.1",
"lint-staged": "15.2.10",
"mocha": "10.7.3",
"npm-run-all": "4.1.5",
"peggy": "4.0.3",
"peggy": "4.1.1",
"prettier": "3.3.3",
"query-string": "9.1.0",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion src/cli/attributes-parser.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by Peggy 4.0.3.
// @generated by Peggy 4.1.1.
//
// https://peggyjs.org/

Expand Down
2 changes: 1 addition & 1 deletion src/parse/smcat/smcat-parser.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by Peggy 4.0.3.
// @generated by Peggy 4.1.1.
//
// https://peggyjs.org/

Expand Down
2 changes: 1 addition & 1 deletion test/render/fixtures/000-d-empty.eps

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified test/render/fixtures/000-d-empty.ps
Binary file not shown.
2 changes: 1 addition & 1 deletion test/render/fixtures/000-d-empty.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion test/render/fixtures/100-d-one-state.eps

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified test/render/fixtures/100-d-one-state.ps
Binary file not shown.
2 changes: 1 addition & 1 deletion test/render/fixtures/100-d-one-state.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion test/render/fixtures/101-d-one-state-with-activities.eps

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified test/render/fixtures/101-d-one-state-with-activities.ps
Binary file not shown.
2 changes: 1 addition & 1 deletion test/render/fixtures/101-d-one-state-with-activities.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion test/render/fixtures/102-d-one-state-with-onentry.eps

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified test/render/fixtures/102-d-one-state-with-onentry.ps
Binary file not shown.
2 changes: 1 addition & 1 deletion test/render/fixtures/102-d-one-state-with-onentry.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion test/render/fixtures/103-d-one-state-with-onentries.eps

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified test/render/fixtures/103-d-one-state-with-onentries.ps
Binary file not shown.
2 changes: 1 addition & 1 deletion test/render/fixtures/103-d-one-state-with-onentries.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion test/render/fixtures/104-d-one-state-with-onexit.eps

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified test/render/fixtures/104-d-one-state-with-onexit.ps
Binary file not shown.
2 changes: 1 addition & 1 deletion test/render/fixtures/104-d-one-state-with-onexit.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion test/render/fixtures/105-d-one-state-with-onexits.eps

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified test/render/fixtures/105-d-one-state-with-onexits.ps
Binary file not shown.
2 changes: 1 addition & 1 deletion test/render/fixtures/105-d-one-state-with-onexits.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion test/render/fixtures/110-d-one-initial-state.eps

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified test/render/fixtures/110-d-one-initial-state.ps
Binary file not shown.
2 changes: 1 addition & 1 deletion test/render/fixtures/110-d-one-initial-state.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified test/render/fixtures/111-d-initial-state-pointing-somehwhere.ps
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion test/render/fixtures/120-d-one-final-state.eps

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified test/render/fixtures/120-d-one-final-state.ps
Binary file not shown.
2 changes: 1 addition & 1 deletion test/render/fixtures/120-d-one-final-state.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion test/render/fixtures/130-d-one-history-state.eps

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified test/render/fixtures/130-d-one-history-state.ps
Binary file not shown.
2 changes: 1 addition & 1 deletion test/render/fixtures/130-d-one-history-state.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion test/render/fixtures/131-d-one-deep-history-state.eps

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified test/render/fixtures/131-d-one-deep-history-state.ps
Binary file not shown.
2 changes: 1 addition & 1 deletion test/render/fixtures/131-d-one-deep-history-state.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion test/render/fixtures/200-d-more-states.eps

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified test/render/fixtures/200-d-more-states.ps
Binary file not shown.
2 changes: 1 addition & 1 deletion test/render/fixtures/200-d-more-states.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified test/render/fixtures/300-d-non-hierarchic-transition-no-event.ps
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3fe36bc

Please sign in to comment.