sourcery-vscode
                                
                                
                                
                                    sourcery-vscode copied to clipboard
                            
                            
                            
                        VS Code extension for Sourcery
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`5.55.0` -> `5.62.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/5.55.0/5.62.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prettier](https://prettier.io) ([source](https://redirect.github.com/prettier/prettier)) | [`2.7.1` -> `2.8.8`](https://renovatebot.com/diffs/npm/prettier/2.7.1/2.8.8) | [](https://docs.renovatebot.com/merge-confidence/) |...
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.24 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @romainmenke). 8.4.29 Fixed Node#source.offset (by...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. Release notes Sourced from word-wrap's releases. 1.2.5 Changes: Reverts default value for options.indent to two spaces ' '. Full Changelog: https://github.com/jonschlinkert/word-wrap/compare/1.2.4...1.2.5 1.2.4 What's Changed...
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) to 0.5.0 and updates ancestor dependency [@vscode/vsce](https://github.com/Microsoft/vsce). These dependencies need to be updated together. Updates `xml2js` from 0.4.23 to 0.5.0 Commits See full diff in compare view Updates...
I have a server I sometimes use the VSCode "Remote SSH" extension with to connect to and when I do Sourcery is not happy: ``` [Info - 4:09:34 PM] Connection...
Bumps [qs](https://github.com/ljharb/qs) from 6.10.1 to 6.11.1. Changelog Sourced from qs's changelog. 6.11.1 [Fix] stringify: encode comma values more consistently (#463) [readme] add usage of filter option for injecting custom serialization,...
It would be nice to get a view of the code quality for a repo overall or per file. Right now, the only way to see this is by mousing...
When hovering over a function in VSCode, you get the nice function summary with the stars.  When there is a suggested refactor, it shows a diff  However, if...