Skip to content

chore(deps): bump github.com/gurkankaymak/hocon from 1.2.23 to 1.3.0 - #614

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/gurkankaymak/hocon-1.3.0
Open

chore(deps): bump github.com/gurkankaymak/hocon from 1.2.23 to 1.3.0#614
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/gurkankaymak/hocon-1.3.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps github.com/gurkankaymak/hocon from 1.2.23 to 1.3.0.

Release notes

Sourced from github.com/gurkankaymak/hocon's releases.

v1.3.0

  • fix panics caused by unresolved optional substitutions; ${?path} fields and array elements are now omitted per the spec #36
  • GetString, GetStringSlice and GetStringMapString now return the raw string content instead of adding extra quotes #38
  • add HasPath and error-returning Get*E variants (GetStringE, GetIntE, ...) with ErrPathNotFound for fail-fast access #40
  • fix comments containing '//' or '/* */' breaking the parser or silently dropping fields; '//' comments are now fully supported #27
  • keys without a value now fail with a clear error, with or without a trailing newline at the end of the file #48
  • unquoted values and keys containing dots (2.2.0, 1.2.3-SNAPSHOT, bar10.0, c-f1.2g) now parse correctly #47 #39
  • include without a file extension now also includes the .conf and .json versions of the file #43
  • classpath() includes are now resolved against the directory of the top-level parsed file #44
  • add ParseStringUnresolved, ParseResourceUnresolved and Resolve for delayed substitution resolution with fallback configs #52
  • support array and object concatenation on the same line, e.g. a: ${b} [3, 4] and c: {x: 1} {y: 2} #31 #7
  • fix float durations being truncated to whole units (0.5 second resolved to 0s, 5.5s to 5s)
  • floats now render in their shortest exact form (1.5 instead of 1.5e+00)
  • track go.mod in the repository and replace travis ci with github actions

note: configs that were previously accepted despite being invalid (keys without values, go-style block comments) now fail to parse with descriptive errors

Commits
  • f002ae9 fix TestGetStringMap to test the GetStringMap method
  • 5e5da13 replace travis ci with github actions
  • da38fef track go.mod in git
  • d4ce5ed support array and object concatenation, fixes #31, fixes #7
  • 06a2d50 add unresolved parsing and the Resolve method for delayed substitution resolu...
  • 971796f fix the resolution of classpath() and extensionless includes, fixes #43, fixe...
  • deab882 parse unquoted values and keys that the scanner splits at dots, fixes #47, fi...
  • 116e51e fail with a clear error for keys without values, fixes #48
  • f3dbad0 fix comments containing '//' or '/*' breaking the parser, fixes #27
  • f8463bb add HasPath and Get*E methods that return errors for invalid paths, fixes #40
  • 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 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 [github.com/gurkankaymak/hocon](https://github.com/gurkankaymak/hocon) from 1.2.23 to 1.3.0.
- [Release notes](https://github.com/gurkankaymak/hocon/releases)
- [Commits](gurkankaymak/hocon@v1.2.23...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/gurkankaymak/hocon
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 27, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 27, 2026 21:13
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 27, 2026
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.

0 participants