fix(deps): update all dependencies #37

Merged
kjuulh merged 1 commits from renovate/all into main 2022-12-09 20:42:14 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
amplitude-js dependencies patch 8.21.2 -> 8.21.3
cypress devDependencies major 11.2.0 -> 12.0.2
cypress-localstorage-commands devDependencies patch 2.2.1 -> 2.2.2
github.com/containerd/containerd require patch v1.6.10 -> v1.6.12
github.com/go-git/go-git/v5 require minor v5.4.2 -> v5.5.0
github.com/opencontainers/image-spec require digest c5a74bc -> 188d3a4
golang final patch 1.19.3-alpine -> 1.19.4-alpine
golang.org/x/term require minor v0.2.0 -> v0.3.0
golang.org/x/time require minor v0.2.0 -> v0.3.0
sass dependencies patch 1.56.1 -> 1.56.2
start-server-and-test devDependencies minor 1.14.0 -> 1.15.2

Release Notes

amplitude/amplitude-javascript

v8.21.3

Compare Source

Bug Fixes
cypress-io/cypress

v12.0.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#​12-0-2

v12.0.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#​12-0-1

v12.0.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#​12-0-0

javierbrea/cypress-localstorage-commands

v2.2.2

Compare Source

Added
  • docs: Add alternatives
Changed
  • chore(deps): Update devDependencies
  • test(e2e): Rename cypress-10 folder to cypress-latest
  • test(e2e): Use Cypress 12 in E2E tests
containerd/containerd

v1.6.12: containerd 1.6.12

Compare Source

Welcome to the v1.6.12 release of containerd!

The twelfth patch release for containerd 1.6 contains a fix for CVE-2022-23471.

Notable Updates

See the changelog for complete list of changes

Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.

Contributors
  • Derek McGowan
  • Danny Canter
  • Phil Estes
  • Sebastiaan van Stijn
Changes
5 commits

  • Github Security Advisory GHSA-2qjp-425j-52j9
    • Prepare release notes for v1.6.12
    • CRI stream server: Fix goroutine leak in Exec
  • release/1.6] update to go1.18.9 ([#​7766](https://github.com/containerd/containerd/pull/7766))
    -   \[release/1.6] update to go1.18.9
    
    

Dependency Changes

This release has no dependency changes

Previous release can be found at v1.6.11

v1.6.11: containerd 1.6.11

Compare Source

Welcome to the v1.6.11 release of containerd!

The eleventh patch release for containerd 1.6 contains a various fixes and updates.

Notable Updates
  • Add pod UID annotation in CRI plugin (#​7735)
  • Fix nil pointer deference for Windows containers in CRI plugin (#​7737)
  • Fix lease labels unexpectedly overwriting expiration (#​7745)
  • Fix for simultaneous diff creation using the same parent snapshot (#​7756)

See the changelog for complete list of changes

Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.

Contributors
  • Derek McGowan
  • Wei Fu
  • Austin Vazquez
  • Kirtana Ashok
  • Maksym Pavlenko
  • Phil Estes
  • Qasim Sarfraz
  • Sebastiaan van Stijn
  • cosmoer
Changes
12 commits

  • Prepare release notes for v1.6.11 (#​7760)
    • Prepare release notes for v1.6.11
  • release/1.6] fix: support simultaneous create diff for same parent snapshot ([#​7756](https://github.com/containerd/containerd/pull/7756))
    -   fix: support simultaneous create diff for same parent snapshot
    
  • release/1.6] cherry-pick: Fix order of operations when setting lease labels ([#​7745](https://github.com/containerd/containerd/pull/7745))
    -   Fix order of operations when setting lease labels
    
  • release/1.6] Added nullptr checks to pkg/cri/server and sbserver ([#​7737](https://github.com/containerd/containerd/pull/7737))
    -   Added nullptr checks to pkg/cri/server and sbserver
    
  • release/1.6] cri: add pod uid annotation ([#​7735](https://github.com/containerd/containerd/pull/7735))
    -   cri: add pod uid annotation
    
  • release/1.6] go.mod: use golang_protobuf_extensions v1.0.4 to prevent incompatible versions ([#​7723](https://github.com/containerd/containerd/pull/7723))
    -   \[release/1.6] go.mod: use golang_protobuf_extensions v1.0.4
    
    

Dependency Changes

This release has no dependency changes

Previous release can be found at v1.6.10

go-git/go-git

v5.5.0

Compare Source

What's Changed

Full Changelog: https://github.com/go-git/go-git/compare/v5.4.2...v5.5.0

golang/term

v0.3.0

Compare Source

golang/time

v0.3.0

Compare Source

sass/dart-sass

v1.56.2

Compare Source

Embedded Sass
bahmutov/start-server-and-test

v1.15.2

Compare Source

Bug Fixes
  • deps: update dependency wait-on to v6.0.1 (4e33599)

v1.15.1

Compare Source

Bug Fixes
  • deps: update dependency debug to v4.3.4 (9cfb60e)

v1.15.0

Compare Source

Features
  • use the --expect parameter to specify HTTP response code (#​343) (17a427c)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [amplitude-js](https://github.com/amplitude/amplitude-javascript) | dependencies | patch | [`8.21.2` -> `8.21.3`](https://renovatebot.com/diffs/npm/amplitude-js/8.21.2/8.21.3) | | [cypress](https://github.com/cypress-io/cypress) | devDependencies | major | [`11.2.0` -> `12.0.2`](https://renovatebot.com/diffs/npm/cypress/11.2.0/12.0.2) | | [cypress-localstorage-commands](https://github.com/javierbrea/cypress-localstorage-commands) | devDependencies | patch | [`2.2.1` -> `2.2.2`](https://renovatebot.com/diffs/npm/cypress-localstorage-commands/2.2.1/2.2.2) | | [github.com/containerd/containerd](https://github.com/containerd/containerd) | require | patch | `v1.6.10` -> `v1.6.12` | | [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) | require | minor | `v5.4.2` -> `v5.5.0` | | [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | require | digest | `c5a74bc` -> `188d3a4` | | golang | final | patch | `1.19.3-alpine` -> `1.19.4-alpine` | | [golang.org/x/term](https://github.com/golang/term) | require | minor | `v0.2.0` -> `v0.3.0` | | [golang.org/x/time](https://github.com/golang/time) | require | minor | `v0.2.0` -> `v0.3.0` | | [sass](https://github.com/sass/dart-sass) | dependencies | patch | [`1.56.1` -> `1.56.2`](https://renovatebot.com/diffs/npm/sass/1.56.1/1.56.2) | | [start-server-and-test](https://github.com/bahmutov/start-server-and-test) | devDependencies | minor | [`1.14.0` -> `1.15.2`](https://renovatebot.com/diffs/npm/start-server-and-test/1.14.0/1.15.2) | --- ### Release Notes <details> <summary>amplitude/amplitude-javascript</summary> ### [`v8.21.3`](https://github.com/amplitude/amplitude-javascript/blob/HEAD/CHANGELOG.md#&#8203;8213-httpsgithubcomamplitudeamplitude-javascriptcomparev8212v8213-2022-12-09) [Compare Source](https://github.com/amplitude/amplitude-javascript/compare/v8.21.2...v8.21.3) ##### Bug Fixes - bump analytics-connector ([#&#8203;565](https://github.com/amplitude/amplitude-javascript/issues/565)) ([ffb5298](https://github.com/amplitude/amplitude-javascript/commit/ffb5298fca9444fbe338bd65daa36c3ba0c83c88)) </details> <details> <summary>cypress-io/cypress</summary> ### [`v12.0.2`](https://github.com/cypress-io/cypress/releases/tag/v12.0.2) [Compare Source](https://github.com/cypress-io/cypress/compare/v12.0.1...v12.0.2) Changelog: https://docs.cypress.io/guides/references/changelog#&#8203;12-0-2 ### [`v12.0.1`](https://github.com/cypress-io/cypress/releases/tag/v12.0.1) [Compare Source](https://github.com/cypress-io/cypress/compare/v12.0.0...v12.0.1) Changelog: https://docs.cypress.io/guides/references/changelog#&#8203;12-0-1 ### [`v12.0.0`](https://github.com/cypress-io/cypress/releases/tag/v12.0.0) [Compare Source](https://github.com/cypress-io/cypress/compare/v11.2.0...v12.0.0) Changelog: https://docs.cypress.io/guides/references/changelog#&#8203;12-0-0 </details> <details> <summary>javierbrea/cypress-localstorage-commands</summary> ### [`v2.2.2`](https://github.com/javierbrea/cypress-localstorage-commands/blob/HEAD/CHANGELOG.md#&#8203;222---2022-12-07) [Compare Source](https://github.com/javierbrea/cypress-localstorage-commands/compare/v2.2.1...v2.2.2) ##### Added - docs: Add alternatives ##### Changed - chore(deps): Update devDependencies - test(e2e): Rename cypress-10 folder to cypress-latest - test(e2e): Use Cypress 12 in E2E tests </details> <details> <summary>containerd/containerd</summary> ### [`v1.6.12`](https://github.com/containerd/containerd/releases/tag/v1.6.12): containerd 1.6.12 [Compare Source](https://github.com/containerd/containerd/compare/v1.6.11...v1.6.12) Welcome to the v1.6.12 release of containerd! The twelfth patch release for containerd 1.6 contains a fix for CVE-2022-23471. ##### Notable Updates - **Fix goroutine leak during Exec in CRI plugin** ([GHSA-2qjp-425j-52j9](https://github.com/containerd/containerd/security/advisories/GHSA-2qjp-425j-52j9)) See the changelog for complete list of changes Please try out the release binaries and report any issues at https://github.com/containerd/containerd/issues. ##### Contributors - Derek McGowan - Danny Canter - Phil Estes - Sebastiaan van Stijn ##### Changes <details><summary>5 commits</summary> <p> - Github Security Advisory [GHSA-2qjp-425j-52j9](https://github.com/containerd/containerd/security/advisories/GHSA-2qjp-425j-52j9) - Prepare release notes for v1.6.12 - CRI stream server: Fix goroutine leak in Exec - \[release/1.6] update to go1.18.9 ([#&#8203;7766](https://github.com/containerd/containerd/pull/7766)) - \[release/1.6] update to go1.18.9 </p> </details> ##### Dependency Changes This release has no dependency changes Previous release can be found at [v1.6.11](https://github.com/containerd/containerd/releases/tag/v1.6.11) ### [`v1.6.11`](https://github.com/containerd/containerd/releases/tag/v1.6.11): containerd 1.6.11 [Compare Source](https://github.com/containerd/containerd/compare/v1.6.10...v1.6.11) Welcome to the v1.6.11 release of containerd! The eleventh patch release for containerd 1.6 contains a various fixes and updates. ##### Notable Updates - **Add pod UID annotation in CRI plugin** ([#&#8203;7735](https://github.com/containerd/containerd/pull/7735)) - **Fix nil pointer deference for Windows containers in CRI plugin** ([#&#8203;7737](https://github.com/containerd/containerd/pull/7737)) - **Fix lease labels unexpectedly overwriting expiration** ([#&#8203;7745](https://github.com/containerd/containerd/pull/7745)) - **Fix for simultaneous diff creation using the same parent snapshot** ([#&#8203;7756](https://github.com/containerd/containerd/pull/7756)) See the changelog for complete list of changes Please try out the release binaries and report any issues at https://github.com/containerd/containerd/issues. ##### Contributors - Derek McGowan - Wei Fu - Austin Vazquez - Kirtana Ashok - Maksym Pavlenko - Phil Estes - Qasim Sarfraz - Sebastiaan van Stijn - cosmoer ##### Changes <details><summary>12 commits</summary> <p> - Prepare release notes for v1.6.11 ([#&#8203;7760](https://github.com/containerd/containerd/pull/7760)) - Prepare release notes for v1.6.11 - \[release/1.6] fix: support simultaneous create diff for same parent snapshot ([#&#8203;7756](https://github.com/containerd/containerd/pull/7756)) - fix: support simultaneous create diff for same parent snapshot - \[release/1.6] cherry-pick: Fix order of operations when setting lease labels ([#&#8203;7745](https://github.com/containerd/containerd/pull/7745)) - Fix order of operations when setting lease labels - \[release/1.6] Added nullptr checks to pkg/cri/server and sbserver ([#&#8203;7737](https://github.com/containerd/containerd/pull/7737)) - Added nullptr checks to pkg/cri/server and sbserver - \[release/1.6] cri: add pod uid annotation ([#&#8203;7735](https://github.com/containerd/containerd/pull/7735)) - cri: add pod uid annotation - \[release/1.6] go.mod: use golang_protobuf_extensions v1.0.4 to prevent incompatible versions ([#&#8203;7723](https://github.com/containerd/containerd/pull/7723)) - \[release/1.6] go.mod: use golang_protobuf_extensions v1.0.4 </p> </details> ##### Dependency Changes This release has no dependency changes Previous release can be found at [v1.6.10](https://github.com/containerd/containerd/releases/tag/v1.6.10) </details> <details> <summary>go-git/go-git</summary> ### [`v5.5.0`](https://github.com/go-git/go-git/releases/tag/v5.5.0) [Compare Source](https://github.com/go-git/go-git/compare/v5.4.2...v5.5.0) #### What's Changed - \*: add collision resistent SHA1 implementation by [@&#8203;pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/618 - \*: replace go-homedir with os.UserHomeDir by [@&#8203;mvdan](https://github.com/mvdan) in https://github.com/go-git/go-git/pull/535 - Remote: add RemoteURL to {Fetch,Pull,Push}Options by [@&#8203;noerw](https://github.com/noerw) in https://github.com/go-git/go-git/pull/375 - Remote: Push, add support to push commits per hashes by [@&#8203;tjamet](https://github.com/tjamet) in https://github.com/go-git/go-git/pull/325 - Remote: Push, add ForceWithLease Push Option by [@&#8203;john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/404 - Remote: PushOptions add push-options by [@&#8203;S-Bohn](https://github.com/S-Bohn) in https://github.com/go-git/go-git/pull/399 - Remote: Push, add atomic to push options by [@&#8203;john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/406 - Remote: add FollowTags option for pushes by [@&#8203;john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/385 - Worktree: use syscall.Timespec.Unix by [@&#8203;tklauser](https://github.com/tklauser) in https://github.com/go-git/go-git/pull/437 - Worktree: Checkout, simplified sparse checkout by [@&#8203;john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/410 - Repository: don't crash accessing invalid pathinfo by [@&#8203;muesli](https://github.com/muesli) in https://github.com/go-git/go-git/pull/443 - storage: filesystem, switch from os.SEEK_\* to io.Seek\* by [@&#8203;abhinav](https://github.com/abhinav) in https://github.com/go-git/go-git/pull/421 - config: add branch description support by [@&#8203;ninedraft](https://github.com/ninedraft) in https://github.com/go-git/go-git/pull/409 - revision: fix endless looping in revision parser by [@&#8203;michenriksen](https://github.com/michenriksen) in https://github.com/go-git/go-git/pull/475 - pumbling: optimise zlib reader and consolidate sync.Pools by [@&#8203;pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/608 - pumbling: parse optimisations by [@&#8203;pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/602 - plumbing: object, rename calculation uses too much memory by [@&#8203;jfontan](https://github.com/jfontan) in https://github.com/go-git/go-git/pull/503 - plumbing: protocol/pakp and server, include the contents of `GO_GIT_USER_AGENT_EXTRA`. Fixes [#&#8203;529](https://github.com/go-git/go-git/issues/529) by [@&#8203;stewing](https://github.com/stewing) in https://github.com/go-git/go-git/pull/531 - plumbing: protocol/pakp, avoid duplicate encoding when overriding a Capability value. by [@&#8203;tylerchr](https://github.com/tylerchr) in https://github.com/go-git/go-git/pull/521 - plumbing: protocol/pakp, update agent by [@&#8203;caarlos0](https://github.com/caarlos0) in https://github.com/go-git/go-git/pull/453 - plumbing: protocol/pakp: Actions should have type Action by [@&#8203;abhinav](https://github.com/abhinav) in https://github.com/go-git/go-git/pull/420 - plumbing: protocol/pakp: allow unsupported `multi_ack` capability by [@&#8203;pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/613 - plumbing: transport/ssh, auto-populate HostKeyAlgorithms. Fixes [#&#8203;411](https://github.com/go-git/go-git/issues/411) by [@&#8203;evanelias](https://github.com/evanelias) in https://github.com/go-git/go-git/pull/548 - pumbling: format/packfile, resolve external reference delta by [@&#8203;ga-paul-t](https://github.com/ga-paul-t) in https://github.com/go-git/go-git/pull/392 - plumbing: format/packfile, prevent large objects from being read into memory completely by [@&#8203;zeripath](https://github.com/zeripath) in https://github.com/go-git/go-git/pull/330 - plumbing: format/index, support v3 index by [@&#8203;john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/407 - plumbing: format/gitignore, Read .git/info/exclude file too. by [@&#8203;enisdenjo](https://github.com/enisdenjo) in https://github.com/go-git/go-git/pull/402 - plumbing: format/gitattributes, Avoid index out of range by [@&#8203;To1ne](https://github.com/To1ne) in https://github.com/go-git/go-git/pull/598 - plumbing: format/config, Branch name with hash can be cloned. Fixes [#&#8203;309](https://github.com/go-git/go-git/issues/309) by [@&#8203;dowy](https://github.com/dowy) in https://github.com/go-git/go-git/pull/354 - go.mod: update github.com/xanzy/ssh-agent to v0.3.1 by [@&#8203;tklauser](https://github.com/tklauser) in https://github.com/go-git/go-git/pull/403 - go.mod: update dependencies to remove supply chain CVEs by [@&#8203;pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/620 - examples: added "tag find if head is tagged" by [@&#8203;snebel29](https://github.com/snebel29) in https://github.com/go-git/go-git/pull/374 - examples: remote fix typo by [@&#8203;nep-0](https://github.com/nep-0) in https://github.com/go-git/go-git/pull/408 **Full Changelog**: https://github.com/go-git/go-git/compare/v5.4.2...v5.5.0 </details> <details> <summary>golang/term</summary> ### [`v0.3.0`](https://github.com/golang/term/compare/v0.2.0...v0.3.0) [Compare Source](https://github.com/golang/term/compare/v0.2.0...v0.3.0) </details> <details> <summary>golang/time</summary> ### [`v0.3.0`](https://github.com/golang/time/compare/v0.2.0...v0.3.0) [Compare Source](https://github.com/golang/time/compare/v0.2.0...v0.3.0) </details> <details> <summary>sass/dart-sass</summary> ### [`v1.56.2`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#&#8203;1562) [Compare Source](https://github.com/sass/dart-sass/compare/1.56.1...1.56.2) ##### Embedded Sass - The embedded compiler now supports version 1.2.0 of [the embedded protocol](https://github.com/sass/embedded-protocol). </details> <details> <summary>bahmutov/start-server-and-test</summary> ### [`v1.15.2`](https://github.com/bahmutov/start-server-and-test/releases/tag/v1.15.2) [Compare Source](https://github.com/bahmutov/start-server-and-test/compare/v1.15.1...v1.15.2) ##### Bug Fixes - **deps:** update dependency wait-on to v6.0.1 ([4e33599](https://github.com/bahmutov/start-server-and-test/commit/4e33599b89a1724389496654a9bd0b38e96f960d)) ### [`v1.15.1`](https://github.com/bahmutov/start-server-and-test/releases/tag/v1.15.1) [Compare Source](https://github.com/bahmutov/start-server-and-test/compare/v1.15.0...v1.15.1) ##### Bug Fixes - **deps:** update dependency debug to v4.3.4 ([9cfb60e](https://github.com/bahmutov/start-server-and-test/commit/9cfb60eb34caea35fcf3d04448ffeb1b0043d286)) ### [`v1.15.0`](https://github.com/bahmutov/start-server-and-test/releases/tag/v1.15.0) [Compare Source](https://github.com/bahmutov/start-server-and-test/compare/v1.14.0...v1.15.0) ##### Features - use the --expect parameter to specify HTTP response code ([#&#8203;343](https://github.com/bahmutov/start-server-and-test/issues/343)) ([17a427c](https://github.com/bahmutov/start-server-and-test/commit/17a427c43f4f23266fcb5f67d35a474027acf4c6)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMy4xIiwidXBkYXRlZEluVmVyIjoiMzQuNTQuMCJ9-->
kjuulh force-pushed renovate/all from a1973a3918 to 0020322d6e 2022-12-04 16:15:50 +01:00 Compare
kjuulh changed title from fix(deps): update module github.com/go-git/go-git/v5 to v5.5.0 to fix(deps): update all dependencies 2022-12-04 16:15:50 +01:00
kjuulh force-pushed renovate/all from 0020322d6e to dbaf48f25b 2022-12-05 22:34:58 +01:00 Compare
kjuulh force-pushed renovate/all from dbaf48f25b to d0bf02d9c2 2022-12-06 19:47:19 +01:00 Compare
kjuulh changed title from fix(deps): update all dependencies to chore(deps): update all dependencies 2022-12-06 19:47:22 +01:00
kjuulh force-pushed renovate/all from d0bf02d9c2 to 219d8a5bed 2022-12-07 11:41:36 +01:00 Compare
kjuulh force-pushed renovate/all from 219d8a5bed to 4847b1f9c1 2022-12-07 13:59:51 +01:00 Compare
kjuulh force-pushed renovate/all from 4847b1f9c1 to 88ef90e20a 2022-12-08 23:43:48 +01:00 Compare
kjuulh force-pushed renovate/all from 88ef90e20a to dd34eea3d1 2022-12-09 14:27:03 +01:00 Compare
kjuulh force-pushed renovate/all from dd34eea3d1 to f4873d2215 2022-12-09 17:40:33 +01:00 Compare
kjuulh force-pushed renovate/all from f4873d2215 to fa70719f32 2022-12-09 20:23:52 +01:00 Compare
kjuulh changed title from chore(deps): update all dependencies to fix(deps): update all dependencies 2022-12-09 20:23:53 +01:00
kjuulh merged commit fa70719f32 into main 2022-12-09 20:42:14 +01:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/dagger#37
No description provided.