xs5871
ed19f8ffcf
fix(extract): properly handle xz archives ( #13853 )
2026-08-05 13:04:27 +02:00
Dan Vrátil
26b4e0a8c0
feat(jj): add aliases for workspace operations ( #13850 )
2026-08-05 12:41:57 +02:00
Session小胡
a8afe14b93
feat(command-not-found): add alpine support ( #13864 )
2026-08-05 12:10:52 +02:00
kapil971390
be0dfaad6b
fix(aws): quote vars to support spaces ( #13868 )
2026-08-05 12:05:39 +02:00
Santiago Aguilar Hernández
14200130f0
fix(archlinux): remove unnecessary sudo ( #13866 )
2026-08-05 12:03:47 +02:00
Krut Patel
ad586ffeca
fix(tmux): preserve newlines when refreshing environment ( #13880 )
2026-08-03 10:18:44 +02:00
Akshat1927
da368d6468
feat(cdk): add plugin ( #13831 )
...
Co-authored-by: Marc Cornellà <marc@mcornella.com >
2026-08-03 10:16:50 +02:00
dependabot[bot]
6adfef3a8b
chore(deps): bump github/codeql-action/upload-sarif ( #13913 )
...
Bumps the gha-minor group with 1 update: [github/codeql-action/upload-sarif](https://github.com/github/codeql-action ).
Updates `github/codeql-action/upload-sarif` from 4.37.3 to 4.37.4
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](e4fba868fa...f205ea1c33 )
---
updated-dependencies:
- dependency-name: github/codeql-action/upload-sarif
dependency-version: 4.37.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: gha-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-02 17:30:46 +02:00
Owain Williams
c5ba74cf02
fix(git): use canonical --remotes ( #13908 )
2026-07-30 17:41:24 +02:00
Enzo Degraeve
7ea697fd81
fix(pm2): escape + in completion regex for BSD awk ( #13900 )
2026-07-28 00:41:53 +02:00
Carlo Sala
d26b91b3fe
ci(deps): group dependabot updates ( #13897 )
2026-07-27 14:07:40 +02:00
dependabot[bot]
64c49681f1
chore(deps): bump charset-normalizer from 3.4.7 to 3.4.9 in /.github/workflows/dependencies ( #13890 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-27 12:04:23 +02:00
dependabot[bot]
f5f46df291
chore(deps): bump ossf/scorecard-action from 2.4.3 to 2.4.4 ( #13886 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-27 12:03:16 +02:00
dependabot[bot]
9e67851a2f
chore(deps): bump github/codeql-action/upload-sarif from 4.37.1 to 4.37.3 ( #13885 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-27 12:03:02 +02:00
dependabot[bot]
2ea792fd9b
chore(deps): bump actions/setup-python from 6.3.0 to 7.0.0 ( #13887 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-27 12:02:41 +02:00
dependabot[bot]
bce9fec859
chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 ( #13889 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-27 12:02:13 +02:00
dependabot[bot]
12eb42de60
chore(deps): bump certifi from 2026.4.22 to 2026.7.22 in /.github/workflows/dependencies ( #13891 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-27 12:01:57 +02:00
dependabot[bot]
f25287d881
chore(deps): bump idna from 3.15 to 3.18 in /.github/workflows/dependencies ( #13888 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-27 12:01:44 +02:00
Aadhil
b37dd49ca5
feat(flutter): Added aliases for test, analyze, dependencies upgrade and logs ( #13492 )
...
* Added Flutter aliases for test, analyze, dependencies upgrade and logs
* sorted the aliases
2026-07-23 10:38:43 -07:00
Nicolas Temciuc
e1d1f0dcd5
feat(rails): add rails db:migrate:reset alias ( #13845 )
2026-07-22 03:59:54 -07:00
Rahul Agarwal
59a9740721
fix(bundler): restore bu and add bua alias ( #13872 )
...
* fix(bundler): make `bu` pass arguments through
Preserve `bundle update --all` for the no-argument form while allowing specific gems and options to pass through.
Fixes #13871
Assisted-by: Claude Fable 5 (Claude Code)
* fix(bundler): keep bu as generic update alias
* feat(bundler): add alias for update all
2026-07-21 13:25:18 -07:00
dependabot[bot]
98fe9b81a6
chore(deps): bump step-security/harden-runner from 2.19.4 to 2.20.0 ( #13863 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-20 10:39:30 +02:00
dependabot[bot]
f2546022a5
chore(deps): bump github/codeql-action/upload-sarif from 4.36.3 to 4.37.1 ( #13874 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-20 10:31:39 +02:00
Ishaan Kapur
677a4592b1
feat(ufw): complete route rule actions ( #13848 )
2026-07-07 10:49:59 +02:00
kapil971390
8c8782e362
fix(josh): escape % in branch before computing branch_size ( #13835 )
...
Co-authored-by: kapilvus <kapilvus@gmail.com >
2026-07-07 10:47:59 +02:00
dependabot[bot]
51e98fadc9
chore(deps): bump github/codeql-action/upload-sarif ( #13855 )
...
Bumps [github/codeql-action/upload-sarif](https://github.com/github/codeql-action ) from 4.36.2 to 4.36.3.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](8aad20d150...54f647b7e1 )
---
updated-dependencies:
- dependency-name: github/codeql-action/upload-sarif
dependency-version: 4.36.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-06 10:31:12 +02:00
ohmyzsh[bot]
19962acc06
chore(gradle): update to 63578c9b ( #13852 )
...
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2026-07-05 10:44:09 +02:00
Chuck
ff2f16e8df
fix(bundler): use new --all syntax ( #13837 )
2026-07-01 11:03:49 +02:00
vladislav doster
81becab1e7
docs: typos ( #13846 )
...
Signed-off-by: vladdoster <vladislav.doster@icloud.com >
2026-07-01 10:42:26 +02:00
dependabot[bot]
65749801cf
chore(deps): bump actions/setup-python from 6.2.0 to 6.3.0 ( #13842 )
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](a309ff8b42...ece7cb06ca )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-version: 6.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-29 01:11:51 +02:00
Sri Harsha Ponukumati
d2379b2701
chore(install): quote vars and defensive programming ( #13840 )
2026-06-26 17:07:51 +02:00
Lixin2026
ff1df9a039
docs: formatting ( #13830 )
2026-06-25 12:23:42 +02:00
dependabot[bot]
639b566f0e
chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 ( #13832 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-25 09:36:20 +02:00
ANDI FAUZAN HEDIANTORO
df34d2b8d5
chore(ansible): zsh-ify some code ( #13797 )
2026-06-15 12:22:58 +02:00
Lucas Ma
96ea17080a
fix(installer): tolerate sudo shims without -k ( #13821 )
...
Co-authored-by: Lucas Ma <7184042+pony-maggie@users.noreply.github.com >
2026-06-15 12:18:28 +02:00
Lucas Ma
0a91ce20d5
fix(vi-mode): keep cursor hook status successful ( #13822 )
2026-06-15 12:15:30 +02:00
御风
9a67e3b3f5
fix(git): support nounset option ( #13816 )
2026-06-15 12:08:05 +02:00
SOUFIAN3HM
d708ca9d99
fix(macports): correct inverted logic ( #13812 )
2026-06-15 12:06:22 +02:00
SOUFIAN3HM
ffa8487bc7
fix(aws): use return instead of exit to avoid killing the shell ( #13811 )
2026-06-15 11:56:22 +02:00
Yotam Korah
3f6f72010f
feat(dnf): add dnfur alias ( #13806 )
2026-06-15 11:51:24 +02:00
ANDI FAUZAN HEDIANTORO
5181447da8
fix(deno): remove deprecated aliases and add modern ones ( #13796 )
...
- Remove alias for (deprecated in Deno 1.x, removed
in Deno 2.0)
- Remove alias for (the --unstable flag
has been deprecated in favor of granular --unstable-* flags)
- Add alias for (type-check without running)
- Add alias for (HTTP server introduced in Deno 1.37)
- Update README to reflect changes
2026-06-12 10:39:09 -07:00
Felipe Santos
c954bbb168
feat(websearch)!: rename grok to grokcom ( #13792 )
...
BREAKING CHANGE: Rename `grok` alias to `grokcom` to avoid conflicts with Grok Build CLI.
2026-06-10 10:56:28 +02:00
dependabot[bot]
630a7c04c3
chore(deps): bump github/codeql-action from 4.36.0 to 4.36.2 ( #13803 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-08 09:12:39 +02:00
dependabot[bot]
e25f96735e
chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 ( #13804 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-08 09:12:20 +02:00
Rayan Salhab
70ad5e3df8
fix(golang): complete go module tools ( #13786 )
2026-06-01 11:06:46 +02:00
Ininsico
b86a99da17
fix(brew): add sbin to PATH ( #13780 )
2026-06-01 10:55:38 +02:00
Carlo Sala
cfdc4822d4
ci(deps): make git clone support non-branch refs ( #13787 )
2026-06-01 09:03:26 +02:00
Dylan Roman
c86ba78e2f
feat(extract): add support for extracting to a specified directory ( #13734 )
2026-05-30 13:42:57 +02:00
Marc Cornellà
d170d18746
fix(dotenv): introduce safe parsing of .env files ( #13778 )
...
* fix(dotenv): expect explicit yes before loading .env file
* fix(dotenv): implement secure parsing for .env files and add comprehensive tests
* feat(dotenv): check for .env file size to prevent DoS
* fix(dotenv): forbid setting special variables
* fix(dotenv): FIFO shouldn't be read twice
* fix(dotenv): unknown vars should expand to empty
* fix(dotenv): reject extremely large named pipes
* docs(dotenv): update to new parsing system
* fix(dotenv): add support for escaped dollars
* chore(dotenv): only declare local variables once
* fix(dotenv): apply review suggestions
* docs(dotenv): update test instructions
Co-authored-by: Carlo Sala <carlosalag@protonmail.com >
2026-05-28 20:23:45 +02:00
Marc Cornellà
c90141ed77
fix: escape % characters in git prompts
...
This patch adds missing % character escaping for custom git prompts
used in a few themes. It also includes escaping for git-prompt.sh.
In combination with CVE-2021-45444, this could allow code execution
when displaying branch information in cloned malicious git repositories.
However, zsh 5.8.1 and newer are largely the default zsh versions, and
on those supported distributions with older zsh versions, the CVE has been
found to be also patched.
For this reason, this doesn't qualify as a security patch, but a
bug fix for proper printing of git branches.
2026-05-28 19:45:47 +02:00