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 vue-recaptcha from 1.3.0 to 2.0.3 #2919

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 19, 2022

Bumps vue-recaptcha from 1.3.0 to 2.0.3.

Release notes

Sourced from vue-recaptcha's releases.

v2.0.3

2.0.3 (2022-09-17)

Bug Fixes

  • upgrade vue-demi to v0.13.11 to fix vue 2.7 warning (d86f072)

v2.0.2

⚠️ this version didn't correctly publish ⚠️

2.0.2 (2022-09-17)

Bug Fixes

  • upgrade vue-demi to v0.13.11 to fix vue 2.7 warning (d86f072)

v2.0.1

What's Changed

New Contributors

Full Changelog: DanSnow/vue-recaptcha@v2.0.0...v2.0.1

v2.0.0 - Vue 3 support

It's two years from v1.3.0. I believe there already has somebody can't wait and already install from vue-v3 branch. But finally, you can install this from NPM.

Breaking Changes

  • You will need to install @vue/composition-api if you want to use this package with Vue 2
  • loadRecaptchaScript is true by default
  • VueRecaptcha now is a named export, means that you need to import it like:
    import { VueRecaptcha } from 'vue-recaptcha'
    export default  {
    components: { VueRecaptcha }
    }

Features

Full Changelog: DanSnow/vue-recaptcha@v1.3.0...v2.0.0

Changelog

Sourced from vue-recaptcha's changelog.

2.0.3 (2022-09-17)

Bug Fixes

  • upgrade vue-demi to v0.13.11 to fix vue 2.7 warning (d86f072)

2.0.2 (2022-09-17)

Bug Fixes

  • upgrade vue-demi to v0.13.11 to fix vue 2.7 warning (d86f072)
Commits
  • 549e750 chore(master): release 2.0.3
  • b9b5dad Merge pull request #912 from DanSnow/release-please--branches--master--compon...
  • da7319b chore(master): release 2.0.2
  • 7f6db9f Merge pull request #911 from DanSnow/upgrade-vue-demi
  • d86f072 fix: upgrade vue-demi to v0.13.11 to fix vue 2.7 warning
  • bd12767 ci: fix branch name
  • 67c7fac Merge pull request #803 from DanSnow/renovate/eslint-config-standard-17.x
  • e0f8158 Merge pull request #844 from DanSnow/renovate/lint-staged-13.x
  • d4f2c57 Merge pull request #818 from DanSnow/renovate/husky-8.x
  • 3aff2d0 ci: set up release please
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vue-recaptcha-2.0.3 branch 4 times, most recently from 9c5352f to 0309ba9 Compare November 3, 2022 08:16
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vue-recaptcha-2.0.3 branch from 0309ba9 to 481503c Compare December 7, 2022 22:02
Bumps [vue-recaptcha](https://github.com/DanSnow/vue-recaptcha) from 1.3.0 to 2.0.3.
- [Release notes](https://github.com/DanSnow/vue-recaptcha/releases)
- [Changelog](https://github.com/DanSnow/vue-recaptcha/blob/master/CHANGELOG.md)
- [Commits](DanSnow/vue-recaptcha@v1.3.0...v2.0.3)

---
updated-dependencies:
- dependency-name: vue-recaptcha
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vue-recaptcha-2.0.3 branch from 481503c to e793ab2 Compare January 20, 2023 22:06
@github-actions
Copy link

Hey there and thank you for opening this pull request! 👋🏼

We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted.

Details:

No release type found in pull request title "Bump vue-recaptcha from 1.3.0 to 2.0.3". Add a prefix to indicate what kind of release this pull request corresponds to. For reference, see https://www.conventionalcommits.org/

Available types:
 - feat: A new feature
 - fix: A bug fix
 - docs: Documentation only changes
 - style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
 - refactor: A code change that neither fixes a bug nor adds a feature
 - perf: A code change that improves performance
 - test: Adding missing tests or correcting existing tests
 - build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
 - ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
 - chore: Other changes that don't modify src or test files
 - revert: Reverts a previous commit

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