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/prettier-3.4.2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git
discard 5b1e8a78 Bump prettier from 2.5.1 to 3.4.2 in /console/react 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 3086d276 Bump prettier from 2.5.1 to 3.4.2 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 (5b1e8a78) \ N -- N -- N refs/heads/dependabot/npm_and_yarn/console/react/prettier-3.4.2 (3086d276) 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 | 70 +- Dockerfile | 21 +- console/react/babel.config.json | 3 + console/react/package-lock.json | 56740 +++++++++---------- console/react/package.json | 48 +- 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, 27285 insertions(+), 29735 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