-
Notifications
You must be signed in to change notification settings - Fork 778
*: Fix panic for empty revisions #696
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
+50
−35
Conversation
This file contains 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
jfontan
approved these changes
Mar 2, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would change the commit to comply with the contribution guide. Otherwise LGTM!
Signed-off-by: Paulo Gomes <pjbgf@linux.com>
Good point - rebased and reworded. |
another-rex
referenced
this pull request
in google/osv-scanner
Mar 19, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/go-git/go-git/v5](https://togithub.com/go-git/go-git) | require | patch | `v5.6.0` -> `v5.6.1` | | [golang.org/x/exp](https://togithub.com/golang/exp) | require | digest | `db07412` -> `642cace` | --- ### Release Notes <details> <summary>go-git/go-git</summary> ### [`v5.6.1`](https://togithub.com/go-git/go-git/releases/tag/v5.6.1) [Compare Source](https://togithub.com/go-git/go-git/compare/v5.6.0...v5.6.1) #### What's Changed - plumbing/transport: don't use the `firstErrLine` when it is empty by [@​ThinkChaos](https://togithub.com/ThinkChaos) in [https://github.com/go-git/go-git/pull/682](https://togithub.com/go-git/go-git/pull/682) - plumbing/transport: ssh, unable to pass a custom HostKeyCallback func by [@​aymanbagabas](https://togithub.com/aymanbagabas) in [https://github.com/go-git/go-git/pull/655](https://togithub.com/go-git/go-git/pull/655) - storage/filesystem: dotgit: fix a filesystem race in Refs/walkReferencesTree by [@​MichaelMure](https://togithub.com/MichaelMure) in [https://github.com/go-git/go-git/pull/659](https://togithub.com/go-git/go-git/pull/659) - \*: bump golang.org/x/net from 0.2.0 to 0.7.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-git/go-git/pull/684](https://togithub.com/go-git/go-git/pull/684) - \*: bump dependencies by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/697](https://togithub.com/go-git/go-git/pull/697) - \*: fix panic for empty revisions by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/696](https://togithub.com/go-git/go-git/pull/696) - ci: bump GitHub actions, enable go test race detection and stop using developer's GPG keys during test execution by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/701](https://togithub.com/go-git/go-git/pull/701) **Full Changelog**: go-git/go-git@v5.6.0...v5.6.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 6am on monday" in timezone Australia/Sydney, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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://togithub.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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/google/osv-scanner). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS44LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNS44LjMifQ==-->
oliverchang
referenced
this pull request
in google/osv.dev
Mar 20, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/go-git/go-git/v5](https://togithub.com/go-git/go-git) | require | patch | `v5.6.0` -> `v5.6.1` | | [golang.org/x/exp](https://togithub.com/golang/exp) | require | digest | `24139be` -> `642cace` | --- ### Release Notes <details> <summary>go-git/go-git</summary> ### [`v5.6.1`](https://togithub.com/go-git/go-git/releases/tag/v5.6.1) [Compare Source](https://togithub.com/go-git/go-git/compare/v5.6.0...v5.6.1) #### What's Changed - plumbing/transport: don't use the `firstErrLine` when it is empty by [@​ThinkChaos](https://togithub.com/ThinkChaos) in [https://github.com/go-git/go-git/pull/682](https://togithub.com/go-git/go-git/pull/682) - plumbing/transport: ssh, unable to pass a custom HostKeyCallback func by [@​aymanbagabas](https://togithub.com/aymanbagabas) in [https://github.com/go-git/go-git/pull/655](https://togithub.com/go-git/go-git/pull/655) - storage/filesystem: dotgit: fix a filesystem race in Refs/walkReferencesTree by [@​MichaelMure](https://togithub.com/MichaelMure) in [https://github.com/go-git/go-git/pull/659](https://togithub.com/go-git/go-git/pull/659) - \*: bump golang.org/x/net from 0.2.0 to 0.7.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-git/go-git/pull/684](https://togithub.com/go-git/go-git/pull/684) - \*: bump dependencies by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/697](https://togithub.com/go-git/go-git/pull/697) - \*: fix panic for empty revisions by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/696](https://togithub.com/go-git/go-git/pull/696) - ci: bump GitHub actions, enable go test race detection and stop using developer's GPG keys during test execution by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/701](https://togithub.com/go-git/go-git/pull/701) **Full Changelog**: go-git/go-git@v5.6.0...v5.6.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 6am on wednesday" in timezone Australia/Sydney, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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://togithub.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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/google/osv.dev). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTkuMSIsInVwZGF0ZWRJblZlciI6IjM1LjguMyJ9-->
Racer159
referenced
this pull request
in zarf-dev/zarf
Mar 22, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | @​defense-unicorns/unicorn-ui | [`0.0.36` -> `0.0.37`](https://renovatebot.com/diffs/npm/@defense-unicorns%2funicorn-ui/0.0.36/0.0.37) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch | | [@floating-ui/dom](https://floating-ui.com) ([source](https://togithub.com/floating-ui/floating-ui)) | [`1.2.4` -> `1.2.5`](https://renovatebot.com/diffs/npm/@floating-ui%2fdom/1.2.4/1.2.5) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch | | [@sveltejs/kit](https://kit.svelte.dev) ([source](https://togithub.com/sveltejs/kit)) | [`1.11.0` -> `1.12.0`](https://renovatebot.com/diffs/npm/@sveltejs%2fkit/1.11.0/1.12.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor | | [actions/checkout](https://togithub.com/actions/checkout) | `v3.3.0` -> `v3.4.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | action | minor | | [github.com/defenseunicorns/syft](https://togithub.com/defenseunicorns/syft) | `v0.75.0-DU` -> `v0.75.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | replace | patch | | [github.com/docker/cli](https://togithub.com/docker/cli) | `v20.10.22+incompatible` -> `v20.10.23+incompatible` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | require | patch | | [github.com/go-git/go-git/v5](https://togithub.com/go-git/go-git) | `v5.6.0` -> `v5.6.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | require | patch | | [github.com/google/go-containerregistry](https://togithub.com/google/go-containerregistry) | `v0.13.0` -> `v0.14.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | require | minor | | [github.com/pterm/pterm](https://togithub.com/pterm/pterm) | `v0.12.55` -> `v0.12.56` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | require | patch | | [k8s.io/api](https://togithub.com/kubernetes/api) | `v0.26.2` -> `v0.26.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | require | patch | | [k8s.io/apimachinery](https://togithub.com/kubernetes/apimachinery) | `v0.26.2` -> `v0.26.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | require | patch | | [k8s.io/client-go](https://togithub.com/kubernetes/client-go) | `v0.26.2` -> `v0.26.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | require | patch | | [k8s.io/component-base](https://togithub.com/kubernetes/component-base) | `v0.26.2` -> `v0.26.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | require | patch | | [k8s.io/kubectl](https://togithub.com/kubernetes/kubectl) | `v0.26.2` -> `v0.26.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | require | patch | | [oras.land/oras-go/v2](https://togithub.com/oras-project/oras-go) | `v2.0.0` -> `v2.0.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | require | patch | | [prettier](https://prettier.io) ([source](https://togithub.com/prettier/prettier)) | [`2.8.4` -> `2.8.5`](https://renovatebot.com/diffs/npm/prettier/2.8.4/2.8.5) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [sass](https://togithub.com/sass/dart-sass) | [`1.59.2` -> `1.59.3`](https://renovatebot.com/diffs/npm/sass/1.59.2/1.59.3) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [sigs.k8s.io/kustomize/api](https://togithub.com/kubernetes-sigs/kustomize) | `v0.12.1` -> `v0.13.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | require | minor | | [svelte](https://svelte.dev) ([source](https://togithub.com/sveltejs/svelte)) | [`3.56.0` -> `3.57.0`](https://renovatebot.com/diffs/npm/svelte/3.56.0/3.57.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor | | [svelte-preprocess](https://togithub.com/sveltejs/svelte-preprocess) | [`5.0.1` -> `5.0.3`](https://renovatebot.com/diffs/npm/svelte-preprocess/5.0.1/5.0.3) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [vite](https://togithub.com/vitejs/vite/tree/main/#readme) ([source](https://togithub.com/vitejs/vite)) | [`4.1.4` -> `4.2.1`](https://renovatebot.com/diffs/npm/vite/4.1.4/4.2.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor | --- ### Release Notes <details> <summary>floating-ui/floating-ui</summary> ### [`v1.2.5`](https://togithub.com/floating-ui/floating-ui/releases/tag/%40floating-ui/dom%401.2.5) [Compare Source](https://togithub.com/floating-ui/floating-ui/compare/@floating-ui/dom@1.2.4...@floating-ui/dom@1.2.5) #### Bug Fixes - fix: don't skip initial `ResizeObserver` callback update in `autoUpdate` ([#​2232](https://togithub.com/floating-ui/floating-ui/issues/2232)) This runs two updates on mount instead of one when `elementResize` is enabled. When dealing with frameworks that use inside-out (down-up) initialization of effects/rendering, like React, children are positioned before their parent positioned which meant they were positioned relative to the (0, 0) coordinates, which is incorrect. This problem only presents itself when the child and parent both try to position themselves at the same time on mount — for example, opening a menu and its submenu simultaneously. By not skipping this update, this issue isn't present since children reposition themselves after their parents have been positioned. </details> <details> <summary>sveltejs/kit</summary> ### [`v1.12.0`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​1120) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.11.0...@sveltejs/kit@1.12.0) ##### Minor Changes - feat: expose submitter in use:enhance SubmitFunction ([#​9425](https://togithub.com/sveltejs/kit/pull/9425)) - feat: add data-sveltekit-keepfocus and data-sveltekit-replacestate options to links (requires Svelte version 3.56 for type-checking with `svelte-check`) ([#​9019](https://togithub.com/sveltejs/kit/pull/9019)) ##### Patch Changes - fix: don't start debugger on 404s ([#​9424](https://togithub.com/sveltejs/kit/pull/9424)) - fix: handle srcset attributes with newline after comma ([#​9388](https://togithub.com/sveltejs/kit/pull/9388)) - fix: allow tsconfig to extend multiple other tsconfigs ([#​9413](https://togithub.com/sveltejs/kit/pull/9413)) - chore: update Undici to 5.21.0 ([#​9417](https://togithub.com/sveltejs/kit/pull/9417)) </details> <details> <summary>actions/checkout</summary> ### [`v3.4.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v340) [Compare Source](https://togithub.com/actions/checkout/compare/v3.3.0...v3.4.0) - [Upgrade codeql actions to v2](https://togithub.com/actions/checkout/pull/1209) - [Upgrade dependencies](https://togithub.com/actions/checkout/pull/1210) - [Upgrade @​actions/io](https://togithub.com/actions/checkout/pull/1225) </details> <details> <summary>defenseunicorns/syft</summary> ### [`v0.75.0`](https://togithub.com/defenseunicorns/syft/compare/v0.75.0-DU...v0.75.0) [Compare Source](https://togithub.com/defenseunicorns/syft/compare/v0.75.0-DU...v0.75.0) </details> <details> <summary>docker/cli</summary> ### [`v20.10.23+incompatible`](https://togithub.com/docker/cli/compare/v20.10.22...v20.10.23) [Compare Source](https://togithub.com/docker/cli/compare/v20.10.22...v20.10.23) </details> <details> <summary>go-git/go-git</summary> ### [`v5.6.1`](https://togithub.com/go-git/go-git/releases/tag/v5.6.1) [Compare Source](https://togithub.com/go-git/go-git/compare/v5.6.0...v5.6.1) #### What's Changed - plumbing/transport: don't use the `firstErrLine` when it is empty by [@​ThinkChaos](https://togithub.com/ThinkChaos) in [https://github.com/go-git/go-git/pull/682](https://togithub.com/go-git/go-git/pull/682) - plumbing/transport: ssh, unable to pass a custom HostKeyCallback func by [@​aymanbagabas](https://togithub.com/aymanbagabas) in [https://github.com/go-git/go-git/pull/655](https://togithub.com/go-git/go-git/pull/655) - storage/filesystem: dotgit: fix a filesystem race in Refs/walkReferencesTree by [@​MichaelMure](https://togithub.com/MichaelMure) in [https://github.com/go-git/go-git/pull/659](https://togithub.com/go-git/go-git/pull/659) - \*: bump golang.org/x/net from 0.2.0 to 0.7.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-git/go-git/pull/684](https://togithub.com/go-git/go-git/pull/684) - \*: bump dependencies by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/697](https://togithub.com/go-git/go-git/pull/697) - \*: fix panic for empty revisions by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/696](https://togithub.com/go-git/go-git/pull/696) - ci: bump GitHub actions, enable go test race detection and stop using developer's GPG keys during test execution by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/701](https://togithub.com/go-git/go-git/pull/701) **Full Changelog**: https://github.com/go-git/go-git/compare/v5.6.0...v5.6.1 </details> <details> <summary>google/go-containerregistry</summary> ### [`v0.14.0`](https://togithub.com/google/go-containerregistry/releases/tag/v0.14.0) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.13.0...v0.14.0) #### Changelog - [`9306eba`](https://togithub.com/google/go-containerregistry/commit/9306ebad) Allow crane edit to generate non-image artifacts ([#​1545](https://togithub.com/google/go-containerregistry/issues/1545)) - [`de35f0f`](https://togithub.com/google/go-containerregistry/commit/de35f0f7) Allow setting Content-Type in crane edit manifest ([#​1551](https://togithub.com/google/go-containerregistry/issues/1551)) - [`4b081f8`](https://togithub.com/google/go-containerregistry/commit/4b081f80) Avoid v1.Manifest in crane edit config ([#​1583](https://togithub.com/google/go-containerregistry/issues/1583)) - [`1cfe1fc`](https://togithub.com/google/go-containerregistry/commit/1cfe1fc2) Bump aws-actions/configure-aws-credentials from 1.7.0 to 2.0.0 ([#​1593](https://togithub.com/google/go-containerregistry/issues/1593)) - [`da1008f`](https://togithub.com/google/go-containerregistry/commit/da1008fb) Bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 ([#​1548](https://togithub.com/google/go-containerregistry/issues/1548)) - [`86be45f`](https://togithub.com/google/go-containerregistry/commit/86be45fb) Bump goreleaser/goreleaser-action from 4.1.0 to 4.1.1 ([#​1547](https://togithub.com/google/go-containerregistry/issues/1547)) - [`62f183e`](https://togithub.com/google/go-containerregistry/commit/62f183e5) Bump goreleaser/goreleaser-action from 4.1.1 to 4.2.0 ([#​1556](https://togithub.com/google/go-containerregistry/issues/1556)) - [`1b8dc2b`](https://togithub.com/google/go-containerregistry/commit/1b8dc2ba) Bump slsa-framework/slsa-github-generator from 1.2.2 to 1.5.0 ([#​1580](https://togithub.com/google/go-containerregistry/issues/1580)) - [`11843ba`](https://togithub.com/google/go-containerregistry/commit/11843ba2) Enforce proper sha256 usage ([#​1544](https://togithub.com/google/go-containerregistry/issues/1544)) - [`2ceebaa`](https://togithub.com/google/go-containerregistry/commit/2ceebaaf) Implement crane index subcommand ([#​1561](https://togithub.com/google/go-containerregistry/issues/1561)) - [`9f42e02`](https://togithub.com/google/go-containerregistry/commit/9f42e028) Set mediaType for empty.ImageIndex in RawManifest ([#​1562](https://togithub.com/google/go-containerregistry/issues/1562)) - [`759b19f`](https://togithub.com/google/go-containerregistry/commit/759b19f7) Support artifactType, for images whose config.mediaType is not a config ([#​1541](https://togithub.com/google/go-containerregistry/issues/1541)) - [`b3c23b4`](https://togithub.com/google/go-containerregistry/commit/b3c23b4c) Support for OCI 1.1+ referrers via API ([#​1546](https://togithub.com/google/go-containerregistry/issues/1546)) - [`061ee6b`](https://togithub.com/google/go-containerregistry/commit/061ee6bf) Support for OCI 1.1+ referrers via fallback tag ([#​1543](https://togithub.com/google/go-containerregistry/issues/1543)) - [`6770304`](https://togithub.com/google/go-containerregistry/commit/67703048) Update descriptor "data" field (when valid) during "crane edit config" ([#​1584](https://togithub.com/google/go-containerregistry/issues/1584)) - [`76bac93`](https://togithub.com/google/go-containerregistry/commit/76bac933) Update release.yml ([#​1540](https://togithub.com/google/go-containerregistry/issues/1540)) - [`eb7d746`](https://togithub.com/google/go-containerregistry/commit/eb7d746c) authn: also read mount secrets ([#​1560](https://togithub.com/google/go-containerregistry/issues/1560)) - [`e94d408`](https://togithub.com/google/go-containerregistry/commit/e94d4089) bump deps using ./hack/bump-deps.sh ([#​1592](https://togithub.com/google/go-containerregistry/issues/1592)) - [`4e95ae2`](https://togithub.com/google/go-containerregistry/commit/4e95ae2b) crane: add --flatten for index append ([#​1566](https://togithub.com/google/go-containerregistry/issues/1566)) - [`ff810c1`](https://togithub.com/google/go-containerregistry/commit/ff810c18) crane: add serve subcommand ([#​1586](https://togithub.com/google/go-containerregistry/issues/1586)) - [`8ea5e0e`](https://togithub.com/google/go-containerregistry/commit/8ea5e0e8) crane: support --omit-digest-tags in crane ls ([#​1528](https://togithub.com/google/go-containerregistry/issues/1528)) - [`824efc7`](https://togithub.com/google/go-containerregistry/commit/824efc77) fix(mutate): also set timestamps only present in some formats ([#​1550](https://togithub.com/google/go-containerregistry/issues/1550)) - [`e04520b`](https://togithub.com/google/go-containerregistry/commit/e04520bc) fix: Fix the crane release url and add more steps ([#​1532](https://togithub.com/google/go-containerregistry/issues/1532)) - [`d872232`](https://togithub.com/google/go-containerregistry/commit/d8722327) hash: use generic instantiation ([#​1538](https://togithub.com/google/go-containerregistry/issues/1538)) - [`57f010d`](https://togithub.com/google/go-containerregistry/commit/57f010d2) replace manual slsa-verifier installation with action ([#​1585](https://togithub.com/google/go-containerregistry/issues/1585)) - [`9cd098e`](https://togithub.com/google/go-containerregistry/commit/9cd098e3) skip tls verification if default transport is used with insecure option ([#​1559](https://togithub.com/google/go-containerregistry/issues/1559)) - [`3624968`](https://togithub.com/google/go-containerregistry/commit/36249683) tarball: pass imageToTags ([#​1563](https://togithub.com/google/go-containerregistry/issues/1563)) ##### Container Images https://gcr.io/go-containerregistry/crane:v0.14.0 https://gcr.io/go-containerregistry/gcrane:v0.14.0 For example: docker pull gcr.io/go-containerregistry/crane:v0.14.0 docker pull gcr.io/go-containerregistry/gcrane:v0.14.0 </details> <details> <summary>pterm/pterm</summary> ### [`v0.12.56`](https://togithub.com/pterm/pterm/releases/tag/v0.12.56) [Compare Source](https://togithub.com/pterm/pterm/compare/v0.12.55...v0.12.56) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Fixes 🔧 - fix(table): fixed panic when multiple lines contained color in a single column by [@​MarvinJWendt](https://togithub.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/456](https://togithub.com/pterm/pterm/pull/456) **Full Changelog**: https://github.com/pterm/pterm/compare/v0.12.55...v0.12.56 </details> <details> <summary>kubernetes/apimachinery</summary> ### [`v0.26.3`](https://togithub.com/kubernetes/apimachinery/compare/v0.26.2...v0.26.3) [Compare Source](https://togithub.com/kubernetes/apimachinery/compare/v0.26.2...v0.26.3) </details> <details> <summary>kubernetes/client-go</summary> ### [`v0.26.3`](https://togithub.com/kubernetes/client-go/compare/v0.26.2...v0.26.3) [Compare Source](https://togithub.com/kubernetes/client-go/compare/v0.26.2...v0.26.3) </details> <details> <summary>kubernetes/component-base</summary> ### [`v0.26.3`](https://togithub.com/kubernetes/component-base/compare/v0.26.2...v0.26.3) [Compare Source](https://togithub.com/kubernetes/component-base/compare/v0.26.2...v0.26.3) </details> <details> <summary>kubernetes/kubectl</summary> ### [`v0.26.3`](https://togithub.com/kubernetes/kubectl/compare/v0.26.2...v0.26.3) [Compare Source](https://togithub.com/kubernetes/kubectl/compare/v0.26.2...v0.26.3) </details> <details> <summary>oras-project/oras-go</summary> ### [`v2.0.2`](https://togithub.com/oras-project/oras-go/releases/tag/v2.0.2) [Compare Source](https://togithub.com/oras-project/oras-go/compare/v2.0.1...v2.0.2) #### Bug Fixes - Fix [#​461](https://togithub.com/oras-project/oras-go/issues/461): Untagged manifests might be accidentally removed from the `index.json` file in OCI layouts #### Other Changes - Improve repository governance #### Detailed Commits - chore: update owners by [@​shizhMSFT](https://togithub.com/shizhMSFT) in [https://github.com/oras-project/oras-go/pull/459](https://togithub.com/oras-project/oras-go/pull/459) - fix: refactor tagging implementation for OCI Store by [@​Wwwsylvia](https://togithub.com/Wwwsylvia) in [https://github.com/oras-project/oras-go/pull/462](https://togithub.com/oras-project/oras-go/pull/462) **Full Changelog**: https://github.com/oras-project/oras-go/compare/v2.0.1...v2.0.2 ### [`v2.0.1`](https://togithub.com/oras-project/oras-go/releases/tag/v2.0.1) [Compare Source](https://togithub.com/oras-project/oras-go/compare/v2.0.0...v2.0.1) #### Bug Fixes - fix [#​449](https://togithub.com/oras-project/oras-go/issues/449): `index.json` is not generated for OCI Stores that contain no manifests - fix [#​431](https://togithub.com/oras-project/oras-go/issues/431): Some unit tests fail on Mac #### Other Changes - Update the Go support window to \[1.19, 1.20] ([#​442](https://togithub.com/oras-project/oras-go/issues/442)) - Improve documentation and repository governance #### Detailed Commits - fix: Broken tests for mac by [@​TerryHowe](https://togithub.com/TerryHowe) in [https://github.com/oras-project/oras-go/pull/431](https://togithub.com/oras-project/oras-go/pull/431) - fix: broken go-sdk link in readme by [@​khanjasir90](https://togithub.com/khanjasir90) in [https://github.com/oras-project/oras-go/pull/438](https://togithub.com/oras-project/oras-go/pull/438) - feat: update go support window to \[1.19, 1.20] by [@​Asmit2952](https://togithub.com/Asmit2952) in [https://github.com/oras-project/oras-go/pull/442](https://togithub.com/oras-project/oras-go/pull/442) - chore: add CODEOWNERS based on OWNERS.md by [@​shizhMSFT](https://togithub.com/shizhMSFT) in [https://github.com/oras-project/oras-go/pull/444](https://togithub.com/oras-project/oras-go/pull/444) - fix: fix CODEOWNERS by [@​shizhMSFT](https://togithub.com/shizhMSFT) in [https://github.com/oras-project/oras-go/pull/446](https://togithub.com/oras-project/oras-go/pull/446) - fix: ensure `index.json` for oci store by [@​Wwwsylvia](https://togithub.com/Wwwsylvia) in [https://github.com/oras-project/oras-go/pull/450](https://togithub.com/oras-project/oras-go/pull/450) #### New Contributors - [@​TerryHowe](https://togithub.com/TerryHowe) made their first contribution in [https://github.com/oras-project/oras-go/pull/431](https://togithub.com/oras-project/oras-go/pull/431) - [@​khanjasir90](https://togithub.com/khanjasir90) made their first contribution in [https://github.com/oras-project/oras-go/pull/438](https://togithub.com/oras-project/oras-go/pull/438) - [@​Asmit2952](https://togithub.com/Asmit2952) made their first contribution in [https://github.com/oras-project/oras-go/pull/442](https://togithub.com/oras-project/oras-go/pull/442) **Full Changelog**: https://github.com/oras-project/oras-go/compare/v2.0.0...v2.0.1 </details> <details> <summary>prettier/prettier</summary> ### [`v2.8.5`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#​285) [Compare Source](https://togithub.com/prettier/prettier/compare/2.8.4...2.8.5) [diff](https://togithub.com/prettier/prettier/compare/2.8.4...2.8.5) ##### Support TypeScript 5.0 ([#​14391](https://togithub.com/prettier/prettier/pull/14391) by [@​fisker](https://togithub.com/fisker), [#​13819](https://togithub.com/prettier/prettier/pull/13819) by [@​fisker](https://togithub.com/fisker), [@​sosukesuzuki](https://togithub.com/sosukesuzuki)) TypeScript 5.0 introduces two new syntactic features: - `const` modifiers for type parameters - `export type *` declarations ##### Add missing parentheses for decorator ([#​14393](https://togithub.com/prettier/prettier/pull/14393) by [@​fisker](https://togithub.com/fisker)) <!-- prettier-ignore --> ```jsx // Input class Person { @​(myDecoratorArray[0]) greet() {} } // Prettier 2.8.4 class Person { @​myDecoratorArray[0] greet() {} } // Prettier 2.8.5 class Person { @​(myDecoratorArray[0]) greet() {} } ``` ##### Add parentheses for `TypeofTypeAnnotation` to improve readability ([#​14458](https://togithub.com/prettier/prettier/pull/14458) by [@​fisker](https://togithub.com/fisker)) <!-- prettier-ignore --> ```tsx // Input type A = (typeof node.children)[]; // Prettier 2.8.4 type A = typeof node.children[]; // Prettier 2.8.5 type A = (typeof node.children)[]; ``` ##### Support `max_line_length=off` when parsing `.editorconfig` ([#​14516](https://togithub.com/prettier/prettier/pull/14516) by [@​josephfrazier](https://togithub.com/josephfrazier)) If an .editorconfig file is in your project and it sets `max_line_length=off` for the file you're formatting, it will be interpreted as a `printWidth` of `Infinity` rather than being ignored (which previously resulted in the default `printWidth` of 80 being applied, if not overridden by Prettier-specific configuration). <!-- prettier-ignore --> ```html <!-- Input --> <div className='HelloWorld' title={`You are visitor number ${ num }`} onMouseOver={onMouseOver}/> <!-- Prettier 2.8.4 --> <div className="HelloWorld" title={`You are visitor number ${num}`} onMouseOver={onMouseOver} />; <!-- Prettier 2.8.5 --> <div className="HelloWorld" title={`You are visitor number ${num}`} onMouseOver={onMouseOver} />; ``` </details> <details> <summary>sass/dart-sass</summary> ### [`v1.59.3`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1593) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.59.2...1.59.3) - Fix a performance regression introduced in 1.59.0. - The NPM release of 1.59.0 dropped support for Node 12 without actually indicating so in its pubspec. This release temporarily adds back support so that the latest Sass version that declares it supports Node 12 actually does so. However, Node 12 is now end-of-life, so we will drop support for it properly in an upcoming release. </details> <details> <summary>sveltejs/svelte</summary> ### [`v3.57.0`](https://togithub.com/sveltejs/svelte/blob/HEAD/CHANGELOG.md#​3570) [Compare Source](https://togithub.com/sveltejs/svelte/compare/v3.56.0...v3.57.0) - Add `<svelte:document>` ([#​3310](https://togithub.com/sveltejs/svelte/issues/3310)) - Add a11y `no-noninteractive-element-to-interactive-role` ([#​8167](https://togithub.com/sveltejs/svelte/pull/8167)) - Stop intro transition from triggering incorrectly ([#​6152](https://togithub.com/sveltejs/svelte/issues/6152), [#​6812](https://togithub.com/sveltejs/svelte/issues/6812)) - Support computed and literal properties when destructuring objects in the template ([#​6609](https://togithub.com/sveltejs/svelte/issues/6609)) - Give `style:` directive precedence over `style=` attribute ([#​7475](https://togithub.com/sveltejs/svelte/issues/7475)) - Select `<option>` with `selected` attribute when initial state is `undefined` ([#​8361](https://togithub.com/sveltejs/svelte/issues/8361)) - Prevent derived store callbacks after store is unsubscribed from ([#​8364](https://togithub.com/sveltejs/svelte/issues/8364)) - Account for `bind:group` members being spread across multiple control flow blocks ([#​8372](https://togithub.com/sveltejs/svelte/issues/8372)) - Revert buggy reactive statement optimization ([#​8374](https://togithub.com/sveltejs/svelte/issues/8374)) - Support CSS units in the `fly` and `blur` transitions ([#​7623](https://togithub.com/sveltejs/svelte/pull/7623)) </details> <details> <summary>sveltejs/svelte-preprocess</summary> ### [`v5.0.3`](https://togithub.com/sveltejs/svelte-preprocess/blob/HEAD/CHANGELOG.md#​503-httpsgithubcomsveltejssvelte-preprocesscomparev502v503-2023-03-17) [Compare Source](https://togithub.com/sveltejs/svelte-preprocess/compare/v5.0.2...v5.0.3) ##### Bug Fixes - address breaking changes in TypeScript 5 ([#​587](https://togithub.com/sveltejs/svelte-preprocess/issues/587)) ([a80dd35](https://togithub.com/sveltejs/svelte-preprocess/commit/a80dd351629b74c01a58d6814759f550f17800b7)), closes [#​586](https://togithub.com/sveltejs/svelte-preprocess/issues/586) ### [`v5.0.2`](https://togithub.com/sveltejs/svelte-preprocess/blob/HEAD/CHANGELOG.md#​502-httpsgithubcomsveltejssvelte-preprocesscomparev501v502-2023-03-14) [Compare Source](https://togithub.com/sveltejs/svelte-preprocess/compare/v5.0.1...v5.0.2) ##### Bug Fixes - add support for TypeScript 5 ([#​585](https://togithub.com/sveltejs/svelte-preprocess/issues/585)) ([adb87b9](https://togithub.com/sveltejs/svelte-preprocess/commit/adb87b9c59fce4892a7c287efbb76a354b351ed6)) - remove deprecated package [@​types/sass](https://togithub.com/types/sass) ([#​583](https://togithub.com/sveltejs/svelte-preprocess/issues/583)) ([731516d](https://togithub.com/sveltejs/svelte-preprocess/commit/731516d51343f4503b5a9a1653cd88558c800bd3)) </details> <details> <summary>vitejs/vite</summary> ### [`v4.2.1`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small421-2023-03-20-small) [Compare Source](https://togithub.com/vitejs/vite/compare/9dbb7f7765fd7d255daf82ad44fe867d49f0befd...v4.2.1) - fix: add `virtual:` to virtual module source map ignore ([#​12444](https://togithub.com/vitejs/vite/issues/12444)) ([c4aa28f](https://togithub.com/vitejs/vite/commit/c4aa28f)), closes [#​12444](https://togithub.com/vitejs/vite/issues/12444) - fix(css): inject source content conditionally ([#​12449](https://togithub.com/vitejs/vite/issues/12449)) ([3e665f6](https://togithub.com/vitejs/vite/commit/3e665f6)), closes [#​12449](https://togithub.com/vitejs/vite/issues/12449) - fix(worker): using data URLs for inline shared worker ([#​12014](https://togithub.com/vitejs/vite/issues/12014)) ([79a5007](https://togithub.com/vitejs/vite/commit/79a5007)), closes [#​12014](https://togithub.com/vitejs/vite/issues/12014) - chore: changelog edits for 4.2 ([#​12438](https://togithub.com/vitejs/vite/issues/12438)) ([ce047e3](https://togithub.com/vitejs/vite/commit/ce047e3)), closes [#​12438](https://togithub.com/vitejs/vite/issues/12438) ### [`v4.2.0`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#​420-2023-03-16) [Compare Source](https://togithub.com/vitejs/vite/compare/v4.1.4...9dbb7f7765fd7d255daf82ad44fe867d49f0befd) Vite 4.2 is out! ##### Support env variables replacement in HTML files Vite now supports [replacing env variables in HTML files](https://vitejs.dev/guide/env-and-mode.html#html-env-replacement). Any properties in `import.meta.env` can be used in HTML files with a special `%ENV_NAME%` syntax: ```html <h1>Vite is running in %MODE%</h1> <p>Using data from %VITE_API_URL%</p> ``` ##### Sourcemaps improvements The Chrome Dev Tools team has been working to improve the DX of Vite and Vite-powered frameworks in the dev tools. Vite 4.2 brings an [improved experience](https://twitter.com/bmeurer/status/1631286267823439881) and tools for framework authors to [hide 3rd party code and build artifacts from the user](https://twitter.com/bmeurer/status/1631531492462526467) from console log traces using [`server.sourcemapIgnoreList`](https://vitejs.dev/config/server-options.html#server-sourcemapignorelist) and [`build.rollupOptions.output.sourcemapIgnoreList`](https://rollupjs.org/configuration-options/#output-sourcemapignorelist). ##### ESM subpath imports Vite 4.2 now supports [subpath imports](https://nodejs.org/api/packages.html#subpath-imports), thanks to [@​lukeed05](https://twitter.com/lukeed05)'s [resolve.exports](https://togithub.com/lukeed/resolve.exports) library. ##### TypeScript 5 support Vite 4.2 also supports TypeScript 5's `tsconfig` `extends` [array format](https://devblogs.microsoft.com/typescript/announcing-typescript-5-0-beta/#supporting-multiple-configuration-files-in-extends), thanks to [tsconfck](https://togithub.com/dominikg/tsconfck). ##### esbuild 0.17 esbuild [v0.17.0](https://togithub.com/evanw/esbuild/releases/tag/v0.17.0) improved the design of its incremental, watch, and serve APIs. Check out [#​11908](https://togithub.com/vitejs/vite/pull/11908) for the rationale of why we didn't consider the backward-incompatible changes breaking for our use cases. The updated esbuild design now allows Vite to properly cancel in-fly builds and improve server restarts. ##### Use Rollup types from the vite package Expose Rollup types as a namespace. This is helpful to avoid type conflicts because of different versions of Rollup types in environments like [vite-ecosystem-ci](https://togithub.com/vitejs/vite-ecosystem-ci) ([#​12316](https://togithub.com/vitejs/vite/issues/12316)). ```ts import type { Rollup } from 'vite' ``` ##### Português Docs Translation The Vite documentation is now translated to Português at [pt.vitejs.dev](https://pt.vitejs.dev) thanks to [Nazaré Da Piedade](https://twitter.com/nazarepiedady) . ##### Features - feat: add status message for 504 caused by optimizer ([#​12435](https://togithub.com/vitejs/vite/issues/12435)) ([5cdd3fa](https://togithub.com/vitejs/vite/commit/5cdd3fa)), closes [#​12435](https://togithub.com/vitejs/vite/issues/12435) - feat: update tsconfck to 2.1.0 to add support for typescript 5 config syntax ([#​12401](https://togithub.com/vitejs/vite/issues/12401)) ([3f1c379](https://togithub.com/vitejs/vite/commit/3f1c379)), closes [#​12401](https://togithub.com/vitejs/vite/issues/12401) - feat: default esbuild jsxDev based on config.isProduction ([#​12386](https://togithub.com/vitejs/vite/issues/12386)) ([f24c2b0](https://togithub.com/vitejs/vite/commit/f24c2b0)), closes [#​12386](https://togithub.com/vitejs/vite/issues/12386) - feat(css): add `build.cssMinify` ([#​12207](https://togithub.com/vitejs/vite/issues/12207)) ([90431f2](https://togithub.com/vitejs/vite/commit/90431f2)), closes [#​12207](https://togithub.com/vitejs/vite/issues/12207) - feat(types): export Rollup namespace ([#​12316](https://togithub.com/vitejs/vite/issues/12316)) ([6e49e52](https://togithub.com/vitejs/vite/commit/6e49e52)), closes [#​12316](https://togithub.com/vitejs/vite/issues/12316) - feat: add `sourcemapIgnoreList` configuration option ([#​12174](https://togithub.com/vitejs/vite/issues/12174)) ([f875580](https://togithub.com/vitejs/vite/commit/f875580)), closes [#​12174](https://togithub.com/vitejs/vite/issues/12174) - feat: cancellable scan during optimization ([#​12225](https://togithub.com/vitejs/vite/issues/12225)) ([1e1cd3b](https://togithub.com/vitejs/vite/commit/1e1cd3b)), closes [#​12225](https://togithub.com/vitejs/vite/issues/12225) - feat: don't override `build.target` if terser is 5.16.0+ ([#​12197](https://togithub.com/vitejs/vite/issues/12197)) ([9885f6f](https://togithub.com/vitejs/vite/commit/9885f6f)), closes [#​12197](https://togithub.com/vitejs/vite/issues/12197) - feat: support ESM subpath imports ([#​7770](https://togithub.com/vitejs/vite/issues/7770)) ([cc92da9](https://togithub.com/vitejs/vite/commit/cc92da9)), closes [#​7770](https://togithub.com/vitejs/vite/issues/7770) - feat(css): add preprocessor option to define stylus vars & funcs ([#​7227](https://togithub.com/vitejs/vite/issues/7227)) ([5968bec](https://togithub.com/vitejs/vite/commit/5968bec)), closes [#​7227](https://togithub.com/vitejs/vite/issues/7227) - feat(css): support resolving stylesheets from exports map ([#​7817](https://togithub.com/vitejs/vite/issues/7817)) ([108aadf](https://togithub.com/vitejs/vite/commit/108aadf)), closes [#​7817](https://togithub.com/vitejs/vite/issues/7817) - feat(html): support env replacement ([#​12202](https://togithub.com/vitejs/vite/issues/12202)) ([4f2c49f](https://togithub.com/vitejs/vite/commit/4f2c49f)), closes [#​12202](https://togithub.com/vitejs/vite/issues/12202) - refactor: customize ErrorOverlay (part 2) ([#​11830](https://togithub.com/vitejs/vite/issues/11830)) ([4159e6f](https://togithub.com/vitejs/vite/commit/4159e6f)), closes [#​11830](https://togithub.com/vitejs/vite/issues/11830) - refactor: remove constructed sheet type style injection ([#​11818](https://togithub.com/vitejs/vite/issues/11818)) ([1a6a0c2](https://togithub.com/vitejs/vite/commit/1a6a0c2)), closes [#​11818](https://togithub.com/vitejs/vite/issues/11818) - refactor(importAnalysis): cache injected env string ([#​12154](https://togithub.com/vitejs/vite/issues/12154)) ([2aad552](https://togithub.com/vitejs/vite/commit/2aad552)), closes [#​12154](https://togithub.com/vitejs/vite/issues/12154) - feat: esbuild 0.17 ([#​11908](https://togithub.com/vitejs/vite/issues/11908)) ([9d42f06](https://togithub.com/vitejs/vite/commit/9d42f06)), closes [#​11908](https://togithub.com/vitejs/vite/issues/11908) - feat: ignore list client injected sources ([#​12170](https://togithub.com/vitejs/vite/issues/12170)) ([8a98aef](https://togithub.com/vitejs/vite/commit/8a98aef)), closes [#​12170](https://togithub.com/vitejs/vite/issues/12170) - feat: support rollup plugin `this.load` in plugin container context ([#​11469](https://togithub.com/vitejs/vite/issues/11469)) ([abfa804](https://togithub.com/vitejs/vite/commit/abfa804)), closes [#​11469](https://togithub.com/vitejs/vite/issues/11469) - feat(cli): allow to specify sourcemap mode via --sourcemap build's option ([#​11505](https://togithub.com/vitejs/vite/issues/11505)) ([ee3b90a](https://togithub.com/vitejs/vite/commit/ee3b90a)), closes [#​11505](https://togithub.com/vitejs/vite/issues/11505) - feat(reporter): report built time ([#​12100](https://togithub.com/vitejs/vite/issues/12100)) ([f2ad222](https://togithub.com/vitejs/vite/commit/f2ad222)), closes [#​12100](https://togithub.com/vitejs/vite/issues/12100) ##### Bug Fixes - fix: html env replacement plugin position ([#​12404](https://togithub.com/vitejs/vite/issues/12404)) ([96f36a9](https://togithub.com/vitejs/vite/commit/96f36a9)), closes [#​12404](https://togithub.com/vitejs/vite/issues/12404) - fix(optimizer): # symbol in deps id stripped by browser ([#​12415](https://togithub.com/vitejs/vite/issues/12415)) ([e23f690](https://togithub.com/vitejs/vite/commit/e23f690)), closes [#​12415](https://togithub.com/vitejs/vite/issues/12415) - fix(resolve): rebase sub imports relative path ([#​12373](https://togithub.com/vitejs/vite/issues/12373)) ([fe1d61a](https://togithub.com/vitejs/vite/commit/fe1d61a)), closes [#​12373](https://togithub.com/vitejs/vite/issues/12373) - fix(server): should close server after create new server ([#​12379](https://togithub.com/vitejs/vite/issues/12379)) ([d23605d](https://togithub.com/vitejs/vite/commit/d23605d)), closes [#​12379](https://togithub.com/vitejs/vite/issues/12379) - fix(resolve): remove deep import syntax handling ([#​12381](https://togithub.com/vitejs/vite/issues/12381)) ([42e0d6a](https://togithub.com/vitejs/vite/commit/42e0d6a)), closes [#​12381](https://togithub.com/vitejs/vite/issues/12381) - fix: print urls when dns order change ([#​12261](https://togithub.com/vitejs/vite/issues/12261)) ([e57cacf](https://togithub.com/vitejs/vite/commit/e57cacf)), closes [#​12261](https://togithub.com/vitejs/vite/issues/12261) - fix: throw ssr import error directly (fix [#​12322](https://togithub.com/vitejs/vite/issues/12322)) ([#​12324](https://togithub.com/vitejs/vite/issues/12324)) ([21ffc6a](https://togithub.com/vitejs/vite/commit/21ffc6a)), closes [#​12322](https://togithub.com/vitejs/vite/issues/12322) [#​12324](https://togithub.com/vitejs/vite/issues/12324) - fix(config): watch config even outside of root ([#​12321](https://togithub.com/vitejs/vite/issues/12321)) ([7e2fff7](https://togithub.com/vitejs/vite/commit/7e2fff7)), closes [#​12321](https://togithub.com/vitejs/vite/issues/12321) - fix(config): watch envDir even outside of root ([#​12349](https://togithub.com/vitejs/vite/issues/12349)) ([131f3ee](https://togithub.com/vitejs/vite/commit/131f3ee)), closes [#​12349](https://togithub.com/vitejs/vite/issues/12349) - fix(define): correctly replace SSR in dev ([#​12204](https://togithub.com/vitejs/vite/issues/12204)) ([0f6de4d](https://togithub.com/vitejs/vite/commit/0f6de4d)), closes [#​12204](https://togithub.com/vitejs/vite/issues/12204) - fix(optimizer): suppress esbuild cancel error ([#​12358](https://togithub.com/vitejs/vite/issues/12358)) ([86a24e4](https://togithub.com/vitejs/vite/commit/86a24e4)), closes [#​12358](https://togithub.com/vitejs/vite/issues/12358) - fix(optimizer): transform css require to import directly ([#​12343](https://togithub.com/vitejs/vite/issues/12343)) ([716286e](https://togithub.com/vitejs/vite/commit/716286e)), closes [#​12343](https://togithub.com/vitejs/vite/issues/12343) - fix(reporter): build.assetsDir should not impact output when in lib mode ([#​12108](https://togithub.com/vitejs/vite/issues/12108)) ([b12f457](https://togithub.com/vitejs/vite/commit/b12f457)), closes [#​12108](https://togithub.com/vitejs/vite/issues/12108) - fix(types): avoid resolve.exports types for bundling ([#​12346](https://togithub.com/vitejs/vite/issues/12346)) ([6b40f03](https://togithub.com/vitejs/vite/commit/6b40f03)), closes [#​12346](https://togithub.com/vitejs/vite/issues/12346) - fix(worker): force rollup to build worker module under watch mode ([#​11919](https://togithub.com/vitejs/vite/issues/11919)) ([d464679](https://togithub.com/vitejs/vite/commit/d464679)), closes [#​11919](https://togithub.com/vitejs/vite/issues/11919) - fix: resolve browser mapping using bare imports (fix [#​11208](https://togithub.com/vitejs/vite/issues/11208)) ([#​11219](https://togithub.com/vitejs/vite/issues/11219)) ([22de84f](https://togithub.com/vitejs/vite/commit/22de84f)), closes [#​11208](https://togithub.com/vitejs/vite/issues/11208) [#​11219](https://togithub.com/vitejs/vite/issues/11219) - fix: avoid null sourcePath in `server.sourcemapIgnoreList` ([#​12251](https://togithub.com/vitejs/vite/issues/12251)) ([209c3bd](https://togithub.com/vitejs/vite/commit/209c3bd)), closes [#​12251](https://togithub.com/vitejs/vite/issues/12251) - fix: configure proxy before subscribing to error events ([#​12263](https://togithub.com/vitejs/vite/issues/12263)) ([c35e100](https://togithub.com/vitejs/vite/commit/c35e100)), closes [#​12263](https://togithub.com/vitejs/vite/issues/12263) - fix: enforce absolute path for server.sourcemapIgnoreList ([#​12309](https://togithub.com/vitejs/vite/issues/12309)) ([ab6ae07](https://togithub.com/vitejs/vite/commit/ab6ae07)), closes [#​12309](https://togithub.com/vitejs/vite/issues/12309) - fix: handle error without line and column in loc ([#​12312](https://togithub.com/vitejs/vite/issues/12312)) ([ce18eba](https://togithub.com/vitejs/vite/commit/ce18eba)), closes [#​12312](https://togithub.com/vitejs/vite/issues/12312) - fix: properly clean up optimization temp folder ([#​12237](https://togithub.com/vitejs/vite/issues/12237)) ([fbbf8fe](https://togithub.com/vitejs/vite/commit/fbbf8fe)), closes [#​12237](https://togithub.com/vitejs/vite/issues/12237) - fix: unique dep optimizer temp folders ([#​12252](https://togithub.com/vitejs/vite/issues/12252)) ([38ce81c](https://togithub.com/vitejs/vite/commit/38ce81c)), closes [#​12252](https://togithub.com/vitejs/vite/issues/12252) - fix(build-import-analysis): should not append ?used when css request has ?url or ?raw ([#​11910](https://togithub.com/vitejs/vite/issues/11910)) ([e3f725f](https://togithub.com/vitejs/vite/commit/e3f725f)), closes [#​11910](https://togithub.com/vitejs/vite/issues/11910) - fix(optimizer): don not call context.rebuild after cancel ([#​12264](https://togithub.com/vitejs/vite/issues/12264)) ([520d84e](https://togithub.com/vitejs/vite/commit/520d84e)), closes [#​12264](https://togithub.com/vitejs/vite/issues/12264) - fix(resolve): update `resolve.exports` to `2.0.1` to fix `*` resolution issue ([#​12314](https://togithub.com/vitejs/vite/issues/12314)) ([523d6f7](https://togithub.com/vitejs/vite/commit/523d6f7)), closes [#​12314](https://togithub.com/vitejs/vite/issues/12314) - fix: use relative paths in `sources` for transformed source maps ([#​12079](https://togithub.com/vitejs/vite/issues/12079)) ([bcbc582](https://togithub.com/vitejs/vite/commit/bcbc582)), closes [#​12079](https://togithub.com/vitejs/vite/issues/12079) - fix(cli): after setting server.open, the default open is inconsistent… ([#​11974](https://togithub.com/vitejs/vite/issues/11974)) ([33a38db](https://togithub.com/vitejs/vite/commit/33a38db)), closes [#​11974](https://togithub.com/vitejs/vite/issues/11974) - fix(client-inject): replace globalThis.process.env.NODE_ENV (fix [#​12185](https://togithub.com/vitejs/vite/issues/12185)) ([#​12194](https://togithub.com/vitejs/vite/issues/12194)) ([2063648](https://togithub.com/vitejs/vite/commit/2063648)), closes [#​12185](https://togithub.com/vitejs/vite/issues/12185) [#​12194](https://togithub.com/vitejs/vite/issues/12194) - fix(css): should not rebase http url for less (fix: [#​12155](https://togithub.com/vitejs/vite/issues/12155)) ([#​12195](https://togithub.com/vitejs/vite/issues/12195)) ([9cca30d](https://togithub.com/vitejs/vite/commit/9cca30d)), closes [#​12155](https://togithub.com/vitejs/vite/issues/12155) [#​12195](https://togithub.com/vitejs/vite/issues/12195) - fix(deps): update all non-major dependencies ([#​12036](https://togithub.com/vitejs/vite/issues/12036)) ([48150f2](https://togithub.com/vitejs/vite/commit/48150f2)), closes [#​12036](https://togithub.com/vitejs/vite/issues/12036) - fix(import-analysis): improve error for jsx to not be preserve in tsconfig ([#​12018](https://togithub.com/vitejs/vite/issues/12018)) ([91fac1c](https://togithub.com/vitejs/vite/commit/91fac1c)), closes [#​12018](https://togithub.com/vitejs/vite/issues/12018) - fix(optimizer): log esbuild error when scanning deps ([#​11977](https://togithub.com/vitejs/vite/issues/11977)) ([20e6060](https://togithub.com/vitejs/vite/commit/20e6060)), closes [#​11977](https://togithub.com/vitejs/vite/issues/11977) - fix(optimizer): log unoptimizable entries ([#​12138](https://togithub.com/vitejs/vite/issues/12138)) ([2c93e0b](https://togithub.com/vitejs/vite/commit/2c93e0b)), closes [#​12138](https://togithub.com/vitejs/vite/issues/12138) - fix(server): watch env files creating and deleting (fix [#​12127](https://togithub.com/vitejs/vite/issues/12127)) ([#​12129](https://togithub.com/vitejs/vite/issues/12129)) ([cc3724f](https://togithub.com/vitejs/vite/commit/cc3724f)), closes [#​12127](https://togithub.com/vitejs/vite/issues/12127) [#​12129](https://togithub.com/vitejs/vite/issues/12129) - build: correct d.ts output dir in development ([#​12212](https://togithub.com/vitejs/vite/issues/12212)) ([b90bc1f](https://togithub.com/vitejs/vite/commit/b90bc1f)), closes [#​12212](https://togithub.com/vitejs/vite/issues/12212) ##### Previous Changelogs ##### [4.2.0-beta.2](https://togithub.com/vitejs/vite/compare/v4.2.0-beta.1....v4.2.0-beta.2) (2023-03-13) See [4.2.0-beta.2 changelog](https://togithub.com/vitejs/vite/blob/v4.2.0-beta.2/packages/vite/CHANGELOG.md) ##### [4.2.0-beta.1](https://togithub.com/vitejs/vite/compare/v4.2.0-beta.0....v4.2.0-beta.1) (2023-03-07) See [4.2.0-beta.1 changelog](https://togithub.com/vitejs/vite/blob/v4.2.0-beta.1/packages/vite/CHANGELOG.md) ##### [4.2.0-beta.0](https://togithub.com/vitejs/vite/compare/v4.1.4....v4.2.0-beta.0) (2023-02-27) See [4.2.0-beta.0 changelog](https://togithub.com/vitejs/vite/blob/v4.2.0-beta.0/packages/vite/CHANGELOG.md) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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://togithub.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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/defenseunicorns/zarf). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjE0LjIifQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Wayne Starr <Racer159@users.noreply.github.com> Co-authored-by: Wayne Starr <me@racer159.com>
andrewpollock
referenced
this pull request
in google/osv.dev
Mar 24, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloud.google.com/go/pubsub](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v1.28.0` -> `v1.30.0` | | [cloud.google.com/go/storage](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v1.29.0` -> `v1.30.1` | | [github.com/go-git/go-git/v5](https://togithub.com/go-git/go-git) | require | minor | `v5.5.2` -> `v5.6.1` | | [github.com/golang/glog](https://togithub.com/golang/glog) | require | minor | `v1.0.0` -> `v1.1.1` | | [google.golang.org/api](https://togithub.com/googleapis/google-api-go-client) | require | minor | `v0.109.0` -> `v0.114.0` | --- ### Release Notes <details> <summary>go-git/go-git</summary> ### [`v5.6.1`](https://togithub.com/go-git/go-git/releases/tag/v5.6.1) [Compare Source](https://togithub.com/go-git/go-git/compare/v5.6.0...v5.6.1) #### What's Changed - plumbing/transport: don't use the `firstErrLine` when it is empty by [@​ThinkChaos](https://togithub.com/ThinkChaos) in [https://github.com/go-git/go-git/pull/682](https://togithub.com/go-git/go-git/pull/682) - plumbing/transport: ssh, unable to pass a custom HostKeyCallback func by [@​aymanbagabas](https://togithub.com/aymanbagabas) in [https://github.com/go-git/go-git/pull/655](https://togithub.com/go-git/go-git/pull/655) - storage/filesystem: dotgit: fix a filesystem race in Refs/walkReferencesTree by [@​MichaelMure](https://togithub.com/MichaelMure) in [https://github.com/go-git/go-git/pull/659](https://togithub.com/go-git/go-git/pull/659) - \*: bump golang.org/x/net from 0.2.0 to 0.7.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-git/go-git/pull/684](https://togithub.com/go-git/go-git/pull/684) - \*: bump dependencies by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/697](https://togithub.com/go-git/go-git/pull/697) - \*: fix panic for empty revisions by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/696](https://togithub.com/go-git/go-git/pull/696) - ci: bump GitHub actions, enable go test race detection and stop using developer's GPG keys during test execution by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/701](https://togithub.com/go-git/go-git/pull/701) **Full Changelog**: go-git/go-git@v5.6.0...v5.6.1 ### [`v5.6.0`](https://togithub.com/go-git/go-git/releases/tag/v5.6.0) [Compare Source](https://togithub.com/go-git/go-git/compare/v5.5.2...v5.6.0) #### What's Changed - Worktree, check for empty parent dirs during Reset (Fixes [#​670](https://togithub.com/go-git/go-git/issues/670)) by [@​mbohy](https://togithub.com/mbohy) in [https://github.com/go-git/go-git/pull/671](https://togithub.com/go-git/go-git/pull/671) - \*: remove need to build with CGO by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/688](https://togithub.com/go-git/go-git/pull/688) - plumbing: support SSH/X509 signed tags by [@​hiddeco](https://togithub.com/hiddeco) in [https://github.com/go-git/go-git/pull/690](https://togithub.com/go-git/go-git/pull/690) **Full Changelog**: go-git/go-git@v5.5.2...v5.6.0 </details> <details> <summary>golang/glog</summary> ### [`v1.1.1`](https://togithub.com/golang/glog/releases/tag/v1.1.1) [Compare Source](https://togithub.com/golang/glog/compare/v1.1.0...v1.1.1) Bugfixes since the larger v1.1.0, which have been addressed. ### [`v1.1.0`](https://togithub.com/golang/glog/releases/tag/v1.1.0) [Compare Source](https://togithub.com/golang/glog/compare/v1.0.0...v1.1.0) Tagging v1.1.0 after syncing glog with internal changes </details> <details> <summary>googleapis/google-api-go-client</summary> ### [`v0.114.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.114.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.113.0...v0.114.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​1907](https://togithub.com/googleapis/google-api-go-client/issues/1907)) ([2754ab4](https://togithub.com/googleapis/google-api-go-client/commit/2754ab420dcf1c48e9b383c87f7d224ef99abc2f)) ##### Bug Fixes - Always reference the internal package. ([#​1909](https://togithub.com/googleapis/google-api-go-client/issues/1909)) ([dc4b77d](https://togithub.com/googleapis/google-api-go-client/commit/dc4b77d54e86e5b32bce720cf144f5c8a2031011)), refs [#​1908](https://togithub.com/googleapis/google-api-go-client/issues/1908) ### [`v0.113.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.113.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.112.0...v0.113.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​1900](https://togithub.com/googleapis/google-api-go-client/issues/1900)) ([fc221ce](https://togithub.com/googleapis/google-api-go-client/commit/fc221ced8f967897a23fa585f918801c10a13b0d)) - **idtoken:** Add support for external_account ([#​1897](https://togithub.com/googleapis/google-api-go-client/issues/1897)) ([64b6ee4](https://togithub.com/googleapis/google-api-go-client/commit/64b6ee4ccbd1b9a52eed972989e9b8117406613b)) - **transport:** Add support for setting quota project with envvar ([#​1892](https://togithub.com/googleapis/google-api-go-client/issues/1892)) ([63c48a6](https://togithub.com/googleapis/google-api-go-client/commit/63c48a69a6be327f495ce18f47395989b92456a6)) ### [`v0.112.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.112.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.111.0...v0.112.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​1882](https://togithub.com/googleapis/google-api-go-client/issues/1882)) ([15808d7](https://togithub.com/googleapis/google-api-go-client/commit/15808d75b5bd798c88f692d07261e7667f69a4c0)) - **all:** Auto-regenerate discovery clients ([#​1884](https://togithub.com/googleapis/google-api-go-client/issues/1884)) ([1aee5cd](https://togithub.com/googleapis/google-api-go-client/commit/1aee5cd1cb55192a4675682444d9e0a22dab55a0)) - **all:** Auto-regenerate discovery clients ([#​1885](https://togithub.com/googleapis/google-api-go-client/issues/1885)) ([c886360](https://togithub.com/googleapis/google-api-go-client/commit/c8863600179ebf003ae0043f94ea095a732e2517)) - **all:** Auto-regenerate discovery clients ([#​1887](https://togithub.com/googleapis/google-api-go-client/issues/1887)) ([5da4d6a](https://togithub.com/googleapis/google-api-go-client/commit/5da4d6ab7fa9a3d68743a9dd6f90ab6cd9ea9277)) - **all:** Auto-regenerate discovery clients ([#​1893](https://togithub.com/googleapis/google-api-go-client/issues/1893)) ([e88ee8a](https://togithub.com/googleapis/google-api-go-client/commit/e88ee8ac45e49f73b275bce6924180c0f184f277)) - **all:** Auto-regenerate discovery clients ([#​1896](https://togithub.com/googleapis/google-api-go-client/issues/1896)) ([9f18671](https://togithub.com/googleapis/google-api-go-client/commit/9f186713659dc989b56a801e556a563954ecb673)) - **all:** Auto-regenerate discovery clients ([#​1898](https://togithub.com/googleapis/google-api-go-client/issues/1898)) ([89c274a](https://togithub.com/googleapis/google-api-go-client/commit/89c274a9077778e05b3c5e459fd8dbbb58ed4a86)) ### [`v0.111.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.111.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.110.0...v0.111.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​1859](https://togithub.com/googleapis/google-api-go-client/issues/1859)) ([ba3414e](https://togithub.com/googleapis/google-api-go-client/commit/ba3414e017e9aef77005014054ba02f1f686f601)) - **all:** Auto-regenerate discovery clients ([#​1861](https://togithub.com/googleapis/google-api-go-client/issues/1861)) ([895105a](https://togithub.com/googleapis/google-api-go-client/commit/895105a40de858f4803460982c7092f132b47a89)) - **all:** Auto-regenerate discovery clients ([#​1863](https://togithub.com/googleapis/google-api-go-client/issues/1863)) ([8b8b195](https://togithub.com/googleapis/google-api-go-client/commit/8b8b19548ff684556b8c775f97c87667963e1946)) - **all:** Auto-regenerate discovery clients ([#​1866](https://togithub.com/googleapis/google-api-go-client/issues/1866)) ([7f5f40a](https://togithub.com/googleapis/google-api-go-client/commit/7f5f40a84267f1505be68dced7498f3890871415)) - **all:** Auto-regenerate discovery clients ([#​1872](https://togithub.com/googleapis/google-api-go-client/issues/1872)) ([7d34d41](https://togithub.com/googleapis/google-api-go-client/commit/7d34d415a57f11eba00dfe1a3a7b8a8b9de687cd)) - **all:** Auto-regenerate discovery clients ([#​1873](https://togithub.com/googleapis/google-api-go-client/issues/1873)) ([c02cff6](https://togithub.com/googleapis/google-api-go-client/commit/c02cff63add0cceb3aff031d50e3856705f551d8)) - **all:** Auto-regenerate discovery clients ([#​1875](https://togithub.com/googleapis/google-api-go-client/issues/1875)) ([70d3954](https://togithub.com/googleapis/google-api-go-client/commit/70d39545895bb5da4d79e419e3789e7011c53489)) ### [`v0.110.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.110.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.109.0...v0.110.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​1838](https://togithub.com/googleapis/google-api-go-client/issues/1838)) ([4b4c9d4](https://togithub.com/googleapis/google-api-go-client/commit/4b4c9d468a78cae7a41cbcb14054999dfef31b80)) - **all:** Auto-regenerate discovery clients ([#​1841](https://togithub.com/googleapis/google-api-go-client/issues/1841)) ([3fb8cdc](https://togithub.com/googleapis/google-api-go-client/commit/3fb8cdc9c2ddf336497bc36fd06fab43b2235d06)) - **all:** Auto-regenerate discovery clients ([#​1850](https://togithub.com/googleapis/google-api-go-client/issues/1850)) ([8980266](https://togithub.com/googleapis/google-api-go-client/commit/89802661d011ff33e3d5988f0e894702eba9c009)) - **all:** Auto-regenerate discovery clients ([#​1851](https://togithub.com/googleapis/google-api-go-client/issues/1851)) ([689f934](https://togithub.com/googleapis/google-api-go-client/commit/689f934fca8cc3f8be521e41ab1e270691441dde)) ##### Bug Fixes - Improve error handling for enterprise certificate module ([#​1848](https://togithub.com/googleapis/google-api-go-client/issues/1848)) ([3fb5b61](https://togithub.com/googleapis/google-api-go-client/commit/3fb5b6154399e00f030db5570673f4690c534ddf)) - **internal/gensupport:** Don't prematurely close timers ([#​1856](https://togithub.com/googleapis/google-api-go-client/issues/1856)) ([8efd00d](https://togithub.com/googleapis/google-api-go-client/commit/8efd00d3a913d1c454622791d4bfaa23e1343d70)) - Update ECP dependency to v0.2.3 ([#​1857](https://togithub.com/googleapis/google-api-go-client/issues/1857)) ([1147cb8](https://togithub.com/googleapis/google-api-go-client/commit/1147cb8a93dfcd0255280b43a7f011ac2cf6ddab)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 6am on wednesday" in timezone Australia/Sydney, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [x] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/google/osv.dev). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM1LjE0LjIifQ==-->
renovate bot
referenced
this pull request
in sheldonhull/az-pr
Apr 3, 2023
…5.6.1 (#8) [](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/go-git/go-git/v5](https://togithub.com/go-git/go-git) | require | minor | `v5.5.2` -> `v5.6.1` | --- ### Release Notes <details> <summary>go-git/go-git</summary> ### [`v5.6.1`](https://togithub.com/go-git/go-git/releases/tag/v5.6.1) [Compare Source](https://togithub.com/go-git/go-git/compare/v5.6.0...v5.6.1) #### What's Changed - plumbing/transport: don't use the `firstErrLine` when it is empty by [@​ThinkChaos](https://togithub.com/ThinkChaos) in [https://github.com/go-git/go-git/pull/682](https://togithub.com/go-git/go-git/pull/682) - plumbing/transport: ssh, unable to pass a custom HostKeyCallback func by [@​aymanbagabas](https://togithub.com/aymanbagabas) in [https://github.com/go-git/go-git/pull/655](https://togithub.com/go-git/go-git/pull/655) - storage/filesystem: dotgit: fix a filesystem race in Refs/walkReferencesTree by [@​MichaelMure](https://togithub.com/MichaelMure) in [https://github.com/go-git/go-git/pull/659](https://togithub.com/go-git/go-git/pull/659) - \*: bump golang.org/x/net from 0.2.0 to 0.7.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-git/go-git/pull/684](https://togithub.com/go-git/go-git/pull/684) - \*: bump dependencies by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/697](https://togithub.com/go-git/go-git/pull/697) - \*: fix panic for empty revisions by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/696](https://togithub.com/go-git/go-git/pull/696) - ci: bump GitHub actions, enable go test race detection and stop using developer's GPG keys during test execution by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/701](https://togithub.com/go-git/go-git/pull/701) **Full Changelog**: go-git/go-git@v5.6.0...v5.6.1 ### [`v5.6.0`](https://togithub.com/go-git/go-git/releases/tag/v5.6.0) [Compare Source](https://togithub.com/go-git/go-git/compare/v5.5.2...v5.6.0) #### What's Changed - Worktree, check for empty parent dirs during Reset (Fixes [#​670](https://togithub.com/go-git/go-git/issues/670)) by [@​mbohy](https://togithub.com/mbohy) in [https://github.com/go-git/go-git/pull/671](https://togithub.com/go-git/go-git/pull/671) - \*: remove need to build with CGO by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/688](https://togithub.com/go-git/go-git/pull/688) - plumbing: support SSH/X509 signed tags by [@​hiddeco](https://togithub.com/hiddeco) in [https://github.com/go-git/go-git/pull/690](https://togithub.com/go-git/go-git/pull/690) **Full Changelog**: go-git/go-git@v5.5.2...v5.6.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sheldonhull/az-pr). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMi4xIiwidXBkYXRlZEluVmVyIjoiMzUuMjIuMSJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
julieqiu
referenced
this pull request
in julieqiu/osv-scanner
May 2, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/go-git/go-git/v5](https://togithub.com/go-git/go-git) | require | patch | `v5.6.0` -> `v5.6.1` | | [golang.org/x/exp](https://togithub.com/golang/exp) | require | digest | `db07412` -> `642cace` | --- ### Release Notes <details> <summary>go-git/go-git</summary> ### [`v5.6.1`](https://togithub.com/go-git/go-git/releases/tag/v5.6.1) [Compare Source](https://togithub.com/go-git/go-git/compare/v5.6.0...v5.6.1) #### What's Changed - plumbing/transport: don't use the `firstErrLine` when it is empty by [@​ThinkChaos](https://togithub.com/ThinkChaos) in [https://github.com/go-git/go-git/pull/682](https://togithub.com/go-git/go-git/pull/682) - plumbing/transport: ssh, unable to pass a custom HostKeyCallback func by [@​aymanbagabas](https://togithub.com/aymanbagabas) in [https://github.com/go-git/go-git/pull/655](https://togithub.com/go-git/go-git/pull/655) - storage/filesystem: dotgit: fix a filesystem race in Refs/walkReferencesTree by [@​MichaelMure](https://togithub.com/MichaelMure) in [https://github.com/go-git/go-git/pull/659](https://togithub.com/go-git/go-git/pull/659) - \*: bump golang.org/x/net from 0.2.0 to 0.7.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-git/go-git/pull/684](https://togithub.com/go-git/go-git/pull/684) - \*: bump dependencies by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/697](https://togithub.com/go-git/go-git/pull/697) - \*: fix panic for empty revisions by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/696](https://togithub.com/go-git/go-git/pull/696) - ci: bump GitHub actions, enable go test race detection and stop using developer's GPG keys during test execution by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/701](https://togithub.com/go-git/go-git/pull/701) **Full Changelog**: go-git/go-git@v5.6.0...v5.6.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 6am on monday" in timezone Australia/Sydney, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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://togithub.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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/google/osv-scanner). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS44LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNS44LjMifQ==-->
julieqiu
referenced
this pull request
in julieqiu/osv-scanner
May 2, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/go-git/go-git/v5](https://togithub.com/go-git/go-git) | require | patch | `v5.6.0` -> `v5.6.1` | | [golang.org/x/exp](https://togithub.com/golang/exp) | require | digest | `db07412` -> `642cace` | --- ### Release Notes <details> <summary>go-git/go-git</summary> ### [`v5.6.1`](https://togithub.com/go-git/go-git/releases/tag/v5.6.1) [Compare Source](https://togithub.com/go-git/go-git/compare/v5.6.0...v5.6.1) #### What's Changed - plumbing/transport: don't use the `firstErrLine` when it is empty by [@​ThinkChaos](https://togithub.com/ThinkChaos) in [https://github.com/go-git/go-git/pull/682](https://togithub.com/go-git/go-git/pull/682) - plumbing/transport: ssh, unable to pass a custom HostKeyCallback func by [@​aymanbagabas](https://togithub.com/aymanbagabas) in [https://github.com/go-git/go-git/pull/655](https://togithub.com/go-git/go-git/pull/655) - storage/filesystem: dotgit: fix a filesystem race in Refs/walkReferencesTree by [@​MichaelMure](https://togithub.com/MichaelMure) in [https://github.com/go-git/go-git/pull/659](https://togithub.com/go-git/go-git/pull/659) - \*: bump golang.org/x/net from 0.2.0 to 0.7.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-git/go-git/pull/684](https://togithub.com/go-git/go-git/pull/684) - \*: bump dependencies by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/697](https://togithub.com/go-git/go-git/pull/697) - \*: fix panic for empty revisions by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/696](https://togithub.com/go-git/go-git/pull/696) - ci: bump GitHub actions, enable go test race detection and stop using developer's GPG keys during test execution by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/701](https://togithub.com/go-git/go-git/pull/701) **Full Changelog**: go-git/go-git@v5.6.0...v5.6.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 6am on monday" in timezone Australia/Sydney, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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://togithub.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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/google/osv-scanner). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS44LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNS44LjMifQ==-->
amenowanna
referenced
this pull request
in mergestat/mergestat
Mar 13, 2024
Loading
Loading status checks…
…rity] (#1148) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/go-git/go-git/v5](https://togithub.com/go-git/go-git) | `v5.5.2` -> `v5.11.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | ### GitHub Vulnerability Alerts #### [CVE-2023-49568](https://togithub.com/go-git/go-git/security/advisories/GHSA-mw99-9chc-xw7r) ### Impact A denial of service (DoS) vulnerability was discovered in go-git versions prior to `v5.11`. This vulnerability allows an attacker to perform denial of service attacks by providing specially crafted responses from a Git server which triggers resource exhaustion in `go-git` clients. Applications using only the in-memory filesystem supported by `go-git` are not affected by this vulnerability. This is a `go-git` implementation issue and does not affect the upstream `git` cli. ### Patches Users running versions of `go-git` from `v4` and above are recommended to upgrade to `v5.11` in order to mitigate this vulnerability. ### Workarounds In cases where a bump to the latest version of `go-git` is not possible, we recommend limiting its use to only trust-worthy Git servers. ## Credit Thanks to Ionut Lalu for responsibly disclosing this vulnerability to us. ### References - [GHSA-mw99-9chc-xw7r](https://togithub.com/go-git/go-git/security/advisories/GHSA-mw99-9chc-xw7r) #### [CVE-2023-49569](https://togithub.com/go-git/go-git/security/advisories/GHSA-449p-3h89-pw88) ### Impact A path traversal vulnerability was discovered in go-git versions prior to `v5.11`. This vulnerability allows an attacker to create and amend files across the filesystem. In the worse case scenario, remote code execution could be achieved. Applications are only affected if they are using the [ChrootOS](https://pkg.go.dev/github.com/go-git/go-billy/v5/osfs#ChrootOS), which is the default when using "Plain" versions of Open and Clone funcs (e.g. PlainClone). Applications using [BoundOS](https://pkg.go.dev/github.com/go-git/go-billy/v5/osfs#BoundOS) or in-memory filesystems are not affected by this issue. This is a `go-git` implementation issue and does not affect the upstream `git` cli. ### Patches Users running versions of `go-git` from `v4` and above are recommended to upgrade to `v5.11` in order to mitigate this vulnerability. ### Workarounds In cases where a bump to the latest version of `go-git` is not possible in a timely manner, we recommend limiting its use to only trust-worthy Git servers. ## Credit Thanks to Ionut Lalu for responsibly disclosing this vulnerability to us. --- ### Release Notes <details> <summary>go-git/go-git (github.com/go-git/go-git/v5)</summary> ### [`v5.11.0`](https://togithub.com/go-git/go-git/releases/tag/v5.11.0) [Compare Source](https://togithub.com/go-git/go-git/compare/v5.10.1...v5.11.0) #### What's Changed - git: validate reference names ([#​929](https://togithub.com/go-git/go-git/issues/929)) by [@​aymanbagabas](https://togithub.com/aymanbagabas) in [https://github.com/go-git/go-git/pull/950](https://togithub.com/go-git/go-git/pull/950) - git: stop iterating at oldest shallow when pulling. Fixes [#​305](https://togithub.com/go-git/go-git/issues/305) by [@​dhoizner](https://togithub.com/dhoizner) in [https://github.com/go-git/go-git/pull/939](https://togithub.com/go-git/go-git/pull/939) - plumbing: object, enable renames in getFileStatsFromFilePatches by [@​djmoch](https://togithub.com/djmoch) in [https://github.com/go-git/go-git/pull/941](https://togithub.com/go-git/go-git/pull/941) - storage: filesystem, Add option to set a specific FS for alternates by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/953](https://togithub.com/go-git/go-git/pull/953) - Align worktree validation with upstream and remove build warnings by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/958](https://togithub.com/go-git/go-git/pull/958) #### New Contributors - [@​dhoizner](https://togithub.com/dhoizner) made their first contribution in [https://github.com/go-git/go-git/pull/939](https://togithub.com/go-git/go-git/pull/939) - [@​djmoch](https://togithub.com/djmoch) made their first contribution in [https://github.com/go-git/go-git/pull/941](https://togithub.com/go-git/go-git/pull/941) **Full Changelog**: go-git/go-git@v5.10.1...v5.11.0 ### [`v5.10.1`](https://togithub.com/go-git/go-git/releases/tag/v5.10.1) [Compare Source](https://togithub.com/go-git/go-git/compare/v5.10.0...v5.10.1) #### What's Changed - Worktree, ignore ModeSocket files by [@​steiler](https://togithub.com/steiler) in [https://github.com/go-git/go-git/pull/930](https://togithub.com/go-git/go-git/pull/930) - git: add tracer package by [@​aymanbagabas](https://togithub.com/aymanbagabas) in [https://github.com/go-git/go-git/pull/916](https://togithub.com/go-git/go-git/pull/916) - remote: Flip clause for fast-forward only check by [@​adityasaky](https://togithub.com/adityasaky) in [https://github.com/go-git/go-git/pull/875](https://togithub.com/go-git/go-git/pull/875) - plumbing: transport/ssh, Fix nil pointer dereference caused when an unreachable proxy server is set. Fixes [#​900](https://togithub.com/go-git/go-git/issues/900) by [@​anandf](https://togithub.com/anandf) in [https://github.com/go-git/go-git/pull/901](https://togithub.com/go-git/go-git/pull/901) - plumbing: uppload-server-info, implement upload-server-info by [@​aymanbagabas](https://togithub.com/aymanbagabas) in [https://github.com/go-git/go-git/pull/896](https://togithub.com/go-git/go-git/pull/896) - plumbing: optimise memory consumption for filesystem storage by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/799](https://togithub.com/go-git/go-git/pull/799) - plumbing: format/packfile, Refactor patch delta by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/908](https://togithub.com/go-git/go-git/pull/908) - plumbing: fix empty uploadpack request error by [@​aymanbagabas](https://togithub.com/aymanbagabas) in [https://github.com/go-git/go-git/pull/932](https://togithub.com/go-git/go-git/pull/932) - plumbing: transport/git, Improve tests error message by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/752](https://togithub.com/go-git/go-git/pull/752) - plumbing: format/pktline, Respect pktline error-line errors by [@​aymanbagabas](https://togithub.com/aymanbagabas) in [https://github.com/go-git/go-git/pull/936](https://togithub.com/go-git/go-git/pull/936) - utils: remove ioutil.Pipe and use std library io.Pipe by [@​aymanbagabas](https://togithub.com/aymanbagabas) in [https://github.com/go-git/go-git/pull/922](https://togithub.com/go-git/go-git/pull/922) - utils: move trace to utils by [@​aymanbagabas](https://togithub.com/aymanbagabas) in [https://github.com/go-git/go-git/pull/931](https://togithub.com/go-git/go-git/pull/931) - cli: separate go module for cli by [@​aymanbagabas](https://togithub.com/aymanbagabas) in [https://github.com/go-git/go-git/pull/914](https://togithub.com/go-git/go-git/pull/914) - build: bump github.com/google/go-cmp from 0.5.9 to 0.6.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-git/go-git/pull/887](https://togithub.com/go-git/go-git/pull/887) - build: bump actions/setup-go from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-git/go-git/pull/891](https://togithub.com/go-git/go-git/pull/891) - build: bump github.com/skeema/knownhosts from 1.2.0 to 1.2.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-git/go-git/pull/888](https://togithub.com/go-git/go-git/pull/888) - build: bump actions/checkout from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-git/go-git/pull/890](https://togithub.com/go-git/go-git/pull/890) - build: bump golang.org/x/sys from 0.13.0 to 0.14.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-git/go-git/pull/907](https://togithub.com/go-git/go-git/pull/907) - build: bump golang.org/x/text from 0.13.0 to 0.14.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-git/go-git/pull/906](https://togithub.com/go-git/go-git/pull/906) - build: bump golang.org/x/crypto from 0.14.0 to 0.15.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-git/go-git/pull/917](https://togithub.com/go-git/go-git/pull/917) - build: bump golang.org/x/net from 0.17.0 to 0.18.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-git/go-git/pull/918](https://togithub.com/go-git/go-git/pull/918) #### New Contributors - [@​anandf](https://togithub.com/anandf) made their first contribution in [https://github.com/go-git/go-git/pull/901](https://togithub.com/go-git/go-git/pull/901) - [@​steiler](https://togithub.com/steiler) made their first contribution in [https://github.com/go-git/go-git/pull/930](https://togithub.com/go-git/go-git/pull/930) **Full Changelog**: go-git/go-git@v5.10.0...v5.10.1 ### [`v5.10.0`](https://togithub.com/go-git/go-git/releases/tag/v5.10.0) [Compare Source](https://togithub.com/go-git/go-git/compare/v5.9.0...v5.10.0) #### What's Changed - PlainInitOptions.Bare and allow using InitOptions with PlainInitWithOptions by [@​ThinkChaos](https://togithub.com/ThinkChaos) in [https://github.com/go-git/go-git/pull/782](https://togithub.com/go-git/go-git/pull/782) - Worktree, apply ProxyOption on Pull by [@​nodivbyzero](https://togithub.com/nodivbyzero) in [https://github.com/go-git/go-git/pull/840](https://togithub.com/go-git/go-git/pull/840) - Repository: add clone --shared feature by [@​enverbisevac](https://togithub.com/enverbisevac) in [https://github.com/go-git/go-git/pull/860](https://togithub.com/go-git/go-git/pull/860) - build: Add github workflow to check commit message format by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/867](https://togithub.com/go-git/go-git/pull/867) - Improve handling of remote errors by [@​makkes](https://togithub.com/makkes) in [https://github.com/go-git/go-git/pull/866](https://togithub.com/go-git/go-git/pull/866) - build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-git/go-git/pull/873](https://togithub.com/go-git/go-git/pull/873) - plumbing: commitgraph, Add generation v2 support by [@​zeripath](https://togithub.com/zeripath) in [https://github.com/go-git/go-git/pull/869](https://togithub.com/go-git/go-git/pull/869) - plumbing: protocol/packp, Add validation for decodeLine by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/868](https://togithub.com/go-git/go-git/pull/868) - plumbing: parse the encoding header of the commit object by [@​liwenqiu](https://togithub.com/liwenqiu) in [https://github.com/go-git/go-git/pull/761](https://togithub.com/go-git/go-git/pull/761) - plumbing: commitgraph, allow SHA256 commit-graphs by [@​zeripath](https://togithub.com/zeripath) in [https://github.com/go-git/go-git/pull/853](https://togithub.com/go-git/go-git/pull/853) - plumbing: commitgraph, Allow reading commit-graph chains by [@​zeripath](https://togithub.com/zeripath) in [https://github.com/go-git/go-git/pull/854](https://togithub.com/go-git/go-git/pull/854) - plumbing/object: Support mergetag in merge commits by [@​adityasaky](https://togithub.com/adityasaky) in [https://github.com/go-git/go-git/pull/847](https://togithub.com/go-git/go-git/pull/847) #### New Contributors - [@​nodivbyzero](https://togithub.com/nodivbyzero) made their first contribution in [https://github.com/go-git/go-git/pull/840](https://togithub.com/go-git/go-git/pull/840) - [@​adityasaky](https://togithub.com/adityasaky) made their first contribution in [https://github.com/go-git/go-git/pull/847](https://togithub.com/go-git/go-git/pull/847) - [@​hezhizhen](https://togithub.com/hezhizhen) made their first contribution in [https://github.com/go-git/go-git/pull/836](https://togithub.com/go-git/go-git/pull/836) - [@​0x34d](https://togithub.com/0x34d) made their first contribution in [https://github.com/go-git/go-git/pull/855](https://togithub.com/go-git/go-git/pull/855) - [@​liwenqiu](https://togithub.com/liwenqiu) made their first contribution in [https://github.com/go-git/go-git/pull/761](https://togithub.com/go-git/go-git/pull/761) - [@​enverbisevac](https://togithub.com/enverbisevac) made their first contribution in [https://github.com/go-git/go-git/pull/860](https://togithub.com/go-git/go-git/pull/860) - [@​makkes](https://togithub.com/makkes) made their first contribution in [https://github.com/go-git/go-git/pull/866](https://togithub.com/go-git/go-git/pull/866) **Full Changelog**: go-git/go-git@v5.9.0...v5.10.0 ### [`v5.9.0`](https://togithub.com/go-git/go-git/releases/tag/v5.9.0) [Compare Source](https://togithub.com/go-git/go-git/compare/v5.8.1...v5.9.0) #### What's Changed - git: worktree: add Amend option to CommitOptions by [@​john-cai](https://togithub.com/john-cai) in [https://github.com/go-git/go-git/pull/438](https://togithub.com/go-git/go-git/pull/438) - git: worktree, reset ignored files that are part of the worktree: Fixes [#​819](https://togithub.com/go-git/go-git/issues/819) by [@​daolis](https://togithub.com/daolis) in [https://github.com/go-git/go-git/pull/821](https://togithub.com/go-git/go-git/pull/821) - plumbing: Do not swallow http message coming from VCS providers by [@​matejrisek](https://togithub.com/matejrisek) in [https://github.com/go-git/go-git/pull/835](https://togithub.com/go-git/go-git/pull/835) - plumbing: transport, handle IPv6 while parsing endpoint. Fixes [#​740](https://togithub.com/go-git/go-git/issues/740) by [@​ninedraft](https://togithub.com/ninedraft) in [https://github.com/go-git/go-git/pull/820](https://togithub.com/go-git/go-git/pull/820) - \*: update goproxy dependency to fix CVE-2023-37788 vulnerability by [@​svghadi](https://togithub.com/svghadi) in [https://github.com/go-git/go-git/pull/832](https://togithub.com/go-git/go-git/pull/832) - \*: bump dependencies and Go to 1.19 by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/837](https://togithub.com/go-git/go-git/pull/837) #### New Contributors - [@​svghadi](https://togithub.com/svghadi) made their first contribution in [https://github.com/go-git/go-git/pull/832](https://togithub.com/go-git/go-git/pull/832) - [@​daolis](https://togithub.com/daolis) made their first contribution in [https://github.com/go-git/go-git/pull/821](https://togithub.com/go-git/go-git/pull/821) **Full Changelog**: go-git/go-git@v5.8.1...v5.9.0 ### [`v5.8.1`](https://togithub.com/go-git/go-git/releases/tag/v5.8.1) [Compare Source](https://togithub.com/go-git/go-git/compare/v5.8.0...v5.8.1) #### What's Changed - \*: Bump dependencies by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/815](https://togithub.com/go-git/go-git/pull/815) **Full Changelog**: go-git/go-git@v5.8.0...v5.8.1 ### [`v5.8.0`](https://togithub.com/go-git/go-git/releases/tag/v5.8.0) [Compare Source](https://togithub.com/go-git/go-git/compare/v5.7.0...v5.8.0) #### What's Changed - git: Fix fetching after shallow clone. Fixes [#​305](https://togithub.com/go-git/go-git/issues/305) by [@​AriehSchneier](https://togithub.com/AriehSchneier) in [https://github.com/go-git/go-git/pull/778](https://togithub.com/go-git/go-git/pull/778) - git: enable fetch with unqualified references by [@​AriehSchneier](https://togithub.com/AriehSchneier) in [https://github.com/go-git/go-git/pull/762](https://togithub.com/go-git/go-git/pull/762) - git: don't add to want if exists, shallow and depth 1 by [@​AriehSchneier](https://togithub.com/AriehSchneier) in [https://github.com/go-git/go-git/pull/763](https://togithub.com/go-git/go-git/pull/763) - git: Clone HEAD should not force master. Fixes [#​363](https://togithub.com/go-git/go-git/issues/363) by [@​AriehSchneier](https://togithub.com/AriehSchneier) in [https://github.com/go-git/go-git/pull/758](https://togithub.com/go-git/go-git/pull/758) - git: fix the issue with submodules having the SCP style URL fail due to the wrong URL parsing by [@​matejrisek](https://togithub.com/matejrisek) in [https://github.com/go-git/go-git/pull/756](https://togithub.com/go-git/go-git/pull/756) - git: add a clone option to allow for shallow cloning of submodules by [@​matejrisek](https://togithub.com/matejrisek) in [https://github.com/go-git/go-git/pull/765](https://togithub.com/go-git/go-git/pull/765) - worktree: minor speedup for `doAddDirectory` by [@​ThinkChaos](https://togithub.com/ThinkChaos) in [https://github.com/go-git/go-git/pull/702](https://togithub.com/go-git/go-git/pull/702) - \_examples: Remove wrong comment by [@​pascal-hofmann](https://togithub.com/pascal-hofmann) in [https://github.com/go-git/go-git/pull/357](https://togithub.com/go-git/go-git/pull/357) - \*: Handle paths starting with tilde by [@​ricci2511](https://togithub.com/ricci2511) in [https://github.com/go-git/go-git/pull/808](https://togithub.com/go-git/go-git/pull/808) - \*: Handle paths starting with ~Username by [@​AriehSchneier](https://togithub.com/AriehSchneier) in [https://github.com/go-git/go-git/pull/809](https://togithub.com/go-git/go-git/pull/809) - storage: filesystem/dotgit, add support for tmp_objdir prefix by [@​L11R](https://togithub.com/L11R) in [https://github.com/go-git/go-git/pull/812](https://togithub.com/go-git/go-git/pull/812) - plumbing: gitignore, replace user dir in path by [@​Jleagle](https://togithub.com/Jleagle) in [https://github.com/go-git/go-git/pull/772](https://togithub.com/go-git/go-git/pull/772) - plumbing: gitignore, fix incorrect parsing. Fixes [#​500](https://togithub.com/go-git/go-git/issues/500) by [@​AriehSchneier](https://togithub.com/AriehSchneier) in [https://github.com/go-git/go-git/pull/781](https://togithub.com/go-git/go-git/pull/781) - plumbing: http, Fix empty repos on Git v2.41+ by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/802](https://togithub.com/go-git/go-git/pull/802) - plumbing: packp, A request is not empty if it contains shallows. Fixes [#​328](https://togithub.com/go-git/go-git/issues/328) by [@​AriehSchneier](https://togithub.com/AriehSchneier) in [https://github.com/go-git/go-git/pull/792](https://togithub.com/go-git/go-git/pull/792) - plumbing: blame, Complete rewrite. Fixes [#​603](https://togithub.com/go-git/go-git/issues/603) by [@​AriehSchneier](https://togithub.com/AriehSchneier) in [https://github.com/go-git/go-git/pull/789](https://togithub.com/go-git/go-git/pull/789) - plumbing: gitignore, Allow gitconfig to contain a gitignore relative to any user home. Fixes [#​578](https://togithub.com/go-git/go-git/issues/578) by [@​AriehSchneier](https://togithub.com/AriehSchneier) in [https://github.com/go-git/go-git/pull/785](https://togithub.com/go-git/go-git/pull/785) #### New Contributors - [@​Jleagle](https://togithub.com/Jleagle) made their first contribution in [https://github.com/go-git/go-git/pull/772](https://togithub.com/go-git/go-git/pull/772) - [@​pascal-hofmann](https://togithub.com/pascal-hofmann) made their first contribution in [https://github.com/go-git/go-git/pull/357](https://togithub.com/go-git/go-git/pull/357) - [@​ricci2511](https://togithub.com/ricci2511) made their first contribution in [https://github.com/go-git/go-git/pull/808](https://togithub.com/go-git/go-git/pull/808) - [@​L11R](https://togithub.com/L11R) made their first contribution in [https://github.com/go-git/go-git/pull/812](https://togithub.com/go-git/go-git/pull/812) **Full Changelog**: go-git/go-git@v5.7.0...v5.7.1 ### [`v5.7.0`](https://togithub.com/go-git/go-git/releases/tag/v5.7.0) [Compare Source](https://togithub.com/go-git/go-git/compare/v5.6.1...v5.7.0) #### What's Changed - \*: Add support for initializing SHA256 repositories by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/707](https://togithub.com/go-git/go-git/pull/707) - git: add mirror clone option by [@​aymanbagabas](https://togithub.com/aymanbagabas) in [https://github.com/go-git/go-git/pull/735](https://togithub.com/go-git/go-git/pull/735) - git: Add support to ls-remote with peeled references. Fixes [#​749](https://togithub.com/go-git/go-git/issues/749) by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/750](https://togithub.com/go-git/go-git/pull/750) - git: fix cloning with branch name by [@​AriehSchneier](https://togithub.com/AriehSchneier) in [https://github.com/go-git/go-git/pull/755](https://togithub.com/go-git/go-git/pull/755) - git: Worktree, add check to see if file already checked in. Fixes [#​718](https://togithub.com/go-git/go-git/issues/718) by [@​cbbm142](https://togithub.com/cbbm142) in [https://github.com/go-git/go-git/pull/719](https://togithub.com/go-git/go-git/pull/719) - git: Worktree, git grep bare repositories by [@​aymanbagabas](https://togithub.com/aymanbagabas) in [https://github.com/go-git/go-git/pull/728](https://togithub.com/go-git/go-git/pull/728) - git: Add Depth to SubmoduleUpdateOptions by [@​matejrisek](https://togithub.com/matejrisek) in [https://github.com/go-git/go-git/pull/754](https://togithub.com/go-git/go-git/pull/754) - git: Testing, Fix tests not cleaning temp folders by [@​AriehSchneier](https://togithub.com/AriehSchneier) in [https://github.com/go-git/go-git/pull/769](https://togithub.com/go-git/go-git/pull/769) - git: remote, add support for a configurable timeout. by [@​andrewpollock](https://togithub.com/andrewpollock) in [https://github.com/go-git/go-git/pull/753](https://togithub.com/go-git/go-git/pull/753) - git: Allow Initial Branch to be configurable by [@​techknowlogick](https://togithub.com/techknowlogick) in [https://github.com/go-git/go-git/pull/764](https://togithub.com/go-git/go-git/pull/764) - storage: filesystem/dotgit, Improve load packed-refs by [@​fcharlie](https://togithub.com/fcharlie) in [https://github.com/go-git/go-git/pull/743](https://togithub.com/go-git/go-git/pull/743) - storage: filesystem, Populate index before use. Fixes [#​148](https://togithub.com/go-git/go-git/issues/148) by [@​AriehSchneier](https://togithub.com/AriehSchneier) in [https://github.com/go-git/go-git/pull/722](https://togithub.com/go-git/go-git/pull/722) - plumbing: resolve non-external delta references by [@​ZauberNerd](https://togithub.com/ZauberNerd) in [https://github.com/go-git/go-git/pull/485](https://togithub.com/go-git/go-git/pull/485) - plumbing/transport: fix regression in scp-like match by [@​jotadrilo](https://togithub.com/jotadrilo) in [https://github.com/go-git/go-git/pull/715](https://togithub.com/go-git/go-git/pull/715) - plumbing/transport: Add support for custom proxy settings by [@​aryan9600](https://togithub.com/aryan9600) in [https://github.com/go-git/go-git/pull/744](https://togithub.com/go-git/go-git/pull/744) - \*: small fixes across the codebase by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/770](https://togithub.com/go-git/go-git/pull/770) - \*: bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-git/go-git/pull/776](https://togithub.com/go-git/go-git/pull/776) - \*: bump dependencies by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/748](https://togithub.com/go-git/go-git/pull/748) - \*: bump Go version to 1.18 on go.mod by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/774](https://togithub.com/go-git/go-git/pull/774) - \*: add Codeql workflow and bump dependencies by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/775](https://togithub.com/go-git/go-git/pull/775) - ci: fix upstream git build for master branch by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/739](https://togithub.com/go-git/go-git/pull/739) #### New Contributors - [@​ZauberNerd](https://togithub.com/ZauberNerd) made their first contribution in [https://github.com/go-git/go-git/pull/485](https://togithub.com/go-git/go-git/pull/485) - [@​jotadrilo](https://togithub.com/jotadrilo) made their first contribution in [https://github.com/go-git/go-git/pull/715](https://togithub.com/go-git/go-git/pull/715) - [@​fcharlie](https://togithub.com/fcharlie) made their first contribution in [https://github.com/go-git/go-git/pull/743](https://togithub.com/go-git/go-git/pull/743) - [@​AriehSchneier](https://togithub.com/AriehSchneier) made their first contribution in [https://github.com/go-git/go-git/pull/755](https://togithub.com/go-git/go-git/pull/755) - [@​cbbm142](https://togithub.com/cbbm142) made their first contribution in [https://github.com/go-git/go-git/pull/719](https://togithub.com/go-git/go-git/pull/719) - [@​aryan9600](https://togithub.com/aryan9600) made their first contribution in [https://github.com/go-git/go-git/pull/744](https://togithub.com/go-git/go-git/pull/744) - [@​matejrisek](https://togithub.com/matejrisek) made their first contribution in [https://github.com/go-git/go-git/pull/754](https://togithub.com/go-git/go-git/pull/754) - [@​andrewpollock](https://togithub.com/andrewpollock) made their first contribution in [https://github.com/go-git/go-git/pull/753](https://togithub.com/go-git/go-git/pull/753) - [@​techknowlogick](https://togithub.com/techknowlogick) made their first contribution in [https://github.com/go-git/go-git/pull/764](https://togithub.com/go-git/go-git/pull/764) **Full Changelog**: go-git/go-git@v5.6.1...v5.7.0 ### [`v5.6.1`](https://togithub.com/go-git/go-git/releases/tag/v5.6.1) [Compare Source](https://togithub.com/go-git/go-git/compare/v5.6.0...v5.6.1) #### What's Changed - plumbing/transport: don't use the `firstErrLine` when it is empty by [@​ThinkChaos](https://togithub.com/ThinkChaos) in [https://github.com/go-git/go-git/pull/682](https://togithub.com/go-git/go-git/pull/682) - plumbing/transport: ssh, unable to pass a custom HostKeyCallback func by [@​aymanbagabas](https://togithub.com/aymanbagabas) in [https://github.com/go-git/go-git/pull/655](https://togithub.com/go-git/go-git/pull/655) - storage/filesystem: dotgit: fix a filesystem race in Refs/walkReferencesTree by [@​MichaelMure](https://togithub.com/MichaelMure) in [https://github.com/go-git/go-git/pull/659](https://togithub.com/go-git/go-git/pull/659) - \*: bump golang.org/x/net from 0.2.0 to 0.7.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/go-git/go-git/pull/684](https://togithub.com/go-git/go-git/pull/684) - \*: bump dependencies by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/697](https://togithub.com/go-git/go-git/pull/697) - \*: fix panic for empty revisions by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/696](https://togithub.com/go-git/go-git/pull/696) - ci: bump GitHub actions, enable go test race detection and stop using developer's GPG keys during test execution by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/701](https://togithub.com/go-git/go-git/pull/701) **Full Changelog**: go-git/go-git@v5.6.0...v5.6.1 ### [`v5.6.0`](https://togithub.com/go-git/go-git/releases/tag/v5.6.0) [Compare Source](https://togithub.com/go-git/go-git/compare/v5.5.2...v5.6.0) #### What's Changed - Worktree, check for empty parent dirs during Reset (Fixes [#​670](https://togithub.com/go-git/go-git/issues/670)) by [@​mbohy](https://togithub.com/mbohy) in [https://github.com/go-git/go-git/pull/671](https://togithub.com/go-git/go-git/pull/671) - \*: remove need to build with CGO by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/688](https://togithub.com/go-git/go-git/pull/688) - plumbing: support SSH/X509 signed tags by [@​hiddeco](https://togithub.com/hiddeco) in [https://github.com/go-git/go-git/pull/690](https://togithub.com/go-git/go-git/pull/690) **Full Changelog**: go-git/go-git@v5.5.2...v5.6.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/mergestat/mergestat). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
traidare
pushed a commit
to traidare/go-git
that referenced
this pull request
Oct 26, 2024
*: Fix panic for empty revisions. Fixes go-git#674
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.
Fixes #674.