Skip to content

Commit

Permalink
Pushing merge, resolved using upstream.\n\n message=Security warnings
Browse files Browse the repository at this point in the history
trying to swat most of these https://github.com/rive-app/rive/security/dependabot?page=13&q=is%3Aopen+sort%3Amanifest-path+ecosystem%3Anpm

there are a few sets of issues here

`release-it` - i just updated these, we should be aware that on next release of android/ios/etc we may have an issue here, i did a dry run on rive_flutter which was fine mind you.

`_framework/examples` - i ran all of them successfully, *except for* the `vue` example which complains that we dont have `rive.lean.dev` in our dist. I actually suspect that this example stopped working but was hoping to confirm this @HayesGordon

`wasm/examples` - ran all of these successfully *except for* the `centaur_game` example. the scaling seems off, and the centaur is not in the frame properly, also the apples are being placed oddly & rendered "twice" once with a static apple and once with an animated one... I did a little playing around here, (changing a state machine to advanceAndApply etc) but once again was hoping to find out if this was actually working properly before. (will go and check out main and rebuild everything in a second to double check the state of this, but I couldnt even build this before updating packages... )

`runtime_wasm/js` hm this one is all just made up of dev bits, do we need to do more to test this than try the examples?

Diffs=
5893a12377 Security warnings (#8825)

Co-authored-by: Maxwell Talbot <[email protected]> diff=\n\ndiff --cc .github/release/package-lock.json
index e89548e,2786550..0000000
--- a/.github/release/package-lock.json
+++ b/.github/release/package-lock.json
@@@ -1,88 -1,43 +1,48 @@@
  {
    "name": "release",
++<<<<<<< ours
 +  "version": "6.5.4",
 +  "lockfileVersion": 1,
++=======
+   "version": "3.0.1",
+   "lockfileVersion": 3,
++>>>>>>> theirs
    "requires": true,
-   "dependencies": {
-     "@babel/code-frame": {
-       "version": "7.16.0",
-       "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.0.tgz",
-       "integrity": "sha512-IF4EOMEV+bfYwOmNxGzSnjR2EmQod7f1UXOpZM3l4i4o4QNwzjtJAu/HxdjHq0aYBvdqMuQEY1eg0nqW9ZPORA==",
-       "dev": true,
-       "requires": {
-         "@babel/highlight": "^7.16.0"
+   "packages": {
+     "": {
+       "name": "release",
+       "version": "3.0.1",
+       "license": "ISC",
+       "devDependencies": {
+         "@release-it/bumper": "^6.0.1",
+         "auto-changelog": "^2.3.0",
+         "release-it": "^17.0.0"
        }
      },
-     "@babel/helper-validator-identifier": {
-       "version": "7.15.7",
-       "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz",
-       "integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==",
-       "dev": true
-     },
-     "@babel/highlight": {
-       "version": "7.16.0",
-       "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.0.tgz",
-       "integrity": "sha512-t8MH41kUQylBtu2+4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g==",
+     "node_modules/@babel/code-frame": {
+       "version": "7.26.2",
+       "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz",
+       "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==",
        "dev": true,
-       "requires": {
-         "@babel/helper-validator-identifier": "^7.15.7",
-         "chalk": "^2.0.0",
-         "js-tokens": "^4.0.0"
-       },
        "dependencies": {
-         "ansi-styles": {
-           "version": "3.2.1",
-           "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
-           "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
-           "dev": true,
-           "requires": {
-             "color-convert": "^1.9.0"
-           }
-         },
-         "chalk": {
-           "version": "2.4.2",
-           "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
-           "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
-           "dev": true,
-           "requires": {
-             "ansi-styles": "^3.2.1",
-             "escape-string-regexp": "^1.0.5",
-             "supports-color": "^5.3.0"
-           }
-         },
-         "color-convert": {
-           "version": "1.9.3",
-           "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
-           "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
-           "dev": true,
-           "requires": {
-             "color-name": "1.1.3"
-           }
-         },
-         "color-name": {
-           "version": "1.1.3",
-           "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
-           "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=",
-           "dev": true
-         },
-         "has-flag": {
-           "version": "3.0.0",
-           "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
-           "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
-           "dev": true
-         },
-         "supports-color": {
-           "version": "5.5.0",
-           "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
-           "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
-           "dev": true,
-           "requires": {
-             "has-flag": "^3.0.0"
-           }
-         }
+         "@babel/helper-validator-identifier": "^7.25.9",
+         "js-tokens": "^4.0.0",
+         "picocolors": "^1.0.0"
+       },
+       "engines": {
+         "node": ">=6.9.0"
+       }
+     },
+     "node_modules/@babel/helper-validator-identifier": {
+       "version": "7.25.9",
+       "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
+       "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
+       "dev": true,
+       "engines": {
+         "node": ">=6.9.0"
        }
      },
-     "@iarna/toml": {
+     "node_modules/@iarna/toml": {
        "version": "2.2.5",
        "resolved": "https://registry.npmjs.org/@iarna/toml/-/toml-2.2.5.tgz",
        "integrity": "sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==",
  • Loading branch information
mjtalbot authored and mjtalbot committed Jan 7, 2025
1 parent 344b5a6 commit 63e73be
Show file tree
Hide file tree
Showing 3 changed files with 4,735 additions and 1,721 deletions.
Loading

0 comments on commit 63e73be

Please sign in to comment.