From 27269c74d5c2907b32cfb9faccfc64e4981a2a85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 17:09:39 +0000 Subject: [PATCH 1/4] Bump codecov/codecov-action from 4 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index ec83c7c8..d22c1b7e 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -126,7 +126,7 @@ jobs: path: "reports" - name: "Upload to Codecov" - uses: "codecov/codecov-action@v4" + uses: "codecov/codecov-action@v5" with: directory: reports env: From c8d5c1f026d91e71c55a2a81eea8d44a337e67b5 Mon Sep 17 00:00:00 2001 From: Dieter Beck Date: Thu, 21 Nov 2024 09:17:19 +0100 Subject: [PATCH 2/4] Fix extraneous index:: in docs (#1840) --- docs/en/configuration.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/en/configuration.rst b/docs/en/configuration.rst index dc60769e..c7861557 100644 --- a/docs/en/configuration.rst +++ b/docs/en/configuration.rst @@ -1,7 +1,3 @@ -.. index:: - single: Doctrine; ORM Configuration Reference - single: Configuration Reference; Doctrine ORM - Configuration Reference ======================= @@ -770,10 +766,6 @@ can control. The following configuration options exist for a mapping: was specified and the metadata files are most likely in a directory outside of a bundle. -.. index:: - single: Configuration; Doctrine DBAL - single: Doctrine; DBAL configuration - Filters Configuration ~~~~~~~~~~~~~~~~~~~~~ From 7564fa72ab4a87316660347ccd226cefc8fb0ea9 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Fri, 22 Nov 2024 14:47:26 +0100 Subject: [PATCH 3/4] Fix compatibility for Symfony 6 projects without doctrine/persistence 3 support (#1841) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0347ad01..b14faa13 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "symfony/console": "^5.4 || ^6.0 || ^7.0", "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0", "symfony/deprecation-contracts": "^2.1 || ^3", - "symfony/doctrine-bridge": "^5.4.46 || ^6.4.3 || ^7.0.3", + "symfony/doctrine-bridge": "^5.4.46 || ~6.3.12 || ^6.4.3 || ^7.0.3", "symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0", "symfony/polyfill-php80": "^1.15", "symfony/service-contracts": "^1.1.1 || ^2.0 || ^3" From 75026f2e42f7ab93a4d4cfb766cb69b50dd99240 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:02:05 +0100 Subject: [PATCH 4/4] Bump doctrine/.github from 5.2.0 to 5.3.0 (#1842) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/coding-standards.yml | 2 +- .github/workflows/composer-lint.yml | 2 +- .github/workflows/documentation.yml | 2 +- .github/workflows/release-on-milestone-closed.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index b8c41580..bfd66d6c 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -12,6 +12,6 @@ on: jobs: coding-standards: name: "Coding Standards" - uses: "doctrine/.github/.github/workflows/coding-standards.yml@5.2.0" + uses: "doctrine/.github/.github/workflows/coding-standards.yml@5.3.0" with: composer-options: "--prefer-dist --prefer-stable" diff --git a/.github/workflows/composer-lint.yml b/.github/workflows/composer-lint.yml index c6c88e31..c424aca6 100644 --- a/.github/workflows/composer-lint.yml +++ b/.github/workflows/composer-lint.yml @@ -15,4 +15,4 @@ on: jobs: composer-lint: name: "Composer Lint" - uses: "doctrine/.github/.github/workflows/composer-lint.yml@5.2.0" + uses: "doctrine/.github/.github/workflows/composer-lint.yml@5.3.0" diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 8964dafd..30297a92 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -17,4 +17,4 @@ on: jobs: documentation: name: "Documentation" - uses: "doctrine/.github/.github/workflows/documentation.yml@5.2.0" \ No newline at end of file + uses: "doctrine/.github/.github/workflows/documentation.yml@5.3.0" \ No newline at end of file diff --git a/.github/workflows/release-on-milestone-closed.yml b/.github/workflows/release-on-milestone-closed.yml index 67a81bf8..429cc0b1 100644 --- a/.github/workflows/release-on-milestone-closed.yml +++ b/.github/workflows/release-on-milestone-closed.yml @@ -8,7 +8,7 @@ on: jobs: release: name: "Git tag, release & create merge-up PR" - uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@5.2.0" + uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@5.3.0" secrets: GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }} GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}