nuxt-extend
nuxt-extend copied to clipboard
chore(deps): update dependency jiti to v2
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
jiti | ^1.9.1 -> ^2.4.2 |
Release Notes
unjs/jiti (jiti)
v2.4.2
🩹 Fixes
-
cache: Add
+map
suffix to fs entries whensourceMaps
enabled (#352) - Use native require cache of loaded entries only (#348)
🏡 Chore
- Update deps (7b7ffef)
✅ Tests
- Simplify snapshot tests (#351)
❤️ Contributors
- Pooya Parsa (@pi0)
v2.4.1
🩹 Fixes
- Interop modules with primitive default export (#343)
🏡 Chore
- Update deps (58d3f5f)
❤️ Contributors
- Pooya Parsa (@pi0)
v2.4.0
🚀 Enhancements
- Support generic type for
jiti.import<T>
(#331)
🩹 Fixes
- Try to resolve
.ts
files with.js
extension from js files (#337)
🏡 Chore
🤖 CI
- Deno v2 compat (f4d0062)
❤️ Contributors
- Pooya Parsa (@pi0)
- Lars Kappert (@webpro)
- Alexander [email protected]
v2.3.3
🩹 Fixes
- eval: Return fallback value (#326)
💅 Refactors
- Remove some unused exports (#327)
❤️ Contributors
- Lars Kappert (@webpro)
v2.3.2
🩹 Fixes
- eval: Fallback in async mode (#325)
🏡 Chore
- Update lockfile (3627a56)
❤️ Contributors
- Pooya Parsa (@pi0)
v2.3.1
🩹 Fixes
- Conditional access to
mod.default
(8c30a94)
🏡 Chore
- Update note (f67ed60)
❤️ Contributors
- Pooya Parsa (@pi0)
v2.3.0
🚀 Enhancements
- Support
jiti.import(id, {default: true})
(#323)
🩹 Fixes
-
interopDefault: Avoid
in
operator for primitive inputs (#321)
💅 Refactors
- interopDefault: Simplify logic for default export checks (#322)
📖 Documentation
- Fix format (#320)
- Update interopDefault description and reference (61891a0)
- Add note about interop default (537fa39)
🏡 Chore
- Update lockfile (c1325e9)
❤️ Contributors
v2.2.1
🩹 Fixes
- Bump cache version (3acd097)
❤️ Contributors
- Pooya Parsa (@pi0)
v2.2.0
🚀 Enhancements
- Use smarter proxy for
interopDefault
(#318)
💅 Refactors
- Inline interopDefault from mlly (8826047)
🤖 CI
❤️ Contributors
- Pooya Parsa (@pi0)
v2.1.2
🌊 Types
- Use local
NodeModule
type (718bea2)
❤️ Contributors
- Pooya Parsa (@pi0)
v2.1.1
🩹 Fixes
- types: Add standalone types for node require (#316)
🏡 Chore
- Updarte deps (5998e3c)
✅ Tests
❤️ Contributors
- Pooya Parsa (@pi0)
v2.1.0
🚀 Enhancements
- Enable
interopDefault
by default (#310) - Support
import.meta.dirname
andimport.meta.filename
(#308)
🔥 Performance
- cli: Enable node 22 compile cache (#312)
🩹 Fixes
💅 Refactors
- Deprecate commonjs api (#313)
📦 Build
- Fix
/register
and/native
subpath types forNode10
module resolution (#304)
🏡 Chore
- Remove ext for consistency (e4a9bae)
- Add jsx field (6a4e13a)
- Update dependencies (ee90eca)
- Lint (85d7c41)
❤️ Contributors
- Pooya Parsa (@pi0)
- Arya Emami (@aryaemami59)
v2.0.0
🚀 Enhancements
- Handle
data:
imports (non-native only) (#299) - Support jsx (#200)
- Eval esm modules with fallback loader (#300)
- Support
import.meta.resolve
(#301)
🩹 Fixes
- Handle global url instance mismatch (#298)
- Optional access to
Reflect.metadata
(#165) - Add only
paths
option to nativerequire.resolve
(50e4280)
💅 Refactors
- Make
jiti.esmResolve
consistent withimport.meta.resolve
(#303)
📖 Documentation
- Add example for inline
JITI_ALIAS
(a53715a)
🏡 Chore
❤️ Contributors
- Pooya Parsa (@pi0)
- Vlad Sirenko (@sirenkovladd)
- Ethan (@yuusheng)
- Jakub Boháček [email protected]
- Daniel Roe (@danielroe)
v1.21.7
v1.21.6
🩹 Fixes
- Use internal cached modules only if loaded (#247)
v1.21.5
🩹 Fixes
From 1.21.4
v1.21.4
v1.21.3
🩹 Fixes
- Update mlly to ^1.7.1 (9adbcb3)
❤️ Contributors
- Pooya Parsa (@pi0)
v1.21.2
🩹 Fixes
- Pin mlly to 1.4.2 (#237)
❤️ Contributors
- Pooya Parsa (@pi0)
v1.21.1
🏡 Chore
- Update dependencies (0bd991b)
- Update dependencies (cfb106c)
- Update to eslint v9 (c11d953)
- Update deps and lockfile (95aa249)
- Run ci against 18 and 22 (65b4067)
- Lint (6f3bd76)
🤖 CI
- Skip extra checks (8fe6417)
❤️ Contributors
- Pooya Parsa (@pi0)
v1.21.0
🚀 Enhancements
- Add
jiti.import
function for async import (#170) - Add forward compatible (stub) types for
jiti.import
(#175)
🏡 Chore
- Enable ci for
v1
branch (0200f63) - Add banner about v1 (cc742cb)
- Add
v1
to renovate branches (2358645) - Update dependencies (fe8b267)
- Fix eslint warning (c5c7220)
❤️ Contributors
- Pooya Parsa (@pi0)
- Anthony Fu <anthonyfu117@hotmail.com>
v1.20.0
🚀 Enhancements
- Experimental native bun support (#156)
💅 Refactors
- Replace proposal babel plugins with ecmascript transforms (1fb4d8c)
❤️ Contributors
- Pooya Parsa (@pi0)
v1.19.3
🩹 Fixes
- Only replace
import.meta.env
(c6895d6)
❤️ Contributors
- Pooya Parsa (@pi0)
v1.19.2
🩹 Fixes
- Pass custom extensions to esm resolver (#152)
- Support
import.meta.env
andimport.meta.env?.prop
(#159)
🏡 Chore
- Update dependencies (09c1e7d)
- Add autofix ci (670c1f2)
- Update dependencies (2325b70)
- Upgrade dependencies (f18508c)
✅ Tests
- typescript: Remove type-only namespace access (de73bd9)
🎨 Styles
❤️ Contributors
- Pooya Parsa (@pi0)
- Anhao
v1.19.1
🩹 Fixes
- Read cache from
evalOptions
(2c1765e)
❤️ Contributors
- Pooya Parsa (@pi0)
v1.19.0
🚀 Enhancements
- Expose
jiti.evalModule
(#146)
🩹 Fixes
📖 Documentation
- Update badges (6124894)
🏡 Chore
- Lint code (fbd46e4)
- Update snapshots for node 18 (c51f049)
- Update dependencies (9aedf07)
- Update destr import (5b1c1ca)
- Fix vitest (c6798c6)
- Speficy env types (37e0692)
- Lint (37b6b7a)
- Fix development in windows (#135)
✅ Tests
- Mask node version in snapshots (64cf136)
❤️ Contributors
- Pooya Parsa (@pi0)
- Joaquín Sánchez (@userquin)
- Sébastien Chopin [email protected]
v1.18.2
🚀 Enhancements
🔥 Performance
- Use extension resolutions only for parent typescript files (27a9888)
🩹 Fixes
- Handle parretns with
c ([mts
extension too](https://github.com/unjs/jiti/commit/mts` extension too))
🏡 Chore
- Update lockfile (e91d3a1)
❤️ Contributors
v1.18.1
v1.18.0
v1.17.2
🩹 Fixes
- Add support to emit decorator metadata (#119)
- Use inline require cache to avoid circular dependencies (#125)
- Workaround for pnpm and
TMPDIR
(#123)
🏡 Chore
✅ Tests
- Add typescript satisfies fixture (#107)
🎨 Styles
- Format with prettier (42669e5)
❤️ Contributors
- Pooya Parsa (@pi0)
- Jonas Thelemann (@dargmuesli)
- Sabin Marcu (@sabinmarcu)
- Peter <peter.placzek1996@gmail.com>
v1.17.1
🩹 Fixes
- Prefer
require
condition first in esm resolve mode (#117)
💅 Refactors
- Use
mkdirSync
fromnode:fs
instead ofmkdirp
(413d3c3)
🏡 Chore
- Update dependencies (f532c57)
- Add missing semi (a9c2876)
- Switch to changelogen for releases (bd4bd8c)
❤️ Contributors
- Pooya Parsa [email protected]
v1.17.0
Features
- add support for
.mts
(#112) (94ab3f2) - support import assertions and
.json
imports with.default
property (#114) (08a9a47)
1.16.2 (2023-01-10)
1.16.1 (2023-01-03)
v1.16.2
v1.16.1
v1.16.0
Features
Bug Fixes
- deps: update pathe (6231320)
v1.15.0
Features
- basic alias support (resolves #37) (cab50cc)
- options for
nativeModules
andtransformModules
(64151af)
Bug Fixes
- manually exclude
typescript
from transpilation (dbd3f22) - use pathe for path resolution (000c6ad), closes #74
v1.14.0
Features
Bug Fixes
v1.13.0
Features
Bug Fixes
- use backslash to make import maps working in windows (e8696c7)
1.12.15 (2022-01-28)
Bug Fixes
1.12.14 (2022-01-26)
Bug Fixes
- move esm resolve behind a flag (60e094c)
1.12.13 (2022-01-25)
1.12.12 (2022-01-25)
Bug Fixes
- ensure resolve esm id exists (2d44274)
1.12.11 (2022-01-25)
Bug Fixes
1.12.10 (2022-01-25)
Bug Fixes
1.12.9 (2021-10-18)
Bug Fixes
1.12.8 (2021-10-18)
Bug Fixes
- update mlly to latest (cf178ce)
1.12.7 (2021-10-12)
1.12.6 (2021-10-02)
Bug Fixes
- avoid detecting dynamic import as esm syntax (0b904a9)
1.12.5 (2021-09-29)
Bug Fixes
- remove dynamicImport from options (ad42dd1)
1.12.4 (2021-09-29)
Bug Fixes
- remove v8-compile-cache integration (a9fe3a0)
1.12.3 (2021-09-21)
Bug Fixes
- interopDefault: allow recursive default (55e0f62)
1.12.2 (2021-09-21)
Bug Fixes
- interopDefault: handle cjs cache (1f3e4c3)
1.12.1 (2021-09-21)
Bug Fixes
- interopDefault: support mixed CJS + default (4392c6a)
v1.12.15
v1.12.14
v1.12.13
v1.12.12
v1.12.11
v1.12.10
v1.12.9
v1.12.8
v1.12.7
v1.12.6
v1.12.5
v1.12.4
v1.12.3
v1.12.2
v1.12.1
v1.12.0
Features
v1.11.0
Features
1.10.1 (2021-05-28)
Bug Fixes
- babel: properly pass plugin-transform-typescript options (7a1ae3b)
v1.10.1
v1.10.0
Features
1.9.2 (2021-05-11)
Bug Fixes
1.9.1 (2021-04-09)
v1.9.2
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 was generated by Mend Renovate. View the repository job log.