From c3ba605b29066e87adb510692f46c8ef49c700e2 Mon Sep 17 00:00:00 2001 From: git-action Date: Thu, 23 Jul 2026 23:38:39 +0000 Subject: [PATCH] chore: Upgrade vendored typescript-go to 8457ea62d288 risk: low --- CHANGELOG.md | 6 ++++++ TSGO_COMMIT | 2 +- VERSION | 2 +- go.mod | 2 +- go.sum | 4 ++-- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 405edcc..3d9a696 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.24.6] - 2026-07-23 + +### Changed +- Upgrade vendored typescript-go to [`8457ea62d288`](https://github.com/microsoft/typescript-go/commit/8457ea62d288195bcaff8fec0767c704dd7dd9a9) + ## [0.24.5] - 2026-07-23 ### Changed @@ -347,6 +352,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Multi-stage Docker build - Automated vendor upgrade workflow +[0.24.6]: https://github.com/gooddata/gooddata-goodchanges/compare/v0.24.5...v0.24.6 [0.24.5]: https://github.com/gooddata/gooddata-goodchanges/compare/v0.24.4...v0.24.5 [0.24.4]: https://github.com/gooddata/gooddata-goodchanges/compare/v0.24.3...v0.24.4 [0.24.3]: https://github.com/gooddata/gooddata-goodchanges/compare/v0.24.2...v0.24.3 diff --git a/TSGO_COMMIT b/TSGO_COMMIT index 1dc223e..87e64e5 100644 --- a/TSGO_COMMIT +++ b/TSGO_COMMIT @@ -1 +1 @@ -a7ae3a14e91081c194b63afd0cc8745a0645138a \ No newline at end of file +8457ea62d288195bcaff8fec0767c704dd7dd9a9 \ No newline at end of file diff --git a/VERSION b/VERSION index a036267..86dcd09 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.24.5 \ No newline at end of file +0.24.6 \ No newline at end of file diff --git a/go.mod b/go.mod index eb160d2..f194452 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( ) require ( - github.com/go-json-experiment/json v0.0.0-20260601182631-00ed12fed2a6 // indirect + github.com/go-json-experiment/json v0.0.0-20260623181947-01eb4420fa68 // indirect github.com/klauspost/cpuid/v2 v2.2.10 // indirect github.com/zeebo/xxh3 v1.1.0 // indirect golang.org/x/sync v0.21.0 // indirect diff --git a/go.sum b/go.sum index d163c14..26a5374 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ github.com/bmatcuk/doublestar/v4 v4.10.0 h1:zU9WiOla1YA122oLM6i4EXvGW62DvKZVxIe6TYWexEs= github.com/bmatcuk/doublestar/v4 v4.10.0/go.mod h1:xBQ8jztBU6kakFMg+8WGxn0c6z1fTSPVIjEY1Wr7jzc= -github.com/go-json-experiment/json v0.0.0-20260601182631-00ed12fed2a6 h1:nxP4pPoyqOAgX8lYDFCfl3DyKeXErCvSvhcyzwGV9CE= -github.com/go-json-experiment/json v0.0.0-20260601182631-00ed12fed2a6/go.mod h1:tphK2c80bpPhMOI4v6bIc2xWywPfbqi1Z06+RcrMkDg= +github.com/go-json-experiment/json v0.0.0-20260623181947-01eb4420fa68 h1:KZaTBSyshWX3MP5jukJcNSuXDQTO+rNpt0J564dX/eg= +github.com/go-json-experiment/json v0.0.0-20260623181947-01eb4420fa68/go.mod h1:tphK2c80bpPhMOI4v6bIc2xWywPfbqi1Z06+RcrMkDg= github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= github.com/klauspost/cpuid/v2 v2.2.10 h1:tBs3QSyvjDyFTq3uoc/9xFpCuOsJQFNPiAhYdw2skhE=