Re: [PR] Bump undici and @angular-devkit/build-angular in /nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi [nifi]

2024-02-20 Thread via GitHub


mcgilman commented on PR #8418:
URL: https://github.com/apache/nifi/pull/8418#issuecomment-1954832055

   https://issues.apache.org/jira/browse/NIFI-12823


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump undici and @angular-devkit/build-angular in /nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi [nifi]

2024-02-20 Thread via GitHub


mcgilman merged PR #8418:
URL: https://github.com/apache/nifi/pull/8418


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Bump undici and @angular-devkit/build-angular in /nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi [nifi]

2024-02-16 Thread via GitHub


dependabot[bot] opened a new pull request, #8418:
URL: https://github.com/apache/nifi/pull/8418

   Bumps [undici](https://github.com/nodejs/undici) to 6.6.2 and updates 
ancestor dependency 
[@angular-devkit/build-angular](https://github.com/angular/angular-cli). These 
dependencies need to be updated together.
   
   Updates `undici` from 6.2.1 to 6.6.2
   
   Release notes
   Sourced from https://github.com/nodejs/undici/releases;>undici's releases.
   
   v6.6.2
   What's Changed
   
   fix: webidl.brandcheck non strict should throw by https://github.com/Uzlopak;>@​Uzlopak in https://redirect.github.com/nodejs/undici/pull/2683;>nodejs/undici#2683
   fix: expose EventSource for nodejs by https://github.com/Uzlopak;>@​Uzlopak in https://redirect.github.com/nodejs/undici/pull/2645;>nodejs/undici#2645
   test: more information from debug tests by https://github.com/Uzlopak;>@​Uzlopak in https://redirect.github.com/nodejs/undici/pull/2695;>nodejs/undici#2695
   Fix broken test on linux by https://github.com/mcollina;>@​mcollina in https://redirect.github.com/nodejs/undici/pull/2699;>nodejs/undici#2699
   fix: fix the linux patch by https://github.com/Uzlopak;>@​Uzlopak in https://redirect.github.com/nodejs/undici/pull/2703;>nodejs/undici#2703
   test(wpt): mark timed out tests as 'failed' by https://github.com/rossilor95;>@​rossilor95 in https://redirect.github.com/nodejs/undici/pull/2644;>nodejs/undici#2644
   build(deps-dev): bump borp from 0.5.0 to 0.9.1 by https://github.com/dependabot;>@​dependabot in https://redirect.github.com/nodejs/undici/pull/2702;>nodejs/undici#2702
   perf: use insertion sort algorithm by https://github.com/tsctx;>@​tsctx in https://redirect.github.com/nodejs/undici/pull/2706;>nodejs/undici#2706
   fix: run node tests on merge by https://github.com/Uzlopak;>@​Uzlopak in https://redirect.github.com/nodejs/undici/pull/2707;>nodejs/undici#2707
   
   New Contributors
   
   https://github.com/rossilor95;>@​rossilor95 
made their first contribution in https://redirect.github.com/nodejs/undici/pull/2644;>nodejs/undici#2644
   
   Full Changelog: https://github.com/nodejs/undici/compare/v6.6.1...v6.6.2;>https://github.com/nodejs/undici/compare/v6.6.1...v6.6.2
   v6.6.1
   ⚠️ Security Release ⚠️
   Fixes:
   
   https://github.com/nodejs/undici/security/advisories/GHSA-9f24-jqhm-jfcw;>CVE-2024-24750,
 Backpressure request ignored in fetch()
   https://github.com/nodejs/undici/security/advisories/GHSA-3787-6prv-h9w3;>CVE-2024-24758
 Proxy-Authorization header not cleared on cross-origin redirect in 
fetch
   
   What's Changed
   
   fix: flaky debug test by https://github.com/Uzlopak;>@​Uzlopak in https://redirect.github.com/nodejs/undici/pull/2687;>nodejs/undici#2687
   build(deps): bump github/codeql-action from 3.22.12 to 3.23.2 by https://github.com/dependabot;>@​dependabot in https://redirect.github.com/nodejs/undici/pull/2688;>nodejs/undici#2688
   build(deps): bump actions/dependency-review-action from 3.1.0 to 4.0.0 
by https://github.com/dependabot;>@​dependabot in https://redirect.github.com/nodejs/undici/pull/2689;>nodejs/undici#2689
   fix: ci pipeline warnings by https://github.com/Uzlopak;>@​Uzlopak in https://redirect.github.com/nodejs/undici/pull/2685;>nodejs/undici#2685
   perf: optimize Iterator by https://github.com/tsctx;>@​tsctx in https://redirect.github.com/nodejs/undici/pull/2692;>nodejs/undici#2692
   
   Full Changelog: https://github.com/nodejs/undici/compare/v6.6.0...v6.6.1;>https://github.com/nodejs/undici/compare/v6.6.0...v6.6.1
   v6.6.0
   What's Changed
   
   add webSocket example by https://github.com/mertcanaltin;>@​mertcanaltin in https://redirect.github.com/nodejs/undici/pull/2626;>nodejs/undici#2626
   chore: remove atomic-sleep as dev dependency by https://github.com/Uzlopak;>@​Uzlopak in https://redirect.github.com/nodejs/undici/pull/2648;>nodejs/undici#2648
   chore: remove semver as dev dependency by https://github.com/Uzlopak;>@​Uzlopak in https://redirect.github.com/nodejs/undici/pull/2646;>nodejs/undici#2646
   chore: remove table as dev dependency by https://github.com/Uzlopak;>@​Uzlopak in https://redirect.github.com/nodejs/undici/pull/2649;>nodejs/undici#2649
   chore: remove delay as dev dependency by https://github.com/Uzlopak;>@​Uzlopak in https://redirect.github.com/nodejs/undici/pull/2647;>nodejs/undici#2647
   chore: reduce noise in test-logs test/issue-2349.js by https://github.com/Uzlopak;>@​Uzlopak in https://redirect.github.com/nodejs/undici/pull/2655;>nodejs/undici#2655
   chore: fix faketimer warning in test/request-timeout.js by https://github.com/Uzlopak;>@​Uzlopak in https://redirect.github.com/nodejs/undici/pull/2656;>nodejs/undici#2656
   chore: reduce noise in test logs test/client-node-max-header-size.js by 
https://github.com/Uzlopak;>@​Uzlopak in https://redirect.github.com/nodejs/undici/pull/2654;>nodejs/undici#2654
   refactor: use fromInnerResponse by https://github.com/tsctx;>@​tsctx in