🙊 live2d anime figure Vuejs component.

Overview

qiokian - anime in Vue.js!

🙊 live2d anime figure Vuejs component.

forthebadge forthebadge forthebadge forthebadge forthebadge forthebadge

Shishiro Botan


🔗 Demo Link

qiokian qiokian landing page

🛠 Project setup

📥 Install dependencies

npm install

🔨 Compiles and hot-reloads for development

npm run serve

📦 Compiles and minifies for production

npm run build

🧱 Usage

  • Add

    <link
    	rel="stylesheet"
    	href="https://cdn.jsdelivr.net/npm/font-awesome/css/font-awesome.min.css"
    />

    into index.html

  • globally import the component in App.vue and use it. The component is in @/components/figures.vue. An exeplar App.vue snippet is shown below:

    import Figures from "@/components/figures.vue";
    export default {
    	components: {
    		Figures
    	}
    };

📈 Plans

  • Shishiro Botan Model (Anyone willing to help?)
  • Fix lint issues

Inspired by https://github.com/stevenjoezhang/live2d-widget.

All forms of contribution are welcome, and yes, stars please.

Comments
  • chore(deps-dev): bump @vue/cli-service from 3.12.1 to 4.5.13

    chore(deps-dev): bump @vue/cli-service from 3.12.1 to 4.5.13

    Bumps @vue/cli-service from 3.12.1 to 4.5.13.

    Release notes

    Sourced from @​vue/cli-service's releases.

    v4.5.13

    :bug: Bug Fix

    • @vue/babel-preset-app
      • #6459 fix: fix modern mode optional chaining syntax tranpilation (@​sodatea)
    • @vue/cli-plugin-unit-mocha
    • @vue/cli-service

    Others

    Committers: 3

    v4.5.12

    • bump vue-codemod to work around an NPM hoisting bug
    • bump minimum required JSX preset / plugin versions, fixes vuejs/jsx#183
    • bump default typescript version to 4.1 and prettier version to 2.x for new projects, fixes #6299

    v4.5.11

    :bug: Bug Fix

    Committers: 1

    v4.5.10

    :bug: Bug Fix

    • @vue/cli-plugin-unit-mocha
    • @vue/cli-plugin-unit-mocha, @vue/cli-service
    • @vue/cli-ui
    • @vue/cli-service-global, @vue/cli-service

    Committers: 3

    ... (truncated)

    Changelog

    Sourced from @​vue/cli-service's changelog.

    4.5.13 (2021-05-08)

    :bug: Bug Fix

    • @vue/babel-preset-app
      • #6459 fix: fix modern mode optional chaining syntax tranpilation (@​sodatea)
    • @vue/cli-plugin-unit-mocha
    • @vue/cli-service

    Others

    Committers: 3

    4.5.12 (2021-03-17)

    • bump vue-codemod to work around an NPM hoisting bug
    • bump minimum required JSX preset / plugin versions, fixes vuejs/jsx#183
    • bump default typescript version to 4.1 and prettier version to 2.x for new projects, fixes #6299

    4.5.11 (2021-01-22)

    :bug: Bug Fix

    Committers: 1

    4.5.10 (2021-01-06)

    :bug: Bug Fix

    • @vue/cli-plugin-unit-mocha
    • @vue/cli-plugin-unit-mocha, @vue/cli-service
    • @vue/cli-ui
    • @vue/cli-service-global, @vue/cli-service

    ... (truncated)

    Commits

    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)
    dependencies 
    opened by dependabot[bot] 3
  • chore(deps-dev): bump rollup-plugin-vue from 5.1.9 to 6.0.0

    chore(deps-dev): bump rollup-plugin-vue from 5.1.9 to 6.0.0

    Bumps rollup-plugin-vue from 5.1.9 to 6.0.0.

    Changelog

    Sourced from rollup-plugin-vue's changelog.

    6.0.0 (2020-11-25)

    Features

    6.0.0-beta.11 (2020-11-02)

    Bug Fixes

    • add language fallback for template code (#407) (e334e8c)
    • avoid adding render function when no template in an SFC (#387) (6960203)
    • avoid conflicting filename for sourcemaps (#375) (4ec1315)
    • default render function name for ssr (#402) (714afd7)
    • support options for template block preprocessor render (#377) (3222451)

    Features

    • add watchers to imports within vue files (#385) (cd41410)

    6.0.0-beta.9 (2020-07-16)

    Features

    • distinguish options for different CSS preprocessing languages (#366) (860595e)

    6.0.0-beta.8 (2020-07-15)

    Bug Fixes

    • backwards compat with older versions of compiler-sfc (7cb9fa4)

    6.0.0-beta.7 (2020-07-15)

    Features

    ... (truncated)

    Commits

    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)
    dependencies 
    opened by dependabot[bot] 3
  • chore(deps-dev): bump babel-jest from 27.1.0 to 27.5.0

    chore(deps-dev): bump babel-jest from 27.1.0 to 27.5.0

    Bumps babel-jest from 27.1.0 to 27.5.0.

    Release notes

    Sourced from babel-jest's releases.

    v27.5.0

    Features

    • [expect] Add asymmetric matcher expect.closeTo (#12243)
    • [jest-mock] Added mockFn.mock.lastCall to retrieve last argument (#12285)

    Fixes

    • [expect] Add a fix for .toHaveProperty('') (#12251)
    • [jest-each, @jest/globals] Allow passing ReadonlyArray type of a table to describe.each and test.each (#12297)
    • [@jest/globals] Add missing options argument to jest.doMock typing (#12292)
    • [jest-environment-node] Add atob and btoa (#12269)
    • [jest-matcher-utils] Correct diff for expected asymmetric matchers (#12264)
    • [jest-message-util] Fix .getTopFrame() (and toMatchInlineSnapshot()) with mjs files (#12277)

    Chore & Maintenance

    • [*] Update graceful-fs to ^4.2.9 (#11749)

    Performance

    • [jest-resolve] perf: skip error creation on not found stat calls (#11749)

    New Contributors

    Full Changelog: https://github.com/facebook/jest/compare/v27.4.7...v27.5.0

    v27.4.7

    Fixes

    • jest-config Add missing @babel/core dependency (#12216)

    Full Changelog: https://github.com/facebook/jest/compare/v27.4.6...v27.4.7

    v27.4.6

    Fixes

    • [jest-environment-node] Add AbortSignal (#12157)

    ... (truncated)

    Changelog

    Sourced from babel-jest's changelog.

    27.5.0

    Features

    • [expect] Add asymmetric matcher expect.closeTo (#12243)
    • [jest-mock] Added mockFn.mock.lastCall to retrieve last argument (#12285)

    Fixes

    • [expect] Add a fix for .toHaveProperty('') (#12251)
    • [jest-each, @jest/globals] Allow passing ReadonlyArray type of a table to describe.each and test.each (#12297)
    • [@jest/globals] Add missing options argument to jest.doMock typing (#12292)
    • [jest-environment-node] Add atob and btoa (#12269)
    • [jest-matcher-utils] Correct diff for expected asymmetric matchers (#12264)
    • [jest-message-util] Fix .getTopFrame() (and toMatchInlineSnapshot()) with mjs files (#12277)

    Chore & Maintenance

    • [*] Update graceful-fs to ^4.2.9 (#11749)

    Performance

    • [jest-resolve] perf: skip error creation on not found stat calls (#11749)

    27.4.7

    Fixes

    • jest-config Add missing @babel/core dependency (#12216)

    27.4.6

    Fixes

    • [jest-environment-node] Add AbortSignal (#12157)
    • [jest-environment-node] Add Missing node global performance (#12002)
    • [jest-runtime] Handle missing mocked property (#12213)
    • [@jest/transform] Update dependency package pirates to 4.0.4 (#12002)

    Performance

    • jest-config perf: only register ts-node once when loading TS config files (#12160)

    27.4.5

    Fixes

    • [jest-worker] Stop explicitly passing process.env (#12141)

    27.4.4

    ... (truncated)

    Commits

    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)
    dependencies 
    opened by dependabot[bot] 1
  • chore(deps-dev): bump jest from 27.1.0 to 27.5.0

    chore(deps-dev): bump jest from 27.1.0 to 27.5.0

    Bumps jest from 27.1.0 to 27.5.0.

    Release notes

    Sourced from jest's releases.

    v27.5.0

    Features

    • [expect] Add asymmetric matcher expect.closeTo (#12243)
    • [jest-mock] Added mockFn.mock.lastCall to retrieve last argument (#12285)

    Fixes

    • [expect] Add a fix for .toHaveProperty('') (#12251)
    • [jest-each, @jest/globals] Allow passing ReadonlyArray type of a table to describe.each and test.each (#12297)
    • [@jest/globals] Add missing options argument to jest.doMock typing (#12292)
    • [jest-environment-node] Add atob and btoa (#12269)
    • [jest-matcher-utils] Correct diff for expected asymmetric matchers (#12264)
    • [jest-message-util] Fix .getTopFrame() (and toMatchInlineSnapshot()) with mjs files (#12277)

    Chore & Maintenance

    • [*] Update graceful-fs to ^4.2.9 (#11749)

    Performance

    • [jest-resolve] perf: skip error creation on not found stat calls (#11749)

    New Contributors

    Full Changelog: https://github.com/facebook/jest/compare/v27.4.7...v27.5.0

    v27.4.7

    Fixes

    • jest-config Add missing @babel/core dependency (#12216)

    Full Changelog: https://github.com/facebook/jest/compare/v27.4.6...v27.4.7

    v27.4.6

    Fixes

    • [jest-environment-node] Add AbortSignal (#12157)

    ... (truncated)

    Changelog

    Sourced from jest's changelog.

    27.5.0

    Features

    • [expect] Add asymmetric matcher expect.closeTo (#12243)
    • [jest-mock] Added mockFn.mock.lastCall to retrieve last argument (#12285)

    Fixes

    • [expect] Add a fix for .toHaveProperty('') (#12251)
    • [jest-each, @jest/globals] Allow passing ReadonlyArray type of a table to describe.each and test.each (#12297)
    • [@jest/globals] Add missing options argument to jest.doMock typing (#12292)
    • [jest-environment-node] Add atob and btoa (#12269)
    • [jest-matcher-utils] Correct diff for expected asymmetric matchers (#12264)
    • [jest-message-util] Fix .getTopFrame() (and toMatchInlineSnapshot()) with mjs files (#12277)

    Chore & Maintenance

    • [*] Update graceful-fs to ^4.2.9 (#11749)

    Performance

    • [jest-resolve] perf: skip error creation on not found stat calls (#11749)

    27.4.7

    Fixes

    • jest-config Add missing @babel/core dependency (#12216)

    27.4.6

    Fixes

    • [jest-environment-node] Add AbortSignal (#12157)
    • [jest-environment-node] Add Missing node global performance (#12002)
    • [jest-runtime] Handle missing mocked property (#12213)
    • [@jest/transform] Update dependency package pirates to 4.0.4 (#12002)

    Performance

    • jest-config perf: only register ts-node once when loading TS config files (#12160)

    27.4.5

    Fixes

    • [jest-worker] Stop explicitly passing process.env (#12141)

    27.4.4

    ... (truncated)

    Commits
    • 247cbe6 v27.5.0
    • d9ddd00 chore: update changelog for release
    • 5eed973 chore(lint): disable @​typescript-eslint/no-unused-vars rule for tests and moc...
    • 5160ae0 feat(expect): add asymmetric matcher expect.closeTo (#12243)
    • 33b2cc0 chore: get rid of peer dependency warning from react-native-codegen
    • d0f71d1 chore: add missing peer dep
    • f3390fe chore: use u flag for regexes (#12249)
    • 4715c09 chore(docs): add note about retryTimes placement (#12212)
    • 9d6fb4b chore(docs): specify an error message in Timermocks (#12248)
    • 02506f8 chore(docs): fix broken link in Snapshot Testing docs (#12254)
    • 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)
    dependencies 
    opened by dependabot[bot] 1
  • chore(deps-dev): bump eslint-plugin-vue from 7.17.0 to 8.4.1

    chore(deps-dev): bump eslint-plugin-vue from 7.17.0 to 8.4.1

    Bumps eslint-plugin-vue from 7.17.0 to 8.4.1.

    Release notes

    Sourced from eslint-plugin-vue's releases.

    v8.4.1

    🐛 Bug Fixes

    • #1782 Support template literal component names in vue/no-undef-components rule.
    • #1790 Fixed false positives due to conflicts with other rules in vue/no-unused-properties rule.

    Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v8.4.0...v8.4.1

    v8.4.0

    ✨ Enhancements

    🐛 Bug Fixes

    ⚙️ Updates

    Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v8.3.0...v8.4.0

    v8.3.0

    🐛 Bug Fixes

    ⚙️ Updates

    Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v8.2.0...v8.3.0

    v8.2.0

    ✨ Enhancements

    🐛 Bug Fixes

    ... (truncated)

    Commits
    • 7ebbd85 8.4.1
    • bd1fcb5 Fix false positives due to conflicts with other rules in `vue/no-unused-prope...
    • d6f0337 Meta: Fix replacedBy position (#1783)
    • 56bcdb4 Support template literal component names in vue/no-undef-components (#1782)
    • 45a7650 8.4.0
    • 9fa8ede Skip conditional expressions in vue/valid-next-tick (#1777)
    • 0ca5f9d Fix false positives for CSS v-bind() in vue/no-extra-parens rule (#1775)
    • 017cc22 Fix false positives for v-bind="obj" with v-model in `vue/attributes-orde...
    • a2c4af2 Fix false positives for import brace in vue/script-indent rule (#1770)
    • f527e27 Add vue/quote-props rule (#1769)
    • 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)
    dependencies 
    opened by dependabot[bot] 1
  • chore(deps-dev): bump eslint-plugin-vue from 7.17.0 to 8.4.0

    chore(deps-dev): bump eslint-plugin-vue from 7.17.0 to 8.4.0

    Bumps eslint-plugin-vue from 7.17.0 to 8.4.0.

    Release notes

    Sourced from eslint-plugin-vue's releases.

    v8.4.0

    ✨ Enhancements

    🐛 Bug Fixes

    ⚙️ Updates

    Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v8.3.0...v8.4.0

    v8.3.0

    🐛 Bug Fixes

    ⚙️ Updates

    Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v8.2.0...v8.3.0

    v8.2.0

    ✨ Enhancements

    🐛 Bug Fixes

    :gear: Updates

    ... (truncated)

    Commits
    • 45a7650 8.4.0
    • 9fa8ede Skip conditional expressions in vue/valid-next-tick (#1777)
    • 0ca5f9d Fix false positives for CSS v-bind() in vue/no-extra-parens rule (#1775)
    • 017cc22 Fix false positives for v-bind="obj" with v-model in `vue/attributes-orde...
    • a2c4af2 Fix false positives for import brace in vue/script-indent rule (#1770)
    • f527e27 Add vue/quote-props rule (#1769)
    • 32d1fb7 Improve documentation (#1768)
    • 9c2c15f Fix typo
    • 2596826 Fix typo
    • ee1e1e5 Add vue/no-undef-components rule and deprecate `vue/no-unregistered-compone...
    • 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)
    dependencies 
    opened by dependabot[bot] 1
  • chore(deps-dev): bump eslint-plugin-vue from 7.17.0 to 8.3.0

    chore(deps-dev): bump eslint-plugin-vue from 7.17.0 to 8.3.0

    Bumps eslint-plugin-vue from 7.17.0 to 8.3.0.

    Release notes

    Sourced from eslint-plugin-vue's releases.

    v8.3.0

    🐛 Bug Fixes

    ⚙️ Updates

    Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v8.2.0...v8.3.0

    v8.2.0

    ✨ Enhancements

    🐛 Bug Fixes

    :gear: Updates

    Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v8.1.1...v8.2.0

    v8.1.1

    🐛 Bug Fixes


    Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v8.1.0...v8.1.1

    v8.1.0

    ✨ Enhancements

    🐛 Bug Fixes

    ... (truncated)

    Commits
    • 9c6910e 8.3.0
    • 834411e Fix false positive for unknown emits definition in `vue/require-explicit-emit...
    • a475176 Fix crash on \<textarea> without end tag in vue/html-indent rule (#1755)
    • e7b77aa Report $set and $nextTick in computed properties (#1750)
    • 2472ffa docs: fix grammatical error (#1754)
    • f000613 8.2.0
    • 024c8d8 Add built-in component tests in vue/component-name-in-template-casing (#1737)
    • 09d7bed Fix false positives for import binding in vue/valid-define-emits and `vue/v...
    • 8a0b2c8 Add new rule vue/prefer-separate-static-class (#1729)
    • fe82fb5 Add support for ts4.5 to vue/script-indent rule (#1719)
    • 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)
    dependencies 
    opened by dependabot[bot] 1
  • chore(deps-dev): bump @babel/preset-env from 7.15.0 to 7.16.8

    chore(deps-dev): bump @babel/preset-env from 7.15.0 to 7.16.8

    Bumps @babel/preset-env from 7.15.0 to 7.16.8.

    Release notes

    Sourced from @​babel/preset-env's releases.

    v7.16.8 (2022-01-10)

    Thanks @​imtaotao and @​ozanhonamlioglu for your first PRs!

    :bug: Bug Fix

    • babel-generator, babel-plugin-syntax-typescript, babel-plugin-transform-parameters
    • babel-traverse
    • babel-register
    • babel-plugin-transform-modules-commonjs
    • babel-plugin-transform-typescript

    :nail_care: Polish

    :house: Internal

    • babel-helper-fixtures, babel-plugin-proposal-record-and-tuple, babel-preset-env

    :microscope: Output optimization

    • babel-helper-remap-async-to-generator, babel-helper-wrap-function, babel-plugin-transform-async-to-generator

    Committers: 8

    v7.16.7 (2021-12-31)

    Thanks @​exb for your first PR!

    :eyeglasses: Spec Compliance

    • babel-parser

    :bug: Bug Fix

    • babel-plugin-transform-runtime, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
      • #14081 Import the correct ./typeof.js helper in @babel/runtime (@​exb)
    • babel-helpers

    ... (truncated)

    Changelog

    Sourced from @​babel/preset-env's changelog.

    v7.16.8 (2022-01-10)

    :bug: Bug Fix

    • babel-generator, babel-plugin-syntax-typescript, babel-plugin-transform-parameters
    • babel-traverse
    • babel-register
    • babel-plugin-transform-modules-commonjs
    • babel-plugin-transform-typescript

    :nail_care: Polish

    :house: Internal

    • babel-helper-fixtures, babel-plugin-proposal-record-and-tuple, babel-preset-env

    :microscope: Output optimization

    • babel-helper-remap-async-to-generator, babel-helper-wrap-function, babel-plugin-transform-async-to-generator

    v7.16.7 (2021-12-31)

    :eyeglasses: Spec Compliance

    • babel-parser

    :bug: Bug Fix

    • babel-plugin-transform-runtime, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
      • #14081 Import the correct ./typeof.js helper in @babel/runtime (@​exb)
    • babel-helpers
    • babel-helper-function-name, babel-plugin-transform-function-name

    :nail_care: Polish

    v7.16.6 (2021-12-14)

    :bug: Bug Fix

    v7.16.5 (2021-12-13)

    :eyeglasses: Spec Compliance

    ... (truncated)

    Commits

    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)
    dependencies 
    opened by dependabot[bot] 1
  • chore(deps-dev): bump jest from 27.1.0 to 27.4.7

    chore(deps-dev): bump jest from 27.1.0 to 27.4.7

    Bumps jest from 27.1.0 to 27.4.7.

    Release notes

    Sourced from jest's releases.

    v27.4.7

    Fixes

    • jest-config Add missing @babel/core dependency (#12216)

    Full Changelog: https://github.com/facebook/jest/compare/v27.4.6...v27.4.7

    v27.4.6

    Fixes

    • [jest-environment-node] Add AbortSignal (#12157)
    • [jest-environment-node] Add Missing node global performance (#12002)
    • [jest-runtime] Handle missing mocked property (#12213)
    • [@jest/transform] Update dependency package pirates to 4.0.4 (#12002)

    Performance

    • jest-config perf: only register ts-node once when loading TS config files (#12160)

    New Contributors

    Full Changelog: https://github.com/facebook/jest/compare/v27.4.5...v27.4.6

    v27.4.5

    Fixes

    • [jest-worker] Stop explicitly passing process.env (#12141)

    New Contributors

    Full Changelog: https://github.com/facebook/jest/compare/v27.4.4...v27.4.5

    v27.4.4

    Fixes

    • [babel-jest] Add process.version chunk to the cache key (#12122)
    • [jest-environment] Add mocked to jest object (#12133)
    • [jest-worker] Stop explicitly passing execArgv (#12128)

    Chore & Maintenance

    • [website] Fix the card front that looks overlapping part of the card back

    ... (truncated)

    Changelog

    Sourced from jest's changelog.

    27.4.7

    Fixes

    • jest-config Add missing @babel/core dependency (#12216)

    27.4.6

    Fixes

    • [jest-environment-node] Add AbortSignal (#12157)
    • [jest-environment-node] Add Missing node global performance (#12002)
    • [jest-runtime] Handle missing mocked property (#12213)
    • [@jest/transform] Update dependency package pirates to 4.0.4 (#12002)

    Performance

    • jest-config perf: only register ts-node once when loading TS config files (#12160)

    27.4.5

    Fixes

    • [jest-worker] Stop explicitly passing process.env (#12141)

    27.4.4

    Fixes

    • [babel-jest] Add process.version chunk to the cache key (#12122)
    • [jest-environment] Add mocked to jest object (#12133)
    • [jest-worker] Stop explicitly passing execArgv (#12128)

    Chore & Maintenance

    • [website] Fix the card front that looks overlapping part of the card back

    27.4.3

    Fixes

    • [jest-environment-jsdom] Remove @types/jsdom dependency (and make its dom property private) (#12107)

    27.4.2

    Fixes

    • [jest-worker] Add additional execArgv to filter (#12103)

    27.4.1

    ... (truncated)

    Commits

    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)
    dependencies 
    opened by dependabot[bot] 1
  • chore(deps-dev): bump babel-jest from 27.1.0 to 27.4.6

    chore(deps-dev): bump babel-jest from 27.1.0 to 27.4.6

    Bumps babel-jest from 27.1.0 to 27.4.6.

    Release notes

    Sourced from babel-jest's releases.

    v27.4.6

    Fixes

    • [jest-environment-node] Add AbortSignal (#12157)
    • [jest-environment-node] Add Missing node global performance (#12002)
    • [jest-runtime] Handle missing mocked property (#12213)
    • [@jest/transform] Update dependency package pirates to 4.0.4 (#12002)

    Performance

    • jest-config perf: only register ts-node once when loading TS config files (#12160)

    New Contributors

    Full Changelog: https://github.com/facebook/jest/compare/v27.4.5...v27.4.6

    v27.4.5

    Fixes

    • [jest-worker] Stop explicitly passing process.env (#12141)

    New Contributors

    Full Changelog: https://github.com/facebook/jest/compare/v27.4.4...v27.4.5

    v27.4.4

    Fixes

    • [babel-jest] Add process.version chunk to the cache key (#12122)
    • [jest-environment] Add mocked to jest object (#12133)
    • [jest-worker] Stop explicitly passing execArgv (#12128)

    Chore & Maintenance

    • [website] Fix the card front that looks overlapping part of the card back

    New Contributors

    Full Changelog: https://github.com/facebook/jest/compare/v27.4.3...v27.4.4

    ... (truncated)

    Changelog

    Sourced from babel-jest's changelog.

    27.4.6

    Fixes

    • [jest-environment-node] Add AbortSignal (#12157)
    • [jest-environment-node] Add Missing node global performance (#12002)
    • [jest-runtime] Handle missing mocked property (#12213)
    • [@jest/transform] Update dependency package pirates to 4.0.4 (#12002)

    Performance

    • jest-config perf: only register ts-node once when loading TS config files (#12160)

    27.4.5

    Fixes

    • [jest-worker] Stop explicitly passing process.env (#12141)

    27.4.4

    Fixes

    • [babel-jest] Add process.version chunk to the cache key (#12122)
    • [jest-environment] Add mocked to jest object (#12133)
    • [jest-worker] Stop explicitly passing execArgv (#12128)

    Chore & Maintenance

    • [website] Fix the card front that looks overlapping part of the card back

    27.4.3

    Fixes

    • [jest-environment-jsdom] Remove @types/jsdom dependency (and make its dom property private) (#12107)

    27.4.2

    Fixes

    • [jest-worker] Add additional execArgv to filter (#12103)

    27.4.1

    Fixes

    • [jest-worker] Filter execArgv correctly (#12097)

    27.4.0

    ... (truncated)

    Commits

    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)
    dependencies 
    opened by dependabot[bot] 1
  • chore(deps-dev): bump @babel/preset-env from 7.15.0 to 7.16.7

    chore(deps-dev): bump @babel/preset-env from 7.15.0 to 7.16.7

    Bumps @babel/preset-env from 7.15.0 to 7.16.7.

    Release notes

    Sourced from @​babel/preset-env's releases.

    v7.16.7 (2021-12-31)

    Thanks @​exb for your first PR!

    :eyeglasses: Spec Compliance

    • babel-parser

    :bug: Bug Fix

    • babel-plugin-transform-runtime, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
      • #14081 Import the correct ./typeof.js helper in @babel/runtime (@​exb)
    • babel-helpers
    • babel-helper-function-name, babel-plugin-transform-function-name

    :nail_care: Polish

    Committers: 4

    v7.16.6 (2021-12-14)

    :bug: Bug Fix

    Committers: 2

    v7.16.5 (2021-12-13)

    Thanks @​chimurai and @​krosenberg for your first PRs!

    :eyeglasses: Spec Compliance

    • babel-cli, babel-core, babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-proposal-decorators, babel-plugin-transform-classes, babel-plugin-transform-jscript, babel-plugin-transform-parameters, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env

    :bug: Bug Fix

    • babel-plugin-transform-parameters
    • babel-plugin-transform-arrow-functions, babel-traverse
    • babel-parser

    ... (truncated)

    Changelog

    Sourced from @​babel/preset-env's changelog.

    v7.16.7 (2021-12-31)

    :eyeglasses: Spec Compliance

    • babel-parser

    :bug: Bug Fix

    • babel-plugin-transform-runtime, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
      • #14081 Import the correct ./typeof.js helper in @babel/runtime (@​exb)
    • babel-helpers
    • babel-helper-function-name, babel-plugin-transform-function-name

    :nail_care: Polish

    v7.16.6 (2021-12-14)

    :bug: Bug Fix

    v7.16.5 (2021-12-13)

    :eyeglasses: Spec Compliance

    • babel-cli, babel-core, babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-proposal-decorators, babel-plugin-transform-classes, babel-plugin-transform-jscript, babel-plugin-transform-parameters, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env

    :bug: Bug Fix

    • babel-plugin-transform-parameters
    • babel-plugin-transform-arrow-functions, babel-traverse
    • babel-parser
    • babel-traverse
    • babel-generator
    • babel-plugin-transform-react-jsx
    • babel-helper-create-class-features-plugin, babel-helper-environment-visitor, babel-helper-member-expression-to-functions, babel-helper-module-transforms, babel-helper-replace-supers, babel-plugin-transform-classes, babel-traverse

    :nail_care: Polish

    :memo: Documentation

    ... (truncated)

    Commits

    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)
    dependencies 
    opened by dependabot[bot] 1
  • chore(deps-dev): bump eslint-plugin-vue from 7.17.0 to 8.5.0

    chore(deps-dev): bump eslint-plugin-vue from 7.17.0 to 8.5.0

    Bumps eslint-plugin-vue from 7.17.0 to 8.5.0.

    Release notes

    Sourced from eslint-plugin-vue's releases.

    v8.5.0

    ✨ Enhancements

    Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v8.4.1...v8.5.0

    v8.4.1

    🐛 Bug Fixes

    Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v8.4.0...v8.4.1

    v8.4.0

    ✨ Enhancements

    🐛 Bug Fixes

    ⚙️ Updates

    Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v8.3.0...v8.4.0

    v8.3.0

    🐛 Bug Fixes

    ⚙️ Updates

    Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v8.2.0...v8.3.0

    ... (truncated)

    Commits

    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)
    dependencies 
    opened by dependabot[bot] 0
  • chore(deps-dev): bump babel-jest from 27.1.0 to 27.5.1

    chore(deps-dev): bump babel-jest from 27.1.0 to 27.5.1

    Bumps babel-jest from 27.1.0 to 27.5.1.

    Release notes

    Sourced from babel-jest's releases.

    v27.5.1

    Features

    • [jest-config] Support comments in JSON config file (#12316)
    • [pretty-format] Expose ConvertAnsi plugin (#12308)

    Fixes

    • [expect] Add type definitions for asymmetric closeTo matcher (#12304)
    • [jest-cli] Load binary via exported API (#12315)
    • [jest-config] Replace jsonlint with parse-json (#12316)
    • [jest-repl] Make module importable (#12311 & #12315)

    Chore & Maintenance

    • [*] Avoid anonymous default exports (#12313)

    New Contributors

    Full Changelog: https://github.com/facebook/jest/compare/v27.5.0...v27.5.1

    v27.5.0

    Features

    • [expect] Add asymmetric matcher expect.closeTo (#12243)
    • [jest-mock] Added mockFn.mock.lastCall to retrieve last argument (#12285)

    Fixes

    • [expect] Add a fix for .toHaveProperty('') (#12251)
    • [jest-each, @jest/globals] Allow passing ReadonlyArray type of a table to describe.each and test.each (#12297)
    • [@jest/globals] Add missing options argument to jest.doMock typing (#12292)
    • [jest-environment-node] Add atob and btoa (#12269)
    • [jest-matcher-utils] Correct diff for expected asymmetric matchers (#12264)
    • [jest-message-util] Fix .getTopFrame() (and toMatchInlineSnapshot()) with mjs files (#12277)

    Chore & Maintenance

    • [*] Update graceful-fs to ^4.2.9 (#11749)

    Performance

    • [jest-resolve] perf: skip error creation on not found stat calls (#11749)

    New Contributors

    ... (truncated)

    Changelog

    Sourced from babel-jest's changelog.

    27.5.1

    Features

    • [jest-config] Support comments in JSON config file (#12316)
    • [pretty-format] Expose ConvertAnsi plugin (#12308)

    Fixes

    • [expect] Add type definitions for asymmetric closeTo matcher (#12304)
    • [jest-cli] Load binary via exported API (#12315)
    • [jest-config] Replace jsonlint with parse-json (#12316)
    • [jest-repl] Make module importable (#12311 & #12315)

    Chore & Maintenance

    • [*] Avoid anonymous default exports (#12313)

    27.5.0

    Features

    • [expect] Add asymmetric matcher expect.closeTo (#12243)
    • [jest-mock] Added mockFn.mock.lastCall to retrieve last argument (#12285)

    Fixes

    • [expect] Add a fix for .toHaveProperty('') (#12251)
    • [jest-each, @jest/globals] Allow passing ReadonlyArray type of a table to describe.each and test.each (#12297)
    • [@jest/globals] Add missing options argument to jest.doMock typing (#12292)
    • [jest-environment-node] Add atob and btoa (#12269)
    • [jest-matcher-utils] Correct diff for expected asymmetric matchers (#12264)
    • [jest-message-util] Fix .getTopFrame() (and toMatchInlineSnapshot()) with mjs files (#12277)

    Chore & Maintenance

    • [*] Update graceful-fs to ^4.2.9 (#11749)

    Performance

    • [jest-resolve] perf: skip error creation on not found stat calls (#11749)

    27.4.7

    Fixes

    • jest-config Add missing @babel/core dependency (#12216)

    27.4.6

    ... (truncated)

    Commits

    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)
    dependencies 
    opened by dependabot[bot] 0
  • chore(deps-dev): bump jest from 27.1.0 to 27.5.1

    chore(deps-dev): bump jest from 27.1.0 to 27.5.1

    Bumps jest from 27.1.0 to 27.5.1.

    Release notes

    Sourced from jest's releases.

    v27.5.1

    Features

    • [jest-config] Support comments in JSON config file (#12316)
    • [pretty-format] Expose ConvertAnsi plugin (#12308)

    Fixes

    • [expect] Add type definitions for asymmetric closeTo matcher (#12304)
    • [jest-cli] Load binary via exported API (#12315)
    • [jest-config] Replace jsonlint with parse-json (#12316)
    • [jest-repl] Make module importable (#12311 & #12315)

    Chore & Maintenance

    • [*] Avoid anonymous default exports (#12313)

    New Contributors

    Full Changelog: https://github.com/facebook/jest/compare/v27.5.0...v27.5.1

    v27.5.0

    Features

    • [expect] Add asymmetric matcher expect.closeTo (#12243)
    • [jest-mock] Added mockFn.mock.lastCall to retrieve last argument (#12285)

    Fixes

    • [expect] Add a fix for .toHaveProperty('') (#12251)
    • [jest-each, @jest/globals] Allow passing ReadonlyArray type of a table to describe.each and test.each (#12297)
    • [@jest/globals] Add missing options argument to jest.doMock typing (#12292)
    • [jest-environment-node] Add atob and btoa (#12269)
    • [jest-matcher-utils] Correct diff for expected asymmetric matchers (#12264)
    • [jest-message-util] Fix .getTopFrame() (and toMatchInlineSnapshot()) with mjs files (#12277)

    Chore & Maintenance

    • [*] Update graceful-fs to ^4.2.9 (#11749)

    Performance

    • [jest-resolve] perf: skip error creation on not found stat calls (#11749)

    New Contributors

    ... (truncated)

    Changelog

    Sourced from jest's changelog.

    27.5.1

    Features

    • [jest-config] Support comments in JSON config file (#12316)
    • [pretty-format] Expose ConvertAnsi plugin (#12308)

    Fixes

    • [expect] Add type definitions for asymmetric closeTo matcher (#12304)
    • [jest-cli] Load binary via exported API (#12315)
    • [jest-config] Replace jsonlint with parse-json (#12316)
    • [jest-repl] Make module importable (#12311 & #12315)

    Chore & Maintenance

    • [*] Avoid anonymous default exports (#12313)

    27.5.0

    Features

    • [expect] Add asymmetric matcher expect.closeTo (#12243)
    • [jest-mock] Added mockFn.mock.lastCall to retrieve last argument (#12285)

    Fixes

    • [expect] Add a fix for .toHaveProperty('') (#12251)
    • [jest-each, @jest/globals] Allow passing ReadonlyArray type of a table to describe.each and test.each (#12297)
    • [@jest/globals] Add missing options argument to jest.doMock typing (#12292)
    • [jest-environment-node] Add atob and btoa (#12269)
    • [jest-matcher-utils] Correct diff for expected asymmetric matchers (#12264)
    • [jest-message-util] Fix .getTopFrame() (and toMatchInlineSnapshot()) with mjs files (#12277)

    Chore & Maintenance

    • [*] Update graceful-fs to ^4.2.9 (#11749)

    Performance

    • [jest-resolve] perf: skip error creation on not found stat calls (#11749)

    27.4.7

    Fixes

    • jest-config Add missing @babel/core dependency (#12216)

    27.4.6

    ... (truncated)

    Commits
    • 67c1aa2 v27.5.1
    • a838175 chore: update changelog for release
    • 0e3013a ci(jest-changed-files): enable mercurial related test on CI (#12327)
    • 55caeb7 chore: remove unnecessary checks
    • 506a062 chore: avoid backticks without template in strings (#12328)
    • dfbe71d chore: remove @babel/plugin-proposal-class-properties
    • 1596aab chore(jest-config): remove unused dev dep (#12319)
    • 201901f Revert "chore: remove unused import from test" (#12321)
    • 762b9b7 chore: run prettier
    • 7400207 docs: added info about modern and legacy timers (#12317)
    • 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)
    dependencies 
    opened by dependabot[bot] 0
  • chore(deps-dev): bump @babel/preset-env from 7.15.0 to 7.16.11

    chore(deps-dev): bump @babel/preset-env from 7.15.0 to 7.16.11

    Bumps @babel/preset-env from 7.15.0 to 7.16.11.

    Release notes

    Sourced from @​babel/preset-env's releases.

    v7.16.11 (2022-01-20)

    This empty releases force-publishes a new version of @babel/plugin-proposal-private-methods (which was not published in v7.16.10 because it didn't have any actual change) and of @babel/preset-env.

    This solves an incompatibility between @babel/[email protected] and @babel/[email protected], by making sure that @babel/preset-env transitively depends on @babel/helper-create-class-features-plugin@^7.16.10.

    v7.16.10 (2022-01-19)

    Thanks @​blankPen for your first PR!

    :bug: Bug Fix

    :house: Internal

    :microscope: Output optimization

    • babel-helper-create-class-features-plugin, babel-preset-env

    Committers: 5

    v7.16.9 (2022-01-11)

    :bug: Bug Fix

    Committers: 1

    v7.16.8 (2022-01-10)

    Thanks @​imtaotao and @​ozanhonamlioglu for your first PRs!

    ... (truncated)

    Changelog

    Sourced from @​babel/preset-env's changelog.

    Changelog

    Tags:

    • :boom: [Breaking Change]
    • :eyeglasses: [Spec Compliance]
    • :rocket: [New Feature]
    • :bug: [Bug Fix]
    • :memo: [Documentation]
    • :house: [Internal]
    • :nail_care: [Polish]

    Note: Gaps between patch versions are faulty, broken or test releases.

    See CHANGELOG - v4, CHANGELOG - v5, and CHANGELOG - v6 for v4.x-v6.x changes. See CHANGELOG - 6to5 for the pre-4.0.0 version changelog. See Babylon's CHANGELOG for the Babylon pre-7.0.0-beta.29 version changelog. See babel-eslint's releases for the changelog before @babel/eslint-parser 7.8.0. See eslint-plugin-babel's releases for the changelog before @babel/eslint-plugin 7.8.0.

    v7.16.10 (2022-01-19)

    :bug: Bug Fix

    :house: Internal

    :microscope: Output optimization

    • babel-helper-create-class-features-plugin, babel-preset-env

    v7.16.9 (2022-01-11)

    :bug: Bug Fix

    v7.16.8 (2022-01-10)

    ... (truncated)

    Commits

    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)
    dependencies 
    opened by dependabot[bot] 0
  • chore(deps-dev): bump husky from 7.0.2 to 7.0.4

    chore(deps-dev): bump husky from 7.0.2 to 7.0.4

    Bumps husky from 7.0.2 to 7.0.4.

    Release notes

    Sourced from husky's releases.

    v7.0.4

    No changes. Husky v7.0.3 was reverted, this version is the same as v7.0.2.

    Commits

    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)
    dependencies 
    opened by dependabot[bot] 0
  • `i18n`support?

    `i18n`support?

    please forgive me speaking english here—i can speak chinese but not very well.

    for the exact same reason, i want i18n support in this project... for the dialogues of waifu and everything. can you do it? @knowscount

    WIP 
    opened by CLhilaoneg 1
Releases(2.2.14)
  • 2.2.14(Jul 3, 2021)

    dependencies

    • 269f776b6a866c3975dadb4be1823a9db8167840 chore(deps-dev): bump rollup from 2.52.2 to 2.52.3 (#21)
    • e6cca97ae6200bc121f50a089f8e65152ee3f2ae chore(deps-dev): bump rollup from 2.52.3 to 2.52.7 (#30)
    • 39ef21e721d6672eaca78e31b974bf806d4f0af7 chore(deps-dev): bump babel-jest from 27.0.5 to 27.0.6 (#26)
    • 9f9919669b1f15cbe1bf855835ee7f8c00a3cf38 chore(deps-dev): bump husky from 6.0.0 to 7.0.0 (#29)
    • 7dccfad9599ee854e05a7f0a0852ab186d447ae8 chore(deps-dev): bump jest from 27.0.5 to 27.0.6 (#25)
    • 2da079a3a97d6e4d3060c4f3b4556b79d114a31f chore: remove package vue-test-utils (#31)

    style

    • ca40ecf718679b78c12a8f4356dfd5424a1cef1c style: fix qiokian.test.js style issue

    tests

    • 8ce56b24eb0de12e6fe653c850ee3fe32c26b7c9 chore: rewrite element return test
    • e061122f315df927038b71de04dcf35f4f8ac13b chore: update test to check whether it renders properly
    • 7cc8edb6dce8fd5f572228c642e963f1fd86f6ce fix: destroy wrapper after using
    Source code(tar.gz)
    Source code(zip)
  • 2.2.9(Jun 26, 2021)

    breaking

    note: the newest version is supposed to contain i18n as a feature provided in 84a2d9b feat: add i18n support (#13, resolve #6) but I had to do so because it would work and 0.8.6 is the freshest stable version.

    • 19a3c72f07dc58ab87c647caf0059a56c330493f refactor: change live2d_path to version 0.8.6

    dependencies

    • 1c56fdd461696a887667fd73c89845eb04344b57 chore(deps-dev): bump @vue/cli-service from 3.12.1 to 4.5.13 (#22)
    • 6ff76907d4dc6fae9e8dc8dd871489a4b49b7b1a chore(deps-dev): bump eslint-plugin-vue from 7.11.1 to 7.12.1 (#23)
    • c2cf3be2bd2ad56bda2ddfb20e2a5ab12e147b5f chore: npm audit fix --force (#20)
    • f757e776a247d9af93f4944d3980a970b3886132 chore(deps-dev): bump rollup from 2.52.1 to 2.52.2 (#16)
    • 1939ae3b7363f42fcc06df3e88afe0cd614c4989 chore(deps-dev): bump eslint from 7.28.0 to 7.29.0 (#15)
    • df1943903aee093f148e21e18a1408b5dfab1900 chore(deps-dev): bump jest from 27.0.4 to 27.0.5 (#18)
    • 8b0a10bbd9465aecaabb8cca09282fbfbbf6be8f chore(deps-dev): bump @babel/preset-env from 7.14.5 to 7.14.7 (#19

    chore

    • 28614aaf4a172b1d8c92d15b909ac0bebffbf7a9 chore: add i18n into package.json keywords
    • aaed2156447a39defcae938265f79a127012ebeb chore: delete autoload.js

    fixes

    • cd085eccd39e8c645db124e2058e3c01e0691e89 fix: info link

    style

    • 915a2cc20c327127cf1ba8e8babcd200a94c1551 style: add .editorconfig and .prettierrc in lib

    tests

    • f3c2782fe6a0a1f495e8e5bbbdafdd1f35e5cf3e chore: enhance qiokian.test.js
    • 679eb19a5360b33486e2abfbaa7b8fb8a361b951 chore: set npm test to report coverage
    Source code(tar.gz)
    Source code(zip)
  • 2.2.1(Jun 19, 2021)

    2.2.1 (breaking update: i18n support!!!)

    dependencies

    • 2d902ede5786d22808ad6ce21503e0f3351cb1b9 chore: merge
    • 3c42cb1ad11047ce9bb25e2d0b8f859d5407a9e9 chore(deps-dev): bump mocha from 9.0.0 to 9.0.1 (#11)
    • be567dc2b3765c7b6eaaf825d0c6ebd9533d5e90 chore: merge new dependencies
    • 94ba6cc1a8de44cbdde1d6447d22f4561d2046aa chore(deps-dev): bump rollup from 2.52.0 to 2.52.1 (#10)
    • d9d888dd39df29a9cf9b811c3f7434982fef096a chore(deps-dev): bump @vue/cli-service from 3.12.1 to 4.5.13 (#9)

    testing

    • 6f7aaedd5a0399d900dd7cfe9c9a87838c80dabd refactor: switching from mocha to jest
    • d303707429583cfec42e790f2bf65ee3d6d5a50f refactor: use import instead of require
    • 6690fb2f4bd08d7e57cba9b293ef3ea0b8d4ddd0 refactor: switching from mocha to jest
    • f5dd893295ee6a85b496c70af6476dc8b7024a00 fix: change equal (deprecated) to strictEqual

    feature

    • 84a2d9bb60ef1486633de7eaec7cbda262537a25 feat: add i18n support (#13, resolve #6)
    Source code(tar.gz)
    Source code(zip)
  • 2.1.27(Jun 17, 2021)

    2.1.27

    automation

    • d3a394c1e7fe9ac2f78403b6b371ff5be738726d automation: add ci workflow
    • 38718cc76f5a0eb77dde64ab1e622e70c489c8fd fix: ci.yml name

    dependencies

    • 3dc081948123a8f277680e4809b89a0e8a10617a chore(deps-dev): bump @babel/core from 7.14.5 to 7.14.6 (#5)
    • 76cd03fe241bbeb49826873ccd3854c0cf116f2f chore(deps-dev): bump @rollup/plugin-commonjs from 17.1.0 to 19.0.0 (#4)
    • d7ab9211fa64261c1572c086bf85087a239d308e chore(deps-dev): bump rollup from 2.51.2 to 2.52.0 (#3)
    • 16ff3c577962154472c2afb5c77b98cd1196774c chore(deps-dev): bump @rollup/plugin-node-resolve from 11.2.1 to 13.0.0 (#2)
    • 387a34c88eaaa47f5dac532548c6ecaa8b0ac154 chore: npm audit

    tests

    • f10a9d943ea2351dc3572854cd9dc42c2587a52a feat: add test
    • 4469ab8f757866b9802b5654aa1182963e725553 refactor: change test to tests
    • 8e17c5f9702a9b4e6a93a781abccaed5772f7ca0 fix: error: no test files found: "test"
    Source code(tar.gz)
    Source code(zip)
  • 2.1.21(Jun 16, 2021)

    2.1.21

    automation

    • ffbfb10e92bf4703b95997fe4c7796776bc3cdb5 chore: add dependabot.yml #1
    • 103d2b106ae1a6bb7f34460e4369120243aa7ad4 chore: add dependabot.yml
    Source code(tar.gz)
    Source code(zip)
  • 2.1.17(Jun 14, 2021)

  • 2.1.15(Jun 14, 2021)

    eslint

    • 15ae328b3b96934cb9a2be2895d5937594c274bb style: add eslint support

    fixes

    • dac8b33e9284ebaab1a70b86335b7bd63e48fb39 fix: disable no-undef before initWidget
    • 2619e2464ca73a5d6865f1c1c8af651bc7fc5388 docs: enhance README

    husky

    • 3386602368f515a731fe5859bdcb6c1d4d572a94 chore: add pre commit hook
    • 5114aec0bce6ed732f479259ef302f07fe0a0f31 chore: setup husky

    automation

    • f41d2826a46fd30239669a43a5dd9e1722ffa9fc automation: add npm publish action 🚀

    preparing for future resource localisation

    • f261cb418ae775c5718f93af16b4777039022564 chore: add external resources to lib 📥
    Source code(tar.gz)
    Source code(zip)
Owner
Frontend Developer. Warband modder. European History fan. Chinese.
null
A Vue.js (https://github.com/vuejs/vue) plugin that offers a reusable directive to get image from Cloudinary (https://cloudinary.com)

vue-cloudinary A Vue.js plugin that offers a reusable directive to get image from cloudinary Overview This is a port of the angular-cloudinary library

Diego Pamio 25 Dec 5, 2020
A sample photo search app using Vuejs and unsplash Api

vue-unsplash Vue Unsplash is photo search webapp made using Vue.js which uses Unsplash JSON APIs for photo search. Unsplash https://unsplash.com the m

Junip 27 Jul 11, 2022
Multiple select areas in one image (Plugin Vuejs)

Multi Select Areas Image Live Demos https://demo-multi-select-areas-image.herokuapp.com Installation With npm or yarn yarn add multi-select-areas-imag

Sun* Research 39 Nov 23, 2022
A JavaScript Image Browser written in VueJS and styled with TailwindCSS

An Image Browser Component Built with VueJs A JavaScript Image Browser written in VueJS and styled with TailwindCSS. Features Image Upload Local or Re

Akash Mitra 11 Mar 31, 2022
A gallery library for vuejs with a modern design and automatic image optimisation

Nuxt Gallery A gallery library for nuxt with a modern design and automatic image optimisation. How it works: On compile time the images of the gallery

Jonathan Treffler 4 Jan 2, 2023
A Vue component for showing loader during image loading https://john015.github.io/vue-load-image/

English | 한국어 Vue-load-image Vue-load-image is 1KB(gzipped size) minimalist Vue component that display loader during image loading and display alterna

Sangwon Lee 60 Dec 7, 2022
🙋‍♀️ Image magic animation drawing effect component for Vue 2.x | 图像动态绘制效果

vue-image-painter English | 简体中文 ?? Example Demo Demo Source Code ?? QuickStart Install yarn add vue-image-painter # OR npm i -S vue-image-painter Imp

Komo 26 Sep 19, 2022
A Vue.js 3.0 image lightbox component with Zoom / Drag / Rotate / Switch .

A Vue.js 3.0 image lightbox component with Zoom / Drag / Rotate / Switch .

XiongAmao 272 Jan 3, 2023
A native Vue.js lightbox component

vlightbox Simple native Vue.js lightbox

Oliver Taylor 34 Sep 11, 2022
Imagvue is an image component for Vue.js

Imagvue Imagvue provides basic image processing props(size,blur,contrast,grayscale, etc.). Support image lazy loading. All Attributes can bind with da

Willy Hong 266 Dec 23, 2022
A lightbox inspired Vue.js component.

A second version of the lightweight lightbox inspired component for Vue.js with local video support and more features coming. If you're interested, see demo.

Martin Rocek 271 Dec 27, 2022
Vue-cool-lightbox is a pretty Vue.js lightbox component, inspired by fancybox with zoom, swipe, captions and videos supported

Vue-cool-lightbox is a pretty Vue.js lightbox component, inspired by fancybox with zoom, swipe, captions and videos supported.

Lucas Pulliese 327 Jan 1, 2023
Image viewer component for vue, supports rotation, scale, zoom and so on, based on viewer.js

Image viewer component for vue, supports rotation, scale, zoom and so on, based on viewer.js

mirari 2.1k Dec 27, 2022
🌉 Vue Image Placeholder component

Vue Image Placeholder ?? Multiservice Image Placeholder Vue component Installation yarn add vue-image-placeholder Use it in your app import ImagePlace

Andrea Stagi 5 Aug 19, 2021
A simple Vue component that creates an SVG-powered triangle. Combine them to create interesting content separators!

vue-triangle-separator Quickly add full-bleed SVG-powered triangle separators to your page.

HoldTheLine 3 Dec 28, 2021
Vue component that provides content scrolling and zooming using mouse events or two fingers pinch on a mobile devices

Vue component that provides content scrolling and zooming using mouse events or two fingers pinch on a mobile devices

CoddiCat 24 Sep 9, 2022
A Vue.js component to lazy load an image automatically when it enters the viewport using the Intersection Observer API.

A Vue.js component to lazy load an image automatically when it enters the viewport using the Intersection Observer API.

Alex Jover 864 Dec 9, 2022
A Vue component for magnifying an image within its original container.

A Vue component for magnifying an image within its original container. The zoom behavior is triggered on click and the image can be moved by dragging on touch devices and by either dragging or hover panning on non-touch devices. The component supports responsive images and optional fullscreen zoom on mobile.

Lauren Ashpole 119 Dec 24, 2022
Lightweight responsive image zoom component for Vue.js 2

Vue Image Zoomer Lightweight responsive image zoom component for Vue.js 2, that also works on touch devices. Perfect for zooming on product images on

Sam Jones 40 Dec 24, 2022