Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

chore(deps-dev): bump vite-plugin-dts from 1.6.6 to 2.0.2 #112

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2023

Bumps vite-plugin-dts from 1.6.6 to 2.0.2.

Release notes

Sourced from vite-plugin-dts's releases.

v2.0.2

Please refer to CHANGELOG.md for details.

v2.0.1

Please refer to CHANGELOG.md for details.

v2.0.0

Please refer to CHANGELOG.md for details.

v2.0.0-beta.3

Please refer to CHANGELOG.md for details.

v2.0.0-beta.2

Please refer to CHANGELOG.md for details.

v2.0.0-beta.1

Please refer to CHANGELOG.md for details.

v2.0.0-beta.0

Please refer to CHANGELOG.md for details.

v1.7.3

Please refer to CHANGELOG.md for details.

v1.7.2

Please refer to CHANGELOG.md for details.

v1.7.1

Please refer to CHANGELOG.md for details.

v1.7.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite-plugin-dts's changelog.

2.0.2 (2023-02-23)

Bug Fixes

  • recursively resolve extended tsconfig path (#181) (7ca8502)

2.0.1 (2023-02-23)

Bug Fixes

  • vue: correctly remove components for normal script (6dbd9af)
  • vue: error when parse no argument function (4db63b4)

2.0.0 (2023-02-23)

Bug Fixes

  • ensure watch all the files defined in include (42a755c), closes #151
  • incorrect path resolve when copy dts source files (434f69e), closes #179
  • react: unlimited init order when using with react plugin (92b82ff), closes #148

BREAKING CHANGES

  • copyDtsFiles option now default to false.

2.0.0-beta.3 (2023-02-21)

Bug Fixes

  • support manually create dts for source file (2174868), closes #178

Features

  • support parse types entry from exports in package.json (f033cf8)

2.0.0-beta.2 (2023-02-20)

Bug Fixes

  • should re-transform when file changed in watch mode (eafdd3c), closes #99
  • vue: preprocess not direct exported component (8bd769e)

Features

  • support specify log level of plugin (2c1aeb0), closes #177

2.0.0-beta.1 (2023-02-17)

Bug Fixes

... (truncated)

Commits
  • 1b07c9e release: v2.0.2
  • 7ca8502 fix: recursively resolve extended tsconfig path (#181)
  • 3ae865c release: v2.0.1
  • 6dbd9af fix(vue): correctly remove components for normal script
  • 4db63b4 fix(vue): error when parse no argument function
  • ba88cbf release: v2.0.0
  • 92b82ff fix(react): unlimited init order when using with react plugin
  • 42a755c fix: ensure watch all the files defined in include
  • 434f69e fix: incorrect path resolve when copy dts source files
  • 3d5dc7b release: v2.0.0-beta.3
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Mattia Dapino and others added 8 commits July 27, 2022 18:01
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.6.1 to 18.11.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.0.3 to 3.2.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v3.2.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts) from 1.4.0 to 1.6.6.
- [Release notes](https://github.com/qmhc/vite-plugin-dts/releases)
- [Changelog](https://github.com/qmhc/vite-plugin-dts/blob/main/CHANGELOG.md)
- [Commits](qmhc/vite-plugin-dts@v1.4.0...v1.6.6)

---
updated-dependencies:
- dependency-name: vite-plugin-dts
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
In nuxt/framework#7116 we made a breaking change allowing modules to use RC constraints. This PR fixes this.
Bumps [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts) from 1.6.6 to 2.0.2.
- [Release notes](https://github.com/qmhc/vite-plugin-dts/releases)
- [Changelog](https://github.com/qmhc/vite-plugin-dts/blob/main/CHANGELOG.md)
- [Commits](qmhc/vite-plugin-dts@v1.6.6...v2.0.2)

---
updated-dependencies:
- dependency-name: vite-plugin-dts
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant