An open index of dependabot pull requests across open source projects.

github.com/BurntSushi/toml

Ecosystem:
go
Package URL:
pkg:golang/github.com/BurntSushi/toml
Total PRs:
523 Dependabot PRs
Latest PR:
5 days ago
Unique Repositories:
206 repositories
Unique Repos (30 days):
5 repositories
Recent PRs
Bump the all-deps group across 5 directories with 166 updates

hyperledger/fabric-private-chaincode #948

1.4.1-0.20240526193622-a339e1f7089c → 1.6.0 Minor PR
Closed about 2 months ago 1 comment
hyperledger
Bump the gomod group across 1 directory with 17 updates

takkyuuplayer/go-exercise #83

1.4.1-0.20240526193622-a339e1f7089c → 1.6.0 Minor PR
Closed 4 months ago 3 comments
takkyuuplayer
Package Details
Name: github.com/BurntSushi/toml
Ecosystem: go
PURL Type: golang
Package URL: pkg:golang/github.com/BurntSushi/toml
JSON API: View JSON
Package Information
Description:

Package toml implements decoding and encoding of TOML files. This package supports TOML v1.0.0, as specified at https://toml.io The github.com/BurntSushi/toml/cmd/tomlv package implements a TOML validator, and can be used to verify if TOML document is valid. It can also be used to print the type of each key. Example StrictDecoding shows how to detect if there are keys in the TOML document that weren't decoded into the value given. This is useful for returning an error to the user if they've included extraneous fields in their configuration. Example UnmarshalTOML shows how to implement a struct type that knows how to unmarshal itself. The struct must take full responsibility for mapping the values passed into the struct. The method may be used with interfaces in a struct in cases where the actual type is not known until the data is examined. Example Unmarshaler shows how to decode TOML strings into your own custom data type.

Repository: https://github.com/BurntSushi/toml
Homepage: https://github.com/BurntSushi/toml
Latest Release: v1.5.0
about 1 year ago
Dependent Repos: 185,064
Dependent Packages: 27,921
Ranking: Top 0.0021% by dependent repos Top 0.0078% by dependent pkgs
PR Status
Open 255 (48.8%)
Merged 27 (5.2%)
Closed 172 (32.9%)
PR Types
Major 8 (1.5%)
Minor 445 (85.1%)
Patch 1 (0.2%)