Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #955

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 8, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
esbuild minor 0.20.2 -> 0.21.1 age adoption passing confidence
github.com/alecthomas/assert/v2 require minor v2.7.0 -> v2.9.0 age adoption passing confidence
go patch 1.22.1 -> 1.22.3 age adoption passing confidence
goreleaser minor 1.24.0 -> 1.25.1 age adoption passing confidence

Release Notes

evanw/esbuild (esbuild)

v0.21.1

  • Fix a regression with --keep-names (#​3756)

    The previous release introduced a regression with the --keep-names setting and object literals with get/set accessor methods, in which case the generated code contained syntax errors. This release fixes the regression:

    // Original code
    x = { get y() {} }
    
    // Output from version 0.21.0 (with --keep-names)
    x = { get y: /* @​__PURE__ */ __name(function() {
    }, "y") };
    
    // Output from this version (with --keep-names)
    x = { get y() {
    } };
alecthomas/assert (github.com/alecthomas/assert/v2)

v2.9.0

Compare Source

v2.8.1

Compare Source

v2.8.0

Compare Source

golang/go (go)

v1.22.3

v1.22.2

goreleaser/goreleaser (goreleaser)

v1.25.1

Changelog

Bug fixes
Documentation updates
Build process updates

Full Changelog: goreleaser/goreleaser@v1.25.0...v1.25.1

Helping out

This release is only possible thanks to all the support of some awesome people!

Want to be one of them?
You can sponsor, get a Pro License or contribute with code.

Where to go next?

GoReleaser logo

v1.25.0

Changelog

New Features
Bug fixes
Documentation updates
Build process updates

Full Changelog: goreleaser/goreleaser@v1.24.0...v1.25.0

Helping out

This release is only possible thanks to all the support of some awesome people!

Want to be one of them?
You can sponsor, get a Pro License or contribute with code.

Where to go next?

GoReleaser logo


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4886ed5 to 299d74c Compare April 14, 2024 10:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 299d74c to e2151f0 Compare May 1, 2024 03:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e2151f0 to 95acd7b Compare May 8, 2024 04:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants