This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch dependabot/npm_and_yarn/uuid-14.0.0
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
discard 40334a70951 build(deps): bump uuid from 8.3.2 to 14.0.0
add d8e217aeeee [incubator-kie-issues#2287] CORS Proxy: Add optional TLS
support (#3554)
add f71e935c010 kie-issues#2297: BPMN Editor: Creating new edges on
existing edges from and to gateway nodes causes issues (#3571)
add 268a7ee4010 kie-issues#2310: KIE DMN editor crash on items[1].score
with Any-typed list (#3576)
add 1f578fabf45 Upgrade Netty to 4.1.133.Final to address security
vulnerabilities (#3577)
add 3c5cb0adcfc [kie-issues#2306] Update Spring dependencies to 6.2.18 and
Spring Boot to 3.5.14 (#3574)
add c8c84a998d2 kie-issue#2248 Removed deprecated functions in
AutoCompletion module (#3560)
add 55c554771e7 NO-ISSUE: BPMN Editor: Auto-generated namespace has an
extra "/" (#3582)
add f94cb18d2c8 NO-ISSUE: Use pom.xml template in maven-base so new Kogito
version are propagated to Gradle modules (#3588)
add 274d76af7b2 kie-issues#2295: BPMN Editor: Palette Icon Visibility
Across Resolutions (#3565)
add 0e4f74f1ea2 NO-ISSUE: Update fast-uri to 3.1.2 to address
CVE-2026-6321, CVE-2026-6322 (#3593)
add dca2c3b8fb1 [incubator-kie-issues#2288] - Springboot 4.0.x upgrade
(#3585)
add 7d1215291e4 NO-ISSUE:Update uuid from ^8.3.2 to ^11.1.1 across all
packages (#3579)
add f62382d866e build(deps): bump uuid from 11.1.1 to 14.0.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 (40334a70951)
\
N -- N -- N refs/heads/dependabot/npm_and_yarn/uuid-14.0.0
(f62382d866e)
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:
.../process-security/docker-compose/pgadmin/pgpass | 3 -
packages/accelerator-git-http-server/package.json | 2 +-
packages/boxed-expression-component/package.json | 2 +-
packages/bpmn-editor/src/BpmnEditor.css | 2 +-
packages/bpmn-editor/src/diagram/BpmnPalette.css | 95 +++
packages/bpmn-editor/src/diagram/BpmnPalette.tsx | 346 ++++++--
packages/bpmn-editor/src/i18n/BpmnEditorI18n.ts | 1 +
packages/bpmn-editor/src/i18n/locales/en.ts | 1 +
packages/bpmn-editor/src/mutations/addEdge.ts | 14 +-
.../src/mutations/setTargetNamespace.ts | 2 +-
packages/bpmn-marshaller/package.json | 2 +-
.../package.json | 2 +-
packages/chrome-extension/package.json | 2 +-
packages/cors-proxy/env/index.js | 10 +
packages/cors-proxy/package.json | 6 +-
packages/cors-proxy/src/index.ts | 2 +
packages/cors-proxy/src/proxy/server.ts | 18 +-
packages/cors-proxy/tests/server.test.ts | 10 +
.../dev-deployment-dmn-form-webapp/package.json | 2 +-
packages/dev-deployment-quarkus-blank-app/pom.xml | 2 +-
.../dev-deployment-upload-service/package.json | 2 +-
packages/dmn-editor/package.json | 2 +-
.../src/parser/FeelFunctionReturningTypes.ts | 2 -
.../src/parser/grammar/visitor/FeelVisitorImpl.ts | 14 +-
packages/dmn-language-service/package.json | 2 +-
packages/dmn-marshaller/package.json | 2 +-
.../package.json | 2 +-
packages/drools-and-kogito/env/index.js | 8 +-
packages/editor/package.json | 2 +-
packages/envelope-bus/package.json | 2 +-
packages/feel-input-component/package.json | 2 +-
.../package.json | 2 +-
.../package.json | 2 +-
packages/form-code-generator/package.json | 2 +-
packages/i18n/package.json | 2 +-
.../import-java-classes-component/package.json | 2 +-
.../jbpm-form-code-generator-themes/package.json | 2 +-
.../k8s-yaml-to-apiserver-requests/package.json | 2 +-
packages/keyboard-shortcuts/package.json | 2 +-
packages/kie-sandbox-distribution/package.json | 2 +-
packages/kie-sandbox-helm-chart/README.md | 87 +-
packages/kie-sandbox-helm-chart/src/README.md | 87 +-
.../src/charts/cors_proxy/README.md | 31 +-
.../cors_proxy/templates/deployment.yaml.helm | 29 +
.../src/charts/cors_proxy/values.yaml | 16 +
.../actions => packages/maven-base}/.gitignore | 2 +-
packages/maven-base/install.js | 4 +-
.../maven-base/not-reproducible-plugins.properties | 2 +-
packages/maven-base/package.json | 3 +-
packages/maven-base/{pom.xml => pom.xml.template} | 45 +-
packages/online-editor/package.json | 2 +-
.../src/dmnRunner/DmnRunnerDrawer.tsx | 12 +-
packages/online-editor/src/editor/EditorPage.tsx | 2 +-
.../Google-Chrome/createFiles/new-file-bpmn.png | Bin 71992 -> 73887 bytes
.../Google-Chrome/createFiles/sample-bpmn.png | Bin 64667 -> 66974 bytes
.../chromium/createFiles/new-file-bpmn.png | Bin 70544 -> 72543 bytes
.../chromium/createFiles/sample-bpmn.png | Bin 63914 -> 66449 bytes
.../webkit/createFiles/new-file-bpmn.png | Bin 77062 -> 79745 bytes
.../webkit/createFiles/sample-bpmn.png | Bin 69578 -> 72635 bytes
packages/pmml-editor-marshaller/package.json | 2 +-
packages/pmml-editor/package.json | 2 +-
packages/root-env/env/index.js | 2 +-
packages/scesim-marshaller/package.json | 2 +-
packages/switch-expression-ts/package.json | 2 +-
.../uniforms-patternfly-form-wrapper/package.json | 2 +-
packages/uniforms-patternfly/package.json | 2 +-
packages/vscode-extension/package.json | 2 +-
packages/workspaces-git-fs/package.json | 2 +-
packages/xml-parser-ts/package.json | 2 +-
pnpm-lock.yaml | 882 +++++++++++----------
pnpm-workspace.yaml | 3 +
scripts/check-junit-report-results/package.json | 2 +-
72 files changed, 1130 insertions(+), 681 deletions(-)
copy {.github/actions => packages/maven-base}/.gitignore (98%)
rename packages/maven-base/{pom.xml => pom.xml.template} (93%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]