summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-12-30feat(directory): Windows path formatting via path_slash::PathBufExt (#3157)Segev Finer
* feat: Experimental Windows path formatting via path_slash::PathBufExt * Rework the slash path conversion into a real PR * Add a test for convert_slash = false * Attempt fixing CI failures * Fix lint and fmt * Fix docs/config/README.md getting messed up * Rename convert_slash/from_slash * Move convert_path_sep calls in tests * Keep path_vec immutable * Run rustfmt
2021-12-30feat(deno): detect `deno.json` and `deno.jsonc` (#3220)Maximous Black
* feat(deno): detect `deno.json` and `deno.jsonc` * update docs * update tests * cargo fmt * revert lockfile changes * revert doc updates to non-english files * Restore README.md * fmt
2021-12-30fix(elvish): upgrade shell integration for v0.17 (#3310)David Knaack
2021-12-30docs: Fix incorrect variables for hostname module (#3361)Kevin Song
2021-12-29build: bump toml_edit from 0.12.0 to 0.12.1 (#3360)dependabot[bot]
Bumps [toml_edit](https://github.com/ordian/toml_edit) from 0.12.0 to 0.12.1. - [Release notes](https://github.com/ordian/toml_edit/releases) - [Changelog](https://github.com/ordian/toml_edit/blob/master/CHANGELOG.md) - [Commits](https://github.com/ordian/toml_edit/compare/v0.12.0...v0.12.1) --- updated-dependencies: - dependency-name: toml_edit 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>
2021-12-28perf(rust): additionally check `rustup default` for faster result. (#3354)Denis Cornehl
* perf(rust): additionally check `rustup default` for faster result. After checking directory overrides we were directly falling back to the relatively slow call to `rustc --version`. Inserting a call to `rustup default` leads to a quicker response. * use `context.exec_cmd` instead of `create_command`
2021-12-28build: bump mislav/bump-homebrew-formula-action from 1.15 to 1.16 (#3355)dependabot[bot]
Bumps [mislav/bump-homebrew-formula-action](https://github.com/mislav/bump-homebrew-formula-action) from 1.15 to 1.16. - [Release notes](https://github.com/mislav/bump-homebrew-formula-action/releases) - [Commits](https://github.com/mislav/bump-homebrew-formula-action/compare/v1.15...v1.16) --- updated-dependencies: - dependency-name: mislav/bump-homebrew-formula-action 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>
2021-12-27fix: set cwd for command execution (#3309)David Knaack
2021-12-27build: bump mislav/bump-homebrew-formula-action from 1.14 to 1.15 (#3352)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-27build: bump @vuepress/plugin-google-analytics in /docs (#3350)dependabot[bot]
Bumps [@vuepress/plugin-google-analytics](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-google-analytics) from 1.8.2 to 1.9.5. - [Release notes](https://github.com/vuejs/vuepress/releases) - [Changelog](https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vuepress/commits/v1.9.5/packages/@vuepress/plugin-google-analytics) --- updated-dependencies: - dependency-name: "@vuepress/plugin-google-analytics" dependency-type: direct:development 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>
2021-12-27build: bump vuepress from 1.8.2 to 1.9.5 in /docs (#3351)dependabot[bot]
Bumps [vuepress](https://github.com/vuejs/vuepress/tree/HEAD/packages/vuepress) from 1.8.2 to 1.9.5. - [Release notes](https://github.com/vuejs/vuepress/releases) - [Changelog](https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vuepress/commits/v1.9.5/packages/vuepress) --- updated-dependencies: - dependency-name: vuepress dependency-type: direct:development 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>
2021-12-24fix(dart): detect version output in stdout with dart 2.15+ (#3349)Zhong Liu
2021-12-24build: bump mislav/bump-homebrew-formula-action from 1.13 to 1.14 (#3348)dependabot[bot]
Bumps [mislav/bump-homebrew-formula-action](https://github.com/mislav/bump-homebrew-formula-action) from 1.13 to 1.14. - [Release notes](https://github.com/mislav/bump-homebrew-formula-action/releases) - [Commits](https://github.com/mislav/bump-homebrew-formula-action/compare/v1.13...v1.14) --- updated-dependencies: - dependency-name: mislav/bump-homebrew-formula-action 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>
2021-12-23fix: typo in FAQ page (#3347)Martin Dixon
2021-12-22build: bump os_info from 3.0.8 to 3.0.9 (#3345)dependabot[bot]
Bumps [os_info](https://github.com/stanislav-tkach/os_info) from 3.0.8 to 3.0.9. - [Release notes](https://github.com/stanislav-tkach/os_info/releases) - [Changelog](https://github.com/stanislav-tkach/os_info/blob/master/CHANGELOG.md) - [Commits](https://github.com/stanislav-tkach/os_info/compare/v3.0.8...v3.0.9) --- updated-dependencies: - dependency-name: os_info 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>
2021-12-21chore(release): v1.1.1v1.1.1Matan Kushner
2021-12-21ci: use the default macOS SDK at build timeMatan Kushner
2021-12-21chore(release): v1.1.0v1.1.0Matan Kushner
2021-12-21docs: update Algolia API key and appIdMatan Kushner
2021-12-21feat(status): Add hex_status (#3312)Mika Fischer
2021-12-21chore: rename flag-in.png → flag-id.pngMatan Kushner
2021-12-21docs(i18n): add Indonesian and Italian docs (#3339)Matan Kushner
2021-12-21docs(i18n): new Crowdin updates (#3338)Matan Kushner
2021-12-21build: bump mislav/bump-homebrew-formula-action from 1.12 to 1.13 (#3342)dependabot[bot]
Bumps [mislav/bump-homebrew-formula-action](https://github.com/mislav/bump-homebrew-formula-action) from 1.12 to 1.13. - [Release notes](https://github.com/mislav/bump-homebrew-formula-action/releases) - [Commits](https://github.com/mislav/bump-homebrew-formula-action/compare/v1.12...v1.13) --- updated-dependencies: - dependency-name: mislav/bump-homebrew-formula-action 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>
2021-12-20fix: Display durations of 0ms (#3121)Lucien Fiorini
Previous code would render all components as empty, resulting in an empty string even if min_time was 0. This adds a special case which forces prompt to render "0ms"
2021-12-20docs(i18n): new Crowdin updates (#3337)Matan Kushner
2021-12-20docs(i18n): new Crowdin updates (#3218)Matan Kushner
2021-12-20fix(aws): prevent endless loop when AWS config file is a directory (#3335)Denis Cornehl
When opening a directory as a file the intial open works, while subsequent line-reads will fail with _is a directory_. Since erroring line-reads were just skipped this lead to an endless loop.
2021-12-17build: bump serde from 1.0.131 to 1.0.132 (#3330)dependabot[bot]
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.131 to 1.0.132. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.131...v1.0.132) --- updated-dependencies: - dependency-name: serde 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>
2021-12-17build: bump nix from 0.23.0 to 0.23.1 (#3331)dependabot[bot]
Bumps [nix](https://github.com/nix-rust/nix) from 0.23.0 to 0.23.1. - [Release notes](https://github.com/nix-rust/nix/releases) - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.23.0...v0.23.1) --- updated-dependencies: - dependency-name: nix 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>
2021-12-15build: bump once_cell from 1.8.0 to 1.9.0 (#3325)dependabot[bot]
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/matklad/once_cell/releases) - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: once_cell 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>
2021-12-15build: bump toml_edit from 0.10.1 to 0.12.0 (#3326)dependabot[bot]
Bumps [toml_edit](https://github.com/ordian/toml_edit) from 0.10.1 to 0.12.0. - [Release notes](https://github.com/ordian/toml_edit/releases) - [Changelog](https://github.com/ordian/toml_edit/blob/master/CHANGELOG.md) - [Commits](https://github.com/ordian/toml_edit/compare/v0.10.1...v0.12.0) --- updated-dependencies: - dependency-name: toml_edit 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>
2021-12-14build: bump serde_json from 1.0.72 to 1.0.73 (#3323)dependabot[bot]
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.72 to 1.0.73. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.72...v1.0.73) --- updated-dependencies: - dependency-name: serde_json 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>
2021-12-13chore(audit): unignore RUSTSEC-2020-0095 (`difference` is unmaintained) (#3319)David Knaack
2021-12-13fix(docs): remove superfluous space (#3314)Kid
2021-12-13chore: replace flags with 2x imagesMatan Kushner
2021-12-13fix: Store $? and $LASTEXITCODE first in PowerShell (#3316)Mika Fischer
These need to be stored before calling any PowerShell function or executable. Otherwise the values will be overwritten and cannot be properly restored or passed to starship. Fixes: #3315
2021-12-13build: bump mockall from 0.10.2 to 0.11.0 (#3318)dependabot[bot]
Bumps [mockall](https://github.com/asomers/mockall) from 0.10.2 to 0.11.0. - [Release notes](https://github.com/asomers/mockall/releases) - [Changelog](https://github.com/asomers/mockall/blob/master/CHANGELOG.md) - [Commits](https://github.com/asomers/mockall/compare/v0.10.2...v0.11.0) --- updated-dependencies: - dependency-name: mockall 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>
2021-12-12docs(config): clarify special characters escaping (#3313)Kid
2021-12-09test(hostname): fix `trim_at` test with unicode hostname (#3295)David Knaack
2021-12-09build: bump serde from 1.0.130 to 1.0.131 (#3306)dependabot[bot]
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.130 to 1.0.131. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.130...v1.0.131) --- updated-dependencies: - dependency-name: serde 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>
2021-12-08build: bump sha-1 from 0.9.8 to 0.10.0 (#3302)dependabot[bot]
Bumps [sha-1](https://github.com/RustCrypto/hashes) from 0.9.8 to 0.10.0. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/sha-1-v0.9.8...md2-v0.10.0) --- updated-dependencies: - dependency-name: sha-1 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>
2021-12-06feat(azure): Azure module (#3275)Mikkel Mork Hegnhoj
* Azure module * make Semantic PR bot happy * Responding to review * Changing severity of logging event
2021-12-03fix(git_branch): more robust handling of .git (#3290)arcnmx
2021-12-03feat: Add package version detection for sbt projects (#3274)pejax
2021-12-03chore(clippy): fix new clippy lints (#3294)David Knaack
2021-12-02build: bump toml_edit from 0.10.0 to 0.10.1 (#3292)dependabot[bot]
Bumps [toml_edit](https://github.com/ordian/toml_edit) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/ordian/toml_edit/releases) - [Changelog](https://github.com/ordian/toml_edit/blob/master/CHANGELOG.md) - [Commits](https://github.com/ordian/toml_edit/compare/v0.10.0...v0.10.1) --- updated-dependencies: - dependency-name: toml_edit 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>
2021-12-02build: bump git2 from 0.13.24 to 0.13.25 (#3293)dependabot[bot]
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.24 to 0.13.25. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.24...0.13.25) --- updated-dependencies: - dependency-name: git2 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>
2021-12-01build: bump open from 2.0.1 to 2.0.2 (#3288)dependabot[bot]
Bumps [open](https://github.com/Byron/open-rs) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/Byron/open-rs/releases) - [Changelog](https://github.com/Byron/open-rs/blob/main/changelog.md) - [Commits](https://github.com/Byron/open-rs/compare/open-v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: open 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>
2021-11-30build: bump clap from 2.33.3 to 2.34.0 (#3285)dependabot[bot]
Bumps [clap](https://github.com/clap-rs/clap) from 2.33.3 to 2.34.0. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/commits) --- updated-dependencies: - dependency-name: clap 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>