Commit Graph

3244 Commits

Author SHA1 Message Date
e7942fab20 build(deps): update rust crate indexmap to 2.2.0 2024-01-28 19:56:22 +00:00
7093d5cd84 fix(bash): Handle Unbound Variables Errors in Bash (#4972)
* fix: unbound bp pipestatus variable

* fix: unbound preserved prompt command variable

* fix: unbound starship start time variable

* fix: unbound preexec_functions, precmd_functions

and PROMPT_COMMAND variables.
2024-01-27 15:08:19 -06:00
da4af64dc5 build(deps): update rust crate serde_json to 1.0.112 2024-01-27 02:07:04 +00:00
a280822dc0 build(deps): update rust crate serde to 1.0.196 2024-01-26 22:38:10 +00:00
87597e1931 build(deps): update rust crate chrono to 0.4.33 2024-01-25 13:26:00 +00:00
7ec0e62ea3 build(deps): update embarkstudios/cargo-deny-action action to v1.5.12 2024-01-24 18:47:34 +00:00
aaf768d95c build(deps): update embarkstudios/cargo-deny-action action to v1.5.11 2024-01-24 10:48:57 +00:00
ab261a6a26 build(deps): update reviewdog/action-suggester action to v1.10.0 2024-01-23 12:00:56 +00:00
c010a00f07 build(deps): update gitoxide crates 2024-01-23 12:00:45 +00:00
b0bbde8be1 build(deps): update rust crate nu-ansi-term to 0.50.0 2024-01-23 04:09:03 +00:00
78564efbc8 build(deps): update rust crate chrono to 0.4.32 2024-01-23 00:01:54 +00:00
633ca5f016 build(deps): update rust crate clap_complete to 4.4.9 2024-01-22 21:16:54 +00:00
80a3ecbe18 build(deps): update embarkstudios/cargo-deny-action action to v1.5.10 2024-01-22 21:16:37 +00:00
97fc4a0db6 build(deps): update rust crate regex to 1.10.3 2024-01-22 19:15:22 +00:00
6d006132f2 build(deps): update embarkstudios/cargo-deny-action action to v1.5.9 2024-01-22 11:26:16 +00:00
482c7b719f feat(direnv): use JSON status with direnv >= 2.33.0 (#5692) 2024-01-21 13:56:57 +01:00
5ead13d6aa feat(bash): Support right prompt and transience (#4902)
* Support right prompt in bash

* Docs for transience in bash

* Apply suggestions from review

* Simplify conditional

* Use ble.sh hooks, if available

* Properly quote args

* Use BLE_PIPESTATUS

* Update starship.bash

* Update src/init/starship.bash

Co-authored-by: Koichi Murase <myoga.murase@gmail.com>

---------

Co-authored-by: Koichi Murase <myoga.murase@gmail.com>
2024-01-21 13:55:52 +01:00
8d0d68c3f0 build(deps): update crate-ci/typos action to v1.17.2 2024-01-20 23:16:12 +00:00
2f1fb8bf85 build(deps): update embarkstudios/cargo-deny-action action to v1.5.7 2024-01-20 10:12:15 +00:00
608391bab3 build(deps): update embarkstudios/cargo-deny-action action to v1.5.6 2024-01-20 01:23:23 +00:00
17d5622cc8 build(deps): update rust crate clap_complete to 4.4.8 2024-01-19 20:08:40 +00:00
f60326de42 build(deps): update rust crate which to v6 (#5711)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 09:27:16 +01:00
679fcc9c93 build(deps): update xalvarez/prevent-file-change-action action to v1.6.0 2024-01-17 22:09:18 +00:00
8dbdbc79b2 build(deps): update rust crate rayon to 1.8.1 2024-01-17 20:17:11 +00:00
c5b39e9610 build(deps): update rust crate clap to 4.4.18 2024-01-16 21:59:09 +00:00
024a1eb904 build(deps): update rust crate shadow-rs to 0.26.1 2024-01-16 10:20:38 +00:00
fc6ccc0f83 build(deps): update clap crates 2024-01-15 22:20:03 +00:00
8ec386ea09 build(deps): update rust crate gix-features to 0.37.2 2024-01-15 15:03:06 +00:00
c6e2c10b01 build(deps): update dependency dprint/dprint-plugin-typescript to v0.88.9 2024-01-15 02:23:06 +00:00
674c9b3415 build(deps): update crate-ci/typos action to v1.17.1 2024-01-14 13:21:18 +00:00
2eece4ae25 build(deps): update rust crate clap to 4.4.16 2024-01-12 06:56:10 +00:00
7a3433b325 build(deps): update rust crate versions to 6.1.0 2024-01-12 01:10:36 +00:00
6f2dd5de37 build(deps): update rust crate clap to 4.4.15 2024-01-11 17:11:28 +00:00
431aaa5875 docs(battery): add space after symbol in example (#5695)
docs(battery): add space after symbol in example (#5695)
2024-01-11 18:10:48 +01:00
a29b82586c chore: bump libz-sys crates to 1.1.14 (#5694)
actually at first update needed fix wasn't applied
now the things should work properly
2024-01-11 18:06:29 +01:00
fd32e35c3d build(deps): update rust crate clap to 4.4.14 2024-01-08 16:55:05 +00:00
275a474387 chore: bump libz-sys crates to 1.1.13 (#5690)
bump libz-sys crate to 1.1.13
so `aarch64-pc-windows-gnullvm` will become buildable again
2024-01-08 17:53:59 +01:00
60e5aa1ce5 build(deps): update rust crate strsim to 0.10.1 2024-01-07 15:13:15 +00:00
92d37f7ef6 ci(deps): move actions/checkout back to version instead of digest pin (#5474) 2024-01-07 09:05:37 +07:00
ef7b773557 test(aws): fix flaky tests expiration_date_set expiration_date_set_from_file (#5685)
* fix(aws): fix flaky test `expiration_date_set`

* fix(aws): fix flaky test `expiration_date_set_from_file`
2024-01-06 22:49:27 +01:00
2bb57cf0cd fix(zsh): improve starship binary path escaping (#5574) 2024-01-06 21:19:02 +01:00
819045ee28 ci(release): use PAT for Merge Crowdin PR job (#5683) 2024-01-06 19:15:06 +07:00
cec111affd fix(direnv): update to work with direnv v2.33 (#5657)
* update AllowStatus to work with direnv 2.33

direnv now returns int enum instead of boolean, https://github.com/direnv/direnv/pull/1158

* update schema

* maybe fixed the schema now

* Whoops, I inverted the flags somehow

* have coffee, fix mistaken understanding

* undo changes to tranlations

* Update docs/config/README.md

* Update src/modules/direnv.rs

Co-authored-by: David Knaack <davidkna@users.noreply.github.com>

* update test output

---------

Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
2024-01-06 11:46:25 +01:00
0d73154002 build(deps): update rust crate serde to 1.0.195 2024-01-06 04:42:56 +00:00
60dad11aeb build(deps): update rust crate clap to 4.4.13 2024-01-04 23:12:40 +00:00
78a799c202 build(deps): update pest crates to 2.7.6 2024-01-04 17:55:13 +00:00
856c87eeff build(deps): update rust crate serde_json to 1.0.111 2024-01-04 10:07:17 +00:00
eef94106b0 docs(i18n): new Crowdin updates (#5661)
* New translations readme.md (French)

* New translations readme.md (French)

* New translations readme.md (French)

* New translations readme.md (French)

* New translations readme.md (Spanish)

* New translations readme.md (Arabic)

* New translations readme.md (German)

* New translations readme.md (Italian)

* New translations readme.md (Japanese)

* New translations readme.md (Korean)

* New translations readme.md (Dutch)

* New translations readme.md (Norwegian)

* New translations readme.md (Polish)

* New translations readme.md (Portuguese)

* New translations readme.md (Russian)

* New translations readme.md (Turkish)

* New translations readme.md (Ukrainian)

* New translations readme.md (Chinese Simplified)

* New translations readme.md (Chinese Traditional)

* New translations readme.md (Vietnamese)

* New translations readme.md (Portuguese, Brazilian)

* New translations readme.md (Indonesian)

* New translations readme.md (Bengali)

* New translations readme.md (Sorani (Kurdish))

* New translations readme.md (Spanish)

* New translations readme.md (Spanish)
2024-01-04 11:06:28 +01:00
de4e1fde2f build(deps): update crate-ci/typos action to v1.17.0 2024-01-03 04:34:35 +00:00
3a5c162c4f build(deps): update rust crate clap_complete to 4.4.6 2024-01-03 02:05:49 +00:00