Skip to content
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

build(deps): Bump github.com/xorcare/pointer from 1.2.1 to 1.2.2 #42

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 23, 2022

Bumps github.com/xorcare/pointer from 1.2.1 to 1.2.2.

Commits
  • 5c8fb1b Add examples for Of() function
  • 3587101 Add code for quick copying
  • bde736d Rename branch in the links from master to main
  • dfccced Reformat the table for readability
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 23, 2022
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/xorcare/pointer-1.2.2 branch 2 times, most recently from ff19f4f to 9d41e57 Compare November 23, 2022 20:33
@davidhsingyuchen davidhsingyuchen enabled auto-merge (squash) November 24, 2022 01:37
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/xorcare/pointer-1.2.2 branch from 1475395 to 7400794 Compare November 24, 2022 01:37
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/xorcare/pointer-1.2.2 branch from 7400794 to 7b34cb1 Compare November 24, 2022 02:19
@davidhsingyuchen
Copy link
Member

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 25, 2022

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@davidhsingyuchen
Copy link
Member

@dependabot recreate

Bumps [github.com/xorcare/pointer](https://github.com/xorcare/pointer) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/xorcare/pointer/releases)
- [Commits](xorcare/pointer@v1.2.1...v1.2.2)

---
updated-dependencies:
- dependency-name: github.com/xorcare/pointer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/xorcare/pointer-1.2.2 branch from 7ad565b to 6edf860 Compare November 25, 2022 03:03
@davidhsingyuchen davidhsingyuchen merged commit 8e83137 into main Nov 25, 2022
@davidhsingyuchen davidhsingyuchen deleted the dependabot/go_modules/github.com/xorcare/pointer-1.2.2 branch November 25, 2022 03:39
sam-berning pushed a commit that referenced this pull request Dec 6, 2022
🤖 I have created a release *beep* *boop*
---


## [0.1.1](v0.1.0...v0.1.1)
(2022-12-06)


### Bug Fixes

* added the contrib folder to be ignored by CI
([#92](#92))
([3415f2a](3415f2a))
* error readable by using the right placeholder
([#39](#39))
([8e5f38d](8e5f38d))


### Build System or External Dependencies

* **deps:** bump finch-core to 0.1.1
([#93](#93))
([3f3bce5](3f3bce5))
* **deps:** Bump github.com/lima-vm/lima from 0.12.0 to 0.13.0
([#40](#40))
([520cc7f](520cc7f))
* **deps:** Bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1
([#50](#50))
([fa108fd](fa108fd))
* **deps:** Bump github.com/runfinch/common-tests version from v0.1.0 to
v0.1.1 ([#76](#76))
([fd22d4a](fd22d4a))
* **deps:** Bump github.com/spf13/afero from 1.9.2 to 1.9.3
([#43](#43))
([bf0ad84](bf0ad84))
* **deps:** Bump github.com/stretchr/testify from 1.8.0 to 1.8.1
([#44](#44))
([31c6d70](31c6d70))
* **deps:** Bump github.com/xorcare/pointer from 1.2.1 to 1.2.2
([#42](#42))
([8e83137](8e83137))
* **deps:** Bump golang.org/x/crypto from 0.1.0 to 0.3.0
([#49](#49))
([89826cf](89826cf))
* **deps:** Bump golang.org/x/tools from 0.2.0 to 0.3.0
([#52](#52))
([27c8f24](27c8f24))
* **deps:** Bump k8s.io/apimachinery from 0.25.2 to 0.25.4
([#51](#51))
([8f15779](8f15779))
* **deps:** Bump lima version
([#75](#75))
([cfaa4f6](cfaa4f6))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
ahsan-z-khan pushed a commit to ahsan-z-khan/finch that referenced this pull request Jan 11, 2023
🤖 I have created a release *beep* *boop*
---


## [0.1.1](runfinch/finch@v0.1.0...v0.1.1)
(2022-12-06)


### Bug Fixes

* added the contrib folder to be ignored by CI
([runfinch#92](runfinch#92))
([3415f2a](runfinch@3415f2a))
* error readable by using the right placeholder
([runfinch#39](runfinch#39))
([8e5f38d](runfinch@8e5f38d))


### Build System or External Dependencies

* **deps:** bump finch-core to 0.1.1
([runfinch#93](runfinch#93))
([3f3bce5](runfinch@3f3bce5))
* **deps:** Bump github.com/lima-vm/lima from 0.12.0 to 0.13.0
([runfinch#40](runfinch#40))
([520cc7f](runfinch@520cc7f))
* **deps:** Bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1
([runfinch#50](runfinch#50))
([fa108fd](runfinch@fa108fd))
* **deps:** Bump github.com/runfinch/common-tests version from v0.1.0 to
v0.1.1 ([runfinch#76](runfinch#76))
([fd22d4a](runfinch@fd22d4a))
* **deps:** Bump github.com/spf13/afero from 1.9.2 to 1.9.3
([runfinch#43](runfinch#43))
([bf0ad84](runfinch@bf0ad84))
* **deps:** Bump github.com/stretchr/testify from 1.8.0 to 1.8.1
([runfinch#44](runfinch#44))
([31c6d70](runfinch@31c6d70))
* **deps:** Bump github.com/xorcare/pointer from 1.2.1 to 1.2.2
([runfinch#42](runfinch#42))
([8e83137](runfinch@8e83137))
* **deps:** Bump golang.org/x/crypto from 0.1.0 to 0.3.0
([runfinch#49](runfinch#49))
([89826cf](runfinch@89826cf))
* **deps:** Bump golang.org/x/tools from 0.2.0 to 0.3.0
([runfinch#52](runfinch#52))
([27c8f24](runfinch@27c8f24))
* **deps:** Bump k8s.io/apimachinery from 0.25.2 to 0.25.4
([runfinch#51](runfinch#51))
([8f15779](runfinch@8f15779))
* **deps:** Bump lima version
([runfinch#75](runfinch#75))
([cfaa4f6](runfinch@cfaa4f6))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant