mrmckeb/typescript-plugin-css-modules
### [`v4.1.1`](https://togithub.com/mrmckeb/typescript-plugin-css-modules/releases/tag/v4.1.1)
[Compare Source](https://togithub.com/mrmckeb/typescript-plugin-css-modules/compare/v4.1.0...v4.1.1)
**Bug fixes:**
- Fix a bug where bad syntax was expected when `noUncheckedIndexedAccess` is enabled ([https://github.com/mrmckeb/typescript-plugin-css-modules/pull/184](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/184)).
**Full changelog**: https://github.com/mrmckeb/typescript-plugin-css-modules/compare/v4.1.0...v4.1.1
### [`v4.1.0`](https://togithub.com/mrmckeb/typescript-plugin-css-modules/releases/tag/v4.1.0)
[Compare Source](https://togithub.com/mrmckeb/typescript-plugin-css-modules/compare/v4.0.0...v4.1.0)
**New features:**
- Add new opt-in feature to allow unknown classnames ([https://github.com/mrmckeb/typescript-plugin-css-modules/pull/180](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/180) and [https://github.com/mrmckeb/typescript-plugin-css-modules/pull/182](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/182)).
**Full changelog**: https://github.com/mrmckeb/typescript-plugin-css-modules/compare/v4.0.0...v4.1.0
### [`v4.0.0`](https://togithub.com/mrmckeb/typescript-plugin-css-modules/releases/tag/v4.0.0)
[Compare Source](https://togithub.com/mrmckeb/typescript-plugin-css-modules/compare/v3.4.0...v4.0.0)
**Breaking changes:**
- Multiple dependency updates and TypeScript 3.9.0 is now the minimum supported version ([https://github.com/mrmckeb/typescript-plugin-css-modules/pull/173](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/173)).
**New features:**
- Add support for "go to definition" for Sass ([https://github.com/mrmckeb/typescript-plugin-css-modules/pull/137](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/137)).
- Added an option to enable compatibility with `noUncheckedIndexedAccess` ([https://github.com/mrmckeb/typescript-plugin-css-modules/pull/177](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/177)).
- Added support extension-less Sass imports ([https://github.com/mrmckeb/typescript-plugin-css-modules/pull/178](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/178) via [https://github.com/mrmckeb/typescript-plugin-css-modules/pull/161](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/161)).
**Bug fixes:**
- Fixed an issue where the root directory wasn't always used in Sass and Less imports ([https://github.com/mrmckeb/typescript-plugin-css-modules/pull/164](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/164)).
**New contributors:**
- [@falahati](https://togithub.com/falahati) made their first contribution in [https://github.com/mrmckeb/typescript-plugin-css-modules/pull/164](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/164)
- [@kyvg](https://togithub.com/kyvg) made their first contribution in [https://github.com/mrmckeb/typescript-plugin-css-modules/pull/161](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/161)
**Full changelog**: https://github.com/mrmckeb/typescript-plugin-css-modules/compare/v3.4.0...v4.0.0
Configuration
π 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.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
^3.4.0
->^4.1.1
Release Notes
mrmckeb/typescript-plugin-css-modules
### [`v4.1.1`](https://togithub.com/mrmckeb/typescript-plugin-css-modules/releases/tag/v4.1.1) [Compare Source](https://togithub.com/mrmckeb/typescript-plugin-css-modules/compare/v4.1.0...v4.1.1) **Bug fixes:** - Fix a bug where bad syntax was expected when `noUncheckedIndexedAccess` is enabled ([https://github.com/mrmckeb/typescript-plugin-css-modules/pull/184](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/184)). **Full changelog**: https://github.com/mrmckeb/typescript-plugin-css-modules/compare/v4.1.0...v4.1.1 ### [`v4.1.0`](https://togithub.com/mrmckeb/typescript-plugin-css-modules/releases/tag/v4.1.0) [Compare Source](https://togithub.com/mrmckeb/typescript-plugin-css-modules/compare/v4.0.0...v4.1.0) **New features:** - Add new opt-in feature to allow unknown classnames ([https://github.com/mrmckeb/typescript-plugin-css-modules/pull/180](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/180) and [https://github.com/mrmckeb/typescript-plugin-css-modules/pull/182](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/182)). **Full changelog**: https://github.com/mrmckeb/typescript-plugin-css-modules/compare/v4.0.0...v4.1.0 ### [`v4.0.0`](https://togithub.com/mrmckeb/typescript-plugin-css-modules/releases/tag/v4.0.0) [Compare Source](https://togithub.com/mrmckeb/typescript-plugin-css-modules/compare/v3.4.0...v4.0.0) **Breaking changes:** - Multiple dependency updates and TypeScript 3.9.0 is now the minimum supported version ([https://github.com/mrmckeb/typescript-plugin-css-modules/pull/173](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/173)). **New features:** - Add support for "go to definition" for Sass ([https://github.com/mrmckeb/typescript-plugin-css-modules/pull/137](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/137)). - Added an option to enable compatibility with `noUncheckedIndexedAccess` ([https://github.com/mrmckeb/typescript-plugin-css-modules/pull/177](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/177)). - Added support extension-less Sass imports ([https://github.com/mrmckeb/typescript-plugin-css-modules/pull/178](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/178) via [https://github.com/mrmckeb/typescript-plugin-css-modules/pull/161](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/161)). **Bug fixes:** - Fixed an issue where the root directory wasn't always used in Sass and Less imports ([https://github.com/mrmckeb/typescript-plugin-css-modules/pull/164](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/164)). **New contributors:** - [@falahati](https://togithub.com/falahati) made their first contribution in [https://github.com/mrmckeb/typescript-plugin-css-modules/pull/164](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/164) - [@kyvg](https://togithub.com/kyvg) made their first contribution in [https://github.com/mrmckeb/typescript-plugin-css-modules/pull/161](https://togithub.com/mrmckeb/typescript-plugin-css-modules/pull/161) **Full changelog**: https://github.com/mrmckeb/typescript-plugin-css-modules/compare/v3.4.0...v4.0.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.