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

Adds an Ember tab to the browser's Developer Tools that allows you to inspect Ember objects in your application.

Results 153 ember-inspector issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [babel-plugin-module-resolver](https://github.com/tleunen/babel-plugin-module-resolver) from 4.1.0 to 5.0.2. Changelog Sourced from babel-plugin-module-resolver's changelog. 5.0.2 (2024-04-18) Bug Fixes Revert reselect update to fix usage in node 16 (#446) (8923c48) 5.0.1 (2024-04-17) 5.0.0 (2023-01-09)...

dependencies
internal

Ember Inspector displays > Ember application not detected! > >Here are some common reasons this happens: > > - This is not an Ember application. > - You are using...

bug

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 👍 ----------------------------------------- ## Release (2024-04-09) ember-inspector 4.12.0 (minor) #### :rocket:...

internal

Bumps [eslint-plugin-qunit](https://github.com/platinumazure/eslint-plugin-qunit) from 7.3.4 to 8.1.1. Release notes Sourced from eslint-plugin-qunit's releases. v8.1.1 Bug Fixes remove disallowed description property from config (#476) (28804af) Release 8.1.0 8.1.0 (2024-02-11) Features support eslint...

dependencies

Bumps [broccoli-babel-transpiler](https://github.com/babel/broccoli-babel-transpiler) from 7.8.1 to 8.0.0. Release notes Sourced from broccoli-babel-transpiler's releases. Release 8.0.0 :boom: Breaking Change #237 Drop Node 14 support (@​kategengler) #225 Drop support for Node v17 and...

dependencies

Bumps [ember-cli-code-coverage](https://github.com/kategengler/ember-cli-code-coverage/tree/HEAD/packages/ember-cli-code-coverage) from 1.0.2 to 3.0.0. Release notes Sourced from ember-cli-code-coverage's releases. Release 3.0.0 :boom: Breaking Change ember-cli-code-coverage #411 Require node >= 18 (@​RobbieTheWagner) :bug: Bug Fix ember-cli-code-coverage #412 Fix...

dependencies

Bumps [got](https://github.com/sindresorhus/got) from 11.8.2 to 14.2.1. Release notes Sourced from got's releases. v14.2.1 Fix error handling when UTF-8 decoding fails (#2336) c81a611 https://github.com/sindresorhus/got/compare/v14.2.0...v14.2.1 v14.2.0 Add cause property with the original...

dependencies

for template only components coming from .hbs files we can know the name by using the moduleName. this is when gjs/gts files import hbs template only components. Or also when...

**Describe the bug** Error happens when I use addon with gts components and modifiers. Also this addon register elements to container https://github.com/Bagaar/ember-breadcrumbs/blob/main/ember-breadcrumbs/src/-private/breadcrumbs-container-modifier.ts#L32 **To Reproduce** Steps to reproduce the behavior: install...

bug