vegchic
e7eb8bd3bb
fix(doc): remove outdated content for Scoop
2023-05-28 13:13:56 +02:00
dependabot[bot]
ff0b754436
chore(deps): bump github/codeql-action from 2.3.4 to 2.3.5
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](f0e3dfb303...0225834cc5
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-26 01:10:32 +00:00
Jan De Dobbeleer
edf93c3883
feat(http): use proxy from environment for HTTP calls
...
resolves #3897
2023-05-25 19:37:04 +02:00
allcontributors[bot]
7d5a6b881e
docs: update .all-contributorsrc [skip ci]
2023-05-25 14:58:29 +02:00
allcontributors[bot]
c45f063e2f
docs: update website/docs/contributors.md [skip ci]
2023-05-25 14:58:29 +02:00
Emil Sundin
7db81b0ad1
fix: installer should treat aarch64 as arm64
2023-05-25 14:57:56 +02:00
dependabot[bot]
0b0d1afffc
chore(deps): bump github.com/charmbracelet/bubbletea in /src
...
Bumps [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea ) from 0.24.0 to 0.24.1.
- [Release notes](https://github.com/charmbracelet/bubbletea/releases )
- [Commits](https://github.com/charmbracelet/bubbletea/compare/v0.24.0...v0.24.1 )
---
updated-dependencies:
- dependency-name: github.com/charmbracelet/bubbletea
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-25 05:15:34 +00:00
dependabot[bot]
3a3bfcafef
chore(deps): bump github/codeql-action from 2.3.3 to 2.3.4
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.3.3 to 2.3.4.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](29b1f65c5e...f0e3dfb303
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-25 01:16:17 +00:00
dependabot[bot]
9537e1221b
chore(deps): bump dependabot/fetch-metadata from 1.5.0 to 1.5.1
...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata ) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases )
- [Commits](28a846a119...cd6e996708
)
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-25 01:09:16 +00:00
dependabot[bot]
f6b3a925bc
chore(deps): bump dependabot/fetch-metadata from 1.4.0 to 1.5.0
...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata ) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases )
- [Commits](efb5c8deb1...28a846a119
)
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 01:10:18 +00:00
Jan De Dobbeleer
1c7773c2ce
chore(debug): show info on default config
2023-05-22 18:57:19 +02:00
allcontributors[bot]
2c9323483d
docs: update .all-contributorsrc [skip ci]
2023-05-22 15:29:59 +02:00
allcontributors[bot]
80b68ec56f
docs: update website/docs/contributors.md [skip ci]
2023-05-22 15:29:59 +02:00
Gonzalo Brusella
a973a75604
docs(executiontime): add always_enabled to example
2023-05-22 15:29:26 +02:00
allcontributors[bot]
f126212fbc
docs: update .all-contributorsrc [skip ci]
2023-05-21 15:01:37 +02:00
allcontributors[bot]
84a59b4911
docs: update website/docs/contributors.md [skip ci]
2023-05-21 15:01:37 +02:00
Matthew Miller
608ae1ef2e
feat: update Open Weather Map to use Geocoding API
2023-05-21 15:01:06 +02:00
Matthew Miller
ed8d89a7cc
feat: update Open Weather Map to use Geocoding API
...
Updated the Open Weather Map Current Weather URL to remove the
deprecated query parameter. Updated the URL to add the supported
latitude and longitude parameters.
Added a call to the Open Wetaher Map Geocoding API to resolve the
location parameter to latitude and longitude values as specified in the
Open Weather Map documentation.
Added properties to the Open Weather Map segment to allow users to
manually specify the latitude and longitude if desired. Doing this will
skip the geocoding API call and ignore the location parameter.
Updated the website documentation for the Open Weather Map segment to
reflect the property changes and explain how to use them.
2023-05-21 15:01:06 +02:00
allcontributors[bot]
1ca3a8d256
docs: update .all-contributorsrc [skip ci]
2023-05-21 01:20:11 +02:00
allcontributors[bot]
9de0af781c
docs: update website/docs/contributors.md [skip ci]
2023-05-21 01:20:11 +02:00
Parker Mauney
2751a7c206
fix(schema): replace $id with canonical URI
2023-05-21 01:19:40 +02:00
L. Yeung
61fa281894
fix(platform): avoid duplicate creations of template cache
2023-05-20 08:05:21 +02:00
L. Yeung
c3c7c9e6e0
fix(schema): add upgrade
to segment types
2023-05-20 08:05:21 +02:00
allcontributors[bot]
c2b83982f6
docs: update .all-contributorsrc [skip ci]
2023-05-19 20:52:22 +02:00
allcontributors[bot]
4e6cbf14ad
docs: update website/docs/contributors.md [skip ci]
2023-05-19 20:52:22 +02:00
L. Yeung
6d6efc2981
fix(upgrade): avoid duplicate HTTP requests
2023-05-19 20:51:51 +02:00
L. Yeung
6c7cffc69a
fix(schema): add definitions of upgrade
and correct outdated links
2023-05-19 20:51:51 +02:00
dependabot[bot]
01468feb53
chore(deps): bump github.com/stretchr/testify in /src
...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.8.2 to 1.8.3.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.8.2...v1.8.3 )
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-19 01:22:53 +00:00
dependabot[bot]
44e737d900
chore(deps): bump TriPSs/conventional-changelog-action
...
Bumps [TriPSs/conventional-changelog-action](https://github.com/TriPSs/conventional-changelog-action ) from 3.18.0 to 3.18.1.
- [Release notes](https://github.com/TriPSs/conventional-changelog-action/releases )
- [Changelog](https://github.com/TriPSs/conventional-changelog-action/blob/releases/v3/CHANGELOG.md )
- [Commits](858fe562a4...b7f32a8347
)
---
updated-dependencies:
- dependency-name: TriPSs/conventional-changelog-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-19 01:11:59 +00:00
allcontributors[bot]
46d210e43e
docs: update .all-contributorsrc [skip ci]
2023-05-18 21:41:37 +02:00
allcontributors[bot]
1123dd0fbe
docs: update website/docs/contributors.md [skip ci]
2023-05-18 21:41:37 +02:00
Bas Lijten
c5193c9880
feat: new Sitecore context segment
2023-05-18 21:41:05 +02:00
Jan De Dobbeleer
f938794ccd
feat: upgrade segment
2023-05-18 19:55:29 +02:00
Jan De Dobbeleer
e343ded54a
chore(install): add warning when destination is not in PATH
2023-05-18 09:30:32 +02:00
dependabot[bot]
a6faadf44a
chore(deps): bump helm/kind-action from 1.6.0 to 1.7.0
...
Bumps [helm/kind-action](https://github.com/helm/kind-action ) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/helm/kind-action/releases )
- [Commits](28ee08d267...fa81e57adf
)
---
updated-dependencies:
- dependency-name: helm/kind-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-18 05:43:22 +00:00
dependabot[bot]
576bdfe9d3
chore(deps): bump sigstore/cosign-installer from 3.0.4 to 3.0.5
...
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](03d0fecf17...dd6b2e2b61
)
---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-18 05:35:13 +00:00
Jan De Dobbeleer
1061dece16
chore(dependabot): remove approval from auto merge flow
2023-05-18 07:28:20 +02:00
Jan De Dobbeleer
1c36f9fb46
chore: auto merge dependabot PR's
2023-05-18 07:24:51 +02:00
allcontributors[bot]
1a35942eca
docs: update .all-contributorsrc [skip ci]
2023-05-17 23:27:56 +02:00
allcontributors[bot]
80c91c0fd7
docs: update website/docs/contributors.md [skip ci]
2023-05-17 23:27:56 +02:00
krzysdz
6544815766
feat: shell integration using FinalTerm's OSC sequences
2023-05-17 21:27:21 +00:00
allcontributors[bot]
008c03c57d
docs: update .all-contributorsrc [skip ci]
2023-05-17 20:27:41 +02:00
allcontributors[bot]
207a7c8ab7
docs: update website/docs/contributors.md [skip ci]
2023-05-17 20:27:41 +02:00
Alex Villarreal
192309a283
fix(node): remove leading space for PackageManagerIcon in node segment
2023-05-17 20:27:07 +02:00
Jan De Dobbeleer
2606031c76
fix(yaml): parse uint64 to int
...
resolves #3861
2023-05-17 20:18:18 +02:00
Jan De Dobbeleer
c62a272e72
chore(tests): do not fail test on no connection
...
resolves #3860
2023-05-17 20:11:03 +02:00
Jan De Dobbeleer
c34e39c4ed
fix(block): adjust trailing diamond color overrides
...
resolves #3850
2023-05-17 09:51:38 +02:00
Jan De Dobbeleer
eff8af399f
fix(config): remove broken GitHub icon override
...
resolves #3856
2023-05-17 09:26:02 +02:00
dependabot[bot]
bace81e13e
chore(deps): bump helm/kind-action from 1.5.0 to 1.6.0
...
Bumps [helm/kind-action](https://github.com/helm/kind-action ) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/helm/kind-action/releases )
- [Commits](d8ccf8fb62...28ee08d267
)
---
updated-dependencies:
- dependency-name: helm/kind-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-17 07:51:29 +02:00
dependabot[bot]
3ecc963261
chore(deps): bump sigstore/cosign-installer from 3.0.3 to 3.0.4
...
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](204a51a57a...03d0fecf17
)
---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-17 07:04:45 +02:00