This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/console/react/multi-6bc014718a in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git
discard f590beb4 Bump path-to-regexp and express in /console/react add cda95280 DISPATCH-2364: Cherry-pick from skupper-router: "Fixes #1317 - Define `${BuildType}` in GitHub Actions jobs (#1318)" (#1715) add 9750c077 DISPATCH-2363: chore(gha): add the missing `build` python module, necessary for Proton to build the Python binding add 5933d356 DISPATCH-2363: chore(gha): use the `-DBUILD_TOOLS=OFF` option added in PROTON-2724 add 3c36267d DISPATCH-2365: chore(gha): patch up the CentOS 7 job so that it runs again (#1717) add 494baf8f DISPATCH-2352: deps(console): update dependencies and refactor the code (#1643) add 85ae2178 NO-JIRA: Bump org.apache.rat:apache-rat-plugin from 0.16 to 0.16.1 (#1690) add 0c95abc1 DISPATCH-2357: fix(Dockerfile): don't clone git tips in `Dockerfile`, use released tags instead (#1681) add 424faac2 NO-JIRA: deps(gha): update packaged github actions versions (#1725) add 8e0918a2 DISPATCH-2357: fix(Dockerfile): switch to using Rocky Linux 8 as CentOS 8 is EOL (#1726) add d20d945d NO-JIRA: update .asf.yaml to add rebase button, enforce linear history, and to explicitly enable dependabot (#1724) add e65b6a3a DISPATCH-2338: chore(gha): build Dockerfiles in CI (#1728) add 9a2ad6d4 Bump path-to-regexp and express in /console/react 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 (f590beb4) \ N -- N -- N refs/heads/dependabot/npm_and_yarn/console/react/multi-6bc014718a (9a2ad6d4) 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: .asf.yaml | 8 + .dockerignore | 1 + .github/workflows/build.yaml | 171 +- Dockerfile | 21 +- console/react/babel.config.json | 3 + console/react/package-lock.json | 54320 +++++++++---------- console/react/package.json | 50 +- console/react/src/App.js | 11 +- console/react/src/common/amqp/connection.js | 2 +- console/react/src/index.js | 10 +- .../react/src/overview/dashboard/alertList.test.js | 8 +- console/react/src/overview/dashboard/layout.js | 96 +- pom.xml | 2 +- 13 files changed, 26081 insertions(+), 28622 deletions(-) create mode 100644 console/react/babel.config.json --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org