chore(deps): bump the go-dependencies group with 5 updates - #1
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the go-dependencies group with 5 updates#1dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the go-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [github.com/jomei/notionapi](https://github.com/jomei/notionapi) | `1.12.9` | `1.13.3` | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.2` | | [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.11.1` | `1.12.0` | | [golang.org/x/term](https://github.com/golang/term) | `0.29.0` | `0.45.0` | | [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.35.0` | `1.56.0` | Updates `github.com/jomei/notionapi` from 1.12.9 to 1.13.3 - [Release notes](https://github.com/jomei/notionapi/releases) - [Commits](jomei/notionapi@v1.12.9...v1.13.3) Updates `github.com/spf13/cobra` from 1.7.0 to 1.10.2 - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.7.0...v1.10.2) Updates `github.com/stretchr/testify` from 1.11.1 to 1.12.0 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.11.1...v1.12.0) Updates `golang.org/x/term` from 0.29.0 to 0.45.0 - [Commits](golang/term@v0.29.0...v0.45.0) Updates `modernc.org/sqlite` from 1.35.0 to 1.56.0 - [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.35.0...v1.56.0) --- updated-dependencies: - dependency-name: github.com/jomei/notionapi dependency-version: 1.13.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/spf13/cobra dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/stretchr/testify dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/term dependency-version: 0.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: modernc.org/sqlite dependency-version: 1.56.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or 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
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.
Bumps the go-dependencies group with 5 updates:
1.12.91.13.31.7.01.10.21.11.11.12.00.29.00.45.01.35.01.56.0Updates
github.com/jomei/notionapifrom 1.12.9 to 1.13.3Release notes
Sourced from github.com/jomei/notionapi's releases.
Commits
f2cb9bdAdd DownloadableFileBlock interface for Pdf, File, and Image blocks6609d69BlockQuote -> BlockTypeQuote, BlockCallout -> BlockTypeCallout. Consistency i...af9c190Add omitempty on Properties for PageUpdateRequest, legit for archiving a pageab55fc6Add button property support into property_config12c1355fix: get unique id type590b360add unique_id filter support74e249cAdded support for button property (#175)81b8861AddGetIDfunc toPropertyConfiginterface (#172)f7607a9[DEV] - add omitempty in type for pdf and image (#170)88e7f04Added function to get Rich Texts from blocks (#171)Updates
github.com/spf13/cobrafrom 1.7.0 to 1.10.2Release notes
Sourced from github.com/spf13/cobra's releases.
... (truncated)
Commits
88b30abchore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 (#2336)346d408fix: actions/setup-go v6 (#2337)fc81d20refactor: change minUsagePadding from var to const (#2325)117698arefactor: replace several vars with consts (#2328)e2dd29dAdd documentation for repeated flags functionality (#2316)0629892Fix linter (#2327)7da941cchore: Bump pflag to v1.0.9 (#2305)51d6751Bump pflag to 1.0.8 (#2303)3f3b818Update README.md with new logodcaf42eAdd Periscope to the list of projects using Cobra (#2299)Updates
github.com/stretchr/testifyfrom 1.11.1 to 1.12.0Release notes
Sourced from github.com/stretchr/testify's releases.
... (truncated)
Commits
001eb79Merge pull request #1905 from Kentzo/patch-1ad40f38Merge pull request #1906 from stretchr/dependabot/github_actions/actions/chec...3bae017build(deps): bump actions/checkout from 6.0.2 to 6.0.3f8c01f3mock: Mock.Return does not exist anymore12f8b56Merge pull request #1563 from stretchr/make-AssertionFunc-types-aliasesa11649eassert: make *AssertionFunc type just aliasesdc20f41Merge pull request #1890 from stretchr/dolmen/codegen-modernize098f8d7_codegen: use strings.Builderd2699be_codegen: modernizea463c8cMerge pull request #1885 from stretchr/dolmen/ci-check-ghactions-hashesUpdates
golang.org/x/termfrom 0.29.0 to 0.45.0Commits
9f69229go.mod: update golang.org/x dependencies3b43943go.mod: update golang.org/x dependencies3c3e485go.mod: update golang.org/x dependencies52b71d3go.mod: update golang.org/x dependencies9d2dc07go.mod: update golang.org/x dependenciesd954e03all: upgrade go directive to at least 1.25.0 [generated]3aff304go.mod: update golang.org/x dependenciesa7e5b04go.mod: update golang.org/x dependencies943f25dx/term: handle transpose9b991ddx/term: handle delete keyUpdates
modernc.org/sqlitefrom 1.35.0 to 1.56.0Changelog
Sourced from modernc.org/sqlite's changelog.