Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency jiti to v2 #24

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jiti ^1.9.1 -> ^2.3.3 age adoption passing confidence

Release Notes

unjs/jiti (jiti)

v2.3.3

Compare Source

compare changes

🩹 Fixes
  • eval: Return fallback value (#​326)
💅 Refactors
  • Remove some unused exports (#​327)
❤️ Contributors

v2.3.2

Compare Source

compare changes

🩹 Fixes
  • eval: Fallback in async mode (#​325)
🏡 Chore
❤️ Contributors

v2.3.1

Compare Source

compare changes

🩹 Fixes
  • Conditional access to mod.default (8c30a94)
🏡 Chore
❤️ Contributors

v2.3.0

Compare Source

compare changes

🚀 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
❤️ Contributors

v2.2.1

Compare Source

compare changes

🩹 Fixes
❤️ Contributors

v2.2.0

Compare Source

compare changes

🚀 Enhancements
  • Use smarter proxy for interopDefault (#​318)
💅 Refactors
  • Inline interopDefault from mlly (8826047)
🤖 CI
❤️ Contributors

v2.1.2

Compare Source

compare changes

🌊 Types
  • Use local NodeModule type (718bea2)
❤️ Contributors

v2.1.1

Compare Source

compare changes

🩹 Fixes
  • types: Add standalone types for node require (#​316)
🏡 Chore
✅ Tests
  • Add dependency tests (1d86ca3)
  • Ignore deps for node native register (e7ffe04)
❤️ Contributors

v2.1.0

Compare Source

compare changes

🚀 Enhancements
  • Enable interopDefault by default (#​310)
  • Support import.meta.dirname and import.meta.filename (#​308)
🔥 Performance
  • cli: Enable node 22 compile cache (#​312)
🩹 Fixes
  • Make TransformOptions type strict to allow auto-complete (#​305)
  • Properly handle tsx (#​311)
💅 Refactors
📦 Build
  • Fix /register and /native subpath types for Node10 module resolution (#​304)
🏡 Chore
❤️ Contributors

v2.0.0

Compare Source

compare changes

🚀 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 native require.resolve (50e4280)
💅 Refactors
  • Make jiti.esmResolve consistent with import.meta.resolve (#​303)
📖 Documentation
  • Add example for inline JITI_ALIAS (a53715a)
🏡 Chore
❤️ Contributors

v1.21.6

Compare Source

compare changes

🩹 Fixes
  • Use internal cached modules only if loaded (#​247)

v1.21.5

Compare Source

compare changes

🩹 Fixes

From 1.21.4

  • Avoid node: protocol for node 14 compatibility (5d877de)
  • Update deps (5e11181)

v1.21.4

Compare Source

v1.21.3

Compare Source

compare changes

🩹 Fixes
❤️ Contributors

v1.21.2

Compare Source

compare changes

🩹 Fixes
❤️ Contributors

v1.21.1

Compare Source

compare changes

🏡 Chore
🤖 CI
❤️ Contributors

v1.21.0

Compare Source

compare changes

🚀 Enhancements
  • Add jiti.import function for async import (#​170)
  • Add forward compatible (stub) types for jiti.import (#​175)
🏡 Chore
❤️ Contributors
  • Pooya Parsa (@​pi0)
  • Anthony Fu <anthonyfu117@​hotmail.com>

v1.20.0

Compare Source

compare changes

🚀 Enhancements
  • Experimental native bun support (#​156)
💅 Refactors
  • Replace proposal babel plugins with ecmascript transforms (1fb4d8c)
❤️ Contributors

v1.19.3

Compare Source

compare changes

🩹 Fixes
  • Only replace import.meta.env (c6895d6)
❤️ Contributors

v1.19.2

Compare Source

compare changes

🩹 Fixes
  • Pass custom extensions to esm resolver (#​152)
  • Support import.meta.env and import.meta.env?.prop (#​159)
🏡 Chore
✅ Tests
  • typescript: Remove type-only namespace access (de73bd9)
🎨 Styles
  • Format with prettier v3 (fe61c6e)
  • Format report with prettier (6098284)
❤️ Contributors

v1.19.1

Compare Source

compare changes

🩹 Fixes
  • Read cache from evalOptions (2c1765e)
❤️ Contributors

v1.19.0

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • Handle nested circular dependencies (#​142)
  • types: Export JITIOptions and TreansformOptions (#​132)
📖 Documentation
🏡 Chore
✅ Tests
  • Mask node version in snapshots (64cf136)
❤️ Contributors

v1.18.2

Compare Source

compare changes

🚀 Enhancements
  • Allow resolving .ts files with .js extension (#​128)
  • Support import.meta.env (#​129)
🔥 Performance
  • Use extension resolutions only for parent typescript files (27a9888)
🩹 Fixes
  • Handle parretns with c ([mts extension too](unjs/jiti@mts\` extension too))
🏡 Chore
❤️ Contributors

v1.18.1

Compare Source

v1.18.0

Compare Source

v1.17.2

Compare Source

compare changes

🩹 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
❤️ Contributors

v1.17.1

Compare Source

compare changes

🩹 Fixes
  • Prefer require condition first in esm resolve mode (#​117)
💅 Refactors
  • Use mkdirSync from node:fs instead of mkdirp (413d3c3)
🏡 Chore
❤️ Contributors

v1.17.0

Compare Source

Features
1.16.2 (2023-01-10)
1.16.1 (2023-01-03)

v1.16.2

Compare Source

v1.16.1

Compare Source

v1.16.0

Compare Source

Features
  • support export namespace from syntax (resolves #​84) (ebb59cf)
Bug Fixes

v1.15.0

Compare Source

Features
  • basic alias support (resolves #​37) (cab50cc)
  • options for nativeModules and transformModules (64151af)
Bug Fixes
  • manually exclude typescript from transpilation (dbd3f22)
  • use pathe for path resolution (000c6ad), closes #​74

v1.14.0

Compare Source

Features
Bug Fixes
  • use inlined import meta plugin to inject url (#​68) (b52bb17)

v1.13.0

Compare Source

Features
  • support inline sourceMaps for easier debugging (#​46) (888db00)
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
  • default _filename if null or falsy value passed (1a24f2a)
  • pkg: do not mangle dist build (3b456e1)
1.12.10 (2022-01-25)
Bug Fixes
1.12.9 (2021-10-18)
Bug Fixes
1.12.8 (2021-10-18)
Bug Fixes
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

Compare Source

v1.12.14

Compare Source

v1.12.13

Compare Source

v1.12.12

Compare Source

v1.12.11

Compare Source

v1.12.10

Compare Source

v1.12.9

Compare Source

v1.12.8

Compare Source

v1.12.7

Compare Source

v1.12.6

Compare Source

v1.12.5

Compare Source

v1.12.4

Compare Source

v1.12.3

Compare Source

v1.12.2

Compare Source

v1.12.1

Compare Source

v1.12.0

Compare Source

Features

v1.11.0

Compare Source

Features
  • support node: and file: protocols (bbb1cb3), closes #​30
  • support mjs and cjs extensions (369c3ff)
1.10.1 (2021-05-28)
Bug Fixes
  • babel: properly pass plugin-transform-typescript options (7a1ae3b)

v1.10.1

Compare Source

v1.10.0

Compare Source

Features
  • enable allowDeclareFields for babel transform (#​33) (914499c)
1.9.2 (2021-05-11)
Bug Fixes
  • spread when pushing babel plugins from transformOptions (#​31) (f25960a)
1.9.1 (2021-04-09)

v1.9.2

Compare Source


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.

@renovate renovate bot force-pushed the renovate/jiti-2.x branch 6 times, most recently from 3edbf24 to ef8bbca Compare October 7, 2024 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants