Closed renovate[bot] closed 1 week ago
Name | Link |
---|---|
Latest commit | 9953ad387f3c1d7a5e546dac907a8ad95a491f28 |
Latest deploy log | https://app.netlify.com/sites/voluble-crisp-6e2a75/deploys/6744e018d6c61200080ba5fc |
Deploy Preview | https://deploy-preview-393--voluble-crisp-6e2a75.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
This PR contains the following updates:
^10.1.0
->^11.0.0
Release Notes
pzavolinsky/ts-unused-exports (ts-unused-exports)
### [`v11.0.1`](https://redirect.github.com/pzavolinsky/ts-unused-exports/blob/HEAD/CHANGELOG.md#1101---25-Nov-2024) [Compare Source](https://redirect.github.com/pzavolinsky/ts-unused-exports/compare/a4b5bc32153dfa4b050308ae0ad814fbe0e1ae9a...3e24af4ee15c6a852a2ca20e79f3839dca015f13) ##### Changed - updated examples and README to match the changes in version 11.0.0 ### [`v11.0.0`](https://redirect.github.com/pzavolinsky/ts-unused-exports/blob/HEAD/CHANGELOG.md#1100---25-Nov-2024) [Compare Source](https://redirect.github.com/pzavolinsky/ts-unused-exports/compare/4253e7f214fcbe545395c7a8eedf208a5e433f0e...a4b5bc32153dfa4b050308ae0ad814fbe0e1ae9a) ##### Changed - BREAKING CHANGE: The default export (API entry point) has been changed to be compatible with esm module (should also work with cjs) - BREAKING CHANGE: The results (API) structure has been changed: - OLD: ```ts const result = { "filePath1": { /* ... */ }, "filePath2": { /* ... */ }, /* ... */ unusedFiles: { /* ... */ }, }; ``` - NEW: ```ts const result = { unusedExports: { "filePath1": { /* ... */ }, "filePath2": { /* ... */ }, /* ... */ }, unusedFiles: [ "filePath1", "filePath2", /*"..."*/ ] }; ``` - fix: The scope of --ignoreTestFiles has been reduced, to make it less likely to exclude non-test files - (internal) built using Node v20.13.1Configuration
📅 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.