Skip to content

chore(deps-dev): bump @nuxtjs/color-mode from 1.1.1 to 2.0.8#188

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/nuxtjs/color-mode-2.0.8
Closed

chore(deps-dev): bump @nuxtjs/color-mode from 1.1.1 to 2.0.8#188
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/nuxtjs/color-mode-2.0.8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github May 21, 2021

Bumps @nuxtjs/color-mode from 1.1.1 to 2.0.8.

Release notes

Sourced from @​nuxtjs/color-mode's releases.

v2.0.4

Bug Fixes

  • types compatible with nuxt-property-decorator (#72) (43f5806)

v2.0.3

  • fix: don't use window in created (#59) · 9b47c6e
  • fix(type-defs): make interface ColorModeInstance extend Vue (#62) · bac6667

v2.0.2

Bug Fixes

  • type-defs: make all options optional (#56) (7d2aaff)

v2.0.1

Bug Fixes

  • type-defs: add types reference to package (#52) (82592f4)

v2.0.0

Notes

  • ⚠️  The breaking change is only if you are using the cookie option in the V1, if you don't use it, you can upgrade easily.
  • 📘  Read the updated documentation
  • 🎮  Checkout the updated demo

Force a color mode

You can force the color mode at the page level (only parent) by setting the colorMode property:

\<template>
  <h1>This page is forced with light mode</h1>
</template>
<script>
export default {
colorMode: 'light',
}
</script>

This feature is perfect for implementing dark mode to a website incrementally by setting the non-ready pages to colorMode: 'light'.

We recommend to hide or disable the color mode picker on the page since it won't be able to change the current page color mode, using $colorMode.forced value.

See example: https://color-mode.nuxtjs.app/light

Local Storage only

... (truncated)

Changelog

Sourced from @​nuxtjs/color-mode's changelog.

2.0.8 (2021-05-20)

2.0.7 (2021-05-20)

Bug Fixes

  • move script injection into plugin for nitro compat (#85) (fb31651)

2.0.6 (2021-05-20)

2.0.5 (2021-03-10)

Bug Fixes

2.0.4 (2021-03-03)

Bug Fixes

  • types compatible with nuxt-property-decorator (#72) (43f5806)

2.0.3 (2021-01-25)

Bug Fixes

  • type-defs: make interface ColorModeInstance extend Vue (#62) (bac6667)
  • don't use window in created (#59) (9b47c6e)

2.0.2 (2020-12-04)

Bug Fixes

  • type-defs: make all options optional (#56) (7d2aaff)

2.0.1 (2020-12-02)

Bug Fixes

  • type-defs: add types reference to package (#52) (82592f4)

2.0.0 (2020-10-13)

... (truncated)

Commits
  • c34b0a3 chore(release): 2.0.8
  • 76bfc7e Revert "fix: move script injection into plugin for nitro compat (#85)"
  • 9965476 chore(release): 2.0.7
  • 6ba2dd6 chore: update dependencies
  • 10a5990 chore(release): 2.0.6
  • a283b19 chore(deps): update dependency defu to v5 (#84)
  • fb31651 fix: move script injection into plugin for nitro compat (#85)
  • 3dfb5a4 docs: fix variable name (#80)
  • 5595689 docs: improvements
  • 20102f3 chore(release): 2.0.5
  • 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)

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github May 21, 2021

Dependabot tried to add @miho01 as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/ekm1/nuxt-guard/pulls/188/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the ekm1/nuxt-guard repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github May 21, 2021

The following labels could not be found: dependencies.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github May 25, 2021

Superseded by #190.

@dependabot dependabot bot closed this May 25, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nuxtjs/color-mode-2.0.8 branch May 25, 2021 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants