Skip to content

Bump vue3-google-login from 2.0.33 to 2.1.4#7467

Merged
hardillb merged 1 commit into
mainfrom
dependabot/npm_and_yarn/vue3-google-login-2.1.4
Jun 22, 2026
Merged

Bump vue3-google-login from 2.0.33 to 2.1.4#7467
hardillb merged 1 commit into
mainfrom
dependabot/npm_and_yarn/vue3-google-login-2.1.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps vue3-google-login from 2.0.33 to 2.1.4.

Release notes

Sourced from vue3-google-login's releases.

Version 2.1.0 — Tests, lint/typecheck, publish guards, and src/ layout

Highlights

Minor release focused on maintainer tooling, quality gates, and a clearer src/ project layout. No intentional breaking changes to the public runtime API (app.use(...), GoogleLogin, helpers).

Tooling & quality

  • Tests: Vitest + Vue Test Utils with mocked Google Identity Services for fast, deterministic checks.
  • Lint & types: ESLint (Vue + TypeScript) and vue-tsc typechecking via npm run lint.
  • Git hooks: Husky pre-commit runs lint + tests.
  • Publish: prepublishOnly runs lint + tests + build so published dist/* matches what was verified.

Architecture (repository layout)

  • Replaced the old src/plugin/ tree with a flatter src/ structure (e.g. components/, composables/, google/, utils/, plus shared modules at src/ root).
  • @/ path alias for internal source imports (Vite, Vitest, Rollup); published bundles in dist/ remain resolved paths for consumers.

Housekeeping

  • Removed unused assets/deps where applicable (e.g. stray lockfiles / unused docs assets); npm-only lockfile going forward.

Version 2.0.41 — useGoogleSdk composable & TypeScript improvements

What's new

useGoogleSdk composable

A new composable that exposes reactive Google SDK state — useful for disabling custom buttons until the GSI SDK is fully loaded.

<script setup>
const { isLoaded } = useGoogleSdk()
</script>
&lt;template>
<button :disabled="!isLoaded" @​click="login">
Sign in with Google
</button>
</template>
Version 2.0.35 patch

Support nonce property in ButtonConfig #80
Option to catch install promise error #77

New Contributors
Thanks @​azertyalex and @​RobbeRls for your contributions

Commits
Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [vue3-google-login](https://github.com/devbaji/vue3-google-login) from 2.0.33 to 2.1.4.
- [Release notes](https://github.com/devbaji/vue3-google-login/releases)
- [Commits](https://github.com/devbaji/vue3-google-login/commits)

---
updated-dependencies:
- dependency-name: vue3-google-login
  dependency-version: 2.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 15, 2026
@hardillb hardillb merged commit ca67a02 into main Jun 22, 2026
28 checks passed
@hardillb hardillb deleted the dependabot/npm_and_yarn/vue3-google-login-2.1.4 branch June 22, 2026 16:35
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant