Skip to content

chore(deps): bump the dependencies group across 1 directory with 2 updates #127

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

Merged
merged 1 commit into from
Jul 14, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 13, 2025

Bumps the dependencies group with 2 updates in the / directory: github.com/bmatcuk/doublestar/v4 and golang.org/x/tools.

Updates github.com/bmatcuk/doublestar/v4 from 4.8.1 to 4.9.0

Release notes

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

Added WithCaseInsensitive option

Added a WithCaseInsensitive option to ignore alphabetic case when globbing. Thanks @​braydonk for the PR!

What's Changed

New Contributors

Full Changelog: bmatcuk/doublestar@v4.8.1...v4.9.0

Commits
  • 06f110a test updates, and renamed caseInsensitive
  • 8cf3fc3 Add WithCaseInsensitive GlobOption
  • 5da61cf Remove unreachable code in match
  • See full diff in compare view

Updates golang.org/x/tools from 0.33.0 to 0.35.0

Commits
  • 50ec2f1 go.mod: update golang.org/x dependencies
  • 197c6c1 gopls/internal/mcp: more tuning of tools and prompts
  • 9563af6 gopls/internal/mcp: include module paths in workspace summaries
  • 88a4eb3 gopls/internal/cmd: wait for startup log in TestMCPCommandHTTP
  • 4738c7c gopls/internal/cmd: avoid the use of channels in the sessions API
  • ae18417 gopls/internal/filewatcher: skip test for unsupported OS
  • 8391b17 gopls/doc: document Zed editor
  • 778fe21 gopls/internal/util/tokeninternal: move from internal/tokeninternal
  • 0343b70 internal/jsonrpc2/stack: move from internal/stack
  • 8c9f4cc gopls/internal/filewatcher: refactor filewatcher to pass in handler func
  • Additional commits viewable 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code minor labels Jul 13, 2025
@k1LoW k1LoW removed the minor label Jul 14, 2025
…dates

Bumps the dependencies group with 2 updates in the / directory: [github.com/bmatcuk/doublestar/v4](https://github.com/bmatcuk/doublestar) and [golang.org/x/tools](https://github.com/golang/tools).


Updates `github.com/bmatcuk/doublestar/v4` from 4.8.1 to 4.9.0
- [Release notes](https://github.com/bmatcuk/doublestar/releases)
- [Commits](bmatcuk/doublestar@v4.8.1...v4.9.0)

Updates `golang.org/x/tools` from 0.33.0 to 0.35.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.33.0...v0.35.0)

---
updated-dependencies:
- dependency-name: github.com/bmatcuk/doublestar/v4
  dependency-version: 4.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/tools
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/dependencies-e28663c73c branch from 97d4c1d to f463932 Compare July 14, 2025 00:43
Copy link
Contributor

Code Metrics Report

main (022245a) #127 (22780e5) +/-
Coverage 68.9% 68.9% 0.0%
Code to Test Ratio 1:0.0 1:0.0 0.0
Test Execution Time 11s 12s +1s
Details
  |                     | main (022245a) | #127 (22780e5) | +/-  |
  |---------------------|----------------|----------------|------|
  | Coverage            |          68.9% |          68.9% | 0.0% |
  |   Files             |             23 |             23 |    0 |
  |   Lines             |           1227 |           1227 |    0 |
  |   Covered           |            846 |            846 |    0 |
  | Code to Test Ratio  |          1:0.0 |          1:0.0 |  0.0 |
  |   Code              |           3451 |           3451 |    0 |
  |   Test              |            290 |            290 |    0 |
- | Test Execution Time |            11s |            12s |  +1s |

Reported by octocov

@k1LoW k1LoW merged commit 3761b14 into main Jul 14, 2025
1 check passed
@k1LoW k1LoW deleted the dependabot/go_modules/dependencies-e28663c73c branch July 14, 2025 00:45
@github-actions github-actions bot mentioned this pull request Jul 14, 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