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 vite-plugin-dts to v3.9.1 #304

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vite-plugin-dts 3.0.0-beta.3 -> 3.9.1 age adoption passing confidence

Release Notes

qmhc/vite-plugin-dts (vite-plugin-dts)

v3.9.1

Compare Source

Bug Fixes

v3.9.0

Compare Source

Features

3.8.3 (2024-04-15)

Bug Fixes

3.8.2 (2024-04-12)

Bug Fixes
  • correctly process aliases which are inside generic types (0d204d9), closes #​317
  • ignore walk for module declaration node (1d65015), closes #​318

3.8.1 (2024-03-28)

Bug Fixes

v3.8.3

Compare Source

Bug Fixes

v3.8.2

Compare Source

Bug Fixes
  • correctly process aliases which are inside generic types (0d204d9), closes #​317
  • ignore walk for module declaration node (1d65015), closes #​318

v3.8.1

Compare Source

Bug Fixes

v3.8.0

Compare Source

Bug Fixes
Features
  • collect declared modules when rollup types (39606bd), closes #​240

3.7.3 (2024-02-21)

Bug Fixes
  • incorrect process for removing pure import (d0c0c86), closes #​301

3.7.2 (2024-01-24)

Bug Fixes
  • correct match result for alias form tsconfig (88469d0), closes #​298

3.7.1 (2024-01-15)

Bug Fixes

v3.7.3

Compare Source

Bug Fixes
  • incorrect process for removing pure import (d0c0c86), closes #​301

v3.7.2

Compare Source

Bug Fixes
  • correct match result for alias form tsconfig (88469d0), closes #​298

v3.7.1

Compare Source

Bug Fixes

v3.7.0

Compare Source

Bug Fixes
  • incorrect alias transform if using a regexp that ends with slash (213aa39), closes #​290
Features
  • add emittedFiles parameter for afterBuild hook (b06d2c4)

3.6.4 (2023-11-30)

Bug Fixes
  • should match as default export syntax (6e2d16d), closes #​285
  • using more noticeable diagnostics log (4ad9a81)

3.6.3 (2023-10-30)

Bug Fixes
  • make inject moduleResolution as patch for Vue (a6f12dc), closes #​280

3.6.2 (2023-10-27)

Bug Fixes
  • remove passing projectReferences to program (fc1209c), closes #​279

3.6.1 (2023-10-24)

Bug Fixes
  • ensure moduleResolution option in compilerOptions (01528a4), closes #​277
  • ensure rollupTypes work with cleanVueFileName (261f7bc), closes #​276

v3.6.4

Compare Source

Bug Fixes
  • should match as default export syntax (6e2d16d), closes #​285
  • using more noticeable diagnostics log (4ad9a81)

v3.6.3

Compare Source

Bug Fixes
  • make inject moduleResolution as patch for Vue (a6f12dc), closes #​280

v3.6.2

Compare Source

Bug Fixes
  • remove passing projectReferences to program (fc1209c), closes #​279

v3.6.1

Compare Source

Bug Fixes
  • ensure moduleResolution option in compilerOptions (01528a4), closes #​277
  • ensure rollupTypes work with cleanVueFileName (261f7bc), closes #​276

v3.6.0

Compare Source

Features
  • support custom api-extractor invoke options (f8c61e5), closes #​270

3.5.4 (2023-09-21)

Bug Fixes
  • ensure relative to config path if not specify include/exclude (a7bab4d), closes #​272

3.5.3 (2023-08-29)

Bug Fixes

3.5.2 (2023-08-12)

Reverts

3.5.1 (2023-08-06)

Bug Fixes

v3.5.4

Compare Source

Bug Fixes
  • ensure relative to config path if not specify include/exclude (a7bab4d), closes #​272

v3.5.3

Compare Source

Bug Fixes

v3.5.2

Compare Source

Reverts

v3.5.1

Compare Source

Bug Fixes

v3.5.0

Compare Source

Bug Fixes
  • ensure resolved type entry path ends with .d.ts (3767fdf)
  • unexpected undefined aliases (fc51b68), closes #​257
Features

v3.4.0

Compare Source

Bug Fixes
  • fails to generate hen types are already in out dir (284c77f), closes #​254
Features
  • support override the config of api-extractor (8f5929c)

3.3.1 (2023-07-17)

Bug Fixes

v3.3.1

Compare Source

Bug Fixes

v3.3.0

Compare Source

Bug Fixes
  • should pass full path to resolver.support (7088a0c)
  • using raw target when rolling up types (e53c815), closes #​242
Features

v3.2.0

Compare Source

Bug Fixes
  • ensure paths are absolute when process public root (3628877), closes #​238
  • normalize paths of resolver transform returns (3b5a945)
Features

3.1.1 (2023-07-07)

Bug Fixes
  • ensure aliases init when using Rollup (22c69a4)

v3.1.1

Compare Source

Bug Fixes
  • ensure aliases init when using Rollup (22c69a4)

v3.1.0

Compare Source

Features

3.0.3 (2023-07-03)

Bug Fixes
  • incorrect lib path process when rollup types (292b8b7), closes #​232

3.0.2 (2023-06-30)

Bug Fixes
  • error if exists same lib when transfrom dynamic imports (c187278)

3.0.1 (2023-06-30)

Bug Fixes
  • correctly process default dynamic imports (99105b0), closes #​222
  • ensure collect manual dts for js source files (5b7c5e5), closes #​184

v3.0.3

Compare Source

Bug Fixes
  • incorrect lib path process when rollup types (292b8b7), closes #​232

v3.0.2

Compare Source

Bug Fixes
  • error if exists same lib when transfrom dynamic imports (c187278)

v3.0.1

Compare Source

Bug Fixes
  • correctly process default dynamic imports (99105b0), closes #​222
  • ensure collect manual dts for js source files (5b7c5e5), closes #​184

v3.0.0

Compare Source

Bug Fixes
Features
  • add strictOutput to limit output write (07224d1)

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 requested a review from megasanjay as a code owner March 18, 2024 22:29
Copy link

vercel bot commented Mar 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vue3-marquee ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 9, 2025 1:43pm

@renovate renovate bot changed the title chore(deps): update dependency vite-plugin-dts to v3.7.3 chore(deps): update dependency vite-plugin-dts to v3.8.0 Mar 30, 2024
@renovate renovate bot changed the title chore(deps): update dependency vite-plugin-dts to v3.8.0 chore(deps): update dependency vite-plugin-dts to v3.8.1 Mar 31, 2024
@renovate renovate bot force-pushed the renovate/vite-plugin-dts-3.x-lockfile branch from 7fc3c27 to ab63049 Compare April 3, 2024 20:13
@renovate renovate bot force-pushed the renovate/vite-plugin-dts-3.x-lockfile branch from ab63049 to 311440f Compare April 14, 2024 10:50
@renovate renovate bot changed the title chore(deps): update dependency vite-plugin-dts to v3.8.1 chore(deps): update dependency vite-plugin-dts to v3.8.2 Apr 15, 2024
@renovate renovate bot changed the title chore(deps): update dependency vite-plugin-dts to v3.8.2 chore(deps): update dependency vite-plugin-dts to v3.8.3 Apr 18, 2024
@renovate renovate bot changed the title chore(deps): update dependency vite-plugin-dts to v3.8.3 chore(deps): update dependency vite-plugin-dts to v3.9.0 Apr 26, 2024
@renovate renovate bot changed the title chore(deps): update dependency vite-plugin-dts to v3.9.0 chore(deps): update dependency vite-plugin-dts to v3.9.1 May 8, 2024
@renovate renovate bot force-pushed the renovate/vite-plugin-dts-3.x-lockfile branch from 311440f to 152f145 Compare May 20, 2024 09:41
@renovate renovate bot force-pushed the renovate/vite-plugin-dts-3.x-lockfile branch from 152f145 to da4afc4 Compare May 30, 2024 10:10
@renovate renovate bot force-pushed the renovate/vite-plugin-dts-3.x-lockfile branch 2 times, most recently from 0ef31d3 to ae19d77 Compare July 29, 2024 04:28
@renovate renovate bot force-pushed the renovate/vite-plugin-dts-3.x-lockfile branch from ae19d77 to 13df8aa Compare January 23, 2025 22:07
@renovate renovate bot force-pushed the renovate/vite-plugin-dts-3.x-lockfile branch from 13df8aa to d5532cd Compare January 30, 2025 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants