hypernova-vue
hypernova-vue copied to clipboard
Vue.js bindings for Hypernova.
Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 7.32.0. Release notes Sourced from eslint's releases. v7.32.0 3c78a7b Chore: Adopt eslint-plugin/prefer-message-ids rule internally (#14841) (Bryan Mishkin) faecf56 Update: change reporting location for curly rule...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.20.18 to 16.4.10. Commits See full diff in compare view [](https://dependabot.com/compatibility-score/?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=12.20.18&new-version=16.4.10) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 24.9.1 to 26.0.24. Commits See full diff in compare view [](https://dependabot.com/compatibility-score/?dependency-name=@types/jest&package-manager=npm_and_yarn&previous-version=24.9.1&new-version=26.0.24) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.10 to 4.3.5. Release notes Sourced from typescript's releases. TypeScript 4.3.5 This release contains a bug fix for auto-imports on JSX components in the TypeScript language service....
Bumps [jest](https://github.com/facebook/jest) from 24.9.0 to 27.0.6. Release notes Sourced from jest's releases. 27.0.6 Fixes [*] Publish all modules to include the build change in #11569 27.0.5 Features [@jest/fake-timers] Flush callbacks...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 15.14.0 to 17.4.4. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Secret disclosure when containing characters that become URI encoded...
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 24.3.0 to 26.5.6. Changelog Sourced from ts-jest's changelog. 26.5.6 (2021-05-05) Code Refactoring refactor(config): show warning message for sourceMap: false (#2557) (cf60990). 27.0.0-next.12 (2021-05-05) Features config: allow disable...
The [airbnb/hypernova](https://github.com/airbnb/hypernova) has `createGetComponent` which prevents/fix the issue with data leaks between request. There is a way to do the same with hypernova-vue?
I tried to integrate Ara Framework with Typescript and VueJs. My project comes with my own external library. Here is my webpack config : ```javascript const path = require('path'); const...