Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"extends": ["config:base"]
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>z-shell/.github:renovate-config",
":dependencyDashboardApproval",
":disableVulnerabilityAlerts"
]
}
2 changes: 2 additions & 0 deletions .trunk/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
*logs
*actions
*notifications
*tools
plugins
user_trunk.yaml
user.yaml
tmp
16 changes: 8 additions & 8 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
11 changes: 6 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down