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

dependabot[bot] pushed a change to branch dependabot/npm_and_yarn/ajv-8.20.0
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git


    omit e931592dd24 build(deps): bump ajv from 8.18.0 to 8.20.0
     add df77cd2d75b kie-issues#3615: BPMN Editor: Message type once assigned 
cannot be cleared (#3616)
     add 57f826cddc4 fix(security): bump Spring Boot 4.0.5 → 4.0.6 to remediate 
Spring CVEs (#2215)
     add 20af0bbc49e NO-ISSUE: Fix missing reference to editor envelope and 
defaultProps + spread props with key errors (#3617)
     add 32c28e59241 [NO-ISSUE] Sync dependencies version used by jBang with 
kie-parent (#3613)
     add 7bf6aa04b9c NO-ISSUE: Upgrade Go version from 1.26.1 to 1.26.3 (#3621)
     add faecc6cf9ed NO-ISSUE: update picomatch versions to address 
CVE-2026-33671 and CVE-2026-3367 (#3611)
     add b2a4d3b3e8b NO-ISSUE: Update qs to 6.15.2 address CVE-2026-8723 (#3612)
     add 092b3754eee build(deps): bump ajv from 8.18.0 to 8.20.0

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   (e931592dd24)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/ajv-8.20.0 
(092b3754eee)

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:
 .ci/incubator-kie-tools-ci-build.Dockerfile        |   4 +-
 .github/actions/setup-env/action.yml               |   4 +-
 README.md                                          |   2 +-
 devbox.json                                        |   2 +-
 devbox.lock                                        |  24 +-
 .../src/mutations/addOrGetCorrelations.ts          | 172 +++++
 .../src/mutations/addOrGetItemDefinitions.ts       |   4 +-
 .../bpmn-editor/src/mutations/addOrGetMessages.ts  |  39 +-
 .../src/mutations/deleteCorrelations.ts            | 146 ++++
 .../src/mutations/renameCorrelations.ts            | 153 ++++
 ...tializeProcess.ts => renameGlobalProperties.ts} |  19 +-
 .../bpmn-editor/src/mutations/renameMessage.ts     |  63 ++
 .../src/propertiesPanel/GlobalProperties.tsx       |  17 +-
 .../propertiesPanel/correlations/Correlations.tsx  | 364 ++++------
 .../ItemDefinitionRefSelector.css                  |   6 +
 .../ItemDefinitionRefSelector.tsx                  |  10 +-
 .../propertiesManager/PropertiesManager.tsx        |  71 +-
 .../changeStartEventProperties.spec.ts             |  33 +
 ...MarshallerBackendCompatibilityTesterScript.java |   6 +-
 .../src/embedded/embedded/EmbeddedEditor.tsx       |  19 +-
 .../editor/src/envelope/KogitoEditorEnvelope.tsx   |  58 +-
 .../maven-base/not-reproducible-plugins.properties |   2 +-
 packages/spring-boot-bom/pom.xml                   |   2 +-
 packages/uniforms-patternfly/src/BaseForm.tsx      |   3 +-
 packages/uniforms-patternfly/src/BoolField.tsx     |  14 +-
 packages/uniforms-patternfly/src/ErrorField.tsx    |  24 +-
 packages/uniforms-patternfly/src/ErrorsField.tsx   |  24 +-
 packages/uniforms-patternfly/src/SubmitField.tsx   |   4 +-
 packages/uniforms-patternfly/src/wrapField.tsx     |   4 +-
 pnpm-lock.yaml                                     | 771 +++++++++++++--------
 pnpm-workspace.yaml                                |   6 +
 repo/build-dependencies-versions.json              |   2 +-
 32 files changed, 1344 insertions(+), 728 deletions(-)
 create mode 100644 packages/bpmn-editor/src/mutations/addOrGetCorrelations.ts
 create mode 100644 packages/bpmn-editor/src/mutations/deleteCorrelations.ts
 create mode 100644 packages/bpmn-editor/src/mutations/renameCorrelations.ts
 copy packages/bpmn-editor/src/mutations/{initializeProcess.ts => 
renameGlobalProperties.ts} (72%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to