stork
stork copied to clipboard
Bump undici and @angular-devkit/build-angular in /webui
Bumps undici to 6.6.2 and updates ancestor dependency @angular-devkit/build-angular. These dependencies need to be updated together.
Updates undici
from 6.2.1 to 6.6.2
Release notes
Sourced from undici's releases.
v6.6.2
What's Changed
- fix: webidl.brandcheck non strict should throw by
@Uzlopak
in nodejs/undici#2683- fix: expose EventSource for nodejs by
@Uzlopak
in nodejs/undici#2645- test: more information from debug tests by
@Uzlopak
in nodejs/undici#2695- Fix broken test on linux by
@mcollina
in nodejs/undici#2699- fix: fix the linux patch by
@Uzlopak
in nodejs/undici#2703- test(wpt): mark timed out tests as 'failed' by
@rossilor95
in nodejs/undici#2644- build(deps-dev): bump borp from 0.5.0 to 0.9.1 by
@dependabot
in nodejs/undici#2702- perf: use insertion sort algorithm by
@tsctx
in nodejs/undici#2706- fix: run node tests on merge by
@Uzlopak
in nodejs/undici#2707New Contributors
@rossilor95
made their first contribution in nodejs/undici#2644Full Changelog: https://github.com/nodejs/undici/compare/v6.6.1...v6.6.2
v6.6.1
⚠️ Security Release ⚠️
Fixes:
- CVE-2024-24750, Backpressure request ignored in fetch()
- CVE-2024-24758 Proxy-Authorization header not cleared on cross-origin redirect in fetch
What's Changed
- fix: flaky debug test by
@Uzlopak
in nodejs/undici#2687- build(deps): bump github/codeql-action from 3.22.12 to 3.23.2 by
@dependabot
in nodejs/undici#2688- build(deps): bump actions/dependency-review-action from 3.1.0 to 4.0.0 by
@dependabot
in nodejs/undici#2689- fix: ci pipeline warnings by
@Uzlopak
in nodejs/undici#2685- perf: optimize Iterator by
@tsctx
in nodejs/undici#2692Full Changelog: https://github.com/nodejs/undici/compare/v6.6.0...v6.6.1
v6.6.0
What's Changed
- add webSocket example by
@mertcanaltin
in nodejs/undici#2626- chore: remove atomic-sleep as dev dependency by
@Uzlopak
in nodejs/undici#2648- chore: remove semver as dev dependency by
@Uzlopak
in nodejs/undici#2646- chore: remove table as dev dependency by
@Uzlopak
in nodejs/undici#2649- chore: remove delay as dev dependency by
@Uzlopak
in nodejs/undici#2647- chore: reduce noise in test-logs test/issue-2349.js by
@Uzlopak
in nodejs/undici#2655- chore: fix faketimer warning in test/request-timeout.js by
@Uzlopak
in nodejs/undici#2656- chore: reduce noise in test logs test/client-node-max-header-size.js by
@Uzlopak
in nodejs/undici#2654- refactor: use fromInnerResponse by
@tsctx
in nodejs/undici#2635- fix: support deflate raw responses by
@Uzlopak
in nodejs/undici#2650- Support building for externally shared js builtins by
@mochaaP
in nodejs/undici#2643- fix: typo clampAndCoarsenConnectionTimingInfo by
@Uzlopak
in nodejs/undici#2653- chore: use 'node:'-prefix for requiring node core modules by
@Uzlopak
in nodejs/undici#2662
... (truncated)
Commits
e48df96
fix: run node tests on merge (#2707)2b3c9b7
perf: use insertion sort algorithm (#2706)f187320
Bumped v6.6.28e14078
build(deps-dev): bump borp from 0.5.0 to 0.9.1 (#2702)fa28c05
test(wpt): mark timed out tests as 'failed' (#2644)d5ad466
fix: fix the linux patch (#2703)cf4d90d
Fix broken test on linux (#2699)a0812d8
test: more resilient debug tests (#2695)415a540
fix: expose eventsource for nodejs (#2645)2cc38ad
fix: webidl.brandcheck non strict should throw (#2683)- Additional commits viewable in compare view
Updates @angular-devkit/build-angular
from 17.1.1 to 17.2.0
Release notes
Sourced from @angular-devkit/build-angular
's releases.
v17.2.0
17.2.0 (2024-02-14)
@schematics/angular
Commit Description add support to bun
package manager
@angular/cli
Commit Description add support to bun
package manager
@angular-devkit/build-angular
@angular-devkit/schematics
Commit Description add bun
to known package managers
@angular/create
Commit Description add support to bun
package managerv17.2.0-rc.0
17.2.0-rc.0 (2024-02-08)
@angular-devkit/build-angular
... (truncated)
Changelog
Sourced from @angular-devkit/build-angular
's changelog.
17.2.0 (2024-02-14)
@angular/cli
Commit Type Description b3e206741 feat add support to bun
package manager
@schematics/angular
Commit Type Description 03e1aa790 feat add support to bun
package manager
@angular-devkit/build-angular
Commit Type Description 7f57123fd feat add define build option to application builder f4f535653 feat add JSON build logs when using the application builder b59f663e5 feat allow control of Vite-based development server prebundling 8f47f1e96 feat provide default and abbreviated build target support for dev-server and extract-i18n 7a12074dc feat provide option to allow automatically cleaning the terminal screen during rebuilds 7c522aa87 feat support using custom postcss configuration with application builder 476a68daa fix add output location in build stats 5e6f1a9f4 fix avoid preloading server chunks 41ea985f9 fix display server bundles in build stats d493609d3 fix downgrade copy-webpack-plugin to workaround Node.js support issue 8d5af1d5c fix ensure correct .html
served with Vite dev-server944cbcdb1 fix limit the number of lazy chunks visible in the stats table 905e13633 fix support string as plugin option in custom postcss plugin config
@angular-devkit/schematics
Commit Type Description da1c38c48 fix add bun
to known package managers
@angular/create
Commit Type Description 600498f2c feat add support to bun
package manager17.1.4 (2024-02-14)
... (truncated)
Commits
644010d
release: cut the v17.2.0 release79b1edd
build: update Angular peer deps packages to 17.2.0905e136
fix(@angular-devkit/build-angular
): support string as plugin option in custom...d493609
fix(@angular-devkit/build-angular
): downgrade copy-webpack-plugin to workarou...8598bb5
fix(@angular-devkit/build-angular
): bypass Vite prebundling for absolute URL ...b07246a
fix(@angular/cli
): prevent BOM errors inpackage.json
duringng update
da1c38c
fix(@angular-devkit/schematics
): addbun
to known package managersd50c4cc
release: cut the v17.2.0-rc.0 release1b6b794
docs: release notes for the v17.1.3 release1aeeb7d
fix(@angular-devkit/build-angular
): ensure WebWorker main entry is used in ou...- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.