summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-12-07chore(deps): bump step-security/harden-runner from 2.13.2 to 2.13.3 (#13471)dependabot[bot]
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.13.2 to 2.13.3. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/95d9a5deda9de15063e7595e9719c11c38c90ae2...df199fb7be9f65074067a9eb93f12bb4c5547cf2) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.13.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-07chore(deps): bump github/codeql-action from 4.31.5 to 4.31.7 (#13469)dependabot[bot]
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.5 to 4.31.7. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/fdbfb4d2750291e159f0156def62b853c2798ca2...cf1bb45a277cb3c205638b2cd5c984db1c46a412) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-06chore(deps): bump urllib3 in /.github/workflows/dependencies (#13464)dependabot[bot]
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.5.0...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-05feat(jj): add `jj` aliases for common workflows (#13179)Cyril Plisko
- jj bookmark Aliases for bookmark subcommands - jj git push Aliases for popular push flags - jj new "trunk()" - jj rebase -d "trunk()" - jj status
2025-12-05feat(uv): add alias for pinning Python version (#12914)benzlokzik
2025-12-01ci(dependencies): update job permissions, change commits to `chore` (#13457)Marc Cornellà
2025-12-01refactor(rbfu)!: remove deprecated `rbfu` pluginMarc Cornellà
BREAKING CHANGE: `rbfu`, the tool to manage Ruby versions, has long been deprecated (2013-02-05). The plugin has been removed. If you were still using it, consider using alternative Ruby version managers: https://www.jetbrains.com/help/ruby/ruby-version-managers.html
2025-12-01refactor(fig)!: remove archived `fig` pluginMarc Cornellà
BREAKING CHANGE: the fig plugin has been removed. `fig` was sunset on September 1, 2024. Having this plugin no longer makes sense. See https://fig.io/ for more information.
2025-12-01fix(dependencies): only open PR if there are relevant changes (#13454)Carlo Sala
Fixes cases like #13453
2025-11-30chore(deps): bump actions/setup-python from 6.0.0 to 6.1.0 (#13455)dependabot[bot]
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/e797f83bcb11b83ae66e0230d6156d7c80228e7c...83679a892e2d95755f2dac6acb0bfd1e9ac5d548) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-30chore(deps): bump github/codeql-action from 4.31.4 to 4.31.5 (#13456)dependabot[bot]
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.4 to 4.31.5. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/e12f0178983d466f2f6028f5cc7a6d786fd97f4b...fdbfb4d2750291e159f0156def62b853c2798ca2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-23chore(deps): bump actions/create-github-app-token from 2.1.4 to 2.2.0 (#13440)dependabot[bot]
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.1.4 to 2.2.0. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/67018539274d69449ef7c02e8e71183d1719ab42...7e473efe3cb98aa54f8d4bac15400b15fad77d94) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-23chore(deps): bump github/codeql-action from 4.31.3 to 4.31.4 (#13439)dependabot[bot]
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.3 to 4.31.4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/014f16e7ab1402f30e7c3329d33797e7948572db...e12f0178983d466f2f6028f5cc7a6d786fd97f4b) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-23chore(deps): bump actions/checkout from 5.0.0 to 6.0.0 (#13438)dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/08c6903cd8c0fde910a37f88322edcfb5dd907a8...1af3b93b6815bc44a9784bd300feb67ff0d1eeb3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.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-11-23chore: add OpenSSF Best Practices badge (#13443)Marc Cornellà
2025-11-22feat(kubectl): add aliases for `kubectl rollout restart` (#12883)Firas Bouzguenda
Co-authored-by: Marc Cornellà <marc@mcornella.com>
2025-11-22feat(pulumi): add plugin for Pulumi CLI (#13041)StavShukrunRise
Co-authored-by: Marc Cornellà <marc@mcornella.com>
2025-11-19feat: Update OpenSwag domain references to CommitGoods (#13434)Copilot
* Initial plan * Update all OpenSwag domain references to CommitGoods Co-authored-by: robbyrussell <257+robbyrussell@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: robbyrussell <257+robbyrussell@users.noreply.github.com>
2025-11-16chore(deps): bump github/codeql-action from 4.31.2 to 4.31.3 (#13430)dependabot[bot]
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.2 to 4.31.3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/0499de31b99561a6d14a36a5f662c2a54f91beee...014f16e7ab1402f30e7c3329d33797e7948572db) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-16chore(deps): bump certifi in /.github/workflows/dependencies (#13431)dependabot[bot]
Bumps [certifi](https://github.com/certifi/python-certifi) from 2025.10.5 to 2025.11.12. - [Commits](https://github.com/certifi/python-certifi/compare/2025.10.05...2025.11.12) --- updated-dependencies: - dependency-name: certifi dependency-version: 2025.11.12 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-15feat: announce OpenSwag and `omz shop` command (#13428)Copilot
* Update shop URLs from Planet Argon to OpenSwag and add omz shop command Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: robbyrussell <257+robbyrussell@users.noreply.github.com> Co-authored-by: mcornella <1441704+mcornella@users.noreply.github.com>
2025-11-15fix(keychain): use pattern matching to detect version (#13423)Carlo Sala
2025-11-14chore(git): remove quotes around `$#` (#13403)Artyom Fedosov
2025-11-12docs(docker-compose): clarify tool choice (#13399)Fournet Enzo
2025-11-11docs(dotnet): remove `Core` suffix (#13418)Oskar Hermansson
2025-11-09chore(deps): bump step-security/harden-runner from 2.13.1 to 2.13.2 (#13414)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-09feat(gradle): update to a9d7c822 (#13413)ohmyzsh[bot]
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2025-11-03feat(gradle): update to 25c3d368 (#13407)ohmyzsh[bot]
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2025-11-03chore(deps): bump github/codeql-action from 4.31.0 to 4.31.2 (#13408)dependabot[bot]
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.0 to 4.31.2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/4e94bd11f71e507f7f87df81788dff88d1dacbfb...0499de31b99561a6d14a36a5f662c2a54f91beee) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-30feat(vscode): add support for Cursor (#13382)Yaroslav Sapak
2025-10-29chore: tidy funding (#13401)Marc Cornellà
2025-10-27feat(nestjs) Adding NestJS plugin (#13104)Mohaiminus Sakib
* Adding NestJS command aliases * Removed installation instructions from the README file of NestJS plugin
2025-10-26chore(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 (#13395)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-26chore(deps): bump github/codeql-action from 4.30.9 to 4.31.0 (#13394)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-26chore(gradle): update completion to 1525cf3f (#13393)ohmyzsh[bot]
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2025-10-23fix(key-bindings): ensure `<Esc-l>` works if line is not empty (#13391)Alexey Trofimenko
2025-10-23feat(gradle): update to d51199b5 (#13390)ohmyzsh[bot]
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2025-10-23ci(deps): ensure push permissions are available (#13389)Carlo Sala
2025-10-22feat(terraform): add aliases for workspace management (#12845)Jeconias Santos
2025-10-21fix(git): improve ggu, ggl, gp, ggfl, ggp functions (#13370)hanskr
Co-authored-by: Hans Kristian Kismul <hans.kristian.kismul@finn.no>
2025-10-21fix(ssh): use `grep -E` instead of `egrep` (#13380)Florian
2025-10-21chore(deps): bump charset-normalizer in /.github/workflows/dependencies (#13378)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21chore: update license year (#13369)Olexandr88
2025-10-21chore(deps): bump github/codeql-action from 4.30.8 to 4.30.9 (#13376)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21chore(deps): bump idna in /.github/workflows/dependencies (#13377)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-15chore(task): fix error in README (#13367)Oleg Atamanenko
2025-10-13chore(deps): bump github/codeql-action from 3.30.6 to 4.30.8 (#13364)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-09fix(history-substring-search): honor `CASE_SENSITIVE` variable (#13360)Paul Frederiksen
2025-10-06chore(deps): bump github/codeql-action from 3.30.5 to 3.30.6 (#13351)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-06chore(deps): bump certifi in /.github/workflows/dependencies (#13353)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>