From 49b4e12afbd8958498b6ef393f86ece14de55032 Mon Sep 17 00:00:00 2001 From: git-action Date: Tue, 28 Apr 2026 14:04:05 +0000 Subject: [PATCH] chore: Upgrade vendored typescript-go to 3499951dbc49 risk: low --- CHANGELOG.md | 6 ++++++ TSGO_COMMIT | 2 +- VERSION | 2 +- go.mod | 4 ++-- go.sum | 8 ++++---- 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 975d806..d0ba807 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.19.3] - 2026-04-28 + +### Changed +- Upgrade vendored typescript-go to [`3499951dbc49`](https://github.com/microsoft/typescript-go/commit/3499951dbc497cb26a53717ed00b294e74d2891a) + ## [0.19.2] - 2026-04-24 ### Fixed @@ -272,6 +277,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Multi-stage Docker build - Automated vendor upgrade workflow +[0.19.3]: https://github.com/gooddata/gooddata-goodchanges/compare/v0.19.2...v0.19.3 [0.19.2]: https://github.com/gooddata/gooddata-goodchanges/compare/v0.19.1...v0.19.2 [0.19.1]: https://github.com/gooddata/gooddata-goodchanges/compare/v0.19.0...v0.19.1 [0.19.0]: https://github.com/gooddata/gooddata-goodchanges/compare/v0.18.1...v0.19.0 diff --git a/TSGO_COMMIT b/TSGO_COMMIT index a934ed9..5eb35bb 100644 --- a/TSGO_COMMIT +++ b/TSGO_COMMIT @@ -1 +1 @@ -24753aa4bf38111df12a1b591727c7f95553cf3b \ No newline at end of file +3499951dbc497cb26a53717ed00b294e74d2891a \ No newline at end of file diff --git a/VERSION b/VERSION index 7f78682..918820b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.19.2 \ No newline at end of file +0.19.3 \ No newline at end of file diff --git a/go.mod b/go.mod index ecd2ace..36bc334 100644 --- a/go.mod +++ b/go.mod @@ -15,6 +15,6 @@ require ( github.com/klauspost/cpuid/v2 v2.2.10 // indirect github.com/zeebo/xxh3 v1.1.0 // indirect golang.org/x/sync v0.20.0 // indirect - golang.org/x/sys v0.42.0 // indirect - golang.org/x/text v0.35.0 // indirect + golang.org/x/sys v0.43.0 // indirect + golang.org/x/text v0.36.0 // indirect ) diff --git a/go.sum b/go.sum index c0c8350..dcad4b4 100644 --- a/go.sum +++ b/go.sum @@ -14,10 +14,10 @@ github.com/zeebo/xxh3 v1.1.0 h1:s7DLGDK45Dyfg7++yxI0khrfwq9661w9EN78eP/UZVs= github.com/zeebo/xxh3 v1.1.0/go.mod h1:IisAie1LELR4xhVinxWS5+zf1lA4p0MW4T+w+W07F5s= golang.org/x/sync v0.20.0 h1:e0PTpb7pjO8GAtTs2dQ6jYa5BWYlMuX047Dco/pItO4= golang.org/x/sync v0.20.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0= -golang.org/x/sys v0.42.0 h1:omrd2nAlyT5ESRdCLYdm3+fMfNFE/+Rf4bDIQImRJeo= -golang.org/x/sys v0.42.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw= -golang.org/x/text v0.35.0 h1:JOVx6vVDFokkpaq1AEptVzLTpDe9KGpj5tR4/X+ybL8= -golang.org/x/text v0.35.0/go.mod h1:khi/HExzZJ2pGnjenulevKNX1W67CUy0AsXcNubPGCA= +golang.org/x/sys v0.43.0 h1:Rlag2XtaFTxp19wS8MXlJwTvoh8ArU6ezoyFsMyCTNI= +golang.org/x/sys v0.43.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw= +golang.org/x/text v0.36.0 h1:JfKh3XmcRPqZPKevfXVpI1wXPTqbkE5f7JA92a55Yxg= +golang.org/x/text v0.36.0/go.mod h1:NIdBknypM8iqVmPiuco0Dh6P5Jcdk8lJL0CUebqK164= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=