Skip to content

chore(deps): update all non-major#1802

Merged
firecow merged 1 commit intomasterfrom
renovate/all-non-major
Mar 19, 2026
Merged

chore(deps): update all non-major#1802
firecow merged 1 commit intomasterfrom
renovate/all-non-major

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 14, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
bun (source) 1.3.101.3.11 age confidence uses-with patch
github/codeql-action v4.32.6v4.33.0 age confidence action minor
oven-sh/setup-bun v2.1.3v2.2.0 age confidence action minor

Release Notes

oven-sh/bun (bun)

v1.3.11

Compare Source

github/codeql-action (github/codeql-action)

v4.33.0

Compare Source

  • Upcoming change: Starting April 2026, the CodeQL Action will skip collecting file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. Pull request analyses will log a warning about this upcoming change. #​3562

    To opt out of this change:

    • Repositories owned by an organization: Create a custom repository property with the name github-codeql-file-coverage-on-prs and the type "True/false", then set this property to true in the repository's settings. For more information, see Managing custom properties for repositories in your organization. Alternatively, if you are using an advanced setup workflow, you can set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
    • User-owned repositories using default setup: Switch to an advanced setup workflow and set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
    • User-owned repositories using advanced setup: Set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
  • Fixed a bug which caused the CodeQL Action to fail loading repository properties if a "Multi select" repository property was configured for the repository. #​3557

  • The CodeQL Action now loads custom repository properties on GitHub Enterprise Server, enabling the customization of features such as github-codeql-disable-overlay that was previously only available on GitHub.com. #​3559

  • Once private package registries can be configured with OIDC-based authentication for organizations, the CodeQL Action will now be able to accept such configurations. #​3563

  • Fixed the retry mechanism for database uploads. Previously this would fail with the error "Response body object should not be disturbed or locked". #​3564

  • A warning is now emitted if the CodeQL Action detects a repository property whose name suggests that it relates to the CodeQL Action, but which is not one of the properties recognised by the current version of the CodeQL Action. #​3570

oven-sh/setup-bun (oven-sh/setup-bun)

v2.2.0

Compare Source

oven-sh/setup-bun is the github action for setting up Bun.

What's Changed
New Contributors

Full Changelog: oven-sh/setup-bun@v2...v2.2.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

@renovate renovate bot changed the title chore(deps): update oven-sh/setup-bun action to v2.2.0 chore(deps): update all non-major Mar 16, 2026
@renovate renovate bot force-pushed the renovate/all-non-major branch from 88e0f4a to 3961620 Compare March 16, 2026 09:33
@renovate renovate bot force-pushed the renovate/all-non-major branch from 3961620 to 78ae284 Compare March 18, 2026 05:29
@sonarqubecloud
Copy link
Copy Markdown

@firecow firecow merged commit 23d7cbc into master Mar 19, 2026
15 checks passed
@firecow firecow deleted the renovate/all-non-major branch March 19, 2026 08:24
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Mar 24, 2026
This MR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|---|---|
| [npm:gitlab-ci-local](https://github.com/firecow/gitlab-ci-local) | `4.67.2` → `4.70.0` | ![age](https://developer.mend.io/api/mc/badges/age/npm/gitlab-ci-local/4.70.0?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/gitlab-ci-local/4.70.0?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/gitlab-ci-local/4.67.2/4.70.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/gitlab-ci-local/4.67.2/4.70.0?slim=true) |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>firecow/gitlab-ci-local (npm:gitlab-ci-local)</summary>

### [`v4.70.0`](https://github.com/firecow/gitlab-ci-local/releases/tag/4.70.0)

[Compare Source](firecow/gitlab-ci-local@4.69.0...4.70.0)

#### What's Changed

- Add `GCL_VARIABLE_<name>` env var support, replace `yargs .env("GCL")` by [@&#8203;firecow](https://github.com/firecow) in [#&#8203;1805](firecow/gitlab-ci-local#1805)
- fix: prefix rsync paths with ./ by [@&#8203;ednxzu](https://github.com/ednxzu) in [#&#8203;1801](firecow/gitlab-ci-local#1801)
- chore(deps): update all non-major by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;1802](firecow/gitlab-ci-local#1802)
- chore(deps): lock file maintenance by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;1798](firecow/gitlab-ci-local#1798)

#### New Contributors

- [@&#8203;ednxzu](https://github.com/ednxzu) made their first contribution in [#&#8203;1801](firecow/gitlab-ci-local#1801)

**Full Changelog**: <firecow/gitlab-ci-local@4.69.0...4.70.0>

### [`v4.69.0`](https://github.com/firecow/gitlab-ci-local/releases/tag/4.69.0)

[Compare Source](firecow/gitlab-ci-local@4.68.1...4.69.0)

#### What's Changed

- fix: disable .env autoload in compiled binaries by [@&#8203;firecow](https://github.com/firecow) in [#&#8203;1799](firecow/gitlab-ci-local#1799)
- Add `--wait-for-services-timeout` option to CLI by [@&#8203;dernilz](https://github.com/dernilz) in [#&#8203;1796](firecow/gitlab-ci-local#1796)
- ci: add Node.js and Bun version matrix to smoke test by [@&#8203;firecow](https://github.com/firecow) in [#&#8203;1797](firecow/gitlab-ci-local#1797)
- chore(deps): update github/codeql-action action to v4.32.6 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;1793](firecow/gitlab-ci-local#1793)

**Full Changelog**: <firecow/gitlab-ci-local@4.68.1...4.68.2>

### [`v4.68.1`](https://github.com/firecow/gitlab-ci-local/releases/tag/4.68.1)

[Compare Source](firecow/gitlab-ci-local@4.68.0...4.68.1)

#### What's Changed

- chore(deps): update all non-major by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;1792](firecow/gitlab-ci-local#1792)
- fix: disable Bun automatic .env loading by [@&#8203;firecow](https://github.com/firecow) in [#&#8203;1794](firecow/gitlab-ci-local#1794)

**Full Changelog**: <firecow/gitlab-ci-local@4.68.0...4.68.1>

### [`v4.68.0`](https://github.com/firecow/gitlab-ci-local/releases/tag/4.68.0)

[Compare Source](firecow/gitlab-ci-local@4.67.2...4.68.0)

#### What's Changed

- chore(deps): lock file maintenance by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;1785](firecow/gitlab-ci-local#1785)
- fix: docker cp fails on read-only directories by [@&#8203;firecow](https://github.com/firecow) in [#&#8203;1773](firecow/gitlab-ci-local#1773)
- make services run as container user instead of root by [@&#8203;peterbbeu](https://github.com/peterbbeu) in [#&#8203;1781](firecow/gitlab-ci-local#1781)
- chore(deps): update github/codeql-action action to v4.32.5 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;1786](firecow/gitlab-ci-local#1786)
- Migrate test runner from bun:test to vitest by [@&#8203;firecow](https://github.com/firecow) in [#&#8203;1784](firecow/gitlab-ci-local#1784)
- Route parser warnings through WriteStreams instead of console.log by [@&#8203;firecow](https://github.com/firecow) in [#&#8203;1788](firecow/gitlab-ci-local#1788)
- Use test.concurrent for independent integration tests by [@&#8203;firecow](https://github.com/firecow) in [#&#8203;1769](firecow/gitlab-ci-local#1769)
- Fix Docker volume leak on SIGTERM, SIGHUP, and concurrent cleanup by [@&#8203;cegofrhs](https://github.com/cegofrhs) in [#&#8203;1787](firecow/gitlab-ci-local#1787)
- Add TypeScript type checking to CI by [@&#8203;firecow](https://github.com/firecow) in [#&#8203;1789](firecow/gitlab-ci-local#1789)
- Convert remaining tests to concurrent and tune vitest by [@&#8203;firecow](https://github.com/firecow) in [#&#8203;1790](firecow/gitlab-ci-local#1790)
- fix: flaky log-padding test assertions by [@&#8203;firecow](https://github.com/firecow) in [#&#8203;1791](firecow/gitlab-ci-local#1791)

#### New Contributors

- [@&#8203;cegofrhs](https://github.com/cegofrhs) made their first contribution in [#&#8203;1787](firecow/gitlab-ci-local#1787)

**Full Changelog**: <firecow/gitlab-ci-local@4.67.2...4.68.0>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42MS43IiwidXBkYXRlZEluVmVyIjoiNDMuODYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6Om1pbm9yIl19-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant