dependabot[bot]
6927cd02ad
build: bump actions/cache from 2 to 2.1.5 ( #2715 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 2 to 2.1.5.
- [Release notes](https://github.com/actions/cache/releases )
- [Commits](https://github.com/actions/cache/compare/v2...v2.1.5 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-12 04:05:45 -04:00
dependabot[bot]
6ccdcf7267
build: bump actions-rs/toolchain from 1 to 1.0.7 ( #2716 )
...
Bumps [actions-rs/toolchain](https://github.com/actions-rs/toolchain ) from 1 to 1.0.7.
- [Release notes](https://github.com/actions-rs/toolchain/releases )
- [Changelog](https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md )
- [Commits](https://github.com/actions-rs/toolchain/compare/v1...v1.0.7 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-12 04:05:42 -04:00
dependabot[bot]
3696ffdfe5
build: bump versions from 3.0.0 to 3.0.1 ( #2706 )
...
Bumps [versions](https://github.com/fosskers/rs-versions ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/fosskers/rs-versions/releases )
- [Changelog](https://github.com/fosskers/rs-versions/blob/master/CHANGELOG.md )
- [Commits](https://github.com/fosskers/rs-versions/compare/v3.0.0...v3.0.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-10 08:05:37 -04:00
dependabot[bot]
13a31a163a
build: bump byte-unit from 4.0.11 to 4.0.12 ( #2707 )
...
Bumps [byte-unit](https://github.com/magiclen/byte-unit ) from 4.0.11 to 4.0.12.
- [Release notes](https://github.com/magiclen/byte-unit/releases )
- [Commits](https://github.com/magiclen/byte-unit/compare/v4.0.11...v4.0.12 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-10 07:05:23 -04:00
Pratik Chaudhary
f3984eaf16
feat(package): add support for nimble project package version ( #2569 )
...
* feat(nim): add support for nimble project package version
* Replace find_file with context scanner. Fixes the failing tests.
* Replace `utils::exec_cmd` with `context.exec_cmd` so that it uses
global timeout
* Add tests for nimble project version
* Add docs for nimble in package version module for english language
* Update docs/config/README.md
Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
* Add test for a case when nimble is not available
* Remove extract_vlang_version
I don't know why it did not come up while I was fixing merge conflicts
on rebase.
Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
2021-05-09 06:38:16 +02:00
Jason-S-Ross
3b37bcd063
fix(git_commit): leading space in git commit tag ( #2697 )
...
* Move git_commit tag leading space into config
Fixes #2692
* Update doc default commit tag
2021-05-08 21:01:00 +02:00
John Breen
45bb13047d
fix(git_status): Show git add -N files as unstaged ( #2702 )
2021-05-07 19:31:18 -04:00
Dario Vladović
c4f977c48d
feat(vlang): support vpkg
( #2686 )
2021-05-07 10:22:18 -04:00
dependabot[bot]
23cc78237c
build: bump regex from 1.5.3 to 1.5.4 ( #2698 )
...
Bumps [regex](https://github.com/rust-lang/regex ) from 1.5.3 to 1.5.4.
- [Release notes](https://github.com/rust-lang/regex/releases )
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/regex/compare/1.5.3...1.5.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-07 05:05:27 -04:00
dependabot[bot]
4d96f312ab
build: bump notify-rust from 4.4.1 to 4.5.0 ( #2694 )
...
Bumps [notify-rust](https://github.com/hoodie/notify-rust ) from 4.4.1 to 4.5.0.
- [Release notes](https://github.com/hoodie/notify-rust/releases )
- [Changelog](https://github.com/hoodie/notify-rust/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hoodie/notify-rust/compare/v4.4.1...v4.5.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-06 05:05:37 -04:00
David Knaack
6f387769fe
fix(memory_usage): prevent used swap underflow on windows ( #2689 )
2021-05-04 11:28:44 -04:00
Dario Vladović
41e417e1d3
fix: add missing project filter rules ( #2687 )
2021-05-04 08:57:38 +02:00
Milo
48f913ec23
feat(vlang): create module ( #2577 )
...
* Add V module
* Format
* Fix tests
* fix typo
* Update src/configs/v.rs
Co-authored-by: Dario Vladović <d.vladimyr@gmail.com>
* Update docs/config/README.md
Co-authored-by: Dario Vladović <d.vladimyr@gmail.com>
* Update docs/config/README.md
Co-authored-by: Dario Vladović <d.vladimyr@gmail.com>
* Update docs/config/README.md
Co-authored-by: Dario Vladović <d.vladimyr@gmail.com>
* Use blue bold
* v -> vlang
* change docs
* More vlang fixes
* add package support for v
* Update docs/config/README.md
Co-authored-by: Dario Vladović <d.vladimyr@gmail.com>
* use regex
* Update src/configs/mod.rs
Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
* apply patch
* fix
Co-authored-by: Dario Vladović <d.vladimyr@gmail.com>
Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
2021-05-03 21:50:29 +02:00
Dario Vladović
dead06ba14
test(ocaml): test custom switch indicators ( #2657 )
2021-05-03 21:48:58 +02:00
dependabot[bot]
c60ddf76f6
build: bump regex from 1.5.2 to 1.5.3 ( #2682 )
...
Bumps [regex](https://github.com/rust-lang/regex ) from 1.5.2 to 1.5.3.
- [Release notes](https://github.com/rust-lang/regex/releases )
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/regex/compare/1.5.2...1.5.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-03 13:20:48 -04:00
dependabot[bot]
36b651b6ad
build: bump notify-rust from 4.4.0 to 4.4.1 ( #2683 )
...
Bumps [notify-rust](https://github.com/hoodie/notify-rust ) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/hoodie/notify-rust/releases )
- [Changelog](https://github.com/hoodie/notify-rust/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hoodie/notify-rust/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-03 13:20:45 -04:00
Matan Kushner
439491e977
ci: update token used by Dependabot auto-merge
2021-05-03 12:59:25 -04:00
Matan Kushner
cde221c60a
ci: provide action sha instead of version
2021-05-03 11:17:10 -04:00
Matan Kushner
bd490bfbfd
ci: use Action for auto-merging Dependabot PRs
...
Switch to one that supports squash-merging.
2021-05-03 09:17:01 -04:00
Dario Vladović
ee65297183
refactor(print): introduce UnicodeWidthGraphemes
trait ( #2670 )
2021-05-02 09:55:26 +02:00
Jonathan Feinberg
cb681cd0ae
docs: fix raw string format ( #2677 )
2021-05-02 09:54:32 +02:00
Matan Kushner
39f0d3f839
ci: build and deploy site outside of Netlify
2021-05-01 18:06:12 -04:00
Matan Kushner
afd3d26da0
ci: publish on successful release ( #2676 )
2021-05-01 15:42:08 -04:00
Matan Kushner
d6bfe0a3f1
docs(i18n): new Crowdin updates ( #2634 )
2021-05-01 14:20:08 -04:00
Matan Kushner
7459571a94
chore(release): v0.53.0
2021-05-01 14:02:29 -04:00
Rashil Gandhi
1979331d47
feat(shell): add unknown_indicator parameter ( #2649 )
...
* Add default config parameter for shell
* Update docs for shell default parameter
* Change parameter to more obvious name
2021-04-30 20:48:05 +02:00
Dario Vladović
ff3c893a76
feat(gcloud): introduce separate account
& domain
format string variables ( #2594 )
...
* feat(gcloud): split gcloud profile into `account` & `domain` format variables
* docs(gcloud): update documentation
Co-authored-by: Filip Bachul <filip.b@masterborn.com>
2021-04-30 08:19:54 +02:00
Dario Vladović
d242d40db6
feat(gcloud): honor CLOUDSDK_CORE_PROJECT
env variable ( #2596 )
...
Co-authored-by: Filip Bachul <filip.b@masterborn.com>
2021-04-30 08:13:51 +02:00
Matan Kushner
65cbd2093c
ci: use dependabot-pr-action@master
2021-04-29 20:16:03 -04:00
Matan Kushner
f99ac9faef
Delete auto-merge.yml
2021-04-29 20:13:57 -04:00
dependabot[bot]
5c661c0f29
build: bump mislav/bump-homebrew-formula-action from v1.6 to v1.12 ( #2668 )
...
Bumps [mislav/bump-homebrew-formula-action](https://github.com/mislav/bump-homebrew-formula-action ) from v1.6 to v1.12.
- [Release notes](https://github.com/mislav/bump-homebrew-formula-action/releases )
- [Commits](https://github.com/mislav/bump-homebrew-formula-action/compare/v1.6...eb692355cafffd5a33d6e56c8767f6fa4c2e845e )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-29 20:13:39 -04:00
Matan Kushner
fdc8138181
ci: correct action name
2021-04-29 19:12:30 -04:00
Matan Kushner
ab735e880b
ci: auto-merge dependabot PRs on a schedule ( #2669 )
2021-04-29 18:40:03 -04:00
dependabot-preview[bot]
abe830ffe7
build: upgrade to GitHub-native Dependabot ( #2665 )
...
* Upgrade to GitHub-native Dependabot
* ci: add dependabot-auto-merge action
* ci: update job name
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Matan Kushner <hello@matchai.dev>
2021-04-29 18:14:11 -04:00
filip
540c2c2475
feat: Add version formating for modules ( #2611 )
...
* format crystal version with VersionFormatter
* update crystal dosc
* format crystal module
* fix typos
* format dart version with VersionFormatter
* fix dart malformed test
* update dart docs
* format cmake version with VersionFormatter
* update cmake docs
* format deno version with VersionFormatter
* update deno docs
* remove Version type
* format dotnet version with VersionFormatter
* update dotnet docs
* format erlang version with VersionFormatter
* update erlang docs
* format golang version with VersionFormatter
* refactor formatting in my modules
* format helm version with VersionFormatter
* format julia version with VersionFormatter
* format kotlin version with VersionFormatter
* format lua version with VersionFormatter
* format nim version with VersionFormatter
* format perl version with VersionFormatter
* format php version with VersionFormatter
* format purescript version with VersionFormatter
* format scala version with VersionFormatter
* format swift version with VersionFormatter
* format terraform version with VersionFormatter
* format vagrant version with VersionFormatter
* format zig version with VersionFormatter
* format elixir version with VersionFormatter
* format ocaml version with VersionFormatter
* update elixir docs
* update golang docs
* update helm docs
* update julia docs
* update kotlin docs
* update lua docs
* update nim docs
* update ocaml docs
* update perl docs
* update php docs
* update purescript docs
* update scala docs
* update swift docs
* update terraform docs
* update vagrant docs
* update zig docs
* format elm version with VersionFormatter
* update elm docs
* pass module_name as &str to format_module_version
2021-04-29 23:22:20 +02:00
Tom Golden
c2e84e1802
feat: abbreviate package.json semantic versions ( #2271 )
2021-04-29 15:06:25 -04:00
Dario Vladović
8a8dca71a6
fix(gcloud): add double space after cloud emoji symbol ( #2666 )
...
* fix(gcloud): add double space after cloud emoji symbol
* docs(gcloud): update docs
2021-04-29 19:18:20 +02:00
Kid
16855fe8e2
fix(fish): explicitly set scope in fish init script ( #2636 )
...
* fix: use correct scope in fish init script
* Prefix variable names with Starship
* Use `functions -e` to remove `fish_mode_prompt`
* Update src/init/starship.fish
Co-authored-by: Dario Vladović <d.vladimyr@gmail.com>
Co-authored-by: Dario Vladović <d.vladimyr@gmail.com>
2021-04-29 19:16:10 +02:00
David Knaack
d57a0fe9df
fix(init): always use lf line endings ( #2655 )
...
* fix(init): always use lf line endings
* make gitattributes file more specific
Co-Authored-By: Dario Vladović <1170440+vladimyr@users.noreply.github.com>
* Update .gitattributes
Co-authored-by: Dario Vladović <d.vladimyr@gmail.com>
Co-authored-by: Dario Vladović <1170440+vladimyr@users.noreply.github.com>
Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com>
Co-authored-by: Dario Vladović <d.vladimyr@gmail.com>
2021-04-29 18:51:47 +02:00
Felipe Seré
0e23526f5f
fix(zsh): Reverts changes to background jobs retaining improvements around START_TIME ( #2638 )
...
* Revert "fix(zsh): Set PROMPT just once (#2428 )"
This reverts commit 6fd7d7b501
.
* Reintroduce fixes around START_TIME
* Bring back disabling virtualenv
* Expand the jobstates before passing the number to starship
Credit goes to @vladimyr
2021-04-29 16:16:25 +02:00
Yanick Champoux
00e64ecb74
docs fix typo it's => its ( #2664 )
2021-04-29 08:41:10 -04:00
dependabot-preview[bot]
f59e85f537
build(deps): bump os_info from 3.0.3 to 3.0.4
...
Bumps [os_info](https://github.com/stanislav-tkach/os_info ) from 3.0.3 to 3.0.4.
- [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.3...v3.0.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-28 19:07:37 +00:00
Dario Vladović
67e0eb0e9a
refactor: read CLI options as str
( #2656 )
2021-04-28 20:39:32 +02:00
dependabot-preview[bot]
601b499f07
build(deps): bump os_info from 3.0.2 to 3.0.3
...
Bumps [os_info](https://github.com/stanislav-tkach/os_info ) from 3.0.2 to 3.0.3.
- [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.2...v3.0.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-28 04:04:06 +00:00
David Knaack
8f464e4c1d
fix(print-config): add red module to Default impl ( #2652 )
2021-04-26 20:26:05 +02:00
Kid
adaf464bc5
docs(config): add links to software ( #2645 )
...
* docs(config): add links to software
* Add links to package managers
* Update docs/config/README.md
Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
2021-04-26 19:57:41 +02:00
David Knaack
cd50b354a3
fix(print-config): use proper defaults for top-level values ( #2605 )
2021-04-26 19:55:22 +02:00
David Knaack
e5017e0155
docs: remove reference to print-config for now ( #2651 )
2021-04-26 19:54:19 +02:00
dependabot-preview[bot]
5758abf105
build(deps): bump notify-rust from 4.3.0 to 4.4.0
...
Bumps [notify-rust](https://github.com/hoodie/notify-rust ) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/hoodie/notify-rust/releases )
- [Changelog](https://github.com/hoodie/notify-rust/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hoodie/notify-rust/compare/v4.3.0...v4.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-26 05:37:00 +00:00
David Knaack
603da24852
fix(configure): fix launching .cmd editors ( #2635 )
2021-04-24 00:10:19 +02:00