Skip to content

chore(deps): bump the modules group across 1 directory with 11 updates - #757

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/go_modules/dev/modules-b1a47ee633
Open

chore(deps): bump the modules group across 1 directory with 11 updates#757
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/go_modules/dev/modules-b1a47ee633

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps the modules group with 3 updates in the / directory: github.com/projectdiscovery/dsl, github.com/projectdiscovery/goflags and github.com/projectdiscovery/tinydns.

Updates github.com/projectdiscovery/dsl from 0.7.2 to 0.8.20

Release notes

Sourced from github.com/projectdiscovery/dsl's releases.

Release v0.8.20

0.8.20 (2026-06-28)

Continuous Integration

  • use golangci-lint v2 for Go 1.25 support (459edf5)

Release v0.8.19

0.8.19 (2026-05-24)

Release v0.8.18

0.8.18 (2026-05-10)

Code Refactoring

  • switch from Knetic/govaluate to projectdiscovery fork (#305) (5d28fd1)

Release v0.8.17

0.8.17 (2026-05-03)

Bug Fixes

Release v0.8.16

0.8.16 (2026-04-26)

Release v0.8.15

0.8.15 (2026-04-19)

Release v0.8.14

0.8.14 (2026-03-22)

Release v0.8.13

0.8.13 (2026-02-01)

Release v0.8.12

0.8.12 (2026-01-11)

Release v0.8.11

0.8.11 (2026-01-04)

Release v0.8.10

0.8.10 (2025-12-28)

Release v0.8.9

0.8.9 (2025-12-21)

... (truncated)

Commits
  • a85ef47 Merge pull request #313 from projectdiscovery/dependabot/go_modules/main/gith...
  • ad1bdb2 chore(deps): bump github.com/projectdiscovery/gologger
  • 3708f51 Merge pull request #309 from projectdiscovery/dependabot/go_modules/main/gith...
  • 7efeabd chore(deps): bump github.com/projectdiscovery/utils
  • 618ef07 Merge pull request #308 from projectdiscovery/wappalyzer-dsl-function
  • e5e7560 silence govet inline and replace WriteString(Sprintf) with Fprintf
  • 459edf5 ci: use golangci-lint v2 for Go 1.25 support
  • 0b5b86e add wappalyzer() DSL function
  • 8559cb2 chore(deps): bump github.com/projectdiscovery/utils (#306)
  • 5d28fd1 refactor: switch from Knetic/govaluate to projectdiscovery fork (#305)
  • Additional commits viewable in compare view

Updates github.com/projectdiscovery/fastdialer from 0.4.11 to 0.5.7

Release notes

Sourced from github.com/projectdiscovery/fastdialer's releases.

Release v0.5.7

0.5.7 (2026-05-10)

Release v0.5.6

0.5.6 (2026-03-29)

Release v0.5.5

0.5.5 (2026-03-22)

Release v0.5.4

0.5.4 (2026-02-01)

Release v0.5.3

0.5.3 (2026-01-11)

⚠ BREAKING CHANGES

  • add resolv.conf(5) search domains & ndots support

Features

  • add resolv.conf(5) search domains & ndots support (b18a8af)

Release v0.5.2

0.5.2 (2026-01-04)

Release v0.5.1

0.5.1 (2025-12-28)

Release v0.5.0

0.5.0 (2025-12-21)

Features

  • add configurable connection cache expiry (9b4a099)

Release v0.4.20

0.4.20 (2025-12-08)

Bug Fixes

  • utils: return immediately on first successful dial (#512) (80e83c4), closes #511

Release v0.4.19

0.4.19 (2025-12-07)

Release v0.4.18

... (truncated)

Commits
  • eb999ef Merge pull request #539 from projectdiscovery/dependabot/go_modules/main/gith...
  • 550ba22 chore(deps): bump github.com/projectdiscovery/retryabledns
  • f1a2738 Merge pull request #541 from projectdiscovery/dependabot/go_modules/main/gith...
  • c961aff Merge pull request #542 from projectdiscovery/dependabot/go_modules/main/gith...
  • 0a8c385 Merge pull request #543 from alex0x12/fix/fastdialer-datarace
  • 8a37ac1 Fixed possible fastdialer datarace, usually masked under low concurrency
  • c271328 chore(deps): bump github.com/projectdiscovery/networkpolicy
  • 749e0a8 chore(deps): bump github.com/projectdiscovery/utils from 0.9.0 to 0.10.1
  • 2437541 Merge pull request #536 from projectdiscovery/535-fix-parsewithja3-supported-...
  • 6fc6484 drain go routines
  • Additional commits viewable in compare view

Updates github.com/projectdiscovery/goflags from 0.1.74 to 0.1.75

Release notes

Sourced from github.com/projectdiscovery/goflags's releases.

Release v0.1.75

What's Changed

  • feat: add CommonFlags with max-time support
  • fix: make signalSelf mockable for cross-platform testing
  • feat: add cross-platform interrupt support for max-time
  • fix: skip TestMaxTimeInterrupt on Windows
  • fix(windows): send interrupt to current process group only
  • fix: support escaped commas in string slice parsing
  • chore: bump dependencies
  • feat: add AuthVar type for authentication tokens
  • chore: add golang.org/x/term dependency for AuthVar
  • add test for multiple options with escaped comma
  • use utils/process.SendInterrupt
  • adding auth to example
  • Merge pull request #246 from projectdiscovery/feat/240-auth-var
  • Merge branch 'main' into chore/bump-dependencies
  • bump go version
  • Merge pull request #245 from projectdiscovery/chore/bump-dependencies
  • Merge branch 'main' into feature/common-flags
  • Merge pull request #241 from projectdiscovery/feature/common-flags
  • Merge pull request #243 from projectdiscovery/fix/211-string-slice-comma-parsing
  • feat: add Int64Var and Int64VarP functions
  • fixing tests + parsing
  • Merge pull request #248 from anhnmt/int64
  • chore(deps): bump golang.org/x/net from 0.49.0 to 0.55.0
  • Merge pull request #250 from projectdiscovery/dependabot/go_modules/golang.org/x/net-0.55.0
Commits
  • 2620311 Merge pull request #250 from projectdiscovery/dependabot/go_modules/golang.or...
  • 3c262b4 chore(deps): bump golang.org/x/net from 0.49.0 to 0.55.0
  • 38229cc Merge pull request #248 from anhnmt/int64
  • 7f0e5b8 fixing tests + parsing
  • 9e22cc3 feat: add Int64Var and Int64VarP functions
  • ed8a819 Merge pull request #243 from projectdiscovery/fix/211-string-slice-comma-parsing
  • 5ea609c Merge pull request #241 from projectdiscovery/feature/common-flags
  • bef10da Merge branch 'main' into feature/common-flags
  • 796a489 Merge pull request #245 from projectdiscovery/chore/bump-dependencies
  • 0811bb9 bump go version
  • Additional commits viewable in compare view

Updates github.com/projectdiscovery/gologger from 1.1.56 to 1.1.71

Release notes

Sourced from github.com/projectdiscovery/gologger's releases.

Release v1.1.71

1.1.71 (2026-06-21)

Release v1.1.70

1.1.70 (2026-05-31)

Release v1.1.69

1.1.69 (2026-05-24)

Release v1.1.68

1.1.68 (2026-02-01)

Release v1.1.67

1.1.67 (2026-01-04)

Release v1.1.66

1.1.66 (2025-12-28)

Release v1.1.65

1.1.65 (2025-12-21)

Release v1.1.64

1.1.64 (2025-12-14)

Release v1.1.63

1.1.63 (2025-12-07)

Release v1.1.62

1.1.62 (2025-11-30)

Release v1.1.61

1.1.61 (2025-11-23)

Release v1.1.60

1.1.60 (2025-11-16)

Release v1.1.59

1.1.59 (2025-10-19)

Release v1.1.58

1.1.58 (2025-10-12)

Release v1.1.57

1.1.57 (2025-10-05)

Commits
  • e6a53fc chore(deps): bump github.com/projectdiscovery/utils (#146)
  • aac2fb1 chore(deps): bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 (#147)
  • 3b810cb Merge pull request #150 from projectdiscovery/reduce-deps-archives
  • 4a3d0ca use stdlib gzip
  • 155e975 restoring print to level silent (#149)
  • e085501 slog compatible gologger (#126)
  • 922596c chore(deps): bump github.com/projectdiscovery/utils from 0.9.0 to 0.11.0 (#145)
  • c6500d3 chore(deps): bump github.com/projectdiscovery/utils from 0.8.0 to 0.9.0
  • 993160e Merge pull request #140 from mikelolasagasti/update-archives
  • d445e04 chore(deps): Update to latest mholt/archives
  • Additional commits viewable in compare view

Updates github.com/projectdiscovery/tinydns from 0.0.95 to 0.0.108

Release notes

Sourced from github.com/projectdiscovery/tinydns's releases.

Release v0.0.108

0.0.108 (2026-05-24)

Release v0.0.107

0.0.107 (2026-01-25)

Release v0.0.106

0.0.106 (2026-01-11)

Release v0.0.105

0.0.105 (2026-01-04)

Release v0.0.104

0.0.104 (2025-12-28)

Release v0.0.103

0.0.103 (2025-12-21)

Release v0.0.102

0.0.102 (2025-12-14)

Release v0.0.101

0.0.101 (2025-12-07)

Release v0.0.100

0.0.100 (2025-11-30)

Release v0.0.99

0.0.99 (2025-11-23)

Release v0.0.98

0.0.98 (2025-10-26)

Release v0.0.97

0.0.97 (2025-10-19)

Release v0.0.96

0.0.96 (2025-10-12)

Commits
  • c8fefe3 chore(deps): bump github.com/projectdiscovery/utils from 0.9.0 to 0.11.0 (#320)
  • 6f52e0d chore(deps): bump github.com/projectdiscovery/gologger (#317)
  • e6ecef4 chore(deps): bump github.com/projectdiscovery/hmap (#316)
  • 022e958 chore(deps): bump github.com/projectdiscovery/utils from 0.8.0 to 0.9.0
  • 72b28d7 chore(deps): bump github.com/projectdiscovery/gologger
  • 4ccf6fc chore(deps): bump github.com/projectdiscovery/hmap from 0.0.98 to 0.0.99
  • d35772e chore(deps): bump github.com/projectdiscovery/gologger
  • dcee1a5 chore(deps): bump github.com/projectdiscovery/gologger
  • bc3577f chore(deps): bump github.com/projectdiscovery/utils from 0.7.3 to 0.8.0
  • 70ed382 chore(deps): bump github.com/projectdiscovery/gologger
  • Additional commits viewable in compare view

Updates github.com/projectdiscovery/utils from 0.6.0 to 0.11.1

Release notes

Sourced from github.com/projectdiscovery/utils's releases.

v0.11.1

Automatically released using projectdiscovery/actions/svu-next action.


What's Changed

New Contributors

Full Changelog: projectdiscovery/utils@v0.11.0...v0.11.1

v0.11.0

Automatically released using projectdiscovery/actions/svu-next action.


What's Changed

New Contributors

Full Changelog: projectdiscovery/utils@v0.10.1...v0.11.0

v0.10.1

What's Changed

Full Changelog: projectdiscovery/utils@v0.10.0...v0.10.1

v0.10.0

Automatically released using projectdiscovery/actions/svu-next action.


What's Changed

... (truncated)

Commits
  • 6f93830 fix: use correct env var names in memguardian init (#744)
  • 88baa59 chore(deps): bump the modules group across 1 directory with 3 updates (#746)
  • c0f3544 Merge pull request #742 from ChrisJr404/feature/read-file-split
  • 4ce2b0a refactor
  • e122ca9 Merge pull request #741 from projectdiscovery/dependabot/go_modules/main/modu...
  • b50f4a3 Merge pull request #743 from alex0x12/feature/add-windows-1251-decoding
  • 01d6426 Add windows-1251 response decoding
  • 26ffb21 feat(file): add ReadFileSplit / ReadFileWithReaderSplit (#719)
  • 2e38e4c chore(deps): bump the modules group with 2 updates
  • 1d643b6 Merge pull request #736 from mikelolasagasti/aurora-v4
  • Additional commits viewable in compare view

Updates github.com/projectdiscovery/machineid from 0.0.0-20240226150047-2e2c51e35983 to 0.0.0-20250715113114-c77eb3567582

Commits

Updates github.com/projectdiscovery/hmap from 0.0.95 to 0.0.100

Release notes

Sourced from github.com/projectdiscovery/hmap's releases.

Release v0.0.100

0.0.100 (2026-02-01)

Release v0.0.99

0.0.99 (2025-12-28)

Release v0.0.98

0.0.98 (2025-12-07)

Release v0.0.97

0.0.97 (2025-11-30)

Release v0.0.96

0.0.96 (2025-11-23)

Commits
  • e67ba37 chore(deps): bump github.com/projectdiscovery/utils from 0.8.0 to 0.9.0
  • 50b46fb chore(deps): bump github.com/projectdiscovery/utils from 0.7.3 to 0.8.0
  • c833f7f chore(deps): bump github.com/projectdiscovery/utils from 0.7.1 to 0.7.3
  • 31c5217 chore(deps): bump github.com/projectdiscovery/utils from 0.6.1 to 0.7.1
  • 5c24777 chore(deps): bump github.com/projectdiscovery/utils from 0.6.0 to 0.6.1
  • See full diff in compare view

Updates github.com/projectdiscovery/mapcidr from 1.1.95 to 1.1.97

Release notes

Sourced from github.com/projectdiscovery/mapcidr's releases.

v1.1.97

What's Changed

Added support for multi-octet and dash-based IP range support by @​jjhwan-h in projectdiscovery/mapcidr#689

Full Changelog: projectdiscovery/mapcidr@v1.1.96...v1.1.97

v1.1.96

What's Changed

🐞 Bug Fixes Fixed IP Address Conversion Functions for Proper IPv4-Mapped IPv6 Format by @​s-cu-bot in projectdiscovery/mapcidr#690

Full Changelog: projectdiscovery/mapcidr@v1.1.95...v1.1.96

Commits
  • 3119d58 bump version
  • 09440a1 chore(deps): bump github.com/projectdiscovery/networkpolicy
  • d42611e chore(deps): bump github.com/projectdiscovery/fastdialer
  • ac92503 chore(deps): bump github.com/projectdiscovery/retryablehttp-go
  • df356d9 chore(deps): bump github.com/projectdiscovery/gologger
  • 77931f8 chore(deps): bump github.com/projectdiscovery/fastdialer
  • 2df1565 chore(deps): bump github.com/projectdiscovery/gologger
  • 03adaaa chore(deps): bump github.com/projectdiscovery/retryablehttp-go
  • 986510d Merge pull request #689 from jjhwan-h/feat/660-support-ip-patterns
  • 5bf3985 lint
  • Additional commits viewable in compare view

Updates github.com/projectdiscovery/networkpolicy from 0.1.25 to 0.1.38

Release notes

Sourced from github.com/projectdiscovery/networkpolicy's releases.

Release v0.1.38

0.1.38 (2026-05-17)

Release v0.1.37

0.1.37 (2026-04-26)

Release v0.1.36

0.1.36 (2026-03-29)

Release v0.1.35

0.1.35 (2026-03-22)

Release v0.1.34

0.1.34 (2026-01-25)

Release v0.1.33

0.1.33 (2025-12-28)

Release v0.1.32

0.1.32 (2025-12-14)

Release v0.1.31

0.1.31 (2025-12-07)

Release v0.1.30

0.1.30 (2025-11-30)

Release v0.1.29

0.1.29 (2025-11-23)

Release v0.1.28

0.1.28 (2025-11-16)

Release v0.1.27

0.1.27 (2025-10-26)

Release v0.1.26

0.1.26 (2025-10-05)

Commits
  • d8d108c chore(deps): bump github.com/projectdiscovery/utils (#178)
  • ba3c050 chore(deps): bump github.com/projectdiscovery/utils (#177)
  • 56f366f chore(deps): bump github.com/projectdiscovery/utils from 0.9.0 to 0.10.0 (#176)
  • 3abcddf Merge pull request #174 from MarkOtzen/bugfix/ipv6-128-cidr
  • 4d00f32 chore(deps): bump actions/checkout from 5 to 6 (#166)
  • c6c7db8 Merge pull request #173 from projectdiscovery/dependabot/go_modules/main/gith...
  • 93d077f fixing automerge
  • e5f59e9 Set /128 suffix when CIDRing an IPv6
  • e781118 chore(deps): bump github.com/gaissmai/bart from 0.26.0 to 0.26.1
  • 64a8488 chore(deps): bump github.com/projectdiscovery/utils from 0.8.0 to 0.9.0
  • Additional commits viewable in compare view

Updates github.com/projectdiscovery/retryabledns from 1.0.108 to 1.0.114

Release notes

Sourced from github.com/projectdiscovery/retryabledns's releases.

Release v1.0.114

1.0.114 (2026-03-22)

Release v1.0.113

1.0.113 (2026-01-25)

Release v1.0.112

1.0.112 (2025-12-28)

Release v1.0.111

1.0.111 (2025-12-07)

Release v1.0.110

1.0.110 (2025-11-30)

Release v1.0.109

1.0.109 (2025-11-23)

Commits
  • b03f730 Merge pull request #282 from projectdiscovery/fix/axfr-force-tcp
  • 8103a9b adding test
  • 91348e1 fixing axfr
  • 428c4a1 Merge pull request #280 from projectdiscovery/fix/parse-from-msg-answer-only
  • 2d40354 fix ParseFromMsg to only parse Answer section
  • af07563 chore(deps): bump github.com/projectdiscovery/utils from 0.8.0 to 0.9.0
  • cb4a82e chore(deps): bump github.com/projectdiscovery/utils from 0.7.3 to 0.8.0
  • b5c1f85 chore(deps): bump github.com/projectdiscovery/utils from 0.7.1 to 0.7.3
  • 8a6390f chore(deps): bump github.com/projectdiscovery/utils from 0.6.1 to 0.7.1
  • 8a37987 chore(deps): bump github.com/projectdiscovery/utils from 0.6.0 to 0.6.1
  • 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 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

Bumps the modules group with 3 updates in the / directory: [github.com/projectdiscovery/dsl](https://github.com/projectdiscovery/dsl), [github.com/projectdiscovery/goflags](https://github.com/projectdiscovery/goflags) and [github.com/projectdiscovery/tinydns](https://github.com/projectdiscovery/tinydns).


Updates `github.com/projectdiscovery/dsl` from 0.7.2 to 0.8.20
- [Release notes](https://github.com/projectdiscovery/dsl/releases)
- [Commits](projectdiscovery/dsl@v0.7.2...v0.8.20)

Updates `github.com/projectdiscovery/fastdialer` from 0.4.11 to 0.5.7
- [Release notes](https://github.com/projectdiscovery/fastdialer/releases)
- [Commits](projectdiscovery/fastdialer@v0.4.11...v0.5.7)

Updates `github.com/projectdiscovery/goflags` from 0.1.74 to 0.1.75
- [Release notes](https://github.com/projectdiscovery/goflags/releases)
- [Commits](projectdiscovery/goflags@v0.1.74...v0.1.75)

Updates `github.com/projectdiscovery/gologger` from 1.1.56 to 1.1.71
- [Release notes](https://github.com/projectdiscovery/gologger/releases)
- [Commits](projectdiscovery/gologger@v1.1.56...v1.1.71)

Updates `github.com/projectdiscovery/tinydns` from 0.0.95 to 0.0.108
- [Release notes](https://github.com/projectdiscovery/tinydns/releases)
- [Commits](projectdiscovery/tinydns@v0.0.95...v0.0.108)

Updates `github.com/projectdiscovery/utils` from 0.6.0 to 0.11.1
- [Release notes](https://github.com/projectdiscovery/utils/releases)
- [Changelog](https://github.com/projectdiscovery/utils/blob/main/CHANGELOG.md)
- [Commits](projectdiscovery/utils@v0.6.0...v0.11.1)

Updates `github.com/projectdiscovery/machineid` from 0.0.0-20240226150047-2e2c51e35983 to 0.0.0-20250715113114-c77eb3567582
- [Commits](https://github.com/projectdiscovery/machineid/commits)

Updates `github.com/projectdiscovery/hmap` from 0.0.95 to 0.0.100
- [Release notes](https://github.com/projectdiscovery/hmap/releases)
- [Commits](projectdiscovery/hmap@v0.0.95...v0.0.100)

Updates `github.com/projectdiscovery/mapcidr` from 1.1.95 to 1.1.97
- [Release notes](https://github.com/projectdiscovery/mapcidr/releases)
- [Commits](projectdiscovery/mapcidr@v1.1.95...v1.1.97)

Updates `github.com/projectdiscovery/networkpolicy` from 0.1.25 to 0.1.38
- [Release notes](https://github.com/projectdiscovery/networkpolicy/releases)
- [Commits](projectdiscovery/networkpolicy@v0.1.25...v0.1.38)

Updates `github.com/projectdiscovery/retryabledns` from 1.0.108 to 1.0.114
- [Release notes](https://github.com/projectdiscovery/retryabledns/releases)
- [Commits](projectdiscovery/retryabledns@v1.0.108...v1.0.114)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/dsl
  dependency-version: 0.8.20
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/fastdialer
  dependency-version: 0.5.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/goflags
  dependency-version: 0.1.75
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/gologger
  dependency-version: 1.1.71
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/tinydns
  dependency-version: 0.0.108
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/utils
  dependency-version: 0.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/machineid
  dependency-version: 0.0.0-20250715113114-c77eb3567582
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/hmap
  dependency-version: 0.0.100
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/mapcidr
  dependency-version: 1.1.97
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/networkpolicy
  dependency-version: 0.1.38
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/retryabledns
  dependency-version: 1.0.114
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: modules
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the Type: Maintenance Updating phrasing or wording to make things clearer or removing ambiguity. label Jul 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Maintenance Updating phrasing or wording to make things clearer or removing ambiguity.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants