From 9914d6b14aab41a2d0194e4dc86964acb332756a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 12:39:26 +0000 Subject: [PATCH 1/3] Bump crate-ci/typos from 1.44.0 to 1.46.0 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.44.0 to 1.46.0. - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/v1.44.0...v1.46.0) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.46.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/typos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/typos.yaml b/.github/workflows/typos.yaml index ea339ba5465..8b92da0b067 100644 --- a/.github/workflows/typos.yaml +++ b/.github/workflows/typos.yaml @@ -18,7 +18,7 @@ jobs: - name: "Check for typos" - uses: "crate-ci/typos@v1.44.0" + uses: "crate-ci/typos@v1.46.0" with: config: .github/typos.toml files: "README.md src config rules tests rules-tests templates" From 06947c672fe5c019a8658c784c659975fca45f70 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Fri, 1 May 2026 20:30:21 +0700 Subject: [PATCH 2/3] trigger CI From 7e7c49893930ebcdcaf63f4e1c911b1bd8445189 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Fri, 1 May 2026 20:32:42 +0700 Subject: [PATCH 3/3] skip writeable native name --- .github/typos.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/typos.toml b/.github/typos.toml index fe1504d9f91..d82ac671549 100644 --- a/.github/typos.toml +++ b/.github/typos.toml @@ -7,3 +7,6 @@ nd = "nd" # plurals Identicals = "Identicals" + +# native function names +writeable = "writeable"