ember-try
ember-try copied to clipboard
An ember-cli addon to test against multiple npm dependencies, such as ember and ember-data.
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 9.1.0 to 10.1.1. Release notes Sourced from eslint-config-prettier's releases. v10.1.1 Patch Changes #309 eb56a5e Thanks @JounQin! - fix: separate the /flat entry for compatibility For flat config...
in a type=module project, ember-try.js cannot use require, because js is an ESM
Bumps [prettier](https://github.com/prettier/prettier) from 3.4.2 to 3.5.3. Release notes Sourced from prettier's releases. 3.5.3 🔗 Changelog 3.5.2 🔗 Changelog 3.5.1 🔗 Changelog 3.5.0 diff 🔗 Release note Changelog Sourced from prettier's...
Bumps [semver](https://github.com/npm/node-semver) from 7.6.3 to 7.7.1. Release notes Sourced from semver's releases. v7.7.1 7.7.1 (2025-02-03) Bug Fixes af761c0 #764 inc: fully capture prerelease identifier (#764) (@wraithgar) v7.7.0 7.7.0 (2025-01-29) Features...
Bumps [mocha](https://github.com/mochajs/mocha) from 11.0.1 to 11.1.0. Release notes Sourced from mocha's releases. v11.1.0 11.1.0 (2025-01-02) 🌟 Features bump yargs to 17 (#5165) (8f1c8d8) v11.0.2 11.0.2 (2024-12-09) 🩹 Fixes catch exceptions...
Bumps [ember-page-title](https://github.com/ember-cli/ember-page-title) from 7.0.0 to 9.0.1. Release notes Sourced from ember-page-title's releases. v9.0.1-ember-page-title Release (2025-02-22) ember-page-title 9.0.1 (patch) :bug: Bug Fix ember-page-title #297 Update peer on ember-source to reflect what...
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.98.0. Release notes Sourced from webpack's releases. v5.98.0 Fixes Avoid the deprecation message #19062 by @alexander-akait Should not escape CSS local ident in JS #19060...
When supporting addons from ember@3 up to ember@6, there needs to happen various changes here and there. My current problem is roughly mentioned here: embroider-build/addon-blueprint#131 Basically the resolving `@ember/owner` in...
PNPM supports `pnpm.overrides` and `resolutions` only at the root of a project. Ember Try sets it at the closest `package.json`. In a typical setup of a v2 addon that's the...
see #1058 to gain some experience at first, see comment: https://github.com/ember-cli/ember-try/issues/1058#issuecomment-2629423673