Conversation
d336b78 to
de18998
Compare
samcm
approved these changes
Feb 15, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.6.6->1.7.1013.3.0->13.4.016.11.55->16.18.12v0.14.5->v0.15.2v0.15.3v1.16.2->v1.18.0v1.13.0->v1.14.0v1.5.0->v1.6.11.19->1.20v0.5.1->v0.6.0v16.17.0->16.19.016.17.0->16.19.08.15.0->8.19.38.19.44.7.4->4.9.5Release Notes
tailwindlabs/headlessui
v1.7.10Compare Source
Fixed
import * as React from 'react'pattern (#2242)v1.7.9Compare Source
Fixed
Suspenseboundary received an update before it finished hydrating" error in theDisclosurecomponent (#2238)import * as React from 'react'pattern (#2242)v1.7.8Compare Source
Fixed
Tab(after DOM order changes) (#2145)<Popover.Button>components (#2146)Tabkey with non focusable elements inPopover.Panel(#2147)<Popover.Button />in React 17 (#2163)failed to removeChild on Nodebug (#2164)Comboboxaccessibility (#2153)headlessuiFocusGuardofrelatedTargetin theFocusTrapcomponent (#2203)FocusTrapinDialogwhen there is only 1 focusable element (#2172)Tabswrapping around when controlling the component and overflowing theselectedIndex(#2213)shadow-rootbug closingDialogcontainers (#2217)Added
tabIndexon theTab.Panel(#2214)v1.7.7Compare Source
Fixed
Dialogcloses (b20e48dd)v1.7.6Compare Source
Fixed
displayValuecrashes (#2087)displayValuesyncing whenCombobox.Inputis unmounted and re-mounted in different trees (#2090)v1.7.5Compare Source
Fixed
<form>resets (#2004)<Popover.Button />multiple times (#2007)focusis going towindow(#2019)shift+homeandshift+endworks as expected in theCombobox.Inputcomponent (#2024)Combobox.Inputvalue (#2042)multiplemode withoutvalueprop (uncontrolled) forListboxandComboboxcomponents (#2058)enterandenterFromclasses in SSR forTransitioncomponent (#2059)idprop (#2060)Dialogunmounting problem due to incorrecttransitioncancelevent in theTransitioncomponent on Android (#2071)v1.7.4Compare Source
Fixed
<Popover.Button as={Fragment} />crash (#1889)closefunction forMenuandMenu.Itemcomponents (#1897)useOutsideClick, add improvements for ShadowDOM (#1914)<Combobox.Input>'sonChangehandler when changing the value internally (#1916)client-onlyto mark everything as client components (#1981)Added
v1.7.3Compare Source
Fixed
Portaldetection forPopovercomponents (#1842)useOutsideClickswallowing events inside ShadowDOM (#1876)Tabincorrectly activating onfocusevent (#1887)v1.7.2Compare Source
Fixed
Combobox.Inputwhile composing (#1850)staticprop inTab.Panelcomponents correctly (#1856)v1.7.1Compare Source
Fixed
import * as React from 'react'pattern (#2242)v1.7.0Compare Source
Added
byprop forListbox,ComboboxandRadioGroup(#1482, #1717, #1814, #1815)@headlessui/tailwindcssplugin (#1487)Fixed
Menucomponent when usingtabkey (#1673)Tabsdon't change automagically (#1680)Popovercloseto be passed directly toonClickhandlers (#1696)Dialog(#1716)Comboboxre-opening keyboard issue on mobile (#1732)Disclosure.Panelis properly linked (#1747)<tab>in theComboboxcomponent (#1750)Comboboxcomponent (#1761)Menu.Buttonif necessary when activating aMenu.Option(#1782)Transitioncomponent's incorrect cleanup and order of events (#1803)unmount={false}(#1811)Listbox.OptionandCombobox.Optioncomponents (#1812)refstealing from children (#1820)valuefrom theComboboxandListboxcomponents render prop (#1822)scroll lockon iOS (#1824)Tabcomponent when usingas={Fragment}(#1826)Transitioncomponent (#1823)testing-library/react-testing-library
v13.4.0Compare Source
Features
attestantio/go-eth2-client
v0.15.2Compare Source
v0.15.1Compare Source
v0.15.0Compare Source
go-co-op/gocron
v1.18.0Compare Source
What's Changed
New Contributors
Full Changelog: go-co-op/gocron@v1.17.1...v1.18.0
v1.17.1Compare Source
What's Changed
New Contributors
Full Changelog: go-co-op/gocron@v1.17.0...v1.17.1
v1.17.0Compare Source
What's Changed
Full Changelog: go-co-op/gocron@v1.16.3...v1.17.0
v1.16.3Compare Source
What's Changed
Full Changelog: go-co-op/gocron@v1.16.2...v1.16.3
prometheus/client_golang
v1.14.0: 1.14.0 / 2022-11-08Compare Source
It might look like a small release, but it's quite opposite 😱 There were many non user facing changes and fixes and enormous work from engineers from Grafana to add native histograms in 💪🏾 Enjoy! 😍
What's Changed
prometheus.Registryto implementprometheus.Collectorinterface. #1103New Contributors
Full Changelog: prometheus/client_golang@v1.13.1...v1.14.0
v1.13.1: 1.13.1 / 2022-11-02Compare Source
CumulativeCountvalue of+Infbucket created from exemplar. #1148promhttp.InstrumentRoundTripperCounter. #1118Full Changelog: prometheus/client_golang@v1.13.0...v1.13.1
spf13/cobra
v1.6.1Compare Source
Bug fixes 🐛
AddGroupisn't called beforeAddCommand(my-sub-command)is executed. This can happen within more complex cobra file structures that have many differentinits to be executed. Now, the check for groups has been moved toExecuteCand provides more flexibility when working with grouped commands - @marckhouzam (and shout out to @aawsome, @andig and @KINGSABRI for a deep investigation into this! 👏🏼)v1.6.0Compare Source
Summer 2022 Release
Some exciting changes make their way to Cobra! Command completions continue to get better and better (including adding
--helpand--versionautomatic flags to the completions list). Grouping is now possible in your help output as well! And you can now use theOnFinalizemethod to cleanup things when all "work" is done. Checkout the full changelog below:Features 🌠
ValidateRequiredFlagsandValidateFlagGroups: @skeetwu #1760--versionflag to help output: @fnickels #1707--helpand--versionflag in completions: @marckhouzam #1813OnFinalizemethod: @yann-soubeyrand #1788InitDefaultcompletionCmdpublic: @gssbzn #1467Deprecation 👎🏼
ExactValidArgsis deprecated (but not being removed entirely). This is abit nuanced, so checkout #1643 for further information and the updateduser_guide.mdon how this may affect you (and how you can take advantage of the correct behavior in the validators): @umarcor #1643Bug fixes 🐛
activeHelplength check syntax: @scop #1762see_alsofor yaml documentation: @zregvart #1771Dependencies 🗳️
gopkg.in/yaml.v3: @tklauser #1766Testing 🤔
action/setup-gocache: @umarcor #1783workflow_dispatchto CI actions: @umarcor #1387Docs ✏️
SetContextdocumentation: @katexochen #1748go installfor binary: @marckhouzam #1726Misc 💭
exemptyaml keys: @jpmcb #1800Note: Per #1804, we will be moving away from "seasonal" releases and doing more generic point release targets. Continue to track the milestones and issues in the
spf13/cobraGitHub repository for more information!Great work everyone! Cobra would never be possible without your contributions! 🐍
Full Changelog: spf13/cobra@v1.5.0...v1.6.0
guyarb/golang-test-annotations
v0.6.0: FixesCompare Source
What's Changed
Full Changelog: guyarb/golang-test-annotations@v0.5.1...v0.6.0
nodejs/node
v16.19.0: 2022-12-13, Version 16.19.0 'Gallium' (LTS), @richardlauCompare Source
Notable Changes
OpenSSL 1.1.1s
This update is a bugfix release and does not address any security
vulnerabilities.
Root certificates updated to NSS 3.85
Certificates added:
A626340Certificates removed:
Time zone update to 2022f
Time zone data has been updated to 2022f. This includes changes to Daylight
Savings Time (DST) for Fiji and Mexico. For more information, see
https://mm.icann.org/pipermail/tz-announce/2022-October/000075.html.
Other Notable Changes
33707dcd03] - dgram: add dgram send queue info (theanarkh) #44149Dependency updates:
3b2b70d792] - deps: upgrade npm to 8.19.3 (npm team) #45322Experimental features:
1e0dcd1ee0] - cli: add--watch(Moshe Atlow) #443668c73279ebb] - util: add default value option to parsearg (Manuel Spigolon) #44631Commits
bbef3c42f6] - build: add version info to timezone update PR (Darshan Sen) #45021cc2c7648e0] - build: support Python 3.11 (Luigi Pinca) #45191ac24c80663] - build: remove redundant condition from common.gypi (Richard Lau) #4507603dcbe3030] - build: fix bad upstream merge (Stephen Gallagher) #446421e0dcd1ee0] - cli: add--watch(Moshe Atlow) #4436696d131665e] - cluster: use inspector utils (Moshe Atlow) #44592704836033a] - crypto: update root certificates (Luigi Pinca) #454905a776d4a69] - deps: update timezone to 2022f (Richard Lau) #456133b2b70d792] - deps: upgrade npm to 8.19.3 (npm team) #453229fbc8b21db] - deps: update corepack to 0.15.1 (Node.js GitHub Bot) #4533187e3d002ca] - deps: update corepack to 0.15.0 (Node.js GitHub Bot) #45235e972ff7b13] - deps: V8: backportbbd800c(Chengzhong Wu) #44947af9d8217c0] - deps: V8: cherry-pickb953542(Chengzhong Wu) #4494738202d321b] - deps: update undici to 5.12.0 (Node.js GitHub Bot) #452367c0da6adf9] - deps: update archs files for OpenSSL-1.1.1s (RafaelGSS) #452741149ead6f7] - deps: upgrade openssl sources to OpenSSL_1_1_1s (RafaelGSS) #45274cd54bce4f5] - deps: update timezone (Node.js GitHub Bot) #449502901abe4f0] - deps: update undici to 5.11.0 (Node.js GitHub Bot) #44929c80cf97033] - deps: update corepack to 0.14.2 (Node.js GitHub Bot) #4477533707dcd03] - dgram: add dgram send queue info (theanarkh) #44149c708d9bb94] - doc: fix typo in parseArgs default value (Tobias Nießen) #450835a0efa05d2] - node-api: handle no support for external buffers (Michael Dawson) #45181db31de634e] - readline: refactor to avoid unsafe regex primordials (Antoine du Hamel) #43475fbc52e5729] - src: disambiguate terms used to refer to builtins and addons (Joyee Cheung) #44135953072d3db] - src: let http2 streams end after session close (Santiago Gimeno) #4515354608d8dc3] - src: split property helpers from node::Environment (Chengzhong Wu) #440566733556783] - test: add test to validate changelogs for releases (Richard Lau) #45325821d832cef] - test: mark test-watch-mode* as flaky on all platforms (Pierrick Bouvier) #4504902a18eac69] - test: fix test-runner-inspect (Moshe Atlow) #44620197df63f74] - test: add a test to ensure the correctness of timezone upgrades (Darshan Sen) #4529942e9d8016a] - test: fix textdecoder test for small-icu builds (Richard Lau) #452256d736a56d8] - test: fix watch mode test flake (Moshe Atlow) #44739543d3d2bf3] - test: deflake watch mode tests (Moshe Atlow) #4462197f6caf4eb] - test: split watch mode inspector tests to sequential (Moshe Atlow) #44551499750ff7a] - test: update list of known globals (Antoine du Hamel) #4525564d343af74] - test_runner: support using--inspectwith--test(Moshe Atlow) #4452099ee5e484d] - test_runner: fixduration_msto be milliseconds (Moshe Atlow) #4445037e909251c] - test_runner: support programmatically running--test(Moshe Atlow) #442410ae5694f88] - tools: update certdata.txt (Luigi Pinca) #45490891368cefd] - tools: remove faulty early termination logic from update-timezone.mjs (Darshan Sen) #44870543493c242] - tools: fix timezone update tool (Darshan Sen) #44870c77f660b75] - tools: fixcreate-or-update-pull-request-actionhash on GHA (Antoine du Hamel) #4516658c30dd049] - tools: update gr2m/create-or-update-pull-request-action (Luigi Pinca) #45022749a4b3e5e] - tools: use Python 3.11 in GitHub Actions workflows (Luigi Pinca) #451916f541d99a5] - tools: have test-asan use ubuntu-20.04 (Filip Skokan) #45581e7ed56f501] - tools: make license-builder.sh comply with shellcheck 0.8.0 (Rich Trott) #41258cc819b4bf8] - tools: fix typo inavoid-prototype-pollutionlint rule (Antoine du Hamel) #44446254358c81e] - tools: refactoravoid-prototype-pollutionlint rule (Antoine du Hamel) #434768c73279ebb] - util: add default value option to parsearg (Manuel Spigolon) #44631v16.18.1: 2022-11-04, Version 16.18.1 'Gallium' (LTS), @BethGriggsCompare Source
This is a security release.
Notable changes
The following CVEs are fixed in this release:
More detailed information on each of the vulnerabilities can be found in November 2022 Security Releases blog post.
Commits
9ffddd7098] - inspector: harden IP address validation again (Tobias Nießen) nodejs-private/node-private#354v16.18.0: 2022-10-12, Version 16.18.0 'Gallium' (LTS), @juanarbolCompare Source
Notable changes
1cc050eaa8] - (SEMVER-MINOR) assert: addgetCallsandresetto callTracker (Moshe Atlow) #44191e5c9975f11] - (SEMVER-MINOR) crypto: allow zero-length secret KeyObject (Filip Skokan) #44201317cd051ce] - (SEMVER-MINOR) crypto: allow zero-length IKM in HKDF and in webcrypto PBKDF2 (Filip Skokan) #44201f80bdc5ef3] - (SEMVER-MINOR) doc: deprecate modp1, modp2, and modp5 groups (Tobias Nießen) #445888398e98b1b] - (SEMVER-MINOR) http: make idle http parser count configurable (theanarkh) #439742cd2f56962] - (SEMVER-MINOR) http: throw error on content-length mismatch (sidwebworks) #443786be761e8a9] - (SEMVER-MINOR) lib: add diagnostics channel for process and worker (theanarkh) #440451400796cef] - (SEMVER-MINOR) net,tls: pass a valid socket ontlsClientError(Daeyeon Jeong) #44021092239a7f1] - (SEMVER-MINOR) net: add local family (theanarkh) #43975381e11e18e] - (SEMVER-MINOR) report: expose report public native apis (Chengzhong Wu) #442552ba547aa5b] - (SEMVER-MINOR) src: expose environment RequestInterrupt api (Chengzhong Wu) #443626ed3367155] - (SEMVER-MINOR) stream: addReadableByteStream.tee()(Daeyeon Jeong) #445050fbedac6ce] - (SEMVER-MINOR) test_runner: add before/after/each hooks (Moshe Atlow) #4373070563b53c5] - (SEMVER-MINOR) util: addmaxArrayLengthoption to Set and Map (Kohei Ueno) #43576Commits
1cc050eaa8] - (SEMVER-MINOR) assert: addgetCallsandresetto callTracker (Moshe Atlow) #441912e87cdd1e6] - benchmark: fix startup benchmark (Evan Lucas) #4472729c0f9ef30] - benchmark: add stream destroy benchmark (SindreXie) #44533f01bb58c1e] - bootstrap: update comments in bootstrap/node.js (Joyee Cheung) #44726db151e182f] - bootstrap: stop delaying instantiation of maps in per-context scripts (Darshan Sen) #42934f700074c57] - buffer: fixatobinput validation (Austin Kelleher) #42662e10095a759] - build: update timezone-update.yml (Alex) #44717bec2ede687] - build: remove redundant entry in crypto (Jiawen Geng) #446047b3a2c3353] - build: rewritten the Android build system (BuShe Pie) #44207e96bb14942] - build: add --libdir flag to configure (Stephen Gallagher) #443612a4491b34d] - build: added NINJA env to customize ninja binary (Jeff Dickey) #44293aaad7a64b4] - build: enable pointer authentication for branch protection on arm64 (Jeremiah Gowdy) #43200041bb54143] - build: add workflow to label flaky-test platform (Rafael Gonzaga) #4404258d85c1109] - build: optimized and fixed building configuration to Android (BuShe) #440165cd8b7bc8b] - build: allow test-internet on forks if not scheduled (Rich Trott) #440739698be9347] - build: skip test-internet run on forks (Rich Trott) #4405425e6f48e4a] - child_process: remove lookup of undefined property (Colin Ihrig) #44766a3bdd07321] - cluster: fix cluster rr distribute error (theanarkh) #44202317cd051ce] - (SEMVER-MINOR) crypto: allow zero-length IKM in HKDF and in webcrypto PBKDF2 (Filip Skokan) #44201e5c9975f11] - (SEMVER-MINOR) crypto: allow zero-length secret KeyObject (Filip Skokan) #442017e705d8d74] - crypto: fix webcrypto deriveBits validations (Filip Skokan) #441737ad2a268b9] - crypto: fix webcrypto EC key namedCurve validation errors (Filip Skokan) #441722c938d73ff] - crypto: fix webcrypto operation errors to be OperationError (Filip Skokan) #44171a6e2cb40a6] - crypto: fix webcrypto generateKey() AES key length validation error (Filip Skokan) #441707e07cce24b] - crypto: use EVP_PKEY_CTX_set_dsa_paramgen_q_bits when available (David Benjamin) #445611fc6394741] - crypto: restrict PBKDF2 args to signed int (Tobias Nießen) #445759a52ee7577] - crypto: handle invalid prepareAsymmetricKey JWK inputs (Filip Skokan) #444757100baee40] - crypto: use actual option name in error message (Tobias Nießen) #44455579e066c3a] - crypto: add digest name to INVALID_DIGEST errors (Tobias Nießen) #44468566d80f622] - crypto: improve RSA-PSS digest error messages (Tobias Nießen) #44307f717c1e06a] - debugger: decrease timeout used to wait for the port to be free (Joyee Cheung) #443590f2fcaf771] - deps: update to ngtcp2 0.8.1 and nghttp3 0.7.0 (Tobias Nießen) #446221a8aada69d] - deps: update corepack to 0.14.1 (Node.js GitHub Bot) #44704e4f18b4f34] - deps: update ngtcp2 update instructions (Tobias Nießen) #4461921b5ab1494] - deps: upgrade npm to 8.19.2 (npm team) #44632916b319e7a] - deps: update to uvwasi 0.0.13 (Colin Ihrig) #4452467cbbcc902] - deps: update corepack to 0.14.0 (Node.js GitHub Bot) #445099f14dc1a8f] - deps: update Acorn to v8.8.0 (Michaël Zasso) #444371811a6aaa8] - deps: update icu tzdata to 2022b (Matías Zúñiga) #442830c4953cbd1] - deps: update undici to 5.9.1 (Node.js GitHub Bot) #443198a921fea74] - deps: upgrade npm to 8.19.1 (npm team) #44486763a63c14b] - deps: update corepack to 0.13.0 (Node.js GitHub Bot) #44318fdb699c84a] - deps: upgrade npm to 8.18.0 (npm team) #442632a44872f96] - deps: update corepack to 0.12.3 (Node.js GitHub Bot) #4422948967e4b34] - deps: upgrade npm to 8.17.0 (npm team) #442050484122f71] - deps: update undici to 5.8.2 (Node.js GitHub Bot) #44187e404ac7eed] - deps: update undici to 5.8.1 (Node.js GitHub Bot) #441589a5ee5e9e3] - deps: update corepack to 0.12.2 (Node.js GitHub Bot) #441593657cb277b] - deps: remove unnecessary file (Brian White) #44133d66a807596] - deps: upgrade npm to 8.16.0 (npm team) #44119ec998be61c] - deps: upgrade npm to 8.15.1 (npm team) #44013e9e856ae95] - deps: upgrade base64 todc6a41c(Brian White) #440328ea9a71b15] - deps,src: use SIMD for normal base64 encoding (Brian White) #39775969a12be4b] - doc: remove "currently" and comma splice from child_process.md (Rich Trott) #44789Configuration
📅 Schedule: Branch creation - "on monday,on tuesday,on wednesday,on thursday" in timezone Europe/Berlin, Automerge - "after 9am every weekday except Friday,before 11am every weekday except Friday" in timezone Europe/Berlin.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.