Skip to content
This repository has been archived by the owner on May 29, 2022. It is now read-only.

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

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 May 11, 2022

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

Release notes

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

v3.0.2

What's Changed

New Contributors

Full Changelog: nuxt-modules/color-mode@v3.0.2...v3.0.3

v3.0.1

Bug Fixes

  • move script to head and set forced color mode on <html> element (#128) (273f07e)

v3.0.0

v3 of @nuxtjs/color-mode requires either Nuxt Bridge or Nuxt 3. If you are using Nuxt 2 without Bridge, you should continue to use v2.

🔥 Notable changes

  1. Uses @nuxt/module-builder to build module.
  2. Refactor structure (lib -> src/dist, templates -> runtime)
  3. rewrite in TypeScript
  4. Move from templating options to creating a virtual module for greater performance
  5. Use esbuild to minify the script - note: ⚠️ it's likely this raises the minimum browser target ⚠️

👉 Migration

  1. The main change between Nuxt 2 -> Nuxt 3 is that you will define your color mode at the page level with definePageMeta:

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

... (truncated)

Changelog

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

3.0.3 (2022-05-10)

Bug Fixes

3.0.2 (2022-03-07)

Bug Fixes

  • type helper as $colorMode not colorMode (b2d89bd), closes #130

3.0.1 (2022-02-21)

Bug Fixes

  • move script to head and set forced color mode on <html> element (#128) (273f07e)

3.0.0 (2022-02-16)

⚠ BREAKING CHANGES

  • add support for nuxt 3/nuxt bridge (#118)

Features

2.1.1 (2021-08-02)

Bug Fixes

  • add script to webpack build (in dev) for storybook support (#99) (54b482b), closes #69

2.1.0 (2021-08-02)

Features

2.0.10 (2021-06-11)

... (truncated)

Commits
  • e1d6f2c chore(release): 3.0.3
  • d4ee818 fix(plugin): prevent infinite loop on watch (#145)
  • 63d86ab fix: rename useMeta to useHead (#135)
  • 4a030f0 chore: refresh lockfile (#137)
  • 95eacda chore(deps): update devdependency @​nuxtjs/eslint-config-typescript to v9 (#131)
  • ccc65da chore(deps): update codecov/codecov-action action to v3 (#136)
  • 48fbde6 chore(deps): update actions/setup-node action to v3 (#129)
  • 6697c1e chore(deps): update actions/cache action to v3 (#133)
  • f32fb7b chore(release): 3.0.2
  • 7e6699a ci: run prepare step before linting & testing
  • 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 [@nuxtjs/color-mode](https://github.com/nuxt-community/color-mode-module) from 2.0.5 to 3.0.3.
- [Release notes](https://github.com/nuxt-community/color-mode-module/releases)
- [Changelog](https://github.com/nuxt-community/color-mode-module/blob/master/CHANGELOG.md)
- [Commits](nuxt-modules/color-mode@v2.0.5...v3.0.3)

---
updated-dependencies:
- dependency-name: "@nuxtjs/color-mode"
  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 May 11, 2022
@dependabot dependabot bot requested a review from sanket143 May 11, 2022 00:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant