Martin Machacek

Results 159 comments of Martin Machacek

I have also encountered an issue with increased execution time of the linting. The CLI for M365 has a large code base, the performance of this plugin is really bad....

Plugin eslint-plugin-deprecation removed

@waldekmastykarz **eslint-plugin-deprecation** was causing the error when running test on macos. > FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory Similar to https://github.com/gund/eslint-plugin-deprecation/issues/67...

Just a short summary https://www.npmjs.com/package/eslint-plugin-deprecation checks for [@deprecated JSDoc tag](https://jsdoc.app/tags-deprecated.html) and allows to throw an error when a deprecated function is detected is some module. https://www.npmjs.com/package/eslint-plugin-deprecate doesn't check for [@deprecated...

Based on the comment https://github.com/pnp/cli-microsoft365/issues/5558#issuecomment-1758543559 It should be fixed in #6132. Anyway, it would be better to wait until #6132 is merged. I will take this ticket later if needed.,...

@milanholemans The `entra m365group conversation post list` command has the `groupDisplayName` option. Renaming would be a breaking change. Should I omit the `entra m365group conversation post list` command?

@milanholemans Not familiar with all aliases, but is it correct that: - `m365 entra m365group user add` has alias `m365 teams user add` https://pnp.github.io/cli-microsoft365/cmd/entra/m365group/m365group-user-add#alias-1 - `m365 entra m365group user remove`...