Commit Graph

1791 Commits

Author SHA1 Message Date
github-actions[bot]
04eb33b165 chore: release v16.1.0 2025-10-31 18:32:40 +00:00
Gideon
5b6c31bd89 chore(release): switch to release-plz (#1333) 2025-10-31 19:31:37 +01:00
Gideon
c316e2af69 chore(pre-commit): Make pre-commit.ci use conventional commits (#1388) 2025-10-31 17:00:39 +01:00
Gideon
7270aa96f0 feat(deb-get): Skip non-deb-get packages by passing --dg-only (#1386) 2025-10-29 18:43:03 +01:00
pre-commit-ci[bot]
dd823eb489 chore(pre-commit): pre-commit autoupdate (#1383)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: GideonBear <87426140+GideonBear@users.noreply.github.com>
2025-10-28 09:39:19 +01:00
dependabot[bot]
cb29305385 chore(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 (#1382)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4.6.2...v5.0.0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-27 17:41:59 +01:00
dependabot[bot]
2dfa37dd0c chore(deps): bump github/codeql-action from 4.30.9 to 4.31.0 (#1379)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-27 17:16:36 +01:00
dependabot[bot]
b3d3284f18 chore(deps): bump actions/download-artifact from 5.0.0 to 6.0.0 (#1380)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-27 17:16:29 +01:00
dependabot[bot]
73e3e133c6 chore(deps): bump taiki-e/install-action from 2.62.33 to 2.62.38 (#1381)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-27 17:16:20 +01:00
Gideon
9828af9f03 chore(pre-commit): Fix pre-commit-config.yaml (#1378) 2025-10-27 16:54:55 +01:00
Gideon
48aa6b5ac5 fix(freshclam): run with sudo when running without sudo fails (#1118) 2025-10-27 16:44:53 +01:00
Stef
e5b3ed1461 feat(typst): add typst step (#1374) 2025-10-26 12:57:59 +01:00
Mitchell Berendhuysen
5fad9f0ec6 chore(release): Add .deb auto completion script (#1353)
Co-authored-by: GideonBear <87426140+GideonBear@users.noreply.github.com>
2025-10-25 18:02:04 +02:00
SteveCoding125
f4a5507716 fix(tldr): move tldr to be a generic step (#1370) 2025-10-21 18:51:34 +02:00
dependabot[bot]
2ea9d1d6fd chore(deps): bump github/codeql-action from 4.30.8 to 4.30.9 (#1369)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-20 17:45:25 +02:00
dependabot[bot]
e393b1f90b chore(deps): bump taiki-e/install-action from 2.62.28 to 2.62.33 (#1368)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-20 17:43:48 +02:00
Stef
2259e81bb0 feat(step): Add atuin step (#1367) 2025-10-19 14:09:40 +02:00
Jochen Schalanda
65a30292a3 feat(nix): support upgrading Determinate Nix (#1366)
Co-authored-by: Gideon <87426140+GideonBear@users.noreply.github.com>
2025-10-15 09:39:09 +02:00
dependabot[bot]
494eef3472 chore(deps): bump actions/dependency-review-action from 4.8.0 to 4.8.1 (#1362)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-13 18:44:00 +02:00
dependabot[bot]
bee1e865b2 chore(deps): bump softprops/action-gh-release from 2.3.4 to 2.4.1 (#1364)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-13 18:43:53 +02:00
dependabot[bot]
c92b049bbc chore(deps): bump taiki-e/install-action from 2.62.21 to 2.62.28 (#1363)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-13 18:43:48 +02:00
dependabot[bot]
c9985480fe chore(deps): bump github/codeql-action from 3.30.6 to 4.30.8 (#1365)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-13 18:43:45 +02:00
Chinmay Dalal
e1b5b76d8e fix(nix): fix nix upgrade command selection for profiles in XDG_STATE_HOME (#1354) 2025-10-08 18:45:57 +02:00
Peter Storch
762a74f5f9 fix(containers): Docker update fails on M Macs due to platform / (#1360)
Suppresses the `--platform` parameter to docker pull if platform is only '/'.

fixes #1154
2025-10-06 20:10:09 +02:00
dependabot[bot]
a7a2d8493e chore(deps): bump github/codeql-action from 3.30.5 to 3.30.6 (#1355)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-06 17:29:12 +02:00
dependabot[bot]
bc6538d209 chore(deps): bump softprops/action-gh-release from 2.3.3 to 2.3.4 (#1356)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-06 17:28:53 +02:00
dependabot[bot]
93d841310e chore(deps): bump taiki-e/install-action from 2.62.13 to 2.62.21 (#1357)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-06 17:28:49 +02:00
dependabot[bot]
2ac679f17e chore(deps): bump ossf/scorecard-action from 2.4.2 to 2.4.3 (#1358)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-06 17:28:39 +02:00
dependabot[bot]
9a3ef463f9 chore(deps): bump actions/dependency-review-action from 4.7.3 to 4.8.0 (#1350)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-30 09:15:18 +02:00
dependabot[bot]
affc5fcd75 chore(deps): bump github/codeql-action from 3.30.3 to 3.30.5 (#1349)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-30 09:15:06 +02:00
dependabot[bot]
96bff5e974 chore(deps): bump taiki-e/install-action from 2.62.1 to 2.62.13 (#1351)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-30 09:14:57 +02:00
dependabot[bot]
e828e14fa5 chore(deps): bump actions/cache from 4.2.4 to 4.3.0 (#1352)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-30 09:14:43 +02:00
Nils
4c6dc8ff82 Fix WSL distribution name cleanup (#1348) 2025-09-28 19:35:18 +02:00
Nils
75bd7c90d3 chore(pyproject): mark version as dynamic (#1347) 2025-09-28 19:27:30 +02:00
Andre Toerien
2aa3d94a98 feat(sudo): print warning if Windows Sudo is misconfigured 2025-09-28 19:14:45 +02:00
Andre Toerien
f4ac809dff refactor(deps): replace winapi with windows 2025-09-28 19:14:45 +02:00
Andre Toerien
0dee534f84 fix(sudo): reorder require_sudo() after print_separator() 2025-09-28 15:38:30 +02:00
Andre Toerien
ad9f2c2ccb feat(sudo): print warning if steps were skipped due to missing sudo 2025-09-28 15:38:30 +02:00
AThePeanut4
a886d20a7b refactor(sudo): rename interactive to login_shell 2025-09-28 14:57:40 +02:00
Andre Toerien
791993795a fix(sudo): use require_sudo for windows commands 2025-09-28 14:57:40 +02:00
Andre Toerien
a2afdb821f feat(sudo): add SudoKind::Null 2025-09-28 14:57:40 +02:00
Andre Toerien
47b51a8be0 feat: detect and warn if running as root 2025-09-28 14:57:40 +02:00
Andre Toerien
7c7e7c3ce4 Fix "WSL already reported" panic (#1344) 2025-09-28 08:25:10 +02:00
Andre Toerien
fec08a5ad1 Move step logic out of Powershell struct (#1345) 2025-09-27 19:55:56 +02:00
dependabot[bot]
3961ef61c8 chore(deps): bump taiki-e/install-action from 2.61.5 to 2.62.1 (#1335)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-22 17:27:49 +02:00
dependabot[bot]
84692da9a2 chore(deps): bump Swatinem/rust-cache from 2.8.0 to 2.8.1 (#1336)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-22 17:27:44 +02:00
Andre Toerien
fb7ba52e39 Fixes for #1188; custom_commands broken (#1332)
Co-authored-by: GideonBear <87426140+GideonBear@users.noreply.github.com>
2025-09-20 13:59:19 +02:00
SteveCoding125
898823abb2 use login shell when executing topgrade (#1327) 2025-09-18 17:06:59 +02:00
Rafael Scalet
ccefd0a43a feat: add --no-tmux flag (#1328) 2025-09-18 14:01:19 +02:00
dependabot[bot]
98f0be61ed chore(deps): bump taiki-e/install-action from 2.60.0 to 2.61.5 (#1325)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-15 18:39:56 +02:00