Skip to content

chore(deps): bump go.uber.org/zap from 1.27.1 to 1.28.0 in /backend#254

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/backend/go.uber.org/zap-1.28.0
Open

chore(deps): bump go.uber.org/zap from 1.27.1 to 1.28.0 in /backend#254
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/backend/go.uber.org/zap-1.28.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Copy link
Copy Markdown
Contributor

Bumps go.uber.org/zap from 1.27.1 to 1.28.0.

Release notes

Sourced from go.uber.org/zap's releases.

v1.28.0

Enhancements:

  • #1534[]: Add zapcore.CheckPreWriteHook and CheckedEntry.Before method for transforming entries before they are written to any Cores.

#1534: uber-go/zap#1534

Changelog

Sourced from go.uber.org/zap's changelog.

1.28.0 (27 Apr 2026)

Enhancements:

  • #1534[]: Add zapcore.CheckPreWriteHook and CheckedEntry.Before method for transforming entries before they are written to any Cores.
Commits
  • 5b81b37 release v1.28.0 (#1547)
  • 0ab0d5a zapcore: Add PreWriteHook for transforming entries before write (#1534)
  • d278c59 [chore] CI: test on Go 1.26 (#1535)
  • 16fb16b chore(dep): replace archived gopkg.in/yaml.v3 with officially maintained go.y...
  • See full diff 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 [go.uber.org/zap](https://github.com/uber-go/zap) from 1.27.1 to 1.28.0.
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](uber-go/zap@v1.27.1...v1.28.0)

---
updated-dependencies:
- dependency-name: go.uber.org/zap
  dependency-version: 1.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@greptile-apps

greptile-apps Bot commented May 4, 2026

Copy link
Copy Markdown

Greptile Summary

This PR bumps go.uber.org/zap from v1.27.1 to v1.28.0 in the backend module. The release adds zapcore.CheckPreWriteHook and CheckedEntry.Before (additive, no breaking changes), and zap internally migrated its own YAML dependency from the archived gopkg.in/yaml.v3 to the officially maintained go.yaml.in/yaml/v3, which appears as a new entry in go.sum.

Confidence Score: 5/5

Safe to merge — minor version bump with only additive changes and no breaking API modifications.

This is a routine dependency bump with a clean minor version increment. The single enhancement is purely additive (a new hook API), and the new transitive dep (go.yaml.in/yaml/v3) is the officially maintained successor to gopkg.in/yaml.v3. No security, logic, or compatibility concerns.

No files require special attention.

Important Files Changed

Filename Overview
backend/go.mod Bumps go.uber.org/zap dependency from v1.27.1 to v1.28.0 — minor version, additive-only change.
backend/go.sum Updates zap hashes and adds go.yaml.in/yaml/v3 v3.0.4 as a new transitive dependency (zap's own internal dep migration from archived gopkg.in/yaml.v3).

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[backend/go.mod] -->|requires| B[go.uber.org/zap v1.28.0]
    B -->|transitive dep| C[go.yaml.in/yaml/v3 v3.0.4]
    B -->|replaces| D[go.uber.org/zap v1.27.1]
    D -->|had transitive dep| E[gopkg.in/yaml.v3 - archived]
    C -->|officially maintained successor of| E
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump go.uber.org/zap from 1..." | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants