Steve Calvert

Results 16 issues of Steve Calvert

There are a number of open issues and PRs on this repo, and I believe there's desire for the community to help maintain it. May I propose we move this...

### 🐞 Describe the Bug The master branch of `ember-lifeline` started failing its `canary` ember-try scenario with the following error: https://github.com/ember-lifeline/ember-lifeline/runs/6181216496?check_suite_focus=true#step:6:116 Note the `(EventDispatcher)` string to identify the destroyable. I'm...

This PR attempts to clean up our types a bit, defaulting to Ember types over internally created types. It also renames interface names to more conventional names (without the C#-inspired...

breaking

We should extend require-ember-lifeline to handle the following: ``` import run from '@ember/runloop'; import { debounce } from '@ember/runloop'; import { throttle } from '@ember/runloop'; import { later } from...

Migration steps: - [x] `tsconfig.json` - [x] `compilerOptions.module` should be set to `node12` or `nodenext` (to enable top-level `async`/`await`) - [x] `package.json` - [x] All packages need to have `type`...

breaking

The plugin registration interface can be greatly simplified, and changed to match those of ESLint and ember-template-lint. We can instead simply return the task classes, and instantiate those classes during...

We should consider exposing security issues via https://www.npmjs.com/package/@npmcli/arborist and https://www.npmjs.com/package/npm-audit-report#basic-usage-example

checkup-task

We're trying to use Volta on a self-hosted runner image (Centos 7) by way of `volta-cli/action` (installs and bootstraps Volta for the repo under test). Currently, when trying to install,...

This PR adds basic bootstrapping of infra that will allow for CLI tests that directly invoke the bin. This can provide a path to end to end tests that will...

Currently, the codemod doesn't update the test-helper.js file. This has bitten me 2 times already, and I'm dumb so I pretty much always forget to update it. We should add...