Skip to content

Bump doctrine/doctrine-migrations-bundle from 2.2.3 to 3.4.2 #46

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2025

Bumps doctrine/doctrine-migrations-bundle from 2.2.3 to 3.4.2.

Release notes

Sourced from doctrine/doctrine-migrations-bundle's releases.

3.4.2

Release Notes for 3.4.2

3.4.x bugfix release (patch)

3.4.2

  • Total issues resolved: 0
  • Total pull requests resolved: 5
  • Total contributors: 3

Bugfixes

Improvements

CI

3.4.1

Release Notes for 3.4.1

3.4.x bugfix release (patch)

3.4.1

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Bugfixes

3.4.0

Release Notes for 3.4.0

Feature release (minor)

3.4.0

  • Total issues resolved: 0
  • Total pull requests resolved: 5

... (truncated)

Upgrade guide

Sourced from doctrine/doctrine-migrations-bundle's upgrade guide.

Upgrade

From 2.x to 3.0.0

  • The configuration for the migration namespace and directory changed as follows:

Before

doctrine_migrations:
    dir_name: '%kernel.project_dir%/src/Migrations'
    namespace: DoctrineMigrations

After

doctrine_migrations:
    migrations_paths:
        'DoctrineMigrations': '%kernel.project_dir%/src/Migrations'
  • The configuration for the metadata table definition changed as follows:

Before

doctrine_migrations:
    table_name: 'migration_versions'
    column_name: 'version'
    column_length: 14
    executed_at_column_name: 'executed_at'

After

doctrine_migrations:
    storage:
        table_storage:
            table_name: 'migration_versions'
            version_column_name: 'version'
            version_column_length: 191
            executed_at_column_name: 'executed_at'

If your project did not originally specify its own table definition configuration, you will need to configure the table name after the upgrade:

doctrine_migrations:
    storage:
</tr></table> 

... (truncated)

Commits
  • 5a6ac71 Merge pull request #590 from tobias-93/fix-multiple-connections
  • 56f684f Merge pull request #599 from doctrine/dependabot/github_actions/doctrine/dot-...
  • be3ba36 Bump doctrine/.github from 7.2.1 to 7.2.2
  • dc4f5b5 Update whitespace in comment
  • 0d9e53d Add test for filtering multiple connections
  • af735b5 Remove default tag for schema filter, it is added for each connection dynamic...
  • 7569f07 Fix filter support for multiple connections
  • 9f27613 Bump doctrine/.github from 7.2.0 to 7.2.1 (#598)
  • 12b0af4 Merge pull request #597 from greg0ire/remove-persistence-constraint
  • ca926d7 Remove constraint on doctrine/persistence
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels May 12, 2025
@dependabot dependabot bot force-pushed the dependabot/composer/doctrine/doctrine-migrations-bundle-3.4.2 branch 4 times, most recently from 0531fc6 to 8d13073 Compare May 19, 2025 10:57
@dependabot dependabot bot force-pushed the dependabot/composer/doctrine/doctrine-migrations-bundle-3.4.2 branch from 8d13073 to 308e7a0 Compare May 26, 2025 11:52
Bumps [doctrine/doctrine-migrations-bundle](https://github.com/doctrine/DoctrineMigrationsBundle) from 2.2.3 to 3.4.2.
- [Release notes](https://github.com/doctrine/DoctrineMigrationsBundle/releases)
- [Upgrade guide](https://github.com/doctrine/DoctrineMigrationsBundle/blob/3.4.x/UPGRADE.md)
- [Commits](doctrine/DoctrineMigrationsBundle@2.2.3...3.4.2)

---
updated-dependencies:
- dependency-name: doctrine/doctrine-migrations-bundle
  dependency-version: 3.4.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/doctrine/doctrine-migrations-bundle-3.4.2 branch from 308e7a0 to af9585f Compare May 26, 2025 11:56
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 php Pull requests that update php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants