Commit graph

3029 commits

Author SHA1 Message Date
Michelle "MishManners®™" Mannering 092a0f9bcd docs: add accessibility 2023-11-01 08:36:34 +01:00
Jan De Dobbeleer 6bffd9e92d feat: update to golang v1.21.3 2023-10-30 22:22:53 +01:00
allcontributors[bot] 9fe9558baf docs: update .all-contributorsrc [skip ci] 2023-10-30 18:51:51 +01:00
allcontributors[bot] 0be9f8d813 docs: update website/docs/contributors.md [skip ci] 2023-10-30 18:51:51 +01:00
Eng Zer Jun 7172ee42f6 refactor(migrate): delete redundant type conversion
`Property` is a defined type with underlying type of `string`. From the
Go specification [1]:

  "two types are identical if their underlying type literals are
structurally equivalent".

Therefore, we don't need to explicitly convert the string values to
`Property`.

[1]: https://go.dev/ref/spec#Type_identity

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2023-10-30 18:51:18 +01:00
Warren Buckley 0706a5b144 fix(umbraco): change made to keep checking through files found alongside umbraco folder
this is because we may have had a web.config file found (that is not for umbraco) before a *.csproj file is later found that does include umbraco installed
2023-10-30 15:40:20 +01:00
allcontributors[bot] ce9dd5600e docs: update .all-contributorsrc [skip ci] 2023-10-30 15:31:03 +01:00
allcontributors[bot] 3528d5e1da docs: update website/docs/contributors.md [skip ci] 2023-10-30 15:31:03 +01:00
Sri Ramanujam 91fb561de7 feat(python): use parent directory as name when "venv" or ".venv" 2023-10-30 15:30:23 +01:00
Mateusz Bajorek 4b1fbb8860 fix(themes): yarn nerdfont 3.x icon codepoint 2023-10-30 14:15:48 +01:00
Warren Buckley 9003be7be0 fix(umbraco): update doc to describe it looks for the key umbracoconfigurationstatus 2023-10-30 12:15:52 +01:00
Warren Buckley 37ed322bb8 fix(umbraco): even older versions of umbraco in webconfig used a different appsetting key
now checks for umbracoconfigurationstatus and adds a new test case for it
2023-10-30 12:15:52 +01:00
Jan De Dobbeleer f598c3f73e fix(gopsutil): update fork
relates to #4397
2023-10-30 08:49:53 +01:00
Jan De Dobbeleer f40a7bbe8d
feat: build linux 386
relates to #4397
2023-10-29 16:32:21 +01:00
Jan De Dobbeleer e5547a8c85 fix(pwsh): use correct path variable
resolves #4385
2023-10-28 10:16:58 +02:00
allcontributors[bot] 492aefd1fd docs: update .all-contributorsrc [skip ci] 2023-10-28 10:01:52 +02:00
allcontributors[bot] 1481442f54 docs: update website/docs/contributors.md [skip ci] 2023-10-28 10:01:52 +02:00
fabriciojlm def65d5c97
theme(sonicboom): adjust folder separator color 2023-10-28 10:01:17 +02:00
allcontributors[bot] 96b8a91f42 docs: update .all-contributorsrc [skip ci] 2023-10-28 10:00:20 +02:00
allcontributors[bot] 9573329497 docs: update website/docs/contributors.md [skip ci] 2023-10-28 10:00:20 +02:00
Prince Saini 2882451b28
theme(atomic): adjust java segment foreground color 2023-10-28 09:59:47 +02:00
allcontributors[bot] 0f9206a581 docs: update .all-contributorsrc [skip ci] 2023-10-28 09:58:13 +02:00
allcontributors[bot] 9378a72e3a docs: update website/docs/contributors.md [skip ci] 2023-10-28 09:58:13 +02:00
Josh Duncan 4dbadf891f
docs: correct macOS instructions 2023-10-28 09:57:41 +02:00
allcontributors[bot] 50e86b0baa docs: update .all-contributorsrc [skip ci] 2023-10-28 09:56:40 +02:00
allcontributors[bot] bf24bf059e docs: update website/docs/contributors.md [skip ci] 2023-10-28 09:56:40 +02:00
Mateusz Bajorek 84f2c9a1eb
fix(themes): yarn icon for NerdFonts 3.x update
Co-authored-by: Mateusz Bajorek <mab@viabill.com>
2023-10-28 09:56:01 +02:00
allcontributors[bot] e87a9b9f07 docs: update .all-contributorsrc [skip ci] 2023-10-28 09:55:20 +02:00
allcontributors[bot] 7a42ef153e docs: update website/docs/contributors.md [skip ci] 2023-10-28 09:55:20 +02:00
Warren Buckley 30e4a591d7
feat(segment): umbraco segment to display modern or legacy version 2023-10-28 09:54:43 +02:00
Jan De Dobbeleer 46c6275630 fix(lint): make string repetitions constant 2023-10-24 10:53:23 +00:00
dependabot[bot] 7b89595658 chore(deps): bump actions/setup-node from 3.8.1 to 4.0.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.1 to 4.0.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](5e21ff4d9b...8f152de45c)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24 10:53:23 +00:00
dependabot[bot] 858a0d6ede chore(deps): bump github.com/hashicorp/hcl/v2 in /src
Bumps [github.com/hashicorp/hcl/v2](https://github.com/hashicorp/hcl) from 2.19.0 to 2.19.1.
- [Release notes](https://github.com/hashicorp/hcl/releases)
- [Changelog](https://github.com/hashicorp/hcl/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/hcl/compare/v2.19.0...v2.19.1)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/hcl/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-19 00:40:40 +00:00
Jan De Dobbeleer 1bde6f929b feat(nu): transient prompt 2023-10-18 11:19:14 +02:00
Jan De Dobbeleer dfef173c00 fix(install): validate download before continuing
resolves #4339
2023-10-18 10:40:10 +02:00
Jan De Dobbeleer 205cfe3847 fix(pwsh): validate theme path existence
resolves #4359
2023-10-18 10:40:10 +02:00
dependabot[bot] 222e97f4bd chore(deps): bump actions/checkout from 4.1.0 to 4.1.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](8ade135a41...b4ffde65f4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 00:35:02 +00:00
Jan De Dobbeleer e15a797640 feat(shell): allow user to specify the cache path with OMP_CACHE_DIR
resolves #4321
2023-10-17 09:15:30 +02:00
Jan De Dobbeleer 0cfe9a7423 fix(git): do not convert path when using native_fallback in WSL 2023-10-17 09:15:30 +02:00
allcontributors[bot] d38025177d docs: update .all-contributorsrc [skip ci] 2023-10-17 08:36:23 +02:00
allcontributors[bot] 605a89ce38 docs: update website/docs/contributors.md [skip ci] 2023-10-17 08:36:23 +02:00
BPplays dadbb28822 fix(os): add 'almalinux' to the icon map 2023-10-17 08:35:52 +02:00
allcontributors[bot] 3ed0a62ec0 docs: update .all-contributorsrc [skip ci] 2023-10-17 08:30:42 +02:00
allcontributors[bot] 24ced2de95 docs: update website/docs/contributors.md [skip ci] 2023-10-17 08:30:42 +02:00
lnu 0c196e0f58 docs: fix broken links after rename(overview->general) 2023-10-17 08:30:04 +02:00
dependabot[bot] d1debcfd6a chore(deps): bump github.com/gookit/config/v2 in /src
Bumps [github.com/gookit/config/v2](https://github.com/gookit/config) from 2.2.3 to 2.2.4.
- [Release notes](https://github.com/gookit/config/releases)
- [Commits](https://github.com/gookit/config/compare/v2.2.3...v2.2.4)

---
updated-dependencies:
- dependency-name: github.com/gookit/config/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-17 00:35:19 +00:00
dependabot[bot] ec16a859f6 chore(deps): bump github.com/hashicorp/hcl/v2 in /src
Bumps [github.com/hashicorp/hcl/v2](https://github.com/hashicorp/hcl) from 2.18.1 to 2.19.0.
- [Release notes](https://github.com/hashicorp/hcl/releases)
- [Changelog](https://github.com/hashicorp/hcl/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/hcl/compare/v2.18.1...v2.19.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/hcl/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-17 00:34:55 +00:00
allcontributors[bot] d7a780d081 docs: update .all-contributorsrc [skip ci] 2023-10-15 08:45:24 +02:00
allcontributors[bot] e74761325a docs: update website/docs/contributors.md [skip ci] 2023-10-15 08:45:24 +02:00
Jaliya Udagedara ee70988e2c docs: define fontFace is now face within font object
https://learn.microsoft.com/en-us/windows/terminal/customize-settings/profile-appearance#font-face
2023-10-15 08:44:26 +02:00