From dc11ae10a95f91ce1a3ff9398e8cd5b56bf73f5d Mon Sep 17 00:00:00 2001 From: christama <43081028+christama@users.noreply.github.com> Date: Sat, 13 Sep 2025 17:06:35 +0700 Subject: [PATCH 01/10] Update .dep-stats.json --- .dep-stats.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.dep-stats.json b/.dep-stats.json index e43364948f..18dbb9cafd 100644 --- a/.dep-stats.json +++ b/.dep-stats.json @@ -98,3 +98,4 @@ "has-flag": "4.0.0" } } + \ No newline at end of file From 4d2821c9f2fa22647bdab2f123d75eaa6a58848b Mon Sep 17 00:00:00 2001 From: christama <43081028+christama@users.noreply.github.com> Date: Mon, 8 Dec 2025 05:50:03 +0700 Subject: [PATCH 02/10] Update .dep-stats.json --- .dep-stats.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dep-stats.json b/.dep-stats.json index 18dbb9cafd..af4dc5efe9 100644 --- a/.dep-stats.json +++ b/.dep-stats.json @@ -97,5 +97,5 @@ "fast-content-type-parse": "^2.0.1", "has-flag": "4.0.0" } -} +} \ No newline at end of file From 4604ef8d5189f4a42eee8d7d18a0fe708c465907 Mon Sep 17 00:00:00 2001 From: christama <43081028+christama@users.noreply.github.com> Date: Thu, 8 Jan 2026 01:54:49 +0700 Subject: [PATCH 03/10] Update .dep-stats.json --- .dep-stats.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dep-stats.json b/.dep-stats.json index af4dc5efe9..31496123a6 100644 --- a/.dep-stats.json +++ b/.dep-stats.json @@ -97,5 +97,5 @@ "fast-content-type-parse": "^2.0.1", "has-flag": "4.0.0" } -} +} \ No newline at end of file From 985c84eda61ee1ca36aa33427a7c046e140b94b7 Mon Sep 17 00:00:00 2001 From: christama <43081028+christama@users.noreply.github.com> Date: Fri, 21 Aug 2026 17:56:00 +0700 Subject: [PATCH 04/10] Update rollup.base.config.mjs --- .config/rollup.base.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/rollup.base.config.mjs b/.config/rollup.base.config.mjs index 8389b847ea..42c5c6786c 100644 --- a/.config/rollup.base.config.mjs +++ b/.config/rollup.base.config.mjs @@ -1,4 +1,4 @@ -import { randomUUID } from 'node:crypto' +import { randomUUID } from 'node:crypto' import { builtinModules, createRequire } from 'node:module' import path from 'node:path' From a8ed4c525eafdc27b426840499512424eff63a39 Mon Sep 17 00:00:00 2001 From: christama <43081028+christama@users.noreply.github.com> Date: Fri, 21 Aug 2026 17:56:20 +0700 Subject: [PATCH 05/10] Update tsconfig.rollup.json --- .config/tsconfig.rollup.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/tsconfig.rollup.json b/.config/tsconfig.rollup.json index b58469bbcf..78935fee35 100644 --- a/.config/tsconfig.rollup.json +++ b/.config/tsconfig.rollup.json @@ -4,4 +4,4 @@ "module": "preserve", "moduleResolution": "bundler" } -} +} From 7c906ee6f6937a2fc1a1d8bb1dafbedeea6d9e0f Mon Sep 17 00:00:00 2001 From: christama <43081028+christama@users.noreply.github.com> Date: Fri, 21 Aug 2026 17:56:43 +0700 Subject: [PATCH 06/10] Update .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 1597c187e2..4c590cfda2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,5 @@ root = true - + [*] charset = utf-8 end_of_line = lf From 1669c182d0bc444381c638c8423edd4be5f83a89 Mon Sep 17 00:00:00 2001 From: christama <43081028+christama@users.noreply.github.com> Date: Fri, 21 Aug 2026 17:57:04 +0700 Subject: [PATCH 07/10] Update provenance.yml --- .github/workflows/provenance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/provenance.yml b/.github/workflows/provenance.yml index 68aab7e83e..c1a283d10e 100644 --- a/.github/workflows/provenance.yml +++ b/.github/workflows/provenance.yml @@ -1,5 +1,5 @@ name: Publish Package to npm - + on: workflow_dispatch: From 7e4896d8454922d20c6bfd639cefb24d38c7c843 Mon Sep 17 00:00:00 2001 From: christama <43081028+christama@users.noreply.github.com> Date: Fri, 21 Aug 2026 17:57:21 +0700 Subject: [PATCH 08/10] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ff58473a04..acbb35a768 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,5 +8,5 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - interval: "weekly" + interval: "weekly" day: "monday" From ec3eb9fcf0e0c8b189213e1726272ba2e489aed2 Mon Sep 17 00:00:00 2001 From: christama <43081028+christama@users.noreply.github.com> Date: Fri, 21 Aug 2026 18:36:41 +0700 Subject: [PATCH 09/10] Apply suggestion from comment 3829662743 --- .config/rollup.base.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/rollup.base.config.mjs b/.config/rollup.base.config.mjs index 42c5c6786c..8389b847ea 100644 --- a/.config/rollup.base.config.mjs +++ b/.config/rollup.base.config.mjs @@ -1,4 +1,4 @@ -import { randomUUID } from 'node:crypto' +import { randomUUID } from 'node:crypto' import { builtinModules, createRequire } from 'node:module' import path from 'node:path' From 865be65381177f745cc73cdc746c9393b904be5e Mon Sep 17 00:00:00 2001 From: christama <43081028+christama@users.noreply.github.com> Date: Fri, 21 Aug 2026 19:38:18 +0700 Subject: [PATCH 10/10] Update provenance.yml --- .github/workflows/provenance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/provenance.yml b/.github/workflows/provenance.yml index c1a283d10e..edc265ddd9 100644 --- a/.github/workflows/provenance.yml +++ b/.github/workflows/provenance.yml @@ -1,6 +1,6 @@ name: Publish Package to npm -on: +on: workflow_dispatch: jobs: