Closed renovate[bot] closed 1 year ago
This PR contains the following updates:
^4.1.1
^5.0.1
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
^4.1.1
->^5.0.1
Release Notes
mrmckeb/typescript-plugin-css-modules (typescript-plugin-css-modules)
### [`v5.0.1`](https://togithub.com/mrmckeb/typescript-plugin-css-modules/releases/tag/v5.0.1) [Compare Source](https://togithub.com/mrmckeb/typescript-plugin-css-modules/compare/v5.0.0...v5.0.1) **Bug fixes:** - fix: check if file exists before processing ([@adam-26](https://togithub.com/adam-26), [https://github.com/mrmckeb/typescript-plugin-css-modules/pull/218](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/218)). **New contributors:** - [@adam-26](https://togithub.com/adam-26) made their first contribution in [https://github.com/mrmckeb/typescript-plugin-css-modules/pull/218](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/218). **Full changelog**: https://github.com/mrmckeb/typescript-plugin-css-modules/compare/v5.0.0...v5.0.1 ### [`v5.0.0`](https://togithub.com/mrmckeb/typescript-plugin-css-modules/releases/tag/v5.0.0) [Compare Source](https://togithub.com/mrmckeb/typescript-plugin-css-modules/compare/v4.2.3...v5.0.0) **Breaking changes:** - TypeScript 4.x is now the minimum supported version ([@mrmckeb](https://togithub.com/mrmckeb), [https://github.com/mrmckeb/typescript-plugin-css-modules/pull/211](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/211)). **New features:** - Added support for TypeScript 5.x ([@mrmckeb](https://togithub.com/mrmckeb), [https://github.com/mrmckeb/typescript-plugin-css-modules/pull/211](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/211)). **Bug fixes:** - Fixed use of non-init provided TypeScript lib and move to consistent `server` imports ([@jakebailey](https://togithub.com/jakebailey), [https://github.com/mrmckeb/typescript-plugin-css-modules/pull/213](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/213)). **New contributors:** - [@jakebailey](https://togithub.com/jakebailey) made their first contribution in [https://github.com/mrmckeb/typescript-plugin-css-modules/pull/213](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/213). **Full changelog:** https://github.com/mrmckeb/typescript-plugin-css-modules/compare/v4.2.3...v5.0.0 ### [`v4.2.3`](https://togithub.com/mrmckeb/typescript-plugin-css-modules/releases/tag/v4.2.3) [Compare Source](https://togithub.com/mrmckeb/typescript-plugin-css-modules/compare/v4.2.2...v4.2.3) **Bug fixes:** - Fixed a bug where named exports were dropped when `goToDefinition` is enabled ([@mrmckeb](https://togithub.com/mrmckeb), [https://github.com/mrmckeb/typescript-plugin-css-modules/pull/208](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/208)). - Fixed support for `composes` in CSS modules ([@mrmckeb](https://togithub.com/mrmckeb), [https://github.com/mrmckeb/typescript-plugin-css-modules/pull/210](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/210)). **Full changelog:** https://github.com/mrmckeb/typescript-plugin-css-modules/compare/v4.2.2...v4.2.3 ### [`v4.2.2`](https://togithub.com/mrmckeb/typescript-plugin-css-modules/releases/tag/v4.2.2) [Compare Source](https://togithub.com/mrmckeb/typescript-plugin-css-modules/compare/v4.2.1...v4.2.2) **Bug fixes:** - Fix potentially fatal CSS classname regexp bug ([@mrmckeb](https://togithub.com/mrmckeb), [https://github.com/mrmckeb/typescript-plugin-css-modules/pull/205](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/205)). **Full changelog**: https://github.com/mrmckeb/typescript-plugin-css-modules/compare/v4.2.1...v4.2.2 ### [`v4.2.1`](https://togithub.com/mrmckeb/typescript-plugin-css-modules/releases/tag/v4.2.1) [Compare Source](https://togithub.com/mrmckeb/typescript-plugin-css-modules/compare/v4.2.0...v4.2.1) **Bug fixes:** - Correct `additionalData` typo ([@mrmckeb](https://togithub.com/mrmckeb), [https://github.com/mrmckeb/typescript-plugin-css-modules/pull/204](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/204)). **Full changelog**: https://github.com/mrmckeb/typescript-plugin-css-modules/compare/v4.2.0...v4.2.1 ### [`v4.2.0`](https://togithub.com/mrmckeb/typescript-plugin-css-modules/releases/tag/v4.2.0) [Compare Source](https://togithub.com/mrmckeb/typescript-plugin-css-modules/compare/v4.1.1...v4.2.0) **New features:** - Add Less support for `goToDefinition` ([@mariusGundersen](https://togithub.com/mariusGundersen), [https://github.com/mrmckeb/typescript-plugin-css-modules/pull/192](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/192)). - Add `additionalData` option to append text content to files before they're processed ([@mrmckeb](https://togithub.com/mrmckeb), [https://github.com/mrmckeb/typescript-plugin-css-modules/pull/203](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/203)). **Bug fixes:** - Fix Sass tilde importer partial support ([@dennispg](https://togithub.com/dennispg), [https://github.com/mrmckeb/typescript-plugin-css-modules/pull/193](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/193)). **Other:** - Remove unsupported `postcss-*` packages ([@mrmckeb](https://togithub.com/mrmckeb), [https://github.com/mrmckeb/typescript-plugin-css-modules/pull/201](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/201)). - Improve `goToDefinition` documentation and add additional tests ([@mrmckeb](https://togithub.com/mrmckeb), [https://github.com/mrmckeb/typescript-plugin-css-modules/pull/202](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/202)). **New contributors** - [@mariusGundersen](https://togithub.com/mariusGundersen) made their first contribution in [https://github.com/mrmckeb/typescript-plugin-css-modules/pull/192](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/192). - [@dennispg](https://togithub.com/dennispg) made their first contribution in [https://github.com/mrmckeb/typescript-plugin-css-modules/pull/193](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/193). **Full changelog**: https://github.com/mrmckeb/typescript-plugin-css-modules/compare/v4.1.1...v4.2.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.