Skip to content

Commit

Permalink
chore(deps): update @pnpm/tabtab to v0.5.4 (#8236)
Browse files Browse the repository at this point in the history
* chore(deps): update @pnpm/tabtab to v0.5.4

* docs: more details to change log

---------

Co-authored-by: Khải <hvksmr1996@gmail.com>
  • Loading branch information
segevfiner and KSXGitHub committed Jun 25, 2024
1 parent 6e031e7 commit 9b5b869
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 18 deletions.
7 changes: 7 additions & 0 deletions .changeset/warm-bulldogs-rescue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@pnpm/plugin-commands-completion": patch
"@pnpm/command": patch
"pnpm": patch
---

update @pnpm/tabtab to v0.5.4, enabling zsh autocomplete lazy loading [#8236](https://github.com/pnpm/pnpm/pull/8236).
2 changes: 1 addition & 1 deletion cli/command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"homepage": "https://github.com/pnpm/pnpm/blob/main/cli/command#readme",
"funding": "https://opencollective.com/pnpm",
"dependencies": {
"@pnpm/tabtab": "^0.5.3"
"@pnpm/tabtab": "^0.5.4"
},
"devDependencies": {
"@pnpm/command": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion completion/plugin-commands-completion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@pnpm/find-workspace-dir": "workspace:^",
"@pnpm/nopt": "^0.2.1",
"@pnpm/parse-cli-args": "workspace:^",
"@pnpm/tabtab": "^0.5.3",
"@pnpm/tabtab": "^0.5.4",
"@pnpm/workspace.find-packages": "workspace:^",
"@pnpm/workspace.read-manifest": "workspace:^",
"ramda": "npm:@pnpm/ramda@0.28.1",
Expand Down
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pnpm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@pnpm/registry-mock": "3.32.1",
"@pnpm/run-npm": "workspace:*",
"@pnpm/store.cafs": "workspace:*",
"@pnpm/tabtab": "^0.5.3",
"@pnpm/tabtab": "^0.5.4",
"@pnpm/test-fixtures": "workspace:*",
"@pnpm/test-ipc-server": "workspace:*",
"@pnpm/types": "workspace:*",
Expand Down

0 comments on commit 9b5b869

Please sign in to comment.