From 556ee77c2a54e0d039839718968420da55963793 Mon Sep 17 00:00:00 2001 From: git-action Date: Mon, 16 Feb 2026 18:03:28 +0000 Subject: [PATCH] chore: Upgrade vendored typescript-go to 7b198ca5c705 risk: low --- CHANGELOG.md | 6 ++++++ TSGO_COMMIT | 2 +- VERSION | 2 +- go.mod | 6 ++++-- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46995fc..4df8ead 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.14.1] - 2026-02-16 + +### Changed +- Upgrade vendored typescript-go to [`7b198ca5c705`](https://github.com/microsoft/typescript-go/commit/7b198ca5c70593d433dc6ce00175ba600ebf9945) + ## [0.14.0] - 2026-02-14 ### Added @@ -166,6 +171,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Multi-stage Docker build - Automated vendor upgrade workflow +[0.14.1]: https://github.com/gooddata/gooddata-goodchanges/compare/v0.14.0...v0.14.1 [0.14.0]: https://github.com/gooddata/gooddata-goodchanges/compare/v0.13.0...v0.14.0 [0.13.0]: https://github.com/gooddata/gooddata-goodchanges/compare/v0.12.0...v0.13.0 [0.12.0]: https://github.com/gooddata/gooddata-goodchanges/compare/v0.11.2...v0.12.0 diff --git a/TSGO_COMMIT b/TSGO_COMMIT index c6f4bd2..0cc96ed 100644 --- a/TSGO_COMMIT +++ b/TSGO_COMMIT @@ -1 +1 @@ -f058889a79edf8fef07d4868e39574db00d43454 \ No newline at end of file +7b198ca5c70593d433dc6ce00175ba600ebf9945 \ No newline at end of file diff --git a/VERSION b/VERSION index a803cc2..c39e9c5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.14.0 +0.14.1 \ No newline at end of file diff --git a/go.mod b/go.mod index 7140233..d830585 100644 --- a/go.mod +++ b/go.mod @@ -4,10 +4,12 @@ go 1.26.0 replace goodchanges/tsgo-vendor => ./_vendor/typescript-go -require goodchanges/tsgo-vendor v0.0.0-00010101000000-000000000000 +require ( + github.com/bmatcuk/doublestar/v4 v4.10.0 + goodchanges/tsgo-vendor v0.0.0-00010101000000-000000000000 +) require ( - github.com/bmatcuk/doublestar/v4 v4.10.0 // indirect github.com/go-json-experiment/json v0.0.0-20251027170946-4849db3c2f7e // indirect github.com/klauspost/cpuid/v2 v2.2.10 // indirect github.com/zeebo/xxh3 v1.1.0 // indirect