gtm-support / vue-gtm

Simple implementation of Google Tag Manager for Vue
https://www.npmjs.com/package/@gtm-support/vue-gtm
MIT License
198 stars 23 forks source link

Bump vite-plugin-dts from 1.6.6 to 2.0.2 #346

Closed dependabot[bot] closed 12 months ago

dependabot[bot] commented 1 year ago

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)
Shinigami92 commented 12 months ago

@dependabot rebase

dependabot[bot] commented 12 months ago

Looks like vite-plugin-dts is no longer a dependency, so this is no longer needed.