Bryan English

Results 54 issues of Bryan English

### What does this PR do? Cache next apps generated for tests, only in CI. For now, only for the plugin tests, though this technique can be re-used in the...

semver-patch

### What does this PR do? Updates the yarn lockfile ### Motivation Some deps were out of date and triggering alerts

semver-patch

This makes the appropriate changes in CI files, readme, etc., to rename the master branch to main. **Once this is merged, the branch should _immediately_ be renamed**, which should also...

semver-patch

### What does this PR do? Switch from npm to yarn for most purposes, and add yarn as a devDependency for the things we still need it for. ### Motivation...

semver-minor

### What does this PR do? Check for integrations where the latest version isn't within the tested range. ### Motivation Once/if we start pinning the top of the tested range,...

semver-patch

### What does this PR do? Every time init() is called, pass the options object to .configure(), allowing for config to be changed at any time (as it already can...

semver-minor

This gives a class prototype for AsyncContextFrame that contains the required methods, so that when we swap the prototype, ActiveAsyncContextFrame methods are used instead. Previously, the methods were defined in...

async_hooks
needs-ci

Ensures that plugins are tested with the same ranges that they support.

semver-patch

The `copyProperties` function was doing an `Object.setPrototypeOf`, which is rather costly. We don't actually need this because all it was doing was acting as a stopgap in case we don't...

semver-patch