Commit Graph

2978 Commits

Author SHA1 Message Date
renovate[bot] 07d9bb1691 build(deps): update dprint plugins 2023-04-10 00:35:43 +00:00
Aurélien Gâteau de7e94884b
fix(java): wrong version number when using Android Studio JDK (#4966)
The regular expression would get the revision number found in:

    with gcc Android (7284624, based on r416183b)

so it would print "7284624".
2023-04-07 15:40:23 +02:00
renovate[bot] 95a036bfa1
build(deps): update embarkstudios/cargo-deny-action action to v1.5.1 2023-04-06 17:54:59 +00:00
renovate[bot] 941b1bd1c8 build(deps): update crate-ci/typos action to v1.14.5 2023-04-05 08:43:02 +00:00
Samir Talwar 041a518353
chore(nu): use updated closure syntax (#5054)
Update starship.nu to conform to Nushell changes

Nushell recently made a change to require that all closures have an explicit parameter list, even if it's empty, in https://github.com/nushell/nushell/pull/8290.

This updates starship.nu to conform to this requirement.

I have casually tested this against both the latest released version of Nushell, and the latest version on HEAD; the changed code works well (for me) on both.
2023-04-05 07:53:06 +02:00
Matthew T 6ea8b5ec1b
docs(presets): add azure and gcloud default symbols to plaintext preset (#5040) 2023-04-04 16:37:29 +02:00
renovate[bot] a11667b637 build(deps): update crate-ci/typos action to v1.14.4 2023-04-04 12:50:39 +00:00
renovate[bot] e3d5da0874
build(deps): update pest crates to 2.5.7 (#5043)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-03 22:42:17 +02:00
renovate[bot] fe2c205ef9
build(deps): update rust crate process_control to 4.0.3 (#5046)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-03 22:41:58 +02:00
renovate[bot] dc7bc701b2
build(deps): update rust crate terminal_size to 0.2.6 2023-04-03 06:21:06 +00:00
jliaoh d29ce7c45d
feat(custom): add option to check if pwd is in a repo (#4822)
* feat(custom): add option to check if pwd is in a repo

* Apply suggestions from code review

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

* change whenrepo to require_repo

* chore: fix doc formatting

---------

Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
2023-04-02 16:39:45 +02:00
Cosimo Matteini d2801ac443
feat(aws): add support for source_profile (#4859)
feat(aws): add support for source_profile (#3834)

Co-authored-by:	@luiscamaral
2023-04-02 16:38:03 +02:00
Vegard Skui 4bca74eca2
feat(fossil): detection of Fossil check-outs in subdirectories (#4910)
* Move PathExt::device_id() outside modules module

* Add upwards_sibling_scan-function

* Fix Fossil check-out detection in subdirectories

* Use shared upwards scanning function in hg_branch

* Let the caller specify if they're looking for a file or a folder

* fix merge

---------

Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
2023-04-02 16:37:27 +02:00
Ryan Sabatini aef799bfb0
fix(pulumi): Fix formatting on pulumi module when using version (#5038)
Fix formatting on pulumi module when using version

Sanitize `pulumi version` output to remove leading 'v' character and trailing
newlines.
2023-04-02 16:36:54 +02:00
renovate[bot] 8f21a1f6bd
build(deps): update rust crate windows to 0.48.0 2023-03-31 13:36:31 +00:00
renovate[bot] ee94c6ceac
build(deps): update rust crate gix to 0.43.1 2023-03-30 15:27:45 +00:00
renovate[bot] 2730928d04
build(deps): update rust crate clap to 4.2.1 2023-03-29 19:22:02 +00:00
renovate[bot] abab7b7e7b
build(deps): update rust crate windows to 0.47.0 2023-03-29 12:15:54 +00:00
renovate[bot] 8b9c513778
build(deps): update rust crate tempfile to 3.5.0 2023-03-29 05:50:45 +00:00
renovate[bot] f8d7265130
build(deps): update clap crates to 4.2.0 2023-03-28 23:42:29 +00:00
renovate[bot] c777125a60 build(deps): update rust crate indexmap to 1.9.3 2023-03-28 11:29:15 +00:00
renovate[bot] 53247b678e build(deps): update rust crate serde to 1.0.159 2023-03-28 08:21:14 +00:00
renovate[bot] 2720351cbb build(deps): update rust crate regex to 1.7.3 2023-03-28 07:48:57 +00:00
renovate[bot] cb64b61ef2 build(deps): update clap crates 2023-03-28 07:48:43 +00:00
Dave Parr fcea5c1a6e
docs: Update nerd-font-symbols.toml pop_os! symbol (#5017)
Update nerd-font-symbols.toml

Use the specific pop_os! nerd symbol instead of the generic lollipop
2023-03-28 05:21:33 +02:00
renovate[bot] f7f489ee7a
build(deps): update rust crate serde_json to 1.0.95 2023-03-27 17:24:07 +00:00
Harsh Shandilya f7fe41f9c6
fix(gradle): add support for unstable Gradle versions (#5021) 2023-03-27 16:41:09 +02:00
renovate[bot] 3bf3148e08
build(deps): update rust crate gix to 0.43.0 2023-03-26 13:11:11 +00:00
renovate[bot] bbcc1302a6
build(deps): update embarkstudios/cargo-deny-action action to v1.5.0 2023-03-25 11:35:17 +00:00
renovate[bot] 9dc6058cdf
build(deps): update rust crate clap to 4.1.13 2023-03-24 01:52:21 +00:00
renovate[bot] 4474bdd94f build(deps): update crate-ci/typos action to v1.14.3 2023-03-23 06:03:25 +00:00
renovate[bot] 87481ecf7e
build(deps): update rust crate toml_edit to 0.19.8 2023-03-23 01:26:09 +00:00
Zhizhen He 0f8a2d9363
chore: add spell checker to workflows (#4975)
* chore: add spell checker to workflows

* fix: update config schema

* fix: revert for fennel.rs
2023-03-22 13:42:46 -05:00
renovate[bot] d350ccb2a3
build(deps): update rust crate regex to 1.7.2 2023-03-21 17:17:53 +00:00
renovate[bot] 51e49abd68
build(deps): update rust crate open to 4.0.1 2023-03-20 22:24:56 +00:00
Harry Hodge 74ce7fdbee
feat(aws): Adds support for AWS_CREDENTIAL_EXPIRATION environment variable (#5002)
feat(aws): supports AWS_CREDENTIAL_EXPIRATION environment variable

Adds support for the AWS_CREDENTIAL_EXPIRATION environment variable
which was adopted as the standard way to set the expiration for
temporary credentials. The existing AWS_SESSION_EXPIRATION environment
variable is not dropped for backwards compatibility.

See https://github.com/aws/aws-cli/pull/7398
2023-03-20 21:56:12 +01:00
renovate[bot] 58d401acef
build(deps): update rust crate serde to 1.0.158 2023-03-20 14:41:44 +00:00
Christian Meusel 93df558ab5
docs(preset): add missing config for Java to no-runtime-version (#5011)
docs(preset): add missing Java to no-runtime-version
2023-03-20 21:00:29 +09:00
renovate[bot] 262747b87f build(deps): update rust crate clap to 4.1.11 2023-03-20 00:27:13 +00:00
renovate[bot] 71d35c324c
build(deps): update rust crate quick-xml to 0.28.1 2023-03-19 17:13:23 +00:00
renovate[bot] e6e4515539 build(deps): update rust crate serde to 1.0.157 2023-03-18 05:30:25 +00:00
renovate[bot] 38975e2d43
build(deps): update clap crates 2023-03-18 04:03:55 +00:00
renovate[bot] 0ccb9e4bbf
build(deps): update rust crate toml_edit to 0.19.7 2023-03-15 05:25:17 +00:00
renovate[bot] b4c282bb6e build(deps): update gitoxide crates 2023-03-14 19:40:51 +00:00
Stefan Cosma c07a21d48a
fix(fossil_branch): fossil checkout database file name on windows (#4978)
fix(fossil_branch): use proper fossil checkout database file name on windows
2023-03-14 18:56:29 +01:00
Guilhem Saurel 9d7a039930
docs(preset): Add `hostname.ssh_symbol` to nerd font preset (#4991)
docs(preset): Add missing ssh_symbol in nerd font
2023-03-14 18:55:57 +01:00
renovate[bot] 19959ea2c3
build(deps): update rust crate serde to 1.0.156 2023-03-14 08:47:15 +00:00
renovate[bot] 87afdf9526 build(deps): update rust crate windows to 0.46.0 2023-03-14 05:09:18 +00:00
renovate[bot] d2f77760dc build(deps): update rust crate nu-ansi-term to 0.47.0 2023-03-14 05:08:56 +00:00
renovate[bot] e2608cab64 build(deps): update toml crates 2023-03-14 05:08:34 +00:00