Update all non-major dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@dbp-toolkit/auth (source) | dependencies | patch | 0.2.1 -> 0.2.2 |
@dbp-toolkit/common (source) | dependencies | patch | 0.2.1 -> 0.2.2 |
@dbp-toolkit/provider (source) | dependencies | patch | 0.2.1 -> 0.2.2 |
@rollup/plugin-replace | devDependencies | minor | 2.3.4 -> 2.4.1 |
api-platform/core (source) | require | minor | <2.6 -> <2.7 |
doctrine/annotations (source) | require | minor | 1.11.1 -> 1.12.1 |
eslint (source) | devDependencies | minor | 7.20.0 -> 7.21.0 |
eslint-plugin-jsdoc | devDependencies | minor | 32.1.0 -> 32.2.0 |
phpstan/phpstan | require-dev | patch | 0.12.76 -> 0.12.80 |
rollup (source) | devDependencies | minor | 2.39.0 -> 2.40.0 |
rollup-plugin-copy | devDependencies | minor | 3.3.0 -> 3.4.0 |
vimeo/psalm | require-dev | minor | 4.5.2 -> 4.6.2 |
Release Notes
api-platform/core
v2.6.2
- Validation: properties regex pattern is now compliant with ECMA 262 (#4027)
- OpenApi: normalizer is now backward compatible (#4016), fix the name converter issue changing OpenApi properties (#4019)
- Identifiers: Break after transforming the identifier (#3985), use the identifiers context to transform with multiple classes (#4029)
- JsonSchema: Revert
ALLOW_EXTRA_ATTRIBUTE=false
as it is a BC break and will be done in 3.0 instead see #3881 (#4007) - Subresource: fix ApiSubresource maxDepth option (#3986), recursive issue in the profiler (#4023)
- OpenApi: Allow
requestBody
andparameters
via theopenapi_context
(#4001), makeopenapi_context
work on subresources (#4004), sort paths (#4013) - Config: Allow disabling OpenAPI and Swagger UI without loosing the schema (#3968 and #4018), fix pagination defaults (#4011)
- DataPersister: context propagation fix (#3983)
v2.6.1
- Fix defaults when using attributes (#3978)
v2.6.0
- Cache: adds a
max_header_length
configuration (#2865) - Cache: support
stale-while-revalidate
andstale-if-error
cache control headers (#3439) - Config: Add an option to set global default values (#3151)
- DTO: Add
ApiPlatform\Core\DataTransformer\DataTransformerInitializerInterface
to pre-hydrate inputs (#3701) - DTO: Improve Input/Output support (#3231)
- Data Persisters: Add
previous_data
to the context passed to persisters when available (#3752) - Data Persister: Add a
ResumableDataPersisterInterface
that allows to call multiple persisters (#3912) - Debug: Display API Platform's version in the debug bar (#3235)
- Docs: Make
asset_package
configurable (#3764) - Doctrine: Allow searching on multiple values on every strategies (#3786)
- Elasticsearch: The
Paginator
class constructor now receives the denormalization context to support denormalizing documents using serialization groups. This change may cause potential BC breaks for existing applications as denormalization was previously done without serialization groups. - GraphQL: BC New syntax for the filters' arguments to preserve the order:
order: [{foo: 'asc'}, {bar: 'desc'}]
(#3468) - GraphQL: BC
operation
is nowoperationName
to follow the standard (#3568) - GraphQL: BC
paginationType
is nowpagination_type
(#3614) - GraphQL: Add page-based pagination (#3175, #3517)
- GraphQL: Allow formatting GraphQL errors based on exceptions (#3063)
- GraphQL: Errors thrown from the GraphQL library can now be handled (#3632, #3643)
- GraphQL: Possibility to add a custom description for queries, mutations and subscriptions (#3477, #3514)
- GraphQL: Subscription support with Mercure (#3321)
- GraphQL: Support for field name conversion (serialized name) (#3455, #3516)
- Hydra: Sort entries in the API entrypoint (#3091)
- Identifiers: Add Symfony Uid support (#3715)
- IriConverter: BC Fix double encoding in IRIs - may cause breaking change as some characters no longer encoded in output (#3552)
- JSON-LD: Add an
iri_only
attribute to simplify documents structure (useful when using Vulcain) (#3275) - Exception: Response error codes can be specified via the
ApiPlatform\Core\Exception\ErrorCodeSerializableInterface
(#2922) - Mercure: Add a
normalization_context
option inmercure
attribute (#3772) - Messenger: Add a context stamp containing contextual data (#3157)
- Metadata: Deprecate
InheritedPropertyMetadataFactory
(#3273) - Metadata: Improve and simplify identifiers management (#3825)
- Metadata: Support the Symfony Serializer's
@Ignore
annotation (#3820) - Metadata: Support using annotations as PHP 8 attributes (#3869, #3868, #3851)
- Metadata: Throw an error when no identifier is defined (#3871)
- Metadata: Use
id
as default identifier if none provided (#3874) - MongoDB: Mercure support (#3290)
- MongoDB: Possibility to add execute options (aggregate command fields) for a resource, like
allowDiskUse
(#3144) - OpenAPI: Add default values of PHP properties to the documentation (#2386)
- OpenAPI: BC Replace all characters other than
[a-zA-Z0-9\.\-_]
to.
in definition names to be compliant with OpenAPI 3.0 (#3669) - OpenAPI: Refactor OpenAPI v3 support, OpenAPI v2 (aka Swagger) is deprecated (#3407)
- Order: Support default order for a specific custom operation (#3784)
- PATCH: Support patching deep objects (#3847)
- Router: UrlGenerator strategy configuration via
url_generation_strategy
(#3198) - Routing: Add stateless
ApiResource
attribute (#3436) - Security: Add support for access control rule on attributes (#3503)
- Subresources:
resourceClass
can now be defined as a container parameter in XML and YAML definitions - Symfony: improved 5.x support with fewer deprecations (#3589)
- Symfony: Allow using
ItemNormalizer
without Symfony SecurityBundle (#3801) - Symfony: Lazy load all commands (#3798)
- Tests: adds a method to retrieve the CookieJar in the test Client
getCookieJar
- Tests: Fix the registration of the
test.api_platform.client
service when theFrameworkBundle
bundle is registered after theApiPlatformBundle
bundle (#3928) - Validator: Add the violation code to the violation properties (#3857)
- Validator: Allow customizing the validation error status code. BC Status code for validation errors is now 422, use
exception_to_status
to fallback to 400 if needed (#3808) - Validator: Autoconfiguration of validation groups generator via
ApiPlatform\Core\Validator\ValidationGroupsGeneratorInterface
- Validator: Deprecate using a validation groups generator service not implementing
ApiPlatform\Core\Bridge\Symfony\Validator\ValidationGroupsGeneratorInterface
(#3346) - Validator: Property validation through OpenAPI (#33329)
- Validator: Query filters and parameters are validated (#1723)
-
ExceptionInterface
now extends\Throwable
(#3217)
doctrine/annotations
v1.12.1
1.12.1
Release Notes for1.12.1
- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 1
bug
- 406: Fix #405 thanks to @Vincz
v1.12.0
1.12.0
Release Notes forFeature release (minor)
1.12.0
- Total issues resolved: 0
- Total pull requests resolved: 8
- Total contributors: 6
enhancement
New Feature
- 391: Introduced annotation NamedArgumentConstructor thanks to @derrabus
- 289: Add support for loading annotations from functions thanks to @jvasseur
CI
bug
-
386: Support
noRector
annotation. thanks to @Aerendir
Improvement
- 382: Fix badges thanks to @kubawerlos
- 381: Update .gitattributes thanks to @kubawerlos
- 380: Remove "--no-suggest" option from Composer commands thanks to @kubawerlos
v1.11.2
1.11.2
Release Notes for1.11.x bugfix release (patch)
1.11.2
- Total issues resolved: 0
- Total pull requests resolved: 5
- Total contributors: 3
Improvement
- 399: Drop unneeded branch alias thanks to @greg0ire
CI
enhancement
- 392: Ignore .phpunit.result.cache thanks to @derrabus
bug
eslint/eslint
v7.21.0
-
3cd5440
Upgrade: @eslint/eslintrc to 0.4.0 (#14147) (Brandon Mills) -
c0b8c71
Upgrade: Puppeteer to 7.1.0 (#14122) (Tim van der Lippe) -
08ae31e
New: Implement cacheStrategy (refs eslint/rfcs#63) (#14119) (Manu Chambon) -
5e51fd2
Update: do not ignore symbolic links (fixes #13551, fixes #13615) (#14126) (Pig Fang) -
87c43a5
Chore: improve a few comments and fix typos (#14125) (Tobias Nießen) -
e19c51e
Sponsors: Sync README with website (ESLint Jenkins) -
b8aea99
Fix: pluralize 'line' to 'lines' in max-lines-per-function description (#14115) (Trevin Hofmann) -
f5b53e2
Sponsors: Sync README with website (ESLint Jenkins) -
eee1213
Sponsors: Sync README with website (ESLint Jenkins) -
5c4d7ea
Sponsors: Sync README with website (ESLint Jenkins)
gajus/eslint-plugin-jsdoc
v32.2.0
Features
-
check-types
: checksettings.jsdoc.structuredTags
for an array of permissible types, reporting if not present; fixes #695 (9dad3e0) -
no-undefined-types
: allowstructuredTags
types to be auto-defined (b7198e4)
v32.1.1
Bug Fixes
phpstan/phpstan
v0.12.80
🔧
Improvements -
Nested generic type bounds (phpstan/phpstan-src@
e671cc0
), #2928, #3922- You can now use for example
@template T
+@template U of Query<T>
. - Useful example: https://phpstan.org/r/29546058-556e-4e76-bccc-f053079e5711
- You can now use for example
- Narrow down type
T
ofRecursiveIteratorIterator
(phpstan/phpstan-src@d28b61b
), #3425 - Performance improvement: memoize expensive calls to PHPDocs (#458), thanks @pyguerder!
- More SPL iterator stubs (phpstan/phpstan-src@
0315dfa
) - Unified iterator parameter names across PHP versions (phpstan/phpstan-src@
72b02a6
)
🐛
Bugfixes - Fix accepting BenevolentUnionType as part of GenericObjectType (phpstan/phpstan-src@
d29d098
), #4605 - Fix inline
@var
priority with prefixed PHPDoc tags (phpstan/phpstan-src@3186fff
), #4606
🤖
Function signature fixes
v0.12.79
🔧
Improvements - Support for union type as
@template
type bound (phpstan/phpstan-src@ac7b49e
), #3769 - Support
int
andstring
as@template
type bound (phpstan/phpstan-src@768bfab
) - Type-specifying extension for
ReflectionClass::isSubclassOf()
(phpstan/phpstan-src@d3b5d60
), #4577 - Update
BetterReflection
to version that uses PHPStan namespace instead of random prefixed one (phpstan/phpstan-src@06ef13e
). See [rectorphp/rector#5665](https://github.com/re
Renovate configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Reiter, Christoph