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

Bump @vuedoc/parser from 1.4.0 to 3.4.0 #410

Merged
merged 2 commits into from
Jan 28, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @vuedoc/parser from 1.4.0 to 3.4.0.

Release notes

Sourced from @​vuedoc/parser's releases.

v3.4.0

This release fixes some parsing issues and upgrades @babel/parser to 7.15.6.

Changes

  • Fix invalid scoped variable reference issue (#104, fed8cbc)
  • Use unknown as the default implicit type (fed8cbc)
  • Upgrade to @babel/[email protected]

v3.3.2

This release fixes a parsing of spread syntax on computed properties (#103, 9b3d1e57).

v3.3.1

This release fixes a parsing data regression and upgrade @babel/parser to 7.15.5.

Changes

  • Fix regression parsing of data value (#101, #102, 5bc42df)
  • Upgrade to @​babel/parser@​7.15.5 (1408b1e)

v3.3.0

This release adds a partial support of Vue Property Decorator 9.1.2 by parsing @ModelSync, @Ref and @VModel.

v3.2.1

This release fixes typo of type unknow to unknown (#97, 6d83e495)

v3.2.0

This release adds some improvements.

Changes

  • Handle TypeScript and JavaScript access visibility (#93, bb714299)
  • Automatic type detection for computed properties (#94, 04611b4d)

v3.1.1

This release fixes some bugs and upgrades to @babel/[email protected].

Changes

  • Now use @babel/[email protected]
  • Fix multi-line type value (#92)
  • Improve parsing of data as TSAsExpression (1ab77fd)

v3.1.0

This release fixes some bugs and introduces a new event warning to emit JSDoc syntax issue.

Changes

... (truncated)

Changelog

Sourced from @​vuedoc/parser's changelog.

Vuedoc Parser v3.4.0

This release fixes some parsing issues and upgrades @babel/parser to 7.15.6.

Changes

  • Fix invalid scoped variable reference issue (#104, fed8cbc)
  • Use unknown as the default implicit type (fed8cbc)
  • Upgrade to @babel/[email protected]

Vuedoc Parser v3.3.2

This release fixes a parsing of spread syntax on computed properties (#103, 9b3d1e57).

Vuedoc Parser v3.3.1

This release fixes a parsing data regression and upgrades @babel/parser to 7.15.5.

Changes

  • Fix regression parsing of data value (#101, #102, 5bc42df)
  • Upgrade to @​babel/parser@​7.15.5 (1408b1e)

Vuedoc Parser v3.3.0

This release adds a partial support of Vue Property Decorator 9.1.2 by parsing @ModelSync, @ref and @VModel.

Vuedoc Parser v3.2.1

This release fixes typo of type unknow to unknown (#97, 6d83e495)

Vuedoc Parser v3.2.0

This release adds some improvements.

Changes

  • Handle TypeScript and JavaScript access visibility (#93, bb714299)
  • Automatic type detection for computed properties (#94, 04611b4d)

Vuedoc Parser v3.1.1

This release fixes some bugs and upgrades to @babel/[email protected].

Changes

... (truncated)

Commits
  • 56ebfc1 Vuedoc Parser v3.4.0
  • 8669fc0 Set release version to 3.4.0
  • 4d56267 Add changelog for Vuedoc Parser v3.4.0
  • 07f5bcd Upgrade to @​babel/parser@​7.15.6
  • fed8cbc Fix invalid scoped variable reference issue
  • 63284c8 Vuedoc Parser v3.3.2
  • b59e86a Set release version to 3.3.2
  • eeb690e Add changelog for Vuedoc Parser v3.3.2
  • 9b3d1e5 Fix parsing of Spread syntax on computed properties
  • 4326743 Fix parsing of Spread syntax on computed properties
  • 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)

Bumps [@vuedoc/parser](https://gitlab.com/vuedoc/parser) from 1.4.0 to 3.4.0.
- [Release notes](https://gitlab.com/vuedoc/parser/tags)
- [Changelog](https://gitlab.com/vuedoc/parser/blob/main/CHANGELOG.md)
- [Commits](https://gitlab.com/vuedoc/parser/compare/v1.4.0...v3.4.0)

---
updated-dependencies:
- dependency-name: "@vuedoc/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 27, 2023
@rtibbles rtibbles merged commit b54eebf into develop Jan 28, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vuedoc/parser-3.4.0 branch January 28, 2023 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant