Bob van de Vijver

Results 57 issues of Bob van de Vijver
trafficstars

I believe the `RawAxiosHeaders` type should not be included in the `Partial` here, as `RawAxosHeaders` is defined as a `Record` and therefor already is a partial. Without this change, PhpStorm...

### What would you like Renovate to be able to do? Currently I have `postUpdateOptions` configured with `yarnDedupeFewer`, which works great, but the lock file maintenance readds those deduped dependencies...

type:feature
status:requirements
priority-5-triage

When using the Gitlab formatter, the full path to the `composer.json` file is used, which is reported to the interface. ![image](https://github.com/composer-unused/composer-unused/assets/1835343/593bada2-ca92-4b81-ba7d-5932c732624c) When clicking the link, you will get a notification...

As I have been bitten by this again in one of my projects, and I saw a related issue in the Symfony repository (https://github.com/symfony/symfony/issues/50739 and a comment from @stof), I...

Improvement
Status: Needs Decision

The following triggers a `PhanInvalidConstantExpression`, while this is valid code with PHP 8.2 (see https://wiki.php.net/rfc/fetch_property_in_const_expressions). ```php enum FieldTypeEnum: string { case DECIMAL = 'decimal'; final public const entityMap = [...

bug
difficult

### Version(s) affected 4.8.0 ### Description The [`PublicKeyCredentialLoader`](https://github.com/web-auth/webauthn-framework/blob/4.8.x/src/webauthn/src/PublicKeyCredentialLoader.php) has two kinds of deprecations: one which states that the complete class will disappear, and one that implies that the class will...

### Vue devtools version 6.6.0 ### Link to minimal reproduction None ### Steps to reproduce & screenshots ![image](https://github.com/vuejs/devtools/assets/1835343/b522b1e9-e293-474f-ad0c-2781300fc7f3) ### What is expected? No errors. Seems that for each component `state`,...

need repro

The latest 3.4.x NPM packages contain device definitions that are not available in the repository: https://app.renovatebot.com/package-diff?name=lutron-leap&from=3.3.0&to=3.4.0. The respective tags are also missing, so the NPM build and the git repository...

### Symfony version(s) affected 7.0.6, 6.4.6, 5.4.38 ### Description Due to bugfix #54239 the sendmail transport is now throwing an unnecessary exception on messenger worker exit when used in combination...

Bug
Status: Needs Review
Messenger
Mailer

As `addClassesToCompile` is deprecated in Symfony, it should also be removed here. See https://github.com/symfony/symfony/issues/20668 for the discussion about deprecation. See https://github.com/doctrine/DoctrineBundle/pull/608 for a similar PR on DoctrineBundle. Fixes #218.