chore(deps): update module github.com/pressly/goose/v3 to v3.15.1 - autoclosed #134

Closed
renovate wants to merge 1 commits from renovate/github.com-pressly-goose-v3-3.x into master
Collaborator

This PR contains the following updates:

Package Type Update Change
github.com/pressly/goose/v3 require patch v3.15.0 -> v3.15.1

Release Notes

pressly/goose (github.com/pressly/goose/v3)

v3.15.1

Compare Source

  • Fix regression that prevented registering Go migrations that didn't have the corresponding files
    available in the filesystem. (#​588)
    • If Go migrations have been registered globally, but there are no .go files in the filesystem,
      always include them.
    • If Go migrations have been registered, and there are .go files in the filesystem, only
      include
      those migrations. This was the original motivation behind #​553.
    • If there are .go files in the filesystem but not registered, raise an error. This is to
      prevent accidentally adding valid looking Go migration files without explicitly registering
      them.

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/pressly/goose/v3](https://github.com/pressly/goose) | require | patch | `v3.15.0` -> `v3.15.1` | --- ### Release Notes <details> <summary>pressly/goose (github.com/pressly/goose/v3)</summary> ### [`v3.15.1`](https://github.com/pressly/goose/blob/HEAD/CHANGELOG.md#v3151---2023-10-10) [Compare Source](https://github.com/pressly/goose/compare/v3.15.0...v3.15.1) - Fix regression that prevented registering Go migrations that didn't have the corresponding files available in the filesystem. ([#&#8203;588](https://github.com/pressly/goose/issues/588)) - If Go migrations have been registered globally, but there are no .go files in the filesystem, **always include** them. - If Go migrations have been registered, and there are .go files in the filesystem, **only include** those migrations. This was the original motivation behind [#&#8203;553](https://github.com/pressly/goose/issues/553). - If there are .go files in the filesystem but not registered, **raise an error**. This is to prevent accidentally adding valid looking Go migration files without explicitly registering them. </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. 🔕 **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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDIuMCIsInVwZGF0ZWRJblZlciI6IjM2LjEwMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
renovate added the
dependencies
label 2023-10-10 19:32:01 +00:00
renovate added 1 commit 2023-10-10 19:32:02 +00:00
renovate/artifacts Artifact file update failure
ci/woodpecker/pr/test Pipeline failed Details
f71fedbebf
chore(deps): update module github.com/pressly/goose/v3 to v3.15.1
Author
Collaborator

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: downloading github.com/pressly/goose/v3 v3.15.1
go: downloading go.uber.org/multierr v1.11.0
go: downloading golang.org/x/crypto v0.13.0
go: downloading github.com/docker/cli v24.0.6+incompatible
go: downloading github.com/opencontainers/runc v1.1.9
go: downloading github.com/opencontainers/image-spec v1.1.0-rc5
go: downloading golang.org/x/tools v0.13.0
go: downloading github.com/containerd/continuity v0.4.2
go: downloading github.com/docker/docker v24.0.6+incompatible
go: gitea.dwysokinski.me/twhelp/dcbot/internal/service tested by
	gitea.dwysokinski.me/twhelp/dcbot/internal/service.test imports
	gitea.dwysokinski.me/twhelp/dcbot/internal/service/internal/mock: cannot find module providing package gitea.dwysokinski.me/twhelp/dcbot/internal/service/internal/mock

### ⚠ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: go.sum ``` Command failed: go get -d -t ./... go: downloading github.com/pressly/goose/v3 v3.15.1 go: downloading go.uber.org/multierr v1.11.0 go: downloading golang.org/x/crypto v0.13.0 go: downloading github.com/docker/cli v24.0.6+incompatible go: downloading github.com/opencontainers/runc v1.1.9 go: downloading github.com/opencontainers/image-spec v1.1.0-rc5 go: downloading golang.org/x/tools v0.13.0 go: downloading github.com/containerd/continuity v0.4.2 go: downloading github.com/docker/docker v24.0.6+incompatible go: gitea.dwysokinski.me/twhelp/dcbot/internal/service tested by gitea.dwysokinski.me/twhelp/dcbot/internal/service.test imports gitea.dwysokinski.me/twhelp/dcbot/internal/service/internal/mock: cannot find module providing package gitea.dwysokinski.me/twhelp/dcbot/internal/service/internal/mock ```
renovate changed title from chore(deps): update module github.com/pressly/goose/v3 to v3.15.1 to chore(deps): update module github.com/pressly/goose/v3 to v3.15.1 - autoclosed 2023-10-30 08:38:37 +00:00
renovate closed this pull request 2023-10-30 08:38:37 +00:00
Some checks failed
renovate/artifacts Artifact file update failure
ci/woodpecker/pr/test Pipeline failed

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: twhelp/dcbot#134
No description provided.