ember-try
ember-try copied to clipboard
An ember-cli addon to test against multiple npm dependencies, such as ember and ember-data.
After this, we can easily: 1. Migrate everything else (except `./lib/ember-cli-commands`) to `.mjs` 2. Update all our dependencies to latest because of `1.` 3. Introduce our own CLI to use...
Bumps [qunit](https://github.com/qunitjs/qunit) from 2.19.4 to 2.24.1. Release notes Sourced from qunit's releases. 2.24.1 ✨ Check out the new QUnit Blog on qunitjs.com. We're also on Mastodon and Bluesky. Fixed CLI:...
`packageManagerInstallOptions` is more in line with the new `packageManager` option. `packageManagerInstallOptions` type: ```ts packageManagerInstallOptions: string[] | (defaultOptions: string[], scenario: Scenario) => string[]; ``` When the user provides `string[]`, we don't...
When supporting wide ranges of ember versions, like 3.28 to 6.1, sometimes config changes to various files may be needed to better simulate what folks would have in their actual...
We have a library addon, that uses `getApplication()` from `@ember/test-helpers` as part of its test-support. Tests are working fine. Used ember version is `6.3`. Now renovate attempts an update of...
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.24.0. Release notes Sourced from eslint's releases. v9.24.0 Features 556c25b feat: support loading TS config files using --experimental-strip-types (#19401) (Arya Emami) 72650ac feat: support TS...
Bumps [ember-cli](https://github.com/ember-cli/ember-cli) from 5.12.0 to 6.3.1. Release notes Sourced from ember-cli's releases. Release 6.3.1 Blueprint Changes ember new diff ember addon diff Changelog #10685 Add configuration to ember-cli-build to opt...
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.99.5. Release notes Sourced from webpack's releases. v5.99.5 Fixes Control dead flow for labeled and blockless statements v5.99.4 Fixes Fixed terminated state for if/else v5.99.3...
Bumps [ember-template-lint](https://github.com/ember-template-lint/ember-template-lint) from 5.11.0 to 7.0.4. Release notes Sourced from ember-template-lint's releases. v7.0.4-ember-template-lint Release (2025-04-04) ember-template-lint 7.0.4 (patch) :bug: Bug Fix ember-template-lint #3151 Fix block-indentation not working correctly for GJS...
Bumps [es-toolkit](https://github.com/toss/es-toolkit) from 1.30.1 to 1.34.1. Release notes Sourced from es-toolkit's releases. v1.34.1 Released on March 27th, 2025. Fixed a bug in isBrowser and isNode that caused them to not...