You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flagon.apache.org by gi...@apache.org on 2022/04/01 14:51:47 UTC

[incubator-flagon-useralejs] branch dependabot/npm_and_yarn/test/babel/core-7.17.8 updated (33764d7 -> 51cfb8c)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/npm_and_yarn/test/babel/core-7.17.8
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git.


 discard 33764d7  Bump @babel/core from 7.16.12 to 7.17.8
     add b0b2c15  disables userale autostart behavior for npm users and adds react example
     add 51cfb8c  Bump @babel/core from 7.16.12 to 7.17.8

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (33764d7)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/test/babel/core-7.17.8 (51cfb8c)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 build/UserALEWebExtension/content.js               |     8 +-
 build/userale-2.2.0.js                             |    18 +-
 build/userale-2.2.0.min.js                         |     2 +-
 example/index.js                                   |     1 +
 example/react-app-example/.gitignore               |    23 +
 example/react-app-example/README.md                |     3 +
 example/react-app-example/package-lock.json        | 27593 +++++++++++++++++++
 example/react-app-example/package.json             |    38 +
 example/react-app-example/public/favicon.ico       |   Bin 0 -> 3870 bytes
 example/react-app-example/public/index.html        |    57 +
 example/react-app-example/public/logo192.png       |   Bin 0 -> 5347 bytes
 example/react-app-example/public/logo512.png       |   Bin 0 -> 9664 bytes
 .../react-app-example/src/App.css                  |    55 +-
 .../react-app-example/src/App.js                   |    51 +-
 .../react-app-example/src/index.css                |    30 +-
 .../react-app-example/src/index.js                 |    28 +-
 example/react-app-example/src/logo.svg             |     1 +
 .../react-app-example/src/setupTests.js            |    22 +-
 example/webpackUserAleExample/dist/main.js         |     2 +-
 package-lock.json                                  |    40 +-
 src/configure.js                                   |    21 +-
 src/main.js                                        |    12 +-
 test/configure_spec.js                             |    19 +-
 test/main_spec.js                                  |    11 +
 24 files changed, 27905 insertions(+), 130 deletions(-)
 create mode 100644 example/react-app-example/.gitignore
 create mode 100644 example/react-app-example/README.md
 create mode 100644 example/react-app-example/package-lock.json
 create mode 100644 example/react-app-example/package.json
 create mode 100644 example/react-app-example/public/favicon.ico
 create mode 100644 example/react-app-example/public/index.html
 create mode 100644 example/react-app-example/public/logo192.png
 create mode 100644 example/react-app-example/public/logo512.png
 copy journey/userale.journey.js => example/react-app-example/src/App.css (58%)
 copy journey/userale.journey.js => example/react-app-example/src/App.js (53%)
 copy journey/userale.journey.js => example/react-app-example/src/index.css (59%)
 copy journey/userale.journey.js => example/react-app-example/src/index.js (59%)
 create mode 100644 example/react-app-example/src/logo.svg
 copy journey/userale.journey.js => example/react-app-example/src/setupTests.js (59%)