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

Bump github.com/DATA-DOG/go-sqlmock from 1.5.0 to 1.5.1 #260

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2023

Bumps github.com/DATA-DOG/go-sqlmock from 1.5.0 to 1.5.1.

Release notes

Sourced from github.com/DATA-DOG/go-sqlmock's releases.

v1.5.1

Release was tested & verified using aws-sqk

What's Changed

New Contributors

Full Changelog: DATA-DOG/go-sqlmock@v1.5.0...v1.5.1

Commits
  • b2d135c Merge pull request #326 from co60ca/master
  • e427030 Modify: existing panic in AddRow to give a hint to the issue
  • b2f0b45 Merge pull request #318 from IvoGoman/fix/nilonstringpointer
  • 4a9308e Update rows_test.go
  • fd971de CSVColParser: correctly set nil values in Rows
  • 3476f31 Merge pull request #315 from IvoGoman/fix/invalidcsvstring
  • a1ad26d fixes csv parse errors being silently ignored
  • 44e746a Merge pull request #295 from IvoGoman/fix-args-passed-not-exp
  • 7c9a431 Adds fix to before go 1.8
  • 37b1bab Fixes expectations no arg exp but act args passed
  • Additional commits viewable 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 11, 2023
Copy link

codecov bot commented Dec 11, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (998726a) 100.00% compared to head (8a84171) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #260   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        22           
  Lines         1219      1219           
=========================================
  Hits          1219      1219           
Flag Coverage Δ
unittests-Linux-X64 100.00% <ø> (ø)
unittests-Windows-X64 100.00% <ø> (ø)
unittests-macOS-X64 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nhatthm
Copy link
Owner

nhatthm commented Dec 12, 2023

@dependabot recreate

Bumps [github.com/DATA-DOG/go-sqlmock](https://github.com/DATA-DOG/go-sqlmock) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/DATA-DOG/go-sqlmock/releases)
- [Commits](DATA-DOG/go-sqlmock@v1.5.0...v1.5.1)

---
updated-dependencies:
- dependency-name: github.com/DATA-DOG/go-sqlmock
  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/DATA-DOG/go-sqlmock-1.5.1 branch from 01ecb53 to d3a0cd1 Compare December 12, 2023 08:31
@nhatthm nhatthm merged commit e0b5060 into master Dec 12, 2023
78 checks passed
@nhatthm nhatthm deleted the dependabot/go_modules/github.com/DATA-DOG/go-sqlmock-1.5.1 branch December 12, 2023 10:18
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

2 participants