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 devdependency mkdist to v1 #142

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 16, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mkdist ^0.1.0 -> ^1.5.9 age adoption passing confidence

Release Notes

unjs/mkdist (mkdist)

v1.5.9

Compare Source

compare changes

🩹 Fixes
  • dts: Handle dir + file of same name (#​245)
❤️ Contributors

v1.5.8

Compare Source

compare changes

🩹 Fixes
  • dts: Resolve directory exports in .dts files (#​244)
❤️ Contributors

v1.5.7

Compare Source

compare changes

🩹 Fixes
  • vue: Skip transpilation with multiple script blocks (#​243)
❤️ Contributors

v1.5.6

Compare Source

compare changes

🩹 Fixes
  • dts: Compatible with vue-tsc 2.0.x (#​242)
❤️ Contributors

v1.5.5

Compare Source

compare changes

🩹 Fixes
  • dts: Update for compatibility with vue-tsc >=2.1 (#​240)
❤️ Contributors

v1.5.4

Compare Source

compare changes

💅 Refactors
  • Replace fs-extra with node:fs/promises (#​231)
  • Replace globby w/ fast-glob (#​230)
🏡 Chore
  • Update deps (3515d36)
  • Remove unused mri dependency (d43b142)
  • Remove unused globby dependency` (eb1f556)
❤️ Contributors

v1.5.3

Compare Source

compare changes

🩹 Fixes
  • dts: Use ts.convertCompilerOptionsFromJson to normalise (#​224)
🏡 Chore
❤️ Contributors

v1.5.2

Compare Source

compare changes

🩹 Fixes
  • Upgrade volar implementation (#​222)
🏡 Chore
❤️ Contributors

v1.5.1

Compare Source

compare changes

🩹 Fixes
  • Dynamically import typescript when normalising options (b8afd50)
❤️ Contributors

v1.5.0

Compare Source

compare changes

🚀 Enhancements
  • Use vue-tsc generate vue declarations (#​154)
  • Support vue-tsc v2 (#​201)
  • Support custom typescript compilerOptions (#​215)
🩹 Fixes
  • De-default typescript import (c518477)
  • Log errors emitting declarations (1fb5a74)
🏡 Chore
🎨 Styles
🤖 CI
❤️ Contributors

v1.4.0

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • cjs: Hotfix babel transformation issue (94444df)
  • Resolve dynamic import paths (#​165)
  • Pass all options to loader context (ea5ba97)
🌊 Types
  • Add cjs, mts and cts to the supported extensions (e7d3ffb)
🏡 Chore
❤️ Contributors

v1.3.1

Compare Source

compare changes

🩹 Fixes
  • cjs: Hotfix babel transformation issue (94444df)
🏡 Chore
🤖 CI
  • Use conventional commit for autofix (2e20d10)
❤️ Contributors

v1.3.0

Compare Source

compare changes

🚀 Enhancements
  • Allow passing esbuild transform options (#​144)
  • Support jsx and tsx files (#​71)
  • Support configurable loaders (#​152)
  • cli: Support --minify and --target (84c59aa)
🩹 Fixes
  • Handle .cts and .mts as typescript (#​162)
💅 Refactors
  • cli: Migrate to unjs/citty (#​157)
🏡 Chore
❤️ Contributors

v1.2.0

Compare Source

compare changes

🚀 Enhancements
  • Add support for relativising type exports (#​135)
  • Add support for relativising type exports (#​140)
🏡 Chore
❤️ Contributors

v1.1.2

Compare Source

compare changes

🩹 Fixes
  • Add .js extension for relative import and exports in declarations (#​134)
❤️ Contributors

v1.1.1

Compare Source

compare changes

🩹 Fixes
  • Add support for multi-line import extension normalization (#​120)
🏡 Chore
❤️ Contributors

v1.1.0

Compare Source

Features
Bug Fixes

v1.0.0

Compare Source

0.4.1 (2022-11-15)

v0.4.1

Compare Source

v0.4.0

Compare Source

⚠ BREAKING CHANGES
  • upgrade globby
Features
Bug Fixes
0.3.13 (2022-06-23)
Bug Fixes
  • dts: introp default for typescript import (5578a7c)
0.3.12 (2022-06-23)
0.3.11 (2022-06-23)
Features
  • resolve full path to cjs cunks (df2a548)
Bug Fixes
  • downgrade pathe to 0.2.x (659f7e9)
0.3.10 (2022-02-04)
Bug Fixes
0.3.9 (2022-01-21)
Features
0.3.8 (2021-12-14)
Bug Fixes
0.3.7 (2021-12-13)
Bug Fixes
0.3.6 (2021-12-10)
Bug Fixes
0.3.5 (2021-10-20)
Bug Fixes
0.3.4 (2021-10-13)
Bug Fixes
0.3.3 (2021-07-15)
Bug Fixes
  • avoid overriding files with original extension (resolves #​11) (bb59350)
0.3.2 (2021-06-16)
0.3.1 (2021-05-24)
Bug Fixes
  • use default export with cjs transform (68e1ed1)

v0.3.13

Compare Source

v0.3.12

Compare Source

v0.3.11

Compare Source

v0.3.10

Compare Source

v0.3.9

Compare Source

v0.3.8

Compare Source

v0.3.7

Compare Source

v0.3.6

Compare Source

v0.3.5

Compare Source

v0.3.4

Compare Source

v0.3.3

Compare Source

v0.3.2

Compare Source

v0.3.1

Compare Source

v0.3.0

Compare Source

⚠ BREAKING CHANGES
  • resolve relative imports for mjs files (resolves #​7)
Features
  • resolve relative imports for mjs files (resolves #​7) (86b6175)
0.2.1 (2021-04-23)
Features

v0.2.1

Compare Source

v0.2.0

Compare Source

⚠ BREAKING CHANGES
  • emit .mjs files whn format is mjs
Features
  • emit .mjs files whn format is mjs (ec5fcc4)
0.1.7 (2021-04-14)
0.1.6 (2021-04-09)
Bug Fixes
  • update esbuild to use transform directly (9b56d1c)
0.1.5 (2021-04-08)
Features
0.1.4 (2021-04-07)
Features
  • support cleanDist option (f613c17)
0.1.3 (2021-03-30)
Bug Fixes
  • unlink before cleaning up dist dir (c8cb2b8)
0.1.2 (2021-03-06)
0.1.1 (2021-01-17)
Bug Fixes

v0.1.7

Compare Source

v0.1.6

Compare Source

v0.1.5

Compare Source

v0.1.4

Compare Source

v0.1.3

Compare Source

v0.1.2

Compare Source

v0.1.1

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/mkdist-1.x branch 2 times, most recently from bec27d3 to f6dde94 Compare April 25, 2024 20:47
@renovate renovate bot force-pushed the renovate/mkdist-1.x branch 2 times, most recently from 2bcdf2b to 59fb53c Compare June 24, 2024 18:18
@renovate renovate bot force-pushed the renovate/mkdist-1.x branch 2 times, most recently from b0dd763 to 67adac0 Compare September 6, 2024 13:19
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