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

chore(deps): bump the dependencies group across 1 directory with 10 updates #1156

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps the dependencies group with 8 updates in the / directory:

Package From To
github.com/bmatcuk/doublestar/v4 4.7.1 4.8.0
github.com/goccy/go-yaml 1.15.13 1.15.15
github.com/k1LoW/bufresolv 0.7.7 0.7.8
github.com/k1LoW/expand 0.15.2 0.15.3
github.com/k1LoW/grpcstub 0.25.4 0.25.5
github.com/k1LoW/protoresolv 0.1.4 0.1.5
github.com/mattn/go-colorable 0.1.13 0.1.14
modernc.org/sqlite 1.34.4 1.34.5

Updates github.com/bmatcuk/doublestar/v4 from 4.7.1 to 4.8.0

Release notes

Sourced from github.com/bmatcuk/doublestar/v4's releases.

Fixed Escaped Meta in the "Base" of the Pattern

If the "base" of a pattern (ie, everything up to the first path slash before any meta characters) contains an escaped meta character, doublestar would fail to glob any files.

Thanks to @​tdurieux for finding and fixing this bug!

Breaking-ish Change

I've updated SplitPattern to unescape meta characters in the first returned string. I suspect this shouldn't cause issues for anyone because, if anyone was using this function, they've probably either never passed a pattern with escaped meta characters, or hand-rolled an unescape method to fix the bug - which will now be a no-op for them.

What's Changed

New Contributors

Full Changelog: bmatcuk/doublestar@v4.7.1...v4.8.0

Commits
  • 29e67f4 fix windows tests
  • 28b892c remove sponsor =(
  • 4b5670c fix(#96) some minor corrections to escaping pattern base
  • 1e7ad31 fix: fix match when there is a escaped meta in the pattern
  • See full diff in compare view

Updates github.com/goccy/go-yaml from 1.15.13 to 1.15.15

Release notes

Sourced from github.com/goccy/go-yaml's releases.

1.15.15

What's Changed

Full Changelog: goccy/go-yaml@v1.15.14...v1.15.15

1.15.14

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.15.13...v1.15.14

Commits
  • 3b6beba fix flow sequence with map (#620)
  • 4260634 Fix tag with flow sequence (#618)
  • 1c32d14 fix(parser): inconsistent paths between single-line MappingKeyValueNode and m...
  • cb5fb47 chore: move dev deps to dev group (#613)
  • 25df59f issue-281: add tests and fix panic for * (#615)
  • df5e06f Update README.md
  • d92bedc add playground (#611)
  • 80a7d85 Remove reference to DisallowDuplicateKey, which was removed in (#609)
  • 9cbf5d4 Fix encoding of anchor and alias (#605)
  • beec790 fix encoding with map key contains colon character (#604)
  • Additional commits viewable in compare view

Updates github.com/k1LoW/bufresolv from 0.7.7 to 0.7.8

Release notes

Sourced from github.com/k1LoW/bufresolv's releases.

v0.7.8

What's Changed

Other Changes

Full Changelog: k1LoW/bufresolv@v0.7.7...v0.7.8

Changelog

Sourced from github.com/k1LoW/bufresolv's changelog.

v0.7.8 - 2025-01-20

Other Changes

Commits
  • 68f2ba7 Merge pull request #44 from k1LoW/tagpr-from-v0.7.7
  • 1de8e45 [tagpr] update CHANGELOG.md
  • 4689727 [tagpr] prepare for the next release
  • 06540c6 Merge pull request #43 from k1LoW/dependabot/go_modules/dependencies-4420b032d8
  • c2eec1c chore(deps): bump google.golang.org/protobuf
  • See full diff in compare view

Updates github.com/k1LoW/expand from 0.15.2 to 0.15.3

Release notes

Sourced from github.com/k1LoW/expand's releases.

v0.15.3

What's Changed

Other Changes

Full Changelog: k1LoW/expand@v0.15.2...v0.15.3

Changelog

Sourced from github.com/k1LoW/expand's changelog.

v0.15.3 - 2025-01-20

Other Changes

Commits
  • df42fe2 Merge pull request #61 from k1LoW/tagpr-from-v0.15.2
  • 29d51cc [tagpr] update CHANGELOG.md
  • 30a59c6 [tagpr] prepare for the next release
  • dc7a628 Merge pull request #60 from k1LoW/dependabot/go_modules/dependencies-bfe01618f6
  • 99db8ff chore(deps): bump github.com/goccy/go-yaml in the dependencies group
  • See full diff in compare view

Updates github.com/k1LoW/grpcstub from 0.25.4 to 0.25.5

Release notes

Sourced from github.com/k1LoW/grpcstub's releases.

v0.25.5

What's Changed

Other Changes

Full Changelog: k1LoW/grpcstub@v0.25.4...v0.25.5

Changelog

Sourced from github.com/k1LoW/grpcstub's changelog.

v0.25.5 - 2025-01-20

Other Changes

Commits
  • e1227ce Merge pull request #141 from k1LoW/tagpr-from-v0.25.4
  • e8b2f33 [tagpr] update CHANGELOG.md
  • 377e82e [tagpr] prepare for the next release
  • bc6ac00 Merge pull request #142 from k1LoW/dependabot/go_modules/dependencies-8429132191
  • 985d459 chore(deps): bump the dependencies group with 4 updates
  • 1de1511 Merge pull request #140 from k1LoW/dependabot/go_modules/dependencies-1fa4e9e0cf
  • 95761aa chore(deps): bump the dependencies group with 2 updates
  • See full diff in compare view

Updates github.com/k1LoW/protoresolv from 0.1.4 to 0.1.5

Release notes

Sourced from github.com/k1LoW/protoresolv's releases.

v0.1.5

What's Changed

Other Changes

Full Changelog: k1LoW/protoresolv@v0.1.4...v0.1.5

Changelog

Sourced from github.com/k1LoW/protoresolv's changelog.

v0.1.5 - 2025-01-20

Other Changes

Commits
  • 82f8b0f Merge pull request #17 from k1LoW/tagpr-from-v0.1.4
  • 2f5c1b0 [tagpr] update CHANGELOG.md
  • 90bf736 [tagpr] prepare for the next release
  • 301bb14 Merge pull request #16 from k1LoW/dependabot/go_modules/dependencies-4420b032d8
  • 3350b13 chore(deps): bump google.golang.org/protobuf
  • See full diff in compare view

Updates github.com/mattn/go-colorable from 0.1.13 to 0.1.14

Commits
  • 1f71342 update deps
  • 4503567 Merge pull request #73 from whereswaldon/patch-1
  • 40e70a5 [Windows] harden system DLL loading
  • 603fb50 Merge pull request #71 from hymkor/fork-20241118
  • 664d917 Fix: ESC[E and ESC[F with no arguments did not move the cursor on the legacy ...
  • 2b733b5 Merge pull request #69 from dolmen-go/merge-appengine-into-others
  • 9473000 Merge pull request #68 from dolmen-go/do-not-expose-Windows-Writer
  • 3cc8472 Merge pull request #67 from dolmen-go/ci-go1.20
  • d9a68d5 Merge colorable_appengine.go into colorable_others.go
  • 8e4a944 Windows: do not export Writer
  • Additional commits viewable in compare view

Updates google.golang.org/grpc from 1.69.2 to 1.69.4

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.69.4

Bug Fixes

  • rbac: fix support for :path header matchers, which would previously never successfully match (#7965).

Documentation

  • examples/features/csm_observability: update example client and server to use the helloworld service instead of echo service (#7945).

Release 1.69.3 was accidentally tagged on the master branch and will be deleted. Please update to 1.69.4 instead.

Commits

Updates google.golang.org/protobuf from 1.36.2 to 1.36.3

Updates modernc.org/sqlite from 1.34.4 to 1.34.5

Commits
  • 15818ab move the vendor tool into a separate module, updates gc#3
  • See full diff in compare view

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

…pdates

Bumps the dependencies group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/bmatcuk/doublestar/v4](https://github.com/bmatcuk/doublestar) | `4.7.1` | `4.8.0` |
| [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml) | `1.15.13` | `1.15.15` |
| [github.com/k1LoW/bufresolv](https://github.com/k1LoW/bufresolv) | `0.7.7` | `0.7.8` |
| [github.com/k1LoW/expand](https://github.com/k1LoW/expand) | `0.15.2` | `0.15.3` |
| [github.com/k1LoW/grpcstub](https://github.com/k1LoW/grpcstub) | `0.25.4` | `0.25.5` |
| [github.com/k1LoW/protoresolv](https://github.com/k1LoW/protoresolv) | `0.1.4` | `0.1.5` |
| [github.com/mattn/go-colorable](https://github.com/mattn/go-colorable) | `0.1.13` | `0.1.14` |
| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.34.4` | `1.34.5` |



Updates `github.com/bmatcuk/doublestar/v4` from 4.7.1 to 4.8.0
- [Release notes](https://github.com/bmatcuk/doublestar/releases)
- [Commits](bmatcuk/doublestar@v4.7.1...v4.8.0)

Updates `github.com/goccy/go-yaml` from 1.15.13 to 1.15.15
- [Release notes](https://github.com/goccy/go-yaml/releases)
- [Changelog](https://github.com/goccy/go-yaml/blob/master/CHANGELOG.md)
- [Commits](goccy/go-yaml@v1.15.13...v1.15.15)

Updates `github.com/k1LoW/bufresolv` from 0.7.7 to 0.7.8
- [Release notes](https://github.com/k1LoW/bufresolv/releases)
- [Changelog](https://github.com/k1LoW/bufresolv/blob/main/CHANGELOG.md)
- [Commits](k1LoW/bufresolv@v0.7.7...v0.7.8)

Updates `github.com/k1LoW/expand` from 0.15.2 to 0.15.3
- [Release notes](https://github.com/k1LoW/expand/releases)
- [Changelog](https://github.com/k1LoW/expand/blob/main/CHANGELOG.md)
- [Commits](k1LoW/expand@v0.15.2...v0.15.3)

Updates `github.com/k1LoW/grpcstub` from 0.25.4 to 0.25.5
- [Release notes](https://github.com/k1LoW/grpcstub/releases)
- [Changelog](https://github.com/k1LoW/grpcstub/blob/main/CHANGELOG.md)
- [Commits](k1LoW/grpcstub@v0.25.4...v0.25.5)

Updates `github.com/k1LoW/protoresolv` from 0.1.4 to 0.1.5
- [Release notes](https://github.com/k1LoW/protoresolv/releases)
- [Changelog](https://github.com/k1LoW/protoresolv/blob/main/CHANGELOG.md)
- [Commits](k1LoW/protoresolv@v0.1.4...v0.1.5)

Updates `github.com/mattn/go-colorable` from 0.1.13 to 0.1.14
- [Commits](mattn/go-colorable@v0.1.13...v0.1.14)

Updates `google.golang.org/grpc` from 1.69.2 to 1.69.4
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.69.2...v1.69.4)

Updates `google.golang.org/protobuf` from 1.36.2 to 1.36.3

Updates `modernc.org/sqlite` from 1.34.4 to 1.34.5
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.34.4...v1.34.5)

---
updated-dependencies:
- dependency-name: github.com/bmatcuk/doublestar/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/goccy/go-yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/k1LoW/bufresolv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/k1LoW/expand
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/k1LoW/grpcstub
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/k1LoW/protoresolv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/mattn/go-colorable
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: modernc.org/sqlite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 20, 2025
@k1LoW k1LoW merged commit 1aa13d2 into main Jan 20, 2025
7 checks passed
@k1LoW k1LoW deleted the dependabot/go_modules/dependencies-01941c1680 branch January 20, 2025 06:08
@github-actions github-actions bot mentioned this pull request Jan 20, 2025
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.

1 participant