alexdiliberto / ember-transformicons

Transformicons for Ember
https://alexdiliberto.com/ember-transformicons
MIT License
51 stars 5 forks source link

fix(deps): update cli dependencies #1116

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ember-auto-import (source) ^2.2.4 -> ^2.8.1 age adoption passing confidence
ember-cli (source) ~4.1.0 -> ~4.12.3 age adoption passing confidence
ember-cli-dependency-checker ^3.2.0 -> ^3.3.2 age adoption passing confidence

Release Notes

embroider-build/ember-auto-import (ember-auto-import) ### [`v2.8.1`](https://redirect.github.com/embroider-build/ember-auto-import/compare/d82727fbc88a21c877a6c9f21c8b459e3fc41df3...2a2d23946c826b4b18c652ab82a3788994643ee7) [Compare Source](https://redirect.github.com/embroider-build/ember-auto-import/compare/d82727fbc88a21c877a6c9f21c8b459e3fc41df3...2a2d23946c826b4b18c652ab82a3788994643ee7) ### [`v2.8.0`](https://redirect.github.com/embroider-build/ember-auto-import/compare/a1e91449f9686c8229a9bb6ca24111ccfc73eb34...d82727fbc88a21c877a6c9f21c8b459e3fc41df3) [Compare Source](https://redirect.github.com/embroider-build/ember-auto-import/compare/a1e91449f9686c8229a9bb6ca24111ccfc73eb34...d82727fbc88a21c877a6c9f21c8b459e3fc41df3) ### [`v2.7.4`](https://redirect.github.com/embroider-build/ember-auto-import/compare/6ec7c7274744b3844e44e767a67de9a5f9f2ddbf...a1e91449f9686c8229a9bb6ca24111ccfc73eb34) [Compare Source](https://redirect.github.com/embroider-build/ember-auto-import/compare/6ec7c7274744b3844e44e767a67de9a5f9f2ddbf...a1e91449f9686c8229a9bb6ca24111ccfc73eb34) ### [`v2.7.3`](https://redirect.github.com/embroider-build/ember-auto-import/compare/cccb8b1a5033272f32d65a00fdf33e1c05b8698d...6ec7c7274744b3844e44e767a67de9a5f9f2ddbf) [Compare Source](https://redirect.github.com/embroider-build/ember-auto-import/compare/cccb8b1a5033272f32d65a00fdf33e1c05b8698d...6ec7c7274744b3844e44e767a67de9a5f9f2ddbf) ### [`v2.7.2`](https://redirect.github.com/embroider-build/ember-auto-import/compare/2373ba75dfd34c3dc71005fd2aab4961f35ff1dd...cccb8b1a5033272f32d65a00fdf33e1c05b8698d) [Compare Source](https://redirect.github.com/embroider-build/ember-auto-import/compare/2373ba75dfd34c3dc71005fd2aab4961f35ff1dd...cccb8b1a5033272f32d65a00fdf33e1c05b8698d) ### [`v2.6.3`](https://redirect.github.com/embroider-build/ember-auto-import/blob/HEAD/packages/ember-auto-import/CHANGELOG.md#263) [Compare Source](https://redirect.github.com/embroider-build/ember-auto-import/compare/v2.6.2...v2.6.3) - BUGFIX: the babel-plugin-ember-template-compilation bugfix in the previous release was missing an explicit dependency declaration, so it didn't work 100% of the time. Fix by [@​mansona](https://redirect.github.com/mansona). ### [`v2.6.2`](https://redirect.github.com/embroider-build/ember-auto-import/blob/HEAD/packages/ember-auto-import/CHANGELOG.md#262) [Compare Source](https://redirect.github.com/embroider-build/ember-auto-import/compare/v2.6.1...v2.6.2) - BUGFIX: automatically detect when our module shims need AMD dependencies. This eliminates the previous `earlyBootSet` manual workaround. - BUGFIX: use babel-plugin-ember-template-compilation on new-enough ember versions by [@​candunaj](https://redirect.github.com/candunaj) - INTERNAL: update tests for latest ember canary - BUGFIX: Fix wrong detection of ember-source version for earlyBootSet by [@​simonihmig](https://redirect.github.com/simonihmig) ### [`v2.6.1`](https://redirect.github.com/embroider-build/ember-auto-import/blob/HEAD/packages/ember-auto-import/CHANGELOG.md#261) [Compare Source](https://redirect.github.com/embroider-build/ember-auto-import/compare/v2.6.0...v2.6.1) - BUGFIX: `earlyBootSet` now defaults to empty, because it was causing problems for some apps. If you need it you need to turn it on explicitly. [@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) [568](https://redirect.github.com/ef4/ember-auto-import/pull/568) ### [`v2.6.0`](https://redirect.github.com/embroider-build/ember-auto-import/blob/HEAD/packages/ember-auto-import/CHANGELOG.md#260) [Compare Source](https://redirect.github.com/embroider-build/ember-auto-import/compare/v2.5.0...v2.6.0) - ENHANCEMENT: new option `earlyBootSet` allows you to work around compatibility problems between classic addons and v2 addons by [@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) [553](https://redirect.github.com/ef4/ember-auto-import/pull/553) ### [`v2.5.0`](https://redirect.github.com/embroider-build/ember-auto-import/blob/HEAD/packages/ember-auto-import/CHANGELOG.md#250) [Compare Source](https://redirect.github.com/embroider-build/ember-auto-import/compare/v2.4.3...v2.5.0) - ENHANCEMENT: add support for node type=module by [@​hjdivad](https://redirect.github.com/hjdivad) [544](https://redirect.github.com/ef4/ember-auto-import/pull/544) - INTERNAL: upgrade to [@​embroider/shared-internals](https://redirect.github.com/embroider/shared-internals) 2.0 ### [`v2.4.3`](https://redirect.github.com/embroider-build/ember-auto-import/blob/HEAD/packages/ember-auto-import/CHANGELOG.md#243) [Compare Source](https://redirect.github.com/embroider-build/ember-auto-import/compare/v2.4.2...v2.4.3) - BUGFIX: Move Dynamic Template Import error to runtime instead of a build error by [@​mansona](https://redirect.github.com/mansona) - BUGFIX: Respect v2 addon's explicit externals list - INTERNAL: add [@​babel/core](https://redirect.github.com/babel/core) to app and addon test templates for compatibility with upcoming ember versions. - DOCS: Improve upgrade guide by [@​pomm0](https://redirect.github.com/pomm0) - BUGFIX: windows path handling fix by [@​void-mAlex](https://redirect.github.com/void-mAlex) - DOCS: Fix typo by [@​berdeblock](https://redirect.github.com/berdeblock) ### [`v2.4.2`](https://redirect.github.com/embroider-build/ember-auto-import/blob/HEAD/packages/ember-auto-import/CHANGELOG.md#242) [Compare Source](https://redirect.github.com/embroider-build/ember-auto-import/compare/v2.4.1...v2.4.2) - BUGFIX: prioritize the user's webpack devTool setting over the default provided by our forbidEval setting. ### [`v2.4.1`](https://redirect.github.com/embroider-build/ember-auto-import/blob/HEAD/packages/ember-auto-import/CHANGELOG.md#241) [Compare Source](https://redirect.github.com/embroider-build/ember-auto-import/compare/v2.4.0...v2.4.1) - BUGFIX: avoid unnecessary full page reloads - DOCS: clarify upgrade guide for addon by [@​ctjhoa](https://redirect.github.com/ctjhoa) - BUGFIX: don't let broccoli-asset-rev mess with css chunks - INTERNALS: upgrade fs-extra and resolve-package-path by [@​SergeAstapov](https://redirect.github.com/SergeAstapov) ### [`v2.4.0`](https://redirect.github.com/embroider-build/ember-auto-import/blob/HEAD/packages/ember-auto-import/CHANGELOG.md#240) [Compare Source](https://redirect.github.com/embroider-build/ember-auto-import/compare/v2.3.0...v2.4.0) - ENHANCEMENT make v2 addon's with CSS work in fastboot out of the box - INTERNAL update [@​embroider/macros](https://redirect.github.com/embroider/macros) and [@​embroider/shared-internals](https://redirect.github.com/embroider/shared-internals) to 1.0 by [@​SergeAstapov](https://redirect.github.com/SergeAstapov) - BUGFIX correctly merge user-provided webpack `externals` with our own, by [@​vstefanovic97](https://redirect.github.com/vstefanovic97) ### [`v2.3.0`](https://redirect.github.com/embroider-build/ember-auto-import/blob/HEAD/packages/ember-auto-import/CHANGELOG.md#230) [Compare Source](https://redirect.github.com/embroider-build/ember-auto-import/compare/v2.2.4...v2.3.0) - INTERNAL update to latest [@​embroider/internals](https://redirect.github.com/embroider/internals) - ENHANCEMENT support v2 addons that contain [@​embroider/macros](https://redirect.github.com/embroider/macros) - ENHANCEMENT better error messages by [@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli)
ember-cli/ember-cli (ember-cli) ### [`v4.12.3`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v4123) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.12.2...v4.12.3) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.12.2...v4.12.3) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.12.2...v4.12.3) ##### Changelog - [#​10458](https://redirect.github.com/ember-cli/ember-cli/pull/10458) Use Lodash's `_.template` instead of `lodash.template` package [@​gorner](https://redirect.github.com/gorner) Thank you to all who took the time to contribute! ### [`v4.12.2`](https://redirect.github.com/ember-cli/ember-cli/releases/tag/v4.12.2): Release 4.12.2 [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.12.1...v4.12.2) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.12.1...v4.12.2) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.12.1...v4.12.2) ##### Changelog - [#​10314](https://redirect.github.com/ember-cli/ember-cli/pull/10314) \[BUGFIX] Do not try to wire up Testem unless a test framework is dete… [@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) Thank you to all who took the time to contribute! ### [`v4.12.1`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v4121) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.12.0...v4.12.1) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.12.0...v4.12.1) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.12.0...v4.12.1) ##### Changelog - [#​10251](https://redirect.github.com/ember-cli/ember-cli/pull/10251) \[BUGFIX release] Remove `stylelint-config-prettier` from `app` blueprint [@​bertdeblock](https://redirect.github.com/bertdeblock) Thank you to all who took the time to contribute! ### [`v4.12.0`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v4120) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.11.0...v4.12.0) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.11.0...v4.12.0) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.11.0...v4.12.0) ##### Changelog - [#​10039](https://redirect.github.com/ember-cli/ember-cli/pull/10039) \[CLEANUP] Remove unused test fixtures [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10040](https://redirect.github.com/ember-cli/ember-cli/pull/10040) \[CLEANUP] Remove MU-related debug code [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10091](https://redirect.github.com/ember-cli/ember-cli/pull/10091) \[BUGFIX] Fix looking up the default blueprint for scoped addons [@​GendelfLugansk](https://redirect.github.com/GendelfLugansk) - [#​10107](https://redirect.github.com/ember-cli/ember-cli/pull/10107) \[INTERNAL] Remove old `uninstall:npm` command [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10122](https://redirect.github.com/ember-cli/ember-cli/pull/10122) \[ENHANCEMENT] Add Stylelint setup to `app` and `addon` blueprints \[RFC 814] [@​bmish](https://redirect.github.com/bmish) - [#​10142](https://redirect.github.com/ember-cli/ember-cli/pull/10142) \[ENHANCEMENT] Update ESLint to v8 in `app` and `addon` blueprints [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10157](https://redirect.github.com/ember-cli/ember-cli/pull/10157) \[ENHANCEMENT] Exclude `ember-cli-terser` when generating apps using the `--embroider` option [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10159](https://redirect.github.com/ember-cli/ember-cli/pull/10159) \[ENHANCEMENT] Exclude `ember-cli-sri` when generating apps using the `--embroider` option [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10161](https://redirect.github.com/ember-cli/ember-cli/pull/10161) \[ENHANCEMENT] Remove NPM version checking [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10166](https://redirect.github.com/ember-cli/ember-cli/pull/10166) \[INTERNAL] Remove unused dependencies [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10169](https://redirect.github.com/ember-cli/ember-cli/pull/10169) \[ENHANCEMENT] Remove `app.import` comment in `app` blueprint [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10172](https://redirect.github.com/ember-cli/ember-cli/pull/10172) \[PERFORMANCE] Lazy require heavier packages [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10173](https://redirect.github.com/ember-cli/ember-cli/pull/10173) \[ENHANCEMENT] Don't delete the newly-generated app directory when an error occurs [@​ef4](https://redirect.github.com/ef4) - [#​10174](https://redirect.github.com/ember-cli/ember-cli/pull/10174) \[INTERNAL] Clean up removal of `bower.json` and `package.json` files in `addon` blueprint [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10180](https://redirect.github.com/ember-cli/ember-cli/pull/10180) \[ENHANCEMENT] Update `ember-welcome-page` to v7 in `app` blueprint [@​ijlee2](https://redirect.github.com/ijlee2) - [#​10188](https://redirect.github.com/ember-cli/ember-cli/pull/10188) \[ENHANCEMENT] Update ESLint parser `ecmaVersion` to `latest` in `app` blueprint [@​elwayman02](https://redirect.github.com/elwayman02) - [#​10189](https://redirect.github.com/ember-cli/ember-cli/pull/10189) \[ENHANCEMENT] Add v4.8 LTS to `addon` blueprint - Remove v3.28 LTS and `ember-classic` scenario [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10192](https://redirect.github.com/ember-cli/ember-cli/pull/10192) \[BUGFIX] The `addon` command should throw when no addon name is provided [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10198](https://redirect.github.com/ember-cli/ember-cli/pull/10198) \[INTERNAL] Output TypeScript apps and addons for StackBlitz [@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) Thank you to all who took the time to contribute! ### [`v4.11.0`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v4110) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.10.0...v4.11.0) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.10.0...v4.11.0) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.10.0...v4.11.0) ##### Changelog - [#​10103](https://redirect.github.com/ember-cli/ember-cli/pull/10103) Update `markdown-it-terminal` to v0.4.0 (resolve `markdown-it` vulnerability) [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10109](https://redirect.github.com/ember-cli/ember-cli/pull/10109) \[RFC 811] Add `ember-modifier` dependency to app blueprint [@​SergeAstapov](https://redirect.github.com/SergeAstapov) - [#​10110](https://redirect.github.com/ember-cli/ember-cli/pull/10110) \[RFC 812] Add `tracked-built-ins` dependency to app blueprint [@​SergeAstapov](https://redirect.github.com/SergeAstapov) Thank you to all who took the time to contribute! ### [`v4.10.0`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v4100) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.9.2...v4.10.0) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.9.2...v4.10.0) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.9.2...v4.10.0) ##### Changelog - [#​10048](https://redirect.github.com/ember-cli/ember-cli/pull/10048) Make addAddonsToProject support creating a new project with custom target directory [@​simonihmig](https://redirect.github.com/simonihmig) - [#​10054](https://redirect.github.com/ember-cli/ember-cli/pull/10054) \[ENHANCEMENT] Conditionally apply ESLint parser options in `app` and `addon` blueprints [@​Windvis](https://redirect.github.com/Windvis) - [#​10060](https://redirect.github.com/ember-cli/ember-cli/pull/10060) \[ENHANCEMENT] Replace `eslint-plugin-node` with `eslint-plugin-n` in blueprints [@​Windvis](https://redirect.github.com/Windvis) - [#​10062](https://redirect.github.com/ember-cli/ember-cli/pull/10062) \[ENHANCEMENT] Update Prettier config in blueprints to only use single quotes for `.js` and `.ts` files [@​Windvis](https://redirect.github.com/Windvis) - [#​10132](https://redirect.github.com/ember-cli/ember-cli/pull/10132) Add [@​ember/string](https://redirect.github.com/ember/string) as a dependency of projects [@​kategengler](https://redirect.github.com/kategengler) Thank you to all who took the time to contribute! ### [`v4.9.2`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v492) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.9.1...v4.9.2) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.9.1...v4.9.2) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.9.1...v4.9.2) ##### Changelog - [#​10108](https://redirect.github.com/ember-cli/ember-cli/pull/10108) \[BUGFIX release] Correctly instantiate server watcher [@​bertdeblock](https://redirect.github.com/bertdeblock) ### [`v4.9.1`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v491) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.9.0...v4.9.1) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.9.0...v4.9.1) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.9.0...v4.9.1) ##### Changelog - [#​10101](https://redirect.github.com/ember-cli/ember-cli/pull/10101) \[BUGFIX release] Correctly instantiate `Watcher` instance when running `ember test --serve` [@​bertdeblock](https://redirect.github.com/bertdeblock) Thank you to all who took the time to contribute! ### [`v4.9.0`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v490) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.8.1...v4.9.0) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.8.0...v4.9.0) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.8.0...v4.9.0) ##### Changelog - [#​10015](https://redirect.github.com/ember-cli/ember-cli/pull/10015) Update `glob` to v8 [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10016](https://redirect.github.com/ember-cli/ember-cli/pull/10016) Fix indentation in `.ember-cli` file in `app` blueprint [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10017](https://redirect.github.com/ember-cli/ember-cli/pull/10017) \[ENHANCEMENT] Disable prototype extensions by default in `app` blueprint [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10018](https://redirect.github.com/ember-cli/ember-cli/pull/10018) Trap unhandled failures [@​ef4](https://redirect.github.com/ef4) - [#​10020](https://redirect.github.com/ember-cli/ember-cli/pull/10020) \[INTERNAL] Fix typos in `serve` command test [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10021](https://redirect.github.com/ember-cli/ember-cli/pull/10021) \[CLEANUP] Drop support for using `usePods: true` and the `--pod` flag simultaneously [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10022](https://redirect.github.com/ember-cli/ember-cli/pull/10022) \[ENHANCEMENT] Use `concurrently` instead of `npm-run-all` in `app` blueprint [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10024](https://redirect.github.com/ember-cli/ember-cli/pull/10024) \[ENHANCEMENT] Add `ember-source` to `peerDependencies` in `addon` blueprint [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10025](https://redirect.github.com/ember-cli/ember-cli/pull/10025) \[ENHANCEMENT] Update NPM version constraints [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10026](https://redirect.github.com/ember-cli/ember-cli/pull/10026) \[ENHANCEMENT] Display info message when running the `lint:fix` script post blueprint generation [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10038](https://redirect.github.com/ember-cli/ember-cli/pull/10038) Update `filesize` to v10 [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10041](https://redirect.github.com/ember-cli/ember-cli/pull/10041) \[INTERNAL] Remove end year from copyright notice [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10049](https://redirect.github.com/ember-cli/ember-cli/pull/10049) \[ENHANCEMENT] Remove the `config/environment.js` file from the `addon` blueprint [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10050](https://redirect.github.com/ember-cli/ember-cli/pull/10050) \[ENHANCEMENT] Remove `vendor` folder from `app` blueprint [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10051](https://redirect.github.com/ember-cli/ember-cli/pull/10051) \[ENHANCEMENT] Move `ember-try.js` config file to `tests/dummy/config/ember-try.js` for addons [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10053](https://redirect.github.com/ember-cli/ember-cli/pull/10053) Add support for node ESM addons [@​hjdivad](https://redirect.github.com/hjdivad) - [#​9824](https://redirect.github.com/ember-cli/ember-cli/pull/9824) \[RFC 638] Interactive way to create new Ember apps and addons [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9972](https://redirect.github.com/ember-cli/ember-cli/pull/9972) \[ENHANCEMENT] Add support for `--typescript` flag to `app` and `addon` blueprints [@​simonihmig](https://redirect.github.com/simonihmig) Thank you to all who took the time to contribute! ### [`v4.8.1`](https://redirect.github.com/ember-cli/ember-cli/releases/tag/v4.8.1): Release 4.8.1 [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.8.0...v4.8.1) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.8.0...v4.8.1) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.8.0...v4.8.1) ##### Changelog - [#​10313](https://redirect.github.com/ember-cli/ember-cli/pull/10313) \[BUGFIX] Do not try to wire up Testem unless a test framework is dete… [@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) Thank you to all who took the time to contribute! ### [`v4.8.0`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v480) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.7.0...v4.8.0) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.7.0...v4.8.0) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.7.0...v4.8.0) ##### Changelog - [#​10014](https://redirect.github.com/ember-cli/ember-cli/pull/10014) \[BUGFIX release] Make sure newly installed addons are discovered when running `ember install` [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9920](https://redirect.github.com/ember-cli/ember-cli/pull/9920) \[BUGFIX] Make sure a blueprint’s options object and project instance are always available for all public hooks [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9945](https://redirect.github.com/ember-cli/ember-cli/pull/9945) \[ENHANCEMENT/BREAKING] Add Node v18 to `engines` in `app` and `addon` blueprint (removes support for Node v17) [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9946](https://redirect.github.com/ember-cli/ember-cli/pull/9946) \[INTERNAL] Unskip `package-info-cache` tests [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9951](https://redirect.github.com/ember-cli/ember-cli/pull/9951) Update `js-yaml` to v4 [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9952](https://redirect.github.com/ember-cli/ember-cli/pull/9952) Update `walk-sync` to v3 [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9971](https://redirect.github.com/ember-cli/ember-cli/pull/9971) Add Ember 4.4 LTS to addon blueprint, remove 3.24 [@​simonihmig](https://redirect.github.com/simonihmig) - [#​9975](https://redirect.github.com/ember-cli/ember-cli/pull/9975) \[ENHANCEMENT] Fix `prefer-const` lint violations in `app` and `addon` blueprints [@​bmish](https://redirect.github.com/bmish) - [#​9987](https://redirect.github.com/ember-cli/ember-cli/pull/9987) \[BUGFIX] Handle rebuild failures without exiting [@​bendemboski](https://redirect.github.com/bendemboski) - [#​9988](https://redirect.github.com/ember-cli/ember-cli/pull/9988) \[BUGFIX] - Address npm-run-all and Yarn 3 conflict & Removed warning [@​christianarty](https://redirect.github.com/christianarty) Thank you to all who took the time to contribute! ### [`v4.7.0`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v470) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.6.0...v4.7.0) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.6.0...v4.7.0) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.6.0...v4.7.0) ##### Changelog - [#​10009](https://redirect.github.com/ember-cli/ember-cli/pull/10009) \[BUGFIX] Handle rebuild failures without exiting [@​bendemboski](https://redirect.github.com/bendemboski) Thank you to all who took the time to contribute! ### [`v4.6.0`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v460) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.5.0...v4.6.0) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.5.0...v4.6.0) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.5.0...v4.6.0) ##### Changelog - [#​9890](https://redirect.github.com/ember-cli/ember-cli/pull/9890) Make sure addons are discovered only once [@​wagenet](https://redirect.github.com/wagenet) - [#​9770](https://redirect.github.com/ember-cli/ember-cli/pull/9770) Include the addon’s name in the warning when a core command is overridden [@​davecombs](https://redirect.github.com/davecombs) - [#​9863](https://redirect.github.com/ember-cli/ember-cli/pull/9863) \[INTERNAL] Add `.prettierignore` file to Ember CLI repo [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9872](https://redirect.github.com/ember-cli/ember-cli/pull/9872) \[INTERNAL] Use native classes for tasks in test suite [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9885](https://redirect.github.com/ember-cli/ember-cli/pull/9885) \[CLEANUP] Remove `ie 11` from default targets [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9898](https://redirect.github.com/ember-cli/ember-cli/pull/9898) Remove deprecated `addonJsFiles` method on `addon` model [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9899](https://redirect.github.com/ember-cli/ember-cli/pull/9899) Remove deprecated internal `silent` error [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9900](https://redirect.github.com/ember-cli/ember-cli/pull/9900) Remove unused CLI error class [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9902](https://redirect.github.com/ember-cli/ember-cli/pull/9902) Remove support for `ember-cli-inject-live-reload` < v1.10.0 [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9903](https://redirect.github.com/ember-cli/ember-cli/pull/9903) Deprecate `vendor-shim` blueprint [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9904](https://redirect.github.com/ember-cli/ember-cli/pull/9904) Update Node compatibility warning [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9906](https://redirect.github.com/ember-cli/ember-cli/pull/9906) Drop support for Node v12 [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9907](https://redirect.github.com/ember-cli/ember-cli/pull/9907) Remove ESLint config file from `server` blueprint [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9908](https://redirect.github.com/ember-cli/ember-cli/pull/9908) Remove support for finding an addon by its unscoped name [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9909](https://redirect.github.com/ember-cli/ember-cli/pull/9909) Deprecate support for `ember-cli-jshint` [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9917](https://redirect.github.com/ember-cli/ember-cli/pull/9917) update beta deps [@​kellyselden](https://redirect.github.com/kellyselden) - [#​9919](https://redirect.github.com/ember-cli/ember-cli/pull/9919) Clean up `ember-addon` object in package file when destroying an in-repo addon [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9935](https://redirect.github.com/ember-cli/ember-cli/pull/9935) Update dev changelog script [@​kellyselden](https://redirect.github.com/kellyselden) - [#​9938](https://redirect.github.com/ember-cli/ember-cli/pull/9938) \[INTERNAL] Fix internal `sequence` util [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9939](https://redirect.github.com/ember-cli/ember-cli/pull/9939) Update `fs-extra` to v10 [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9937](https://redirect.github.com/ember-cli/ember-cli/pull/9937) \[INTERNAL] Remove old `deprecate` utility [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9941](https://redirect.github.com/ember-cli/ember-cli/pull/9941) Update `filesize` to v9 [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9942](https://redirect.github.com/ember-cli/ember-cli/pull/9942) Update `isbinaryfile` to v5 [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9944](https://redirect.github.com/ember-cli/ember-cli/pull/9944) Add support for Node v18 [@​ddzz](https://redirect.github.com/ddzz) - [#​9947](https://redirect.github.com/ember-cli/ember-cli/pull/9947) \[DOC] Update EOL date for Node v16 in `Node Support` doc [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9953](https://redirect.github.com/ember-cli/ember-cli/pull/9953) Update `resolve-package-path` to v4 [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9954](https://redirect.github.com/ember-cli/ember-cli/pull/9954) Update `jsdom` to v20 [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9969](https://redirect.github.com/ember-cli/ember-cli/pull/9969) update ember source beta [@​kellyselden](https://redirect.github.com/kellyselden) Thank you to all who took the time to contribute! ### [`v4.5.0`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v450) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.4.1...v4.5.0) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.4.0...v4.5.0) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.4.0...v4.5.0) ##### Changelog - [#​9760](https://redirect.github.com/ember-cli/ember-cli/pull/9760) Add `timeout-minutes` to GitHub CI jobs in `app` and `addon` blueprints [@​mansona](https://redirect.github.com/mansona) - [#​9777](https://redirect.github.com/ember-cli/ember-cli/pull/9777) \[DOC] Add bower note [@​jenweber](https://redirect.github.com/jenweber) - [#​9778](https://redirect.github.com/ember-cli/ember-cli/pull/9778) Prune lodash dependencies [@​locks](https://redirect.github.com/locks) - [#​9785](https://redirect.github.com/ember-cli/ember-cli/pull/9785) Generate correct directory name in `README.md` and `CONTRIBUTING.md` files [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9805](https://redirect.github.com/ember-cli/ember-cli/pull/9805) Add Node v16 to `Node Support` docs [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9823](https://redirect.github.com/ember-cli/ember-cli/pull/9823) \[RFC 801] Deprecate `blacklist` and `whitelist` build options [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9825](https://redirect.github.com/ember-cli/ember-cli/pull/9825) Remove `ember-export-application-global` addon from `app` blueprint [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9848](https://redirect.github.com/ember-cli/ember-cli/pull/9848) Update `ember-cli-dependency-checker` to v3.3.1 [@​gnclmorais](https://redirect.github.com/gnclmorais) - [#​9857](https://redirect.github.com/ember-cli/ember-cli/pull/9857) Use `createBuilder` instead of deprecated `buildOutput` in test suite [@​geneukum](https://redirect.github.com/geneukum) - [#​9858](https://redirect.github.com/ember-cli/ember-cli/pull/9858) Remove `EXTEND_PROTOTYPES` object in the app's `config/environment.js` file [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9859](https://redirect.github.com/ember-cli/ember-cli/pull/9859) Update `git.io` URLs [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9860](https://redirect.github.com/ember-cli/ember-cli/pull/9860) Add inline comment RE: `runningTests` variable [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9886](https://redirect.github.com/ember-cli/ember-cli/pull/9886) Remove deletion of `@ember/jquery` in addon blueprint [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9906](https://redirect.github.com/ember-cli/ember-cli/pull/9906) Drop support for Node v12 [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9909](https://redirect.github.com/ember-cli/ember-cli/pull/9909) Deprecate support for `ember-cli-jshint` [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9914](https://redirect.github.com/ember-cli/ember-cli/pull/9914) Temporarily skip failing ember new test for npm versions <= v6.0.0 [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9770](https://redirect.github.com/ember-cli/ember-cli/pull/9770) Include the addon’s name in the warning when a core command is overridden [@​davecombs](https://redirect.github.com/davecombs) - [#​9890](https://redirect.github.com/ember-cli/ember-cli/pull/9890) Make sure addons are discovered only once [@​wagenet](https://redirect.github.com/wagenet) - [#​9898](https://redirect.github.com/ember-cli/ember-cli/pull/9898) Remove deprecated `addonJsFiles` method on `addon` model [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9900](https://redirect.github.com/ember-cli/ember-cli/pull/9900) Remove unused CLI error class [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9917](https://redirect.github.com/ember-cli/ember-cli/pull/9917) update beta deps [@​kellyselden](https://redirect.github.com/kellyselden) - [#​9919](https://redirect.github.com/ember-cli/ember-cli/pull/9919) Clean up `ember-addon` object in package file when destroying an in-repo addon [@​bertdeblock](https://redirect.github.com/bertdeblock) Thank you to all who took the time to contribute! ### [`v4.4.1`](https://redirect.github.com/ember-cli/ember-cli/releases/tag/v4.4.1): Release 4.4.1 [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.4.0...v4.4.1) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.4.0...v4.4.1) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.4.0...v4.4.1) ##### Changelog - [#​10010](https://redirect.github.com/ember-cli/ember-cli/pull/10010) \[BUGFIX] Handle rebuild failures without exiting [@​bendemboski](https://redirect.github.com/bendemboski) Thank you to all who took the time to contribute! ### [`v4.4.0`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v440) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.3.0...v4.4.0) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.3.0...v4.4.0) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.3.0...v4.4.0) ##### Changelog - [#​9611](https://redirect.github.com/ember-cli/ember-cli/pull/9611) use more standard markdown for addon readme [@​mansona](https://redirect.github.com/mansona) - [#​9818](https://redirect.github.com/ember-cli/ember-cli/pull/9818) Update actions/checkout action to v3 [@​SergeAstapov](https://redirect.github.com/SergeAstapov) - [#​9819](https://redirect.github.com/ember-cli/ember-cli/pull/9819) Update actions/setup-node action to v3 [@​SergeAstapov](https://redirect.github.com/SergeAstapov) - [#​9822](https://redirect.github.com/ember-cli/ember-cli/pull/9822) Update `since.available` and `since.enabled` versions for Bower deprecations [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9850](https://redirect.github.com/ember-cli/ember-cli/pull/9850) Fix contents of addon `.gitignore` file [@​bertdeblock](https://redirect.github.com/bertdeblock) Thank you to all who took the time to contribute! ### [`v4.3.0`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v430) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.2.0...v4.3.0) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.2.0...v4.3.0) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.2.0...v4.3.0) ##### Changelog - [#​9707](https://redirect.github.com/ember-cli/ember-cli/pull/9707) \[RFC 772] Deprecate Bower support [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9387](https://redirect.github.com/ember-cli/ember-cli/pull/9387) Add support for specifying a path for the generate command [@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) - [#​9638](https://redirect.github.com/ember-cli/ember-cli/pull/9638) Update ember-cli's own dependencies to latest [@​rwjblue](https://redirect.github.com/rwjblue) - [#​9680](https://redirect.github.com/ember-cli/ember-cli/pull/9680) Ignore default folder name used by broccoli-debug [@​notmessenger](https://redirect.github.com/notmessenger) - [#​9683](https://redirect.github.com/ember-cli/ember-cli/pull/9683) chore: replace json-stable-stringify with safe-stable-stringify [@​BridgeAR](https://redirect.github.com/BridgeAR) - [#​9769](https://redirect.github.com/ember-cli/ember-cli/pull/9769) Update markdown-it to v12.3.2 to address vulnerabiliity [@​locks](https://redirect.github.com/locks) - [#​9781](https://redirect.github.com/ember-cli/ember-cli/pull/9781) \[ENHANCEMENT] Remove `X-UA-Compatible` meta tag for IE browser [@​bobisjan](https://redirect.github.com/bobisjan) - [#​9790](https://redirect.github.com/ember-cli/ember-cli/pull/9790) Upgrade broccoli-merge-trees [@​locks](https://redirect.github.com/locks) - [#​9803](https://redirect.github.com/ember-cli/ember-cli/pull/9803) \[RFC 637] Customizable test setups [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9804](https://redirect.github.com/ember-cli/ember-cli/pull/9804) Fix formatting of CI file in app and addon blueprints [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9817](https://redirect.github.com/ember-cli/ember-cli/pull/9817) update beta deps [@​kellyselden](https://redirect.github.com/kellyselden) - [#​9830](https://redirect.github.com/ember-cli/ember-cli/pull/9830) update deps before release [@​kellyselden](https://redirect.github.com/kellyselden) Thank you to all who took the time to contribute! ### [`v4.2.0`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v420) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.1.1...v4.2.0) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.1.1...v4.2.0) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.1.1...v4.2.0) ##### Changelog - [#​9681](https://redirect.github.com/ember-cli/ember-cli/pull/9681) Update URL to Ember CLI website everywhere [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9726](https://redirect.github.com/ember-cli/ember-cli/pull/9726) Cancel stale workflows when starting a new one. [@​rwjblue](https://redirect.github.com/rwjblue) - [#​9731](https://redirect.github.com/ember-cli/ember-cli/pull/9731) Add an `assert` and a `deprecate` utility [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​9753](https://redirect.github.com/ember-cli/ember-cli/pull/9753) Upgrade to `ember-template-lint` v4 in blueprint [@​bmish](https://redirect.github.com/bmish) Thank you to all who took the time to contribute! ### [`v4.1.1`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v411) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.1.0...v4.1.1) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.1.0...v4.1.1) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.1.0...v4.1.1) ##### Changelog - [#​9737](https://redirect.github.com/ember-cli/ember-cli/pull/9737) Remove jQuery integration scenario from ember-try [@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) - [#​9739](https://redirect.github.com/ember-cli/ember-cli/pull/9739) Change blueprint to generate apps using 'history' location [@​kategengler](https://redirect.github.com/kategengler) - [#​9762](https://redirect.github.com/ember-cli/ember-cli/pull/9762) Update @​embroider/\* packages to 1.0.0. [@​rwjblue](https://redirect.github.com/rwjblue) Thank you to all who took the time to contribute!
quaertym/ember-cli-dependency-checker (ember-cli-dependency-checker) ### [`v3.3.2`](https://redirect.github.com/quaertym/ember-cli-dependency-checker/compare/v3.3.1...7815b64982eb1e186546b12ad8e5e902efc97930) [Compare Source](https://redirect.github.com/quaertym/ember-cli-dependency-checker/compare/v3.3.1...7815b64982eb1e186546b12ad8e5e902efc97930) ### [`v3.3.1`](https://redirect.github.com/quaertym/ember-cli-dependency-checker/releases/tag/v3.3.1) [Compare Source](https://redirect.github.com/quaertym/ember-cli-dependency-checker/compare/v3.3.0...v3.3.1) - Fix peerDependencies - Skip bower dependency check if bower.json is missing ### [`v3.3.0`](https://redirect.github.com/quaertym/ember-cli-dependency-checker/releases/tag/v3.3.0) [Compare Source](https://redirect.github.com/quaertym/ember-cli-dependency-checker/compare/v3.2.0...v3.3.0) - Do not check dependencies on `ember init`

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarcloud[bot] commented 9 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

sonarcloud[bot] commented 1 week ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud