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

Automatic integration and configuration from the EmberJS community

Results 35 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.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/NullVoxPopuli/ember-apply). ## Deprecations / Replacements > [!WARNING] These...

[![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

> **Note:** This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@nullvoxpopuli/eslint-configs](https://redirect.github.com/NullVoxPopuli/eslint-configs) |...

dependencies

> **Note:** This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | Type | Update |...

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