Skip to content

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

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2021

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

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.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)

⚠ BREAKING CHANGES

  • Version 2 (#39)

Features

Commits
  • 20102f3 chore(release): 2.0.5
  • de704ec chore(deps): update devdependency @nuxtjs/eslint-config to v6 (#74)
  • 71a57f5 chore(deps): update all non-major dependencies (#75)
  • 139b0e6 fix: spa mode
  • 2ec55d6 chore(release): 2.0.4
  • fd2ca90 chore(deps): update all non-major dependencies (#67)
  • 360d7a7 chore(deps): update commitlint monorepo to v12 (#71)
  • 43f5806 fix: types compatible with nuxt-property-decorator (#72)
  • 7234033 docs: styling
  • 7672764 docs: upgrade to Docus
  • 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 Mar 11, 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/143/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 Mar 11, 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 21, 2021

Superseded by #188.

@dependabot dependabot bot closed this May 21, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nuxtjs/color-mode-2.0.5 branch May 21, 2021 00:10
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