ember-cli-addon-docs
ember-cli-addon-docs copied to clipboard
Easy, beautiful docs for your OSS Ember addons
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.18.9 to 7.19.1. Release notes Sourced from @babel/preset-env's releases. v7.19.1 (2022-09-14) Thanks @hegemonic for your first PR! :bug: Bug Fix babel-core #14930 Avoid fancy stack traces size...
Bumps [eslint](https://github.com/eslint/eslint) from 8.20.0 to 8.23.1. Release notes Sourced from eslint's releases. v8.23.1 Bug Fixes b719893 fix: Upgrade eslintrc to stop redefining plugins (#16297) (Brandon Mills) 734b54e fix: improve autofix...
Bumps [ember-template-lint](https://github.com/ember-template-lint/ember-template-lint) from 4.10.1 to 4.14.0. Release notes Sourced from ember-template-lint's releases. Release 4.14.0 :rocket: Enhancement #2483 Implement support for embedded templates (@ventuno) :bug: Bug Fix #2604 Fix --version to...
I'm using ember-cli-typescript to develop an addon. My components subclass a base component. I'd really like the documentation to show the inherited pieces of the base component. Given that the...
Bumps [eslint-plugin-ember](https://github.com/ember-cli/eslint-plugin-ember) from 10.6.1 to 11.0.6. Release notes Sourced from eslint-plugin-ember's releases. Release 11.0.6 :bug: Bug Fix #1562 Remove no-array-prototype-extensions rule from recommended config (@ef4) #1555 Ignore super in no-array-prototype-extensions...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 5.0.0 to 5.1.0. Release notes Sourced from hosted-git-info's releases. v5.1.0 5.1.0 (2022-08-09) Features add method to get an edit link to a file (ad02952) Bug Fixes add...
Bumps [postcss-import](https://github.com/postcss/postcss-import) from 15.1.0 to 16.0.1. Changelog Sourced from postcss-import's changelog. 16.0.1 / 2024-02-14 Fix crash when handling some @imports with media conditions (#557, #558) 16.0.0 / 2024-01-02 BREAKING: Require...
Bumps [chai](https://github.com/chaijs/chai) from 4.3.10 to 5.1.0. Release notes Sourced from chai's releases. v5.1.0 What's Changed Remove useless guards and add parentheses to constuctors by @koddsson in chaijs/chai#1593 Cleanup jsdoc comments...
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.32 to 8.4.35. Release notes Sourced from postcss's releases. 8.4.35 Avoid ! in node.parent.nodes type. Allow to pass undefined to node adding method to simplify types. 8.4.34...
Fairly straightforward - doesn't seem like the addon/yuidoc pays any attention to .gts/.gjs files for generating documentation. Version: 7.0 Ember-cli-addon-docs-yuidoc: 1.0 The only somewhat relevant docs I found were here:...