4.33.0
2025-02-01
Features
- Correctly detect literal value of more negated expressions (#5812)
Bug Fixes
- Use the correct with/assert attribute key in dynamic imports (#5818)
- Fix an issue where logical expressions were considered to have the wrong value (#5819)
Pull Requests
- #5812: feat: optimize the literal value of unary expressions (@TrickyPi)
- #5816: fix(deps): update swc monorepo (major) (@renovate[bot], @lukastaegert)
- #5817: fix(deps): lock file maintenance minor/patch updates (@renovate[bot], @lukastaegert)
- #5818: support for changing the attributes key for dynamic imports (@TrickyPi)
- #5819: Return UnknownValue if getLiteralValueAtPath is called recursively within logical expressions (@TrickyPi)
- #5820: return null (@kingma-sbw)