Bump golang.org/x/mod from 0.5.1 to 0.17.0 #67

Closed
dependabot[bot] wants to merge 1 commits from dependabot/go_modules/golang.org/x/mod-0.17.0 into master
dependabot[bot] commented 2024-04-04 22:17:23 +00:00 (Migrated from github.com)

Bumps golang.org/x/mod from 0.5.1 to 0.17.0.

Commits
  • aa51b25 modfile: do not collapse if there are unattached comments within blocks
  • 87140ec sumdb/tlog: make NewTiles only generate strictly necessary tiles
  • 18d3f56 modfile: fix crash on AddGoStmt in empty File
  • 766dc5d modfile: use new go version string format in WorkFile.add error
  • fa1ba42 sumdb: replace globsMatchPath with module.MatchPrefixPatterns
  • 6e58e47 modfile: improve directory path detection and error text consistency
  • 5b69280 modfile: use new go version string format in error message
  • 273ef6c go.mod: update to go 1.18 and x/tools v0.13.0
  • baa5c2d all: add godoc links
  • 7603649 zip: fix TestCreateFromDirSpecial/ignore_symlink on wasmtime
  • 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.5.1 to 0.17.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/mod/commit/aa51b25a4485b19ca64f578bad6fa40229e75984"><code>aa51b25</code></a> modfile: do not collapse if there are unattached comments within blocks</li> <li><a href="https://github.com/golang/mod/commit/87140ecd02dd794a1acc173c48f0c8c52cd3a339"><code>87140ec</code></a> sumdb/tlog: make NewTiles only generate strictly necessary tiles</li> <li><a href="https://github.com/golang/mod/commit/18d3f5618645fbebec703867364c3f2ac1102f1d"><code>18d3f56</code></a> modfile: fix crash on AddGoStmt in empty File</li> <li><a href="https://github.com/golang/mod/commit/766dc5df63e3e3e5cd6b1682f522a01c99723beb"><code>766dc5d</code></a> modfile: use new go version string format in WorkFile.add error</li> <li><a href="https://github.com/golang/mod/commit/fa1ba4269bda724bb9f01ec381fbbaf031e45833"><code>fa1ba42</code></a> sumdb: replace globsMatchPath with module.MatchPrefixPatterns</li> <li><a href="https://github.com/golang/mod/commit/6e58e47c7bd6672665dc35cce7b1f325d2addd67"><code>6e58e47</code></a> modfile: improve directory path detection and error text consistency</li> <li><a href="https://github.com/golang/mod/commit/5b692803cf76a65fc5d39178c0a36678e69c0e5a"><code>5b69280</code></a> modfile: use new go version string format in error message</li> <li><a href="https://github.com/golang/mod/commit/273ef6c30f77718d9c04e38b791a0913f652b9c9"><code>273ef6c</code></a> go.mod: update to go 1.18 and x/tools v0.13.0</li> <li><a href="https://github.com/golang/mod/commit/baa5c2d058db25484c20d76985ba394e73176132"><code>baa5c2d</code></a> all: add godoc links</li> <li><a href="https://github.com/golang/mod/commit/7603649663b1456250649d774037b3d07f98f386"><code>7603649</code></a> zip: fix TestCreateFromDirSpecial/ignore_symlink on wasmtime</li> <li>Additional commits viewable in <a href="https://github.com/golang/mod/compare/v0.5.1...v0.17.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/mod&package-manager=go_modules&previous-version=0.5.1&new-version=0.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
sonarqubecloud[bot] commented 2024-04-23 13:25:18 +00:00 (Migrated from github.com)

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=metal3d_katenary&pullRequest=67) **Quality Gate passed** Issues ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0 New issues](https://sonarcloud.io/project/issues?id=metal3d_katenary&pullRequest=67&resolved=false&inNewCodePeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/accepted-16px.png '') [0 Accepted issues](https://sonarcloud.io/component_measures?id=metal3d_katenary&pullRequest=67&metric=new_accepted_issues&view=list) Measures ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=metal3d_katenary&pullRequest=67&resolved=false&inNewCodePeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/no-data-16px.png '') No data about Coverage ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/no-data-16px.png '') No data about Duplication [See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=metal3d_katenary&pullRequest=67)
dependabot[bot] commented 2024-06-04 22:40:37 +00:00 (Migrated from github.com)

Superseded by #72.

Superseded by #72.

Pull request closed

Sign in to join this conversation.
No description provided.