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

Automatic integration and configuration from the EmberJS community

Results 22 ember-apply issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...

dependencies

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pnpm](https://pnpm.io) ([source](https://togithub.com/pnpm/pnpm)) | [`8` -> `9`](https://renovatebot.com/diffs/npm/pnpm/8.15.7/9.0.6) |...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`^6.11.0` -> `^7.0.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/6.21.0/7.7.1) |...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | Pending | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---|---| | [eslint-plugin-node](https://togithub.com/mysticatea/eslint-plugin-node)...

dependencies

This PR is a preview of the release that [release-plan](https://github.com/embroider-build/release-plan) has prepared. To release you should just merge this PR 👍 -----------------------------------------

internal

Not everything is fully automated, but it doesn't throw any errors anymore and the console messages should provide enough guidance to finish the work manually. closes #527

This uses `pnpm dlx` to run a specific version of ember-cli. That should make the tests consistent without requiring ember-cli to be installed globally. We can't use a devDependency here...

I tried running the volta applyable on a brand new ember project and it's failing with this stack trace: ``` ~/dev/tcjr/my-app (main) » npx ember-apply volta ℹ Downloading from npm......

The documentation mentions that this automation should also work for v1 addons, but when I try it on [this one](https://github.com/appuniversum/ember-appuniversum) I see the following console output: ``` Debugger attached. ℹ...

bug