ember-try icon indicating copy to clipboard operation
ember-try copied to clipboard

An ember-cli addon to test against multiple npm dependencies, such as ember and ember-data.

Results 81 ember-try issues
Sort by recently updated
recently updated
newest added

Bumps [cli-table3](https://github.com/cli-table/cli-table3) from 0.6.0 to 0.6.3. Release notes Sourced from cli-table3's releases. Per cell word-wrap options feat: ability to override wordWrap and wrapOnBoundary per cell (#303) ebe2a2f Correct build status...

dependencies

Bumps [mocha](https://github.com/mochajs/mocha) from 8.2.1 to 10.2.0. Release notes Sourced from mocha's releases. v10.2.0 10.2.0 / 2022-12-11 :tada: Enhancements #4945: API: add possibility to decorate ESM name before import (@​j0tunn) :bug:...

dependencies

I [opened a PR](https://github.com/ember-cli/ember-try/pull/850) a little while ago and I noticed that some of the tests were failing. Digging into it a little bit, it seems like the failure is...

Hi there! I've tried running `ember-try` within a monorepo with yarn workspaces but I couldn't get it to work. I always go the error `No ember-cli-build.js found.`. This makes total...

Largely works but this error is consistently printed in CI indicating incomplete cleanup. Jobs work and this error does not cause the scenario to fail, but figured I'd put this...

Bumps [release-it-lerna-changelog](https://github.com/rwjblue/release-it-lerna-changelog) from 3.1.0 to 5.0.0. Release notes Sourced from release-it-lerna-changelog's releases. Release 5.0.0 This package has been renamed from release-it-lerna-changelog to @release-it-plugins/lerna-changelog. :boom: Breaking Change #208 Fix compatibility with...

dependencies

Accept a cmd line argument to specify a reporter and pass this argument to `ember test` in each scenario. Ensure that ember test adds to the report instead of overwriting...

that version of cli-table3 downgrades its dependency on colors to the latest available version.

It came up on Discord that seeing `ember-1.11` in usage examples is confusing: https://discord.com/channels/480462759797063690/491905849405472769/923319343088017518

I think it is about time that we considered removing the `--no-lockfile`/`--no-shrinkwrap` defaults for `yarn` and `npm` scenarios. As of #409, it is _possible_ to avoid if you'd like (that...

question