Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump zinit from 450d3c1 to 21c3b55 #111

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion zinit
Submodule zinit updated 60 files
+3 −0 .commitlintrc
+16 −2 .gitattributes
+3 −0 .github/CODEOWNERS
+43 −26 .github/ISSUE_TEMPLATE/bug-report.yml
+0 −46 .github/PULL_REQUEST_TEMPLATE.md
+6 −16 .github/labeler.yml
+38 −0 .github/stale.yml
+23 −23 .github/workflows/containers.yaml
+12 −8 .github/workflows/documentation.yaml
+53 −53 .github/workflows/installer.yaml
+6 −5 .github/workflows/labeler.yaml
+20 −10 .github/workflows/linting.yaml
+38 −0 .github/workflows/release.yml
+26 −24 .github/workflows/tests.yaml
+2 −1 .gitignore
+47 −0 .releaserc.json
+3 −3 .zunit.yml
+82 −0 CHANGELOG.md
+101 −0 CODE_OF_CONDUCT.md
+7 −7 LICENSE
+44 −12 Makefile
+409 −397 README.md
+1 −0 VERSION
+326 −349 _zinit
+8 −8 doc/HACKING.md
+149 −0 doc/zsdoc/zinit-additional.zsh.adoc
+45 −127 doc/zsdoc/zinit-autoload.zsh.adoc
+157 −132 doc/zsdoc/zinit-install.zsh.adoc
+36 −68 doc/zsdoc/zinit-side.zsh.adoc
+164 −217 doc/zsdoc/zinit.zsh.adoc
+8 −0 docker/init.zsh
+8 −0 docker/utils.zsh
+8 −0 docker/zshenv
+8 −1 docker/zshrc
+8 −1 docker/zshrc-fancy
+8 −0 scripts/docker-build.sh
+8 −0 scripts/docker-run.sh
+7 −1 scripts/install.sh
+0 −192 scripts/test-scripts/test-excl-id-as
+0 −182 scripts/test-scripts/test-id-as
+0 −3 scripts/zcompile
+0 −14 scripts/zunit-tests.sh
+93 −81 share/git-process-output.zsh
+36 −23 share/rpm2cpio.zsh
+0 −19 share/single-line.zsh
+9 −4 share/template-plugin/template-script
+47 −0 share/zsh.ctags
+10 −0 tests/_support/annex_test_assertions
+52 −31 tests/_support/bootstrap
+18 −69 tests/annexes.zunit
+583 −652 tests/gh-r.zunit
+55 −0 tests/ices.zunit
+35 −13 tests/plugins.zunit
+70 −20 tests/snippets.zunit
+504 −0 zi-browse-symbol
+21 −13 zinit-additional.zsh
+116 −170 zinit-autoload.zsh
+469 −261 zinit-install.zsh
+351 −354 zinit-side.zsh
+484 −302 zinit.zsh