guybedford/es-module-lexer (es-module-lexer)
### [`v1.5.4`](https://togithub.com/guybedford/es-module-lexer/releases/tag/1.5.4)
[Compare Source](https://togithub.com/guybedford/es-module-lexer/compare/1.5.3...1.5.4)
#### What's Changed
- fix: of keyword context in for statement only by [@guybedford](https://togithub.com/guybedford) in [https://github.com/guybedford/es-module-lexer/pull/178](https://togithub.com/guybedford/es-module-lexer/pull/178)
**Full Changelog**: https://github.com/guybedford/es-module-lexer/compare/1.5.3...1.5.4
### [`v1.5.3`](https://togithub.com/guybedford/es-module-lexer/releases/tag/1.5.3)
[Compare Source](https://togithub.com/guybedford/es-module-lexer/compare/1.5.2...1.5.3)
#### What's Changed
- fix: handling of of keyword by [@guybedford](https://togithub.com/guybedford) in [https://github.com/guybedford/es-module-lexer/pull/174](https://togithub.com/guybedford/es-module-lexer/pull/174)
**Full Changelog**: https://github.com/guybedford/es-module-lexer/compare/1.5.2...1.5.3
### [`v1.5.2`](https://togithub.com/guybedford/es-module-lexer/releases/tag/1.5.2)
[Compare Source](https://togithub.com/guybedford/es-module-lexer/compare/1.5.1...1.5.2)
#### What's Changed
- fix: import type definitions by [@guybedford](https://togithub.com/guybedford) in [https://github.com/guybedford/es-module-lexer/pull/172](https://togithub.com/guybedford/es-module-lexer/pull/172)
**Full Changelog**: https://github.com/guybedford/es-module-lexer/compare/1.5.1...1.5.2
### [`v1.5.1`](https://togithub.com/guybedford/es-module-lexer/releases/tag/1.5.1)
[Compare Source](https://togithub.com/guybedford/es-module-lexer/compare/1.5.0...1.5.1)
#### What's Changed
- Fix "of" regex case by [@guybedford](https://togithub.com/guybedford) in [https://github.com/guybedford/es-module-lexer/pull/171](https://togithub.com/guybedford/es-module-lexer/pull/171)
**Full Changelog**: https://github.com/guybedford/es-module-lexer/compare/1.5.0...1.5.1
### [`v1.5.0`](https://togithub.com/guybedford/es-module-lexer/releases/tag/1.5.0)
[Compare Source](https://togithub.com/guybedford/es-module-lexer/compare/1.4.2...1.5.0)
#### What's Changed
- Source phase imports by [@guybedford](https://togithub.com/guybedford) in [https://github.com/guybedford/es-module-lexer/pull/168](https://togithub.com/guybedford/es-module-lexer/pull/168)
**Full Changelog**: https://github.com/guybedford/es-module-lexer/compare/1.4.2...1.5.0
### [`v1.4.2`](https://togithub.com/guybedford/es-module-lexer/releases/tag/1.4.2)
[Compare Source](https://togithub.com/guybedford/es-module-lexer/compare/1.4.1...1.4.2)
#### What's Changed
- fix: handle regexp as default export by [@fpipita](https://togithub.com/fpipita) in [https://github.com/guybedford/es-module-lexer/pull/167](https://togithub.com/guybedford/es-module-lexer/pull/167)
#### New Contributors
- [@fpipita](https://togithub.com/fpipita) made their first contribution in [https://github.com/guybedford/es-module-lexer/pull/167](https://togithub.com/guybedford/es-module-lexer/pull/167)
**Full Changelog**: https://github.com/guybedford/es-module-lexer/compare/1.4.1...1.4.2
### [`v1.4.1`](https://togithub.com/guybedford/es-module-lexer/releases/tag/1.4.1)
[Compare Source](https://togithub.com/guybedford/es-module-lexer/compare/1.4.0...1.4.1)
#### What's Changed
- fix: ignore dynamic import for `hasModulesyntax` by [@sapphi-red](https://togithub.com/sapphi-red) in [https://github.com/guybedford/es-module-lexer/pull/164](https://togithub.com/guybedford/es-module-lexer/pull/164)
**Full Changelog**: https://github.com/guybedford/es-module-lexer/compare/1.4.0...1.4.1
### [`v1.4.0`](https://togithub.com/guybedford/es-module-lexer/releases/tag/1.4.0)
[Compare Source](https://togithub.com/guybedford/es-module-lexer/compare/1.3.1...1.4.0)
#### What's Changed
- types: add ParseError type by [@sapphi-red](https://togithub.com/sapphi-red) in [https://github.com/guybedford/es-module-lexer/pull/161](https://togithub.com/guybedford/es-module-lexer/pull/161)
- feat: ESM detection support by [@sapphi-red](https://togithub.com/sapphi-red) in [https://github.com/guybedford/es-module-lexer/pull/160](https://togithub.com/guybedford/es-module-lexer/pull/160)
- feat: skip trailing white space in dynamic import by [@sapphi-red](https://togithub.com/sapphi-red) in [https://github.com/guybedford/es-module-lexer/pull/162](https://togithub.com/guybedford/es-module-lexer/pull/162)
#### New Contributors
- [@sapphi-red](https://togithub.com/sapphi-red) made their first contribution in [https://github.com/guybedford/es-module-lexer/pull/161](https://togithub.com/guybedford/es-module-lexer/pull/161)
**Full Changelog**: https://github.com/guybedford/es-module-lexer/compare/1.3.1...1.4.0
### [`v1.3.1`](https://togithub.com/guybedford/es-module-lexer/releases/tag/1.3.1)
[Compare Source](https://togithub.com/guybedford/es-module-lexer/compare/1.3.0...1.3.1)
#### What's Changed
- fix: dynamic import paren ranges by [@guybedford](https://togithub.com/guybedford) in [https://github.com/guybedford/es-module-lexer/pull/157](https://togithub.com/guybedford/es-module-lexer/pull/157)
**Full Changelog**: https://github.com/guybedford/es-module-lexer/compare/1.3.0...1.3.1
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 contains the following updates:
^1.3.0
->^1.5.4
Release Notes
guybedford/es-module-lexer (es-module-lexer)
### [`v1.5.4`](https://togithub.com/guybedford/es-module-lexer/releases/tag/1.5.4) [Compare Source](https://togithub.com/guybedford/es-module-lexer/compare/1.5.3...1.5.4) #### What's Changed - fix: of keyword context in for statement only by [@guybedford](https://togithub.com/guybedford) in [https://github.com/guybedford/es-module-lexer/pull/178](https://togithub.com/guybedford/es-module-lexer/pull/178) **Full Changelog**: https://github.com/guybedford/es-module-lexer/compare/1.5.3...1.5.4 ### [`v1.5.3`](https://togithub.com/guybedford/es-module-lexer/releases/tag/1.5.3) [Compare Source](https://togithub.com/guybedford/es-module-lexer/compare/1.5.2...1.5.3) #### What's Changed - fix: handling of of keyword by [@guybedford](https://togithub.com/guybedford) in [https://github.com/guybedford/es-module-lexer/pull/174](https://togithub.com/guybedford/es-module-lexer/pull/174) **Full Changelog**: https://github.com/guybedford/es-module-lexer/compare/1.5.2...1.5.3 ### [`v1.5.2`](https://togithub.com/guybedford/es-module-lexer/releases/tag/1.5.2) [Compare Source](https://togithub.com/guybedford/es-module-lexer/compare/1.5.1...1.5.2) #### What's Changed - fix: import type definitions by [@guybedford](https://togithub.com/guybedford) in [https://github.com/guybedford/es-module-lexer/pull/172](https://togithub.com/guybedford/es-module-lexer/pull/172) **Full Changelog**: https://github.com/guybedford/es-module-lexer/compare/1.5.1...1.5.2 ### [`v1.5.1`](https://togithub.com/guybedford/es-module-lexer/releases/tag/1.5.1) [Compare Source](https://togithub.com/guybedford/es-module-lexer/compare/1.5.0...1.5.1) #### What's Changed - Fix "of" regex case by [@guybedford](https://togithub.com/guybedford) in [https://github.com/guybedford/es-module-lexer/pull/171](https://togithub.com/guybedford/es-module-lexer/pull/171) **Full Changelog**: https://github.com/guybedford/es-module-lexer/compare/1.5.0...1.5.1 ### [`v1.5.0`](https://togithub.com/guybedford/es-module-lexer/releases/tag/1.5.0) [Compare Source](https://togithub.com/guybedford/es-module-lexer/compare/1.4.2...1.5.0) #### What's Changed - Source phase imports by [@guybedford](https://togithub.com/guybedford) in [https://github.com/guybedford/es-module-lexer/pull/168](https://togithub.com/guybedford/es-module-lexer/pull/168) **Full Changelog**: https://github.com/guybedford/es-module-lexer/compare/1.4.2...1.5.0 ### [`v1.4.2`](https://togithub.com/guybedford/es-module-lexer/releases/tag/1.4.2) [Compare Source](https://togithub.com/guybedford/es-module-lexer/compare/1.4.1...1.4.2) #### What's Changed - fix: handle regexp as default export by [@fpipita](https://togithub.com/fpipita) in [https://github.com/guybedford/es-module-lexer/pull/167](https://togithub.com/guybedford/es-module-lexer/pull/167) #### New Contributors - [@fpipita](https://togithub.com/fpipita) made their first contribution in [https://github.com/guybedford/es-module-lexer/pull/167](https://togithub.com/guybedford/es-module-lexer/pull/167) **Full Changelog**: https://github.com/guybedford/es-module-lexer/compare/1.4.1...1.4.2 ### [`v1.4.1`](https://togithub.com/guybedford/es-module-lexer/releases/tag/1.4.1) [Compare Source](https://togithub.com/guybedford/es-module-lexer/compare/1.4.0...1.4.1) #### What's Changed - fix: ignore dynamic import for `hasModulesyntax` by [@sapphi-red](https://togithub.com/sapphi-red) in [https://github.com/guybedford/es-module-lexer/pull/164](https://togithub.com/guybedford/es-module-lexer/pull/164) **Full Changelog**: https://github.com/guybedford/es-module-lexer/compare/1.4.0...1.4.1 ### [`v1.4.0`](https://togithub.com/guybedford/es-module-lexer/releases/tag/1.4.0) [Compare Source](https://togithub.com/guybedford/es-module-lexer/compare/1.3.1...1.4.0) #### What's Changed - types: add ParseError type by [@sapphi-red](https://togithub.com/sapphi-red) in [https://github.com/guybedford/es-module-lexer/pull/161](https://togithub.com/guybedford/es-module-lexer/pull/161) - feat: ESM detection support by [@sapphi-red](https://togithub.com/sapphi-red) in [https://github.com/guybedford/es-module-lexer/pull/160](https://togithub.com/guybedford/es-module-lexer/pull/160) - feat: skip trailing white space in dynamic import by [@sapphi-red](https://togithub.com/sapphi-red) in [https://github.com/guybedford/es-module-lexer/pull/162](https://togithub.com/guybedford/es-module-lexer/pull/162) #### New Contributors - [@sapphi-red](https://togithub.com/sapphi-red) made their first contribution in [https://github.com/guybedford/es-module-lexer/pull/161](https://togithub.com/guybedford/es-module-lexer/pull/161) **Full Changelog**: https://github.com/guybedford/es-module-lexer/compare/1.3.1...1.4.0 ### [`v1.3.1`](https://togithub.com/guybedford/es-module-lexer/releases/tag/1.3.1) [Compare Source](https://togithub.com/guybedford/es-module-lexer/compare/1.3.0...1.3.1) #### What's Changed - fix: dynamic import paren ranges by [@guybedford](https://togithub.com/guybedford) in [https://github.com/guybedford/es-module-lexer/pull/157](https://togithub.com/guybedford/es-module-lexer/pull/157) **Full Changelog**: https://github.com/guybedford/es-module-lexer/compare/1.3.0...1.3.1Configuration
📅 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 was generated by Mend Renovate. View the repository job log.