Skip to content

build(deps): bump zeitwerk from 2.7.5 to 2.8.0#5107

Merged
philippthun merged 1 commit into
mainfrom
dependabot/bundler/zeitwerk-2.8.0
May 19, 2026
Merged

build(deps): bump zeitwerk from 2.7.5 to 2.8.0#5107
philippthun merged 1 commit into
mainfrom
dependabot/bundler/zeitwerk-2.8.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Bumps zeitwerk from 2.7.5 to 2.8.0.

Changelog

Sourced from zeitwerk's changelog.

2.8.0 (18 May 2026)

  • Adds support for namespace files, nsfiles for short.

    If a loader has an nsfile configured (nil by default):

    loader.nsfile = 'ns.rb' # must be set before setup

    explicit namespaces can be defined by such special file inside their directories:

    my_component/ns.rb     # MyComponent
    my_component/widget.rb # MyComponent::Widget
    

    This may be handy for self-contained units for which a my_component.rb file in the parent directory would feel unnatural.

    If an nsfile is set, you can still define explicit namespaces as always. Both styles can coexist in the project. However, it is an error condition to try to define the same namespace using both conventions.

    For further details, please check the documentation for nsfiles.

  • When a file is shadowed because the constant path it maps to already exists, the location of said constant is included in the log message.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [zeitwerk](https://github.com/fxn/zeitwerk) from 2.7.5 to 2.8.0.
- [Changelog](https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fxn/zeitwerk/commits)

---
updated-dependencies:
- dependency-name: zeitwerk
  dependency-version: 2.8.0
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels May 18, 2026
@philippthun philippthun merged commit 54cc254 into main May 19, 2026
11 checks passed
@philippthun philippthun deleted the dependabot/bundler/zeitwerk-2.8.0 branch May 19, 2026 10:09
ari-wg-gitbot added a commit to cloudfoundry/capi-release that referenced this pull request May 19, 2026
Changes in cloud_controller_ng:

- Use have_queried_db_times matcher in lifecycle ordering tests
    PR: cloudfoundry/cloud_controller_ng#5095
    Author: Philipp Thun <philipp.thun@sap.com>

- Fix two flaky test failures caused by test isolation issues
    PR: cloudfoundry/cloud_controller_ng#5084
    Author: Philipp Thun <philipp.thun@sap.com>

- Document case sensitivity of name fields in API docs
    PR: cloudfoundry/cloud_controller_ng#5079
    Author: Philipp Thun <philipp.thun@sap.com>

- Add rubocop cop to prevent model usage in migration specs
    PR: cloudfoundry/cloud_controller_ng#5066
    Author: Philipp Thun <philipp.thun@sap.com>

Dependency updates in cloud_controller_ng:

- build(deps-dev): bump mock_redis from 0.53.0 to 0.54.0
    PR: cloudfoundry/cloud_controller_ng#5106
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps): bump zeitwerk from 2.7.5 to 2.8.0
    PR: cloudfoundry/cloud_controller_ng#5107
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps): bump oj from 3.17.0 to 3.17.1
    PR: cloudfoundry/cloud_controller_ng#5108
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps-dev): bump solargraph from 0.59.0 to 0.59.1
    PR: cloudfoundry/cloud_controller_ng#5109
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant