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 mlly to v1 #15

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mlly ^0.5.17 -> ^1.7.4 age adoption passing confidence

Release Notes

unjs/mlly (mlly)

v1.7.4

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v1.7.3

Compare Source

compare changes

🩹 Fixes
  • findExportNames: Do not require space before named exports (#​285)
🏡 Chore
❤️ Contributors

v1.7.2

Compare Source

compare changes

🩹 Fixes
  • resolver: Avoid double slashes when joining id with /index (#​278)
🏡 Chore
❤️ Contributors

v1.7.1

Compare Source

compare changes

🩹 Fixes
  • interopDefault: Assign props to default function export (#​258)
🏡 Chore
❤️ Contributors

v1.7.0

Compare Source

compare changes

🚀 Enhancements
  • isValidNodeImport: Support stripComments option (#​236)
🩹 Fixes
  • findExports: Find declaration export with inline object or array (#​247)
💅 Refactors
  • interopDefault: Simplify implementation (#​243)
📖 Documentation
  • Added jsdocs to exported functions and types (#​241)
🏡 Chore
❤️ Contributors

v1.6.1

Compare Source

compare changes

🩹 Fixes
  • parseStaticImport: Omit empty import names (#​232)
❤️ Contributors
  • Patryk Tomczyk

v1.6.0

Compare Source

compare changes

🚀 Enhancements
  • Add declaration type in ESMExport (#​227)
  • utils: Add pathToFileURL (cdcbcb7)
🔥 Performance
  • resolver: Stat absolute paths once in fast path (#​229)
  • resolver: Remove intermediate pcall util (#​230)
  • resolve: Enable fast path for file urls (#​231)
🩹 Fixes
  • resolver: Strictly check input (778bd73)
💅 Refactors
  • resolver: Use pathToFileURL from mlly (982a7a9)
  • Strict type checks (77ebe50)
🏡 Chore
✅ Tests
  • resolver: Add test for node bultins (58407dd)
  • fileURLToPath, pathToFileURL: Add windows specific tests (bfa2bbe)
🤖 CI
❤️ Contributors

v1.5.0

Compare Source

compare changes

🚀 Enhancements
  • Make stripComments optional for syntax detection (#​217)
  • findExports: Extract name of default exports (#​179)
  • interopDefault: Support preferNamespace (5d23c98)
🩹 Fixes
  • Strip comment for syntax detection (#​196)
  • analyze: Ignore conmments for imports detection (#​155)
  • lookupNodeModuleSubpath: Handle conditions and nested exports (#​210)
  • analyze: Allow import statement after } (#​166)
  • interopDefault: Skip nullish values for default and explicitly return non-objects as-is (14eb72d)
  • findExports: Support multiple variables in single export (#​211)
🌊 Types
  • fileURLToPath: Accept url as input (34f6026)
🏡 Chore
  • Update deps and lockfile (7c8af63)
  • Add defaultName type to ESMExport (4acaeaf)
  • Update import-meta-resolve to v4 (#​215)
  • Add badges (78d052b)
✅ Tests
  • Add tests for resolve (8c1bead)
  • Add more tests for resolve (#​15)
❤️ Contributors

v1.4.2

Compare Source

compare changes

🩹 Fixes
  • findExports: Support generator (#​189)
🏡 Chore
❤️ Contributors
  • Pooya Parsa (@​pi0)
  • Anthony Fu <anthonyfu117@​hotmail.com>

v1.4.1

Compare Source

compare changes

🩹 Fixes
  • isValidNodeImport: Detect invalid cjs modules (#​187)
🏡 Chore
🎨 Styles
  • Format with prettier v3 (914493c)
❤️ Contributors

v1.4.0

Compare Source

compare changes

🚀 Enhancements
  • findTypeImports for finding type imports (#​163)
  • Add parseNodeModulePath and lookupNodeModuleSubpath utils (#​89)
🩹 Fixes
  • Fix resolvePath return type (#​172)
  • findStaticImports: Support special chars in import specifiers (#​169)
🏡 Chore
✅ Tests
  • Add edge case test for findStaticImports (f0b120b)
❤️ Contributors

v1.3.0

Compare Source

compare changes

🚀 Enhancements
  • Update import-meta-url to v3 (208b323)
💅 Refactors
  • Remove deprecated notice from sync resolve utils (5223f5a)
📖 Documentation
  • Mention resolveSync and resolvePathSync utils (02a5efe)
🏡 Chore
❤️ Contributors

v1.2.1

Compare Source

compare changes

🩹 Fixes
  • findStaticImports: Allow accents in import names (#​170)
📖 Documentation
🏡 Chore
❤️ Contributors

v1.2.0

Compare Source

compare changes

🚀 Enhancements
  • findTypeExports for finding type exports (#​156)
❤️ Contributors

v1.1.1

Compare Source

compare changes

📦 Build
  • Add types field to exports (190a5ec)
🏡 Chore
✅ Tests
❤️ Contributors

v1.1.0

Compare Source

Features
Bug Fixes

v1.0.0

Compare Source

0.5.17 (2022-11-14)
0.5.16 (2022-09-20)
Features
  • isValidNodeImport: mark unknown /es/ path as invalid without depending on syntax detection (resolves #​23) (70e2141)
Bug Fixes
0.5.15 (2022-09-19)
Bug Fixes
  • findExports: extract multi line named exports (#​75) (e22ead6)
  • isValidNodeImport: check type: module before other detections (8e866c3)
0.5.14 (2022-08-22)
Bug Fixes
  • findExports: support multiple exports terminated with ; (#​72) (e7a8de3)
0.5.13 (2022-08-18)
Features
  • findExports: support typescript enum exports (#​69) (ac7c37c)
0.5.12 (2022-08-12)
Bug Fixes
  • normalizeid: encode file uri after normalizing slashes (4569fa0)
0.5.11 (2022-08-12)
Bug Fixes
0.5.10 (2022-08-11)
Bug Fixes
  • resolve: always try to resolve url as dir too (#​67) (dd14c01)
0.5.9 (2022-08-10)
Bug Fixes
  • resolve: properly resolve relative to file urls (2099c28)
0.5.8 (2022-08-10)
Features
  • resolveModuleExportNames: resolve recursive star exports (50991e4)
Bug Fixes
  • resolveModuleExportNames: filter out star exports (dd63a31)
0.5.7 (2022-08-03)
Bug Fixes
  • findExports: disable tokenizer if parsing fails (resolves #​64) (4ed5c61)
0.5.6 (2022-08-03)
Features
  • resolveModuleExportNames and findExportNames (#​63) (a699573)
  • findExports: use acorn tokenizer to filter false positive exports (#​56) (7039f54)
Bug Fixes
  • findExports: get exports with trailing comma (#​61) (79a3ceb)
0.5.5 (2022-07-20)
Bug Fixes
0.5.4 (2022-06-29)
Bug Fixes
  • detectSyntax: detect export class as esm syntax (896c8a7)
  • findExports: filtering for named exports (#​55) (df908fd)
0.5.3 (2022-06-16)
Features
Bug Fixes
  • don't throw if module subpath not found (#​46) (37d5bcc)
  • make url optional in resolver created with createResolve (#​44) (7c1bda4)
0.5.2 (2022-04-13)
Bug Fixes
0.5.1 (2022-03-25)
Bug Fixes
  • inline import-meta-resolve (2c0a147)

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/mlly-1.x branch from c956c93 to 307ff61 Compare November 21, 2022 14:47
@renovate renovate bot changed the title chore(deps): update dependency mlly to v1 Update dependency mlly to v1 Dec 17, 2022
@renovate renovate bot changed the title Update dependency mlly to v1 chore(deps): update dependency mlly to v1 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/mlly-1.x branch from 307ff61 to a7d9c35 Compare January 9, 2023 19:48
@renovate renovate bot force-pushed the renovate/mlly-1.x branch from a7d9c35 to 26c7278 Compare February 17, 2023 02:34
@renovate renovate bot force-pushed the renovate/mlly-1.x branch from 26c7278 to ff0f552 Compare March 10, 2023 16:33
@renovate renovate bot force-pushed the renovate/mlly-1.x branch from ff0f552 to 9a9a9f6 Compare May 11, 2023 19:07
@renovate renovate bot force-pushed the renovate/mlly-1.x branch from 9a9a9f6 to 9e802cb Compare May 24, 2023 14:57
@renovate renovate bot force-pushed the renovate/mlly-1.x branch from 9e802cb to fc3d40a Compare June 20, 2023 20:29
@renovate renovate bot force-pushed the renovate/mlly-1.x branch from fc3d40a to 2dcf1d4 Compare August 25, 2023 23:10
@renovate renovate bot force-pushed the renovate/mlly-1.x branch from 2dcf1d4 to fd66fe9 Compare September 4, 2023 14:37
@renovate renovate bot force-pushed the renovate/mlly-1.x branch from fd66fe9 to 9148b56 Compare January 11, 2024 23:36
@renovate renovate bot force-pushed the renovate/mlly-1.x branch 2 times, most recently from e59d271 to 1c86884 Compare February 23, 2024 19:12
@renovate renovate bot force-pushed the renovate/mlly-1.x branch from 1c86884 to 88f5ba4 Compare May 1, 2024 09:17
@renovate renovate bot force-pushed the renovate/mlly-1.x branch from 88f5ba4 to 224eff6 Compare June 5, 2024 11:31
@renovate renovate bot force-pushed the renovate/mlly-1.x branch from 224eff6 to 7c74d20 Compare October 6, 2024 21:03
@renovate renovate bot force-pushed the renovate/mlly-1.x branch from 7c74d20 to 4026eed Compare November 12, 2024 10:04
@renovate renovate bot force-pushed the renovate/mlly-1.x branch from 4026eed to a6f4cb7 Compare January 13, 2025 02:55
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