diff --git a/.github/renovate.json b/.github/renovate.json index 4f39080..fc1528e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,3 +1,8 @@ { - "extends": ["config:base"] + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>z-shell/.github:renovate-config", + ":dependencyDashboardApproval", + ":disableVulnerabilityAlerts" + ] } diff --git a/.trunk/.gitignore b/.trunk/.gitignore index cf2f254..15966d0 100644 --- a/.trunk/.gitignore +++ b/.trunk/.gitignore @@ -2,6 +2,8 @@ *logs *actions *notifications +*tools plugins user_trunk.yaml user.yaml +tmp diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index 0e6a003..b27db21 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -1,22 +1,22 @@ version: 0.1 cli: - version: 1.3.1 + version: 1.25.0 plugins: sources: - id: trunk - ref: v0.0.8 + ref: v1.11.0 uri: https://github.com/trunk-io/plugins lint: enabled: - - markdownlint@0.33.0 - - actionlint@1.6.22 - - gitleaks@8.15.2 + - actionlint@1.7.12 - git-diff-check - - prettier@2.8.3 + - gitleaks@8.30.1 + - markdownlint@0.48.0 + - prettier@3.8.3 runtimes: enabled: - - go@1.18.3 - - node@18.12.1 + - go@1.25.13 + - node@22.16.0 actions: enabled: - trunk-announce diff --git a/docs/README.md b/docs/README.md index f8c2d27..674917f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,11 +4,12 @@ A string library for Zsh. Its founding function was parsing of JSON. -**Note on the fork.** [`z-shell/zi`](https://github.com/z-shell/zi) carries a -fork of `@str-parse-json` as `.zi-parse-json` in its own `lib/zsh/install.zsh`. -It is a maintained fork rather than a mirror, and the two have deliberately -diverged, so they are not expected to be byte-identical. Fixes should be carried -across by hand in both directions. +> [!NOTE] +> [`z-shell/zi`](https://github.com/z-shell/zi) carries a fork of +> `@str-parse-json` as `.zi-parse-json` in its own `lib/zsh/install.zsh`. It is a +> maintained fork rather than a mirror, and the two have deliberately diverged, +> so they are not expected to be byte-identical. Fixes should be carried across +> by hand in both directions. ## List Of The Functions