hypernova-vue icon indicating copy to clipboard operation
hypernova-vue copied to clipboard

Vue.js bindings for Hypernova.

Results 16 hypernova-vue issues
Sort by recently updated
recently updated
newest added

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

dependencies

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 [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=12.20.18&new-version=16.4.10)](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...

dependencies

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 [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@types/jest&package-manager=npm_and_yarn&previous-version=24.9.1&new-version=26.0.24)](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...

dependencies

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

dependencies

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

dependencies

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

dependencies

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

dependencies
security

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

dependencies

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