dependabot[bot]
a6fcefd00b
[Dependabot] Bump prettier from 3.5.0 to 3.5.1 ( #1598 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.5.0...3.5.1 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
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-02-14 05:43:33 +00:00
dependabot[bot]
b59814f35d
[Dependabot] Update spaze/phpstan-disallowed-calls requirement ( #1597 )
...
Updates the requirements on [spaze/phpstan-disallowed-calls](https://github.com/spaze/phpstan-disallowed-calls ) to permit the latest version.
- [Release notes](https://github.com/spaze/phpstan-disallowed-calls/releases )
- [Commits](https://github.com/spaze/phpstan-disallowed-calls/compare/v4.3.0...v4.3.1 )
---
updated-dependencies:
- dependency-name: spaze/phpstan-disallowed-calls
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-12 05:53:25 +00:00
dependabot[bot]
4f6ce9aaf7
[Dependabot] Bump eslint from 9.20.0 to 9.20.1 ( #1596 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.20.0 to 9.20.1.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v9.20.0...v9.20.1 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
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-02-12 05:45:21 +00:00
dependabot[bot]
447f92023d
[Dependabot] Update spaze/phpstan-disallowed-calls requirement ( #1595 )
...
Updates the requirements on [spaze/phpstan-disallowed-calls](https://github.com/spaze/phpstan-disallowed-calls ) to permit the latest version.
- [Release notes](https://github.com/spaze/phpstan-disallowed-calls/releases )
- [Commits](https://github.com/spaze/phpstan-disallowed-calls/compare/v4.2.1...v4.3.0 )
---
updated-dependencies:
- dependency-name: spaze/phpstan-disallowed-calls
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-10 05:47:45 +00:00
dependabot[bot]
fe3b94b18d
[Dependabot] Bump eslint from 9.19.0 to 9.20.0 ( #1594 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.19.0 to 9.20.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v9.19.0...v9.20.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
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-02-10 05:22:42 +00:00
dependabot[bot]
e26ed0d560
[Dependabot] Bump prettier from 3.4.2 to 3.5.0 ( #1593 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.4.2 to 3.5.0.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.4.2...3.5.0 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
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-02-10 05:22:30 +00:00
Oliver Klee
fb5066a2d7
[BUGFIX] Improve type safety for lazy-loaded associations ( #1592 )
...
`_loadRealInstance` will return `null` if the target of the
association does not exist (anymore). We need to handle that case
in a clean way.
Also use a dedicated folder for the fixture to make the fixture
easier to find, and to discourage reuse of fixtures.
2025-02-04 19:06:44 +01:00
Oliver Klee
dfc4a1b140
[BUGFIX] Fix GitLab CI job dependencies ( #1591 )
...
Adapt them to the PHP linting jobs we actually run.
2025-02-04 17:45:50 +01:00
Karsten Nowak
3aa577bfdb
[DOCS] Improve docs for run tests ( #1588 )
...
Related: #1587
2025-02-04 10:15:09 +01:00
Oliver Klee
5a0baf184c
[TASK] Simplify some type annotations ( #1590 )
...
Now that we have removed support for TYPO3 11LTS, we can
simplify some type annotations.
2025-02-03 18:49:52 +01:00
Oliver Klee
23027f1370
[TASK] Drop the PHP_CodeSniffer configuration file ( #1586 )
...
Followup to #1580
2025-02-03 16:05:37 +01:00
Karsten Nowak
a9be05fbc3
[DOCS] Extend PHIVE section in docs ( #1388 )
...
Fixes #543
Fixes #429
2025-02-03 14:41:58 +00:00
39ed4cf313
[TASK] Raise PHP Language Level to 8.1 ( #1577 )
...
Resolves : #1568
2025-02-03 15:37:30 +01:00
Oliver Klee
44429528fd
[FEATURE] Add support for PHP 8.4 ( #1536 )
...
Comment-out GitHub Action jobs that fail with PHP 8.4 due to
incompatible dependencies.
2025-02-03 14:27:04 +01:00
Oliver Klee
c9d6e8742e
[TASK] Drop support for Symfony 5.x ( #1583 )
...
As we now require TYPO3 >= 12LTS, and as that version requires
Symfony >= 6.x, we now can safely drop support for Symfony 5.x
2025-02-03 14:25:20 +01:00
dependabot[bot]
d49083123c
[Dependabot] Update helmich/typo3-typoscript-lint requirement from 3.1.1 || 3.2.1 to ^3.3.0 ( #1584 )
...
---
updated-dependencies:
- dependency-name: helmich/typo3-typoscript-lint
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-03 13:03:35 +00:00
Eike Starkmann
8bb14d867d
[FEATURE] Switch the PHPUnit tests to paratest ( #1381 )
...
Fixes #1379
2025-02-03 13:52:48 +01:00
e56a0244a5
[TASK] Drop PHP_CodeSniffer ( #1582 )
...
As we already have php-cs-fixer to maintain the CGL.
Therefore we get rid of a second tool for the same job.
They have different rules in the existing setup for newer PHP syntax.
Resolves : #1580
2025-02-03 13:35:01 +01:00
Oliver Klee
524e2cb062
[TASK] Make the naming schema of CI jobs consistent ( #1581 )
...
Now the GitLab CI jobs have the TYPO3 version first and the
PHP version second, just like the GitHub Actions. This hopefully
helps avoid confustion like we had in the past, and helps
reduce cognitive load when working with the CI jobs.
Fixes #1571
2025-02-03 13:33:47 +01:00
Oliver Klee
ab4d34f584
[TASK] Drop obsolete GitLab CI jobs ( #1579 )
...
Also link two existing jobs.
Followup to #1566 and #1567
2025-02-03 13:20:36 +01:00
a97840eccd
[!!!][TASK] Remove TYPO3 v11 Support ( #1578 )
...
As official v11 support has stopped.
Resolves : #1567
2025-02-03 12:53:11 +01:00
1897f14a5c
[!!!][TASK] Drop support for PHP < 8.1 ( #1576 )
...
As this is not supported by current TYPO3 LTS versions.
Resolves : #1566
2025-02-03 12:27:27 +01:00
Oliver Klee
57a67ce451
[TASK] Update symfony/yaml
( #1573 )
2025-02-03 12:07:03 +01:00
Oliver Klee
e09fa25e31
[TASK] Raise the minimum required TYPO3 12LTS version ( #1572 )
...
This allows us to make use of the latest bugfixes, particularly
PHP compatibility fixes.
2025-02-03 11:55:49 +01:00
dependabot[bot]
ed9b385f6f
[Dependabot] Update friendsofphp/php-cs-fixer requirement ( #1564 )
...
Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer ) to permit the latest version.
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases )
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.68.4...v3.68.5 )
---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-31 05:30:52 +00:00
dependabot[bot]
6cc6769277
[Dependabot] Update friendsofphp/php-cs-fixer requirement ( #1563 )
...
Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer ) to permit the latest version.
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases )
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.68.3...v3.68.4 )
---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-30 09:40:24 +00:00
dependabot[bot]
d3081f3f51
[Dependabot] Update friendsofphp/php-cs-fixer requirement ( #1562 )
...
Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer ) to permit the latest version.
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases )
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.68.1...v3.68.3 )
---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-27 18:22:56 +00:00
dependabot[bot]
425d0f7abe
[Dependabot] Bump stylelint from 16.14.0 to 16.14.1 ( #1561 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 16.14.0 to 16.14.1.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.14.0...16.14.1 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
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-01-27 18:19:31 +00:00
dependabot[bot]
b306cb2570
[Dependabot] Bump eslint from 9.18.0 to 9.19.0 ( #1560 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.18.0 to 9.19.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v9.18.0...v9.19.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
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-01-27 05:33:25 +00:00
dependabot[bot]
0bfe616357
[Dependabot] Bump stylelint from 16.13.2 to 16.14.0 ( #1559 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 16.13.2 to 16.14.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.13.2...16.14.0 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
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-01-27 05:32:35 +00:00
dependabot[bot]
59b833a82a
[Dependabot] Update spaze/phpstan-disallowed-calls requirement ( #1558 )
...
Updates the requirements on [spaze/phpstan-disallowed-calls](https://github.com/spaze/phpstan-disallowed-calls ) to permit the latest version.
- [Release notes](https://github.com/spaze/phpstan-disallowed-calls/releases )
- [Commits](https://github.com/spaze/phpstan-disallowed-calls/compare/v4.2.0...v4.2.1 )
---
updated-dependencies:
- dependency-name: spaze/phpstan-disallowed-calls
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-24 05:30:15 +00:00
dependabot[bot]
0e87deb956
[Dependabot] Update squizlabs/php_codesniffer requirement ( #1557 )
...
Updates the requirements on [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer ) to permit the latest version.
- [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases )
- [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.11.2...3.11.3 )
---
updated-dependencies:
- dependency-name: squizlabs/php_codesniffer
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-23 17:55:35 +00:00
dependabot[bot]
48c8733539
[Dependabot] Update spaze/phpstan-disallowed-calls requirement ( #1556 )
...
Updates the requirements on [spaze/phpstan-disallowed-calls](https://github.com/spaze/phpstan-disallowed-calls ) to permit the latest version.
- [Release notes](https://github.com/spaze/phpstan-disallowed-calls/releases )
- [Commits](https://github.com/spaze/phpstan-disallowed-calls/compare/v4.1.1...v4.2.0 )
---
updated-dependencies:
- dependency-name: spaze/phpstan-disallowed-calls
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-23 05:33:28 +00:00
Łukasz Uznański
61512af450
[TASK] Move php-cs-fixer
to Build/
dir ( #1353 )
...
Part of #1186
2025-01-20 16:10:54 +00:00
dependabot[bot]
01631739bf
[Dependabot] Bump eslint-plugin-prettier from 5.2.2 to 5.2.3 ( #1555 )
...
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier ) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.2...v5.2.3 )
---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
dependency-type: direct:development
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-01-20 05:42:44 +00:00
dependabot[bot]
58ef27d913
[Dependabot] Update friendsofphp/php-cs-fixer requirement ( #1554 )
...
Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer ) to permit the latest version.
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases )
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.68.0...v3.68.1 )
---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-17 09:43:03 +00:00
0dcc435942
[TASK] Improve readability of php-cs-fixer configuration ( #1553 )
...
We now use `addRules()` method instead of fiddling around with an
array of rules.
It allows us to overwrite existing rules, or even disable existing rules
by setting them to `false`.
2025-01-16 08:03:43 +00:00
dependabot[bot]
8b10a0becf
[Dependabot] Bump eslint-plugin-prettier from 5.2.1 to 5.2.2 ( #1552 )
...
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier ) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.1...v5.2.2 )
---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
dependency-type: direct:development
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-01-16 05:13:51 +00:00
dependabot[bot]
62cd8a1053
[Dependabot] Bump stylelint from 16.13.1 to 16.13.2 ( #1551 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 16.13.1 to 16.13.2.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.13.1...16.13.2 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
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-01-15 05:15:20 +00:00
dependabot[bot]
1d1abbce17
[Dependabot] Bump stylelint from 16.13.0 to 16.13.1 ( #1550 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 16.13.0 to 16.13.1.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.13.0...16.13.1 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
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-01-14 05:23:28 +00:00
dependabot[bot]
44d83ec4dd
[Dependabot] Update friendsofphp/php-cs-fixer requirement ( #1549 )
...
Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer ) to permit the latest version.
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases )
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.67.1...v3.68.0 )
---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-14 05:23:17 +00:00
dependabot[bot]
e6023e3808
[Dependabot] Bump eslint-config-prettier from 9.1.0 to 10.0.1 ( #1548 )
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 9.1.0 to 10.0.1.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v9.1.0...v10.0.1 )
---
updated-dependencies:
- dependency-name: eslint-config-prettier
dependency-type: direct:development
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-01-13 16:42:12 +00:00
dependabot[bot]
d6c6be920b
[Dependabot] Bump eslint from 9.17.0 to 9.18.0 ( #1547 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.17.0 to 9.18.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v9.17.0...v9.18.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
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-01-13 06:07:22 +00:00
dependabot[bot]
188d43e8c1
[Dependabot] Bump stylelint from 16.12.0 to 16.13.0 ( #1546 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 16.12.0 to 16.13.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.12.0...16.13.0 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
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-01-13 06:06:24 +00:00
dependabot[bot]
832ac8dcd3
[Dependabot] Update friendsofphp/php-cs-fixer requirement ( #1545 )
...
Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer ) to permit the latest version.
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases )
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.67.0...v3.67.1 )
---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-13 05:18:13 +00:00
dependabot[bot]
34ddc0b51a
[Dependabot] Update spaze/phpstan-disallowed-calls requirement ( #1544 )
...
Updates the requirements on [spaze/phpstan-disallowed-calls](https://github.com/spaze/phpstan-disallowed-calls ) to permit the latest version.
- [Release notes](https://github.com/spaze/phpstan-disallowed-calls/releases )
- [Commits](https://github.com/spaze/phpstan-disallowed-calls/compare/v4.0.1...v4.1.1 )
---
updated-dependencies:
- dependency-name: spaze/phpstan-disallowed-calls
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-10 05:48:52 +00:00
dependabot[bot]
cde8de3338
[Dependabot] Update friendsofphp/php-cs-fixer requirement ( #1543 )
...
Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer ) to permit the latest version.
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases )
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.66.2...v3.67.0 )
---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-08 10:38:22 +00:00
dependabot[bot]
eb92c98ed4
[Dependabot] Update friendsofphp/php-cs-fixer requirement ( #1542 )
...
Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer ) to permit the latest version.
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases )
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.66.1...v3.66.2 )
---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-07 11:23:03 +00:00
dependabot[bot]
72e080cd9c
[Dependabot] Update friendsofphp/php-cs-fixer requirement ( #1541 )
...
Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer ) to permit the latest version.
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases )
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.66.0...v3.66.1 )
---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-05 23:01:10 +00:00
Eike Starkmann
45f9479e58
[TASK] Add functional tests for showAction
( #1419 )
...
Fixes #1228
2025-01-04 14:26:13 +01:00