Coder Social home page Coder Social logo

dnlup / vue-cli-plugin-unit-ava Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 0.0 3.89 MB

@vue/cli plugin to run unit tests with ava

License: MIT License

JavaScript 98.46% TypeScript 1.54%
vue vue-cli-3 vue-cli-plugin ava unit testing tests vuejs vue-cli cli-plugin

vue-cli-plugin-unit-ava's Introduction

npm version Build Status Greenkeeper badge Maintainability Test Coverage

@dnlup/vue-cli-plugin-unit-ava

unit-ava plugin for vue-cli

Table of contents

Injected commands

  • vue-cli-service test:unit

    Run unit tests with ava

    Note the tests are run inside Node.js with browser environment simulated with browser-env.

    Usage: vue-cli-service test:unit [options] [<file|directory|glob> ...]
    
    Options:
    
      --watch, -w              Re-run tests when tests and source files change
      --match, -m              Only run tests with matching title (Can be repeated)
      --update-snapshots, -u   Update snapshots
      --fail-fast              Stop after first test failure
      --timeout, -T            Set global timeout
      --serial, -s             Run tests serially
      --concurrency, -c        Max number of test files running at the same time (Default: CPU cores)
      --verbose, -v            Enable verbose output
      --tap, -t                Generate TAP output
      --color                  Force color output
      --no-color               Disable color output
    

    Default files matches are: any files in tests/unit that end in .spec.(ts|js).

    All command line options are supported.

Installing in an Already Created Project

$ vue add @dnlup/unit-ava

Prompts

prompt_1

Will merge or create a new configuration in the selected destination. It will fail if the project is already configured in the destination not selected.

prompt_2

Will add support for a specific UI Framework. It currently supports only the latest version of Vuetify.

prompt_3

Will ask if you want to add style loaders.

Contributing

  • Make your changes
  • Test them with npm test
  • Add them
    $ git add <your files>
  • Commit (uses commitizen)
    $ git commit

Note

Tests now are a bit heavy because I am actually creating a considerable amount of projects in parallel to test different configurations. All configurations cannot be tested, it would be too expensive.

vue-cli-plugin-unit-ava's People

Contributors

dependabot[bot] avatar dnlup avatar greenkeeper[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

vue-cli-plugin-unit-ava's Issues

An in-range update of @vue/cli-test-utils is breaking the build ๐Ÿšจ

The devDependency @vue/cli-test-utils was updated from 3.9.3 to 3.10.0.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@vue/cli-test-utils is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for v3.10.0

๐Ÿš€ New Features

  • @vue/cli
    • #4342 Support --port argument to 'vue serve' command (@bokub)
  • @vue/cli-plugin-eslint
    • #4329 feat(eslint-generator): upgrade @vue/eslint-config-prettier to v5.0.0 (@sodatea)

๐Ÿ› Bug Fix

  • @vue/cli-plugin-typescript, @vue/cli
  • @vue/cli-service
    • #4359 fix stats display when chunkFilename contains query string (@flyhope)
  • @vue/cli-plugin-typescript
    • #4346 fix: fix typo in typescript generator, convertAllFiles -> convertJsToTs (@sodatea)
  • @vue/cli-plugin-eslint
    • #4347 fix(eslint-generator): add ts file check to lint-staged (@liruifengv)
    • #4329 feat(eslint-generator): upgrade @vue/eslint-config-prettier to v5.0.0 (@sodatea)
  • @vue/cli-shared-utils

๐Ÿ“ Documentation

๐Ÿ  Internal

  • @vue/cli-service, @vue/cli

Committers: 17

Commits

The new version differs by 34 commits.

  • 075921c v3.10.0
  • 02a30b1 chore: pre release sync
  • 39e071d test: fix ts generator test, fixup 7c19dd61e24804cc77e9169487ffb18918d965ec
  • 5a863a0 chore: ordered tslint rules
  • 7c19dd6 fix: do not generate empty file when use ts without router (#4374)
  • bb2e3e7 fix: fix stats display when chunkFilename contains query string (#4359)
  • fb738a2 docs: replacing nightwatch CLI options URL with proper documentation (#4364)
  • 2b3a306 docs(ru): fix link in webpack.md (#4358)
  • b9a0e46 chore(cli-service): word spelling in comments (#4367)
  • 0ad84d0 chore: update lerna link in README.md (#4354) [ci skip]
  • b12f729 test: add test for #4347
  • 00538f7 feat: add --port argument to 'vue serve' command (#4342)
  • 878c337 fix: fix typo in typescript generator, convertAllFiles -> convertJsToTs (#4346)
  • 66c410b fix(eslint-generator): add ts file check to lint-staged (#4347)
  • 470c94e fix: use yarn --version to detect yarn (#4336)

There are 34 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of husky is breaking the build ๐Ÿšจ

The devDependency husky was updated from 3.0.5 to 3.0.6.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

husky is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for v3.0.6

Debug: improve messages

Commits

The new version differs by 8 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of ts-node is breaking the build ๐Ÿšจ

The devDependency ts-node was updated from 8.1.0 to 8.1.1.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

ts-node is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 3 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of eslint is breaking the build ๐Ÿšจ

The devDependency eslint was updated from 6.1.0 to 6.2.0.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

eslint is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for v6.2.0
  • fee6acb Update: support bigint and dynamic import (refs #11803) (#11983) (Toru Nagashima)
  • afd8012 New: noInlineConfig setting (refs eslint/rfcs#22) (#12091) (Toru Nagashima)
  • 3d12378 Update: Fix accessor-pairs to enforce pairs per property in literals (#12062) (Milos Djermanovic)
  • 8cd00b3 New: function-call-argument-newline (#12024) (finico)
  • 30ebf92 Fix: prefer-template autofix produces syntax error with octal escapes (#12085) (Milos Djermanovic)
  • 13c3988 Fix: Check literal type explicitly in dot-notation (#12095) (Milos Djermanovic)
  • 3e5ceca Fix: Handle empty string property names in getFunctionNameWithKind (#12104) (Milos Djermanovic)
  • 9a043ff Fix: no-duplicate-case false positives on Object.prototype keys (#12107) (Milos Djermanovic)
  • fe631af Chore: minor typo fix (#12112) (James George)
  • 4cb7877 Fix: fix no-extra-parens ignores some nodes (#11909) (Pig Fang)
  • 2dc23b8 Update: fix no-dupe-keys false negatives on empty string names (#12069) (Milos Djermanovic)
  • 19ab666 Fix: yoda exceptRange false positives on empty string property names (#12071) (Milos Djermanovic)
  • d642150 Update: Check empty string property names in sort-keys (#12073) (Milos Djermanovic)
  • acce6de Fix: class-methods-use-this reports 'undefined' names (#12103) (Milos Djermanovic)
  • 92ec2cb Fix: Allow bind call with a single spread element in no-extra-bind (#12088) (Milos Djermanovic)
  • bfdb0c9 Fix: no-extra-boolean-cast invalid autofix for Boolean() without args (#12076) (Milos Djermanovic)
  • 34ccc0c Chore: Remove TDZ scope type condition from no-unused-vars (#12055) (Milos Djermanovic)
  • 01d38ce Docs: Remove TDZ scope from the scope manager interface documentation (#12054) (Milos Djermanovic)
  • 1aff8fc Update: warn about mixing ternary and logical operators (fixes #11704) (#12001) (Karthik Priyadarshan)
  • 11be2f8 Docs: do not recommend global-installed usage (#12016) (่–›ๅฎš่ฐ”็š„็Œซ)
  • cf31dab Fix: no-restricted-syntax - correct the schema (#12051) (Brad Zacher)
  • fbec99e Update: fix class-methods-use-this false negatives with exceptMethods (#12077) (Milos Djermanovic)
  • fb08b7c Docs: Remove readonly/writable global logic from no-undef (fixes #11963) (#12053) (Milos Djermanovic)
  • 5b5934b Sponsors: Sync README with website (ESLint Jenkins)
  • 9156760 Sponsors: Sync README with website (ESLint Jenkins)
  • f5e0cc4 Update: Check computed method keys in no-extra-parens (#11973) (Milos Djermanovic)
  • d961438 Docs: Fix Incorrect Documentation (#12045) (Michael Miceli)
  • 887d08c Sponsors: Sync README with website (ESLint Jenkins)
  • d90183f Docs: add a case to func-names (#12038) (Chiawen Chen)
  • 8a5b62d Docs: no use eslint.linter in code example (#12037) (่–›ๅฎš่ฐ”็š„็Œซ)
  • 5831767 Update: report location of func-names (fixes #12022) (#12028) (Pig Fang)
Commits

The new version differs by 33 commits.

  • 320b7bd 6.2.0
  • 9601f5a Build: changelog update for 6.2.0
  • fee6acb Update: support bigint and dynamic import (refs #11803) (#11983)
  • afd8012 New: noInlineConfig setting (refs eslint/rfcs#22) (#12091)
  • 3d12378 Update: Fix accessor-pairs to enforce pairs per property in literals (#12062)
  • 8cd00b3 New: function-call-argument-newline (#12024)
  • 30ebf92 Fix: prefer-template autofix produces syntax error with octal escapes (#12085)
  • 13c3988 Fix: Check literal type explicitly in dot-notation (#12095)
  • 3e5ceca Fix: Handle empty string property names in getFunctionNameWithKind (#12104)
  • 9a043ff Fix: no-duplicate-case false positives on Object.prototype keys (#12107)
  • fe631af Chore: minor typo fix (#12112)
  • 4cb7877 Fix: fix no-extra-parens ignores some nodes (#11909)
  • 2dc23b8 Update: fix no-dupe-keys false negatives on empty string names (#12069)
  • 19ab666 Fix: yoda exceptRange false positives on empty string property names (#12071)
  • d642150 Update: Check empty string property names in sort-keys (#12073)

There are 33 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of ts-node is breaking the build ๐Ÿšจ

The devDependency ts-node was updated from 8.4.1 to 8.5.0.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

ts-node is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 20 commits.

  • 3d92f25 8.5.0
  • fe7f89f Fix repeated regex handling with newlines
  • 5ad88c9 Update documentation for CLI flags
  • 98c0c9b Rename --cwd flag to --dir
  • be8e2e1 Expose create function based on register
  • 06c7751 Remove -i from environment variables
  • 2e99c50 Replace internal _preloadModules usage
  • 1ad44bf Add ts-script which sets cwd to the script dir
  • 87a5b14 Fix format diagnostics on old TypeScript versions
  • 234f2e7 Clear module test path from cache
  • 35d8a0c Enable REPL history
  • c1c22f8 Support registering scoped compiler instances
  • d6208d0 Fix tests for enabled to clear require cache
  • 0100c71 Allow cwd to be configurable
  • 85aa2d3 Allow dynamic disable of registered instance

There are 20 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

Add preset setting in babel config

            presets: [
                [
                    '@vue/app',
                    {
                        targets: {
                            node: 'current',
                        },
                    },
                ],
            ],

I encountered errors with babel and object spread caused by this missing config.

An in-range update of cz-conventional-changelog is breaking the build ๐Ÿšจ

The devDependency cz-conventional-changelog was updated from 3.0.2 to 3.0.3.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

cz-conventional-changelog is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for v3.0.3

3.0.3 (2020-01-28)

Bug Fixes

  • Update conventional-commit-types to the latest version ๐Ÿš€ (#105) (5a371c1)
Commits

The new version differs by 1 commits.

  • 5a371c1 fix: Update conventional-commit-types to the latest version ๐Ÿš€ (#105)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of execa is breaking the build ๐Ÿšจ

The devDependency execa was updated from 2.0.4 to 2.0.5.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

execa is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for v2.0.5

Bug fixes

  • Make execa compatible with Node.js 13.0.0-pre (#370) d268fd1

v2.0.4...v2.0.5

Commits

The new version differs by 2 commits.

  • 603537a 2.0.5
  • d268fd1 Make execa compatible with Node.js 13.0.0-pre (#370)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of stylus is breaking the build ๐Ÿšจ

The devDependency stylus was updated from 0.54.5 to 0.54.6.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

stylus is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for 0.54.6
  • Fix issue with cos & sin not stripping rad unit. #2284
  • Fix: handle empty at-rules #2416
  • Define function arguments explicitly #2417
  • Do not use the deprecated Buffer() constructor #2424
  • Fix issues #2411
  • Use mkdir() recursive option instead of mkdirp()
  • Fix no such directory error in Stylus Executable #2421
  • Fixed define column for mixin #2456
  • Fix work with hash #2453
  • Extend in block level import #2270
  • Fix: check whether captureStackTrace exists #2394
  • Make prefix-classes work with partial and range refs in selectors #2278
  • Extend length method to work with strings #2110
  • add quiet flag to have a more "quiet" output. #2088
  • Support for cssnext nested at-rule syntax (apply, nested) #2335
Commits

The new version differs by 124 commits.

  • 1b434ab Merge branch 'rc-0.54.6'
  • 5b85cbb Version
  • 0899f15 Merge pull request #2442 from acidjazz/dev
  • ab51221 Merge pull request #2462 from stylus/fix-column-function-call
  • b6a5233 Merge pull request #2473 from bgfist/feat/add-cli-ext-option
  • be0e455 Merge pull request #2474 from DespertaWeb/mixin-interpolation
  • 513c146 mixin with interpolation
  • f8f30cd chore: add ext option for cli
  • f6d39f3 ๐Ÿ”ง reverted wrong variable file change
  • a5944ad Merge branch 'dev' into dev
  • 8955586 โ™ป๏ธ updated tests with the latest
  • 78b0b3b โœ… variable tests
  • 10ae3b5 Fixed column for function call
  • 7e98dc1 Merge pull request #2460 from stylus/hash-issue-again
  • 15e9268 Fixed bug when after hash was function

There are 124 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of browser-env is breaking the build ๐Ÿšจ

The devDependency browser-env was updated from 3.2.6 to 3.3.0.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

browser-env is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 2 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of @vue/cli is breaking the build ๐Ÿšจ

The devDependency @vue/cli was updated from 3.9.3 to 3.10.0.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@vue/cli is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 34 commits.

  • 075921c v3.10.0
  • 02a30b1 chore: pre release sync
  • 39e071d test: fix ts generator test, fixup 7c19dd61e24804cc77e9169487ffb18918d965ec
  • 5a863a0 chore: ordered tslint rules
  • 7c19dd6 fix: do not generate empty file when use ts without router (#4374)
  • bb2e3e7 fix: fix stats display when chunkFilename contains query string (#4359)
  • fb738a2 docs: replacing nightwatch CLI options URL with proper documentation (#4364)
  • 2b3a306 docs(ru): fix link in webpack.md (#4358)
  • b9a0e46 chore(cli-service): word spelling in comments (#4367)
  • 0ad84d0 chore: update lerna link in README.md (#4354) [ci skip]
  • b12f729 test: add test for #4347
  • 00538f7 feat: add --port argument to 'vue serve' command (#4342)
  • 878c337 fix: fix typo in typescript generator, convertAllFiles -> convertJsToTs (#4346)
  • 66c410b fix(eslint-generator): add ts file check to lint-staged (#4347)
  • 470c94e fix: use yarn --version to detect yarn (#4336)

There are 34 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of @vue/cli-service is breaking the build ๐Ÿšจ

The devDependency @vue/cli-service was updated from 3.9.3 to 3.10.0.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@vue/cli-service is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 34 commits.

  • 075921c v3.10.0
  • 02a30b1 chore: pre release sync
  • 39e071d test: fix ts generator test, fixup 7c19dd61e24804cc77e9169487ffb18918d965ec
  • 5a863a0 chore: ordered tslint rules
  • 7c19dd6 fix: do not generate empty file when use ts without router (#4374)
  • bb2e3e7 fix: fix stats display when chunkFilename contains query string (#4359)
  • fb738a2 docs: replacing nightwatch CLI options URL with proper documentation (#4364)
  • 2b3a306 docs(ru): fix link in webpack.md (#4358)
  • b9a0e46 chore(cli-service): word spelling in comments (#4367)
  • 0ad84d0 chore: update lerna link in README.md (#4354) [ci skip]
  • b12f729 test: add test for #4347
  • 00538f7 feat: add --port argument to 'vue serve' command (#4342)
  • 878c337 fix: fix typo in typescript generator, convertAllFiles -> convertJsToTs (#4346)
  • 66c410b fix(eslint-generator): add ts file check to lint-staged (#4347)
  • 470c94e fix: use yarn --version to detect yarn (#4336)

There are 34 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of lint-staged is breaking the build ๐Ÿšจ

The devDependency lint-staged was updated from 9.2.5 to 9.3.0.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

lint-staged is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for v9.3.0

9.3.0 (2019-09-22)

Features

  • allow to pass config instead of configPath (14c46d2)
Commits

The new version differs by 4 commits.

  • 88d9d4f Merge pull request #695 from sheerun/config
  • 14c46d2 feat: allow to pass config instead of configPath
  • 8583641 Merge pull request #703 from sa1dai/readme-correction
  • 96ea08f docs: correct glob example in readme

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of husky is breaking the build ๐Ÿšจ

The devDependency husky was updated from 2.5.0 to 2.6.0.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

husky is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 9 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of eslint-plugin-standard is breaking the build ๐Ÿšจ

The devDependency eslint-plugin-standard was updated from 4.0.0 to 4.0.1.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

eslint-plugin-standard is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 8 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

Action required: Greenkeeper could not be activated ๐Ÿšจ

๐Ÿšจ You need to enable Continuous Integration on Greenkeeper branches of this repository. ๐Ÿšจ

To enable Greenkeeper, you need to make sure that a commit status is reported on all branches. This is required by Greenkeeper because it uses your CI build statuses to figure out when to notify you about breaking changes.

Since we didnโ€™t receive a CI status on the greenkeeper/initial branch, itโ€™s possible that you donโ€™t have CI set up yet. We recommend using Travis CI, but Greenkeeper will work with every other CI service as well.

If you have already set up a CI for this repository, you might need to check how itโ€™s configured. Make sure it is set to run on all new branches. If you donโ€™t want it to run on absolutely every branch, you can whitelist branches starting with greenkeeper/.

Once you have installed and configured CI on this repository correctly, youโ€™ll need to re-trigger Greenkeeperโ€™s initial pull request. To do this, please click the 'fix repo' button on account.greenkeeper.io.

An in-range update of eslint-config-standard is breaking the build ๐Ÿšจ


โ˜๏ธ Important announcement: Greenkeeper will be saying goodbye ๐Ÿ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency eslint-config-standard was updated from 14.1.0 to 14.1.1.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

eslint-config-standard is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 7 commits.

  • 3f4a3fe 14.1.1
  • 2a14319 Merge pull request #164 from standard/remove-no-return-await
  • 243d38f Remove no-return-await rule
  • eb187de chore: .npmrc with package-lock=false (#155)
  • dcf95fe chore: .npmrc with package-lock=false
  • e5e81a8 Merge pull request #153 from standard/greenkeeper/eslint-plugin-node-10.0.0
  • 83ba3be chore(package): update eslint-plugin-node to version 10.0.0

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of eslint-plugin-import is breaking the build ๐Ÿšจ

The devDependency eslint-plugin-import was updated from 2.18.2 to 2.19.0.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

eslint-plugin-import is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 46 commits.

  • 9b76635 Bump to v2.19.0
  • 47a232e [resolvers/webpack] v0.12.0
  • 26ad476 [resolvers/webpack] [deps] update debug, enhanced-resolve, has, interpret, lodash, resolve, semver
  • 3f0e8f3 [resolvers/node] [Deps] update resolve
  • 7190c3e bump utils to v2.5.0
  • a60e5c6 [New] no-commonjs: add allowConditionalRequire option
  • 414c923 [New] enable passing cwd as an option to eslint-import-resolver-webpack
  • 8224e51 [New] order/no-extraneous-dependencies: Alphabetize imports within groups
  • f12ae59 [New] no-duplicates: add a considerQueryString option to handle false positives when using some webpack loaders.
  • 2d3d045 [fix] importType: Accept '@example' as internal
  • 0426f16 [New] order: add pathGroups option to add support to order by paths
  • 99b3fbf [Fix] no-extraneous-dependencies: Add support for export from
  • 21bf8c6 [Fix] no-cycle: should not warn for Flow imports
  • 0cd5e43 [Fix] no-unused-modules: fix crash due to export *
  • 05085bb [flow] no-unused-modules: add flow type support

There are 46 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

Ava 3.0

Test and use ava latest version.

An in-range update of eslint-plugin-import is breaking the build ๐Ÿšจ

The devDependency eslint-plugin-import was updated from 2.18.1 to 2.18.2.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

eslint-plugin-import is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 4 commits.

  • 1a90a20 Bump to v2.18.2
  • b3e5311 bump utils to v2.4.1
  • 984fa3b Remove duplicate no-duplicates changelog entry
  • 582236b [bugfix] Skip warning on type interfaces

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of @vue/cli-service is breaking the build ๐Ÿšจ

The devDependency @vue/cli-service was updated from 3.11.0 to 3.12.0.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@vue/cli-service is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 18 commits.

  • 57c6f03 v3.12.0
  • 6c0f2ce chore: pre release sync
  • 96641cd fix: fix redundant log messages from webpack-dev-server (#4666)
  • a3225ac fix: correctly ignore html templates in copy-webpack-plugin (#4613)
  • ceeac16 docs: remove run for yarn commands in readme (#4551)
  • 7554764 fix: should not proxy sockjs endpoint (#4550)
  • 9b06c25 chore: remove extraneous log
  • c8e45dc fix: correctly sort test scripts in package.json
  • e71c884 fix(pluginResolution): support dots in scope names (#4512)
  • 8feaef0 fix: sortObject should not introduce formerly non-existent fields
  • a0fc87a fix: remove the nonexistent test command from generated README (#4525)
  • 02859cf feat: support sass-loader v8 (#4662)
  • 0b254a3 fix: fix ie11 compatibility when css.extract set to true (#4654)
  • b34edc8 docs: changes vuepress link for master branch (#4605)
  • 69f7145 Edited Dockerfile of Docker(Nginx) deployment doc (#4561)

There are 18 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of @vue/babel-preset-app is breaking the build ๐Ÿšจ

The devDependency @vue/babel-preset-app was updated from 3.11.0 to 3.12.0.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@vue/babel-preset-app is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 18 commits.

  • 57c6f03 v3.12.0
  • 6c0f2ce chore: pre release sync
  • 96641cd fix: fix redundant log messages from webpack-dev-server (#4666)
  • a3225ac fix: correctly ignore html templates in copy-webpack-plugin (#4613)
  • ceeac16 docs: remove run for yarn commands in readme (#4551)
  • 7554764 fix: should not proxy sockjs endpoint (#4550)
  • 9b06c25 chore: remove extraneous log
  • c8e45dc fix: correctly sort test scripts in package.json
  • e71c884 fix(pluginResolution): support dots in scope names (#4512)
  • 8feaef0 fix: sortObject should not introduce formerly non-existent fields
  • a0fc87a fix: remove the nonexistent test command from generated README (#4525)
  • 02859cf feat: support sass-loader v8 (#4662)
  • 0b254a3 fix: fix ie11 compatibility when css.extract set to true (#4654)
  • b34edc8 docs: changes vuepress link for master branch (#4605)
  • 69f7145 Edited Dockerfile of Docker(Nginx) deployment doc (#4561)

There are 18 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of javascript-stringify is breaking the build ๐Ÿšจ

The dependency javascript-stringify was updated from 2.0.0 to 2.0.1.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

javascript-stringify is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

Release Notes for Custom Function Properties

Fixed

  • Object function properties should call next()

Added

  • Add BigInt support
Commits

The new version differs by 5 commits.

  • d4a81f4 2.0.1
  • 6ce8383 Object function properties should call next()
  • ac439a6 Add BigInt support
  • bc0691a Refactor object types, pass key down stringify
  • 3dc0f04 Update package dev dependencies

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of commitizen is breaking the build ๐Ÿšจ


โ˜๏ธ Important announcement: Greenkeeper will be saying goodbye ๐Ÿ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency commitizen was updated from 4.0.3 to 4.0.4.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

commitizen is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for v4.0.4

4.0.4 (2020-04-07)

Bug Fixes

  • add babel spread plugin (7642f05)
  • move to babel.config.js (9ae386c)
  • update azure devops images (607d514)
Commits

The new version differs by 7 commits.

  • 607d514 fix: update azure devops images
  • 9ae386c fix: move to babel.config.js
  • 7642f05 fix: add babel spread plugin
  • bd5a0ba chore(deps): update dependency nyc to v15 (#704)
  • f322e2c chore(deps): bump minimist from 1.2.0 to 1.2.3 (#721)
  • 8950d5c docs: Add short circuit to hook example (#665)
  • a472e52 docs: fix typo in code inside README.md (#662)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of eslint is breaking the build ๐Ÿšจ

The devDependency eslint was updated from 6.4.0 to 6.5.0.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

eslint is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for v6.5.0
  • 73596cb Update: Add enforceForSwitchCase option to use-isnan (#12106) (Milos Djermanovic)
  • d592a24 Fix: exclude \u000d so new line won't convert to text (fixes #12027) (#12031) (zamboney)
  • e85d27a Fix: no-regex-spaces false positives and invalid autofix (fixes #12226) (#12231) (Milos Djermanovic)
  • b349bf7 Fix: prefer-named-capture-group incorrect locations (fixes #12233) (#12247) (Milos Djermanovic)
  • 7dc1ea9 Fix: no-useless-return autofix removes comments (#12292) (Milos Djermanovic)
  • 0e68677 Fix: no-extra-bind autofix removes comments (#12293) (Milos Djermanovic)
  • 6ad7e86 Fix: no-extra-label autofix removes comments (#12298) (Milos Djermanovic)
  • acec201 Fix: no-undef-init autofix removes comments (#12299) (Milos Djermanovic)
  • d89390b Fix: use async reading of stdin in bin/eslint.js (fixes #12212) (#12230) (Barrie Treloar)
  • 334ca7c Update: no-useless-rename also reports default values (fixes #12301) (#12322) (Kai Cataldo)
  • 41bfe91 Update: Fix handling of chained new expressions in new-parens (#12303) (Milos Djermanovic)
  • 160b7c4 Chore: add autofix npm script (#12330) (Kai Cataldo)
  • 04b6adb Chore: enable eslint-plugin-jsdoc (refs #11146) (#12332) (Kai Cataldo)
  • 9b86167 Docs: Add new ES environments to Configuring ESLint (#12289) (Milos Djermanovic)
  • c9aeab2 Docs: Add supported ECMAScript version to README (#12290) (Milos Djermanovic)
  • 8316e7b Fix: no-useless-rename autofix removes comments (#12300) (Milos Djermanovic)
  • 29c12f1 Chore: cache results in runtime-info (#12320) (Kai Cataldo)
  • f5537b2 Fix: prefer-numeric-literals autofix removes comments (#12313) (Milos Djermanovic)
  • 11ae6fc Update: Fix call, new and member expressions in no-extra-parens (#12302) (Milos Djermanovic)
  • a7894eb New: add --env-info flag to CLI (#12270) (Kai Cataldo)
  • 61392ff Sponsors: Sync README with website (ESLint Jenkins)
  • 2c6bf8e Docs: English fix (#12306) (Daniel Nixon)
  • 6f11877 Sponsors: Sync README with website (ESLint Jenkins)
  • 2e202ca Docs: fix links in array-callback-return (#12288) (Milos Djermanovic)
  • e39c631 Docs: add example for CLIEngine#executeOnText 3rd arg (#12286) (Kai Cataldo)
  • d4f9a16 Update: add support for JSXFragments in indent rule (fixes #12208) (#12210) (Kai Cataldo)
  • c6af95f Sponsors: Sync README with website (ESLint Jenkins)
  • 8cadd52 Sponsors: Sync README with website (ESLint Jenkins)
  • f9fc695 Chore: enable default-param-last (#12244) (่–›ๅฎš่ฐ”็š„็Œซ)
  • 9984c3e Docs: Update README team and sponsors (ESLint Jenkins)
Commits

The new version differs by 32 commits.

  • 76fb571 6.5.0
  • 7359a80 Build: changelog update for 6.5.0
  • 73596cb Update: Add enforceForSwitchCase option to use-isnan (#12106)
  • d592a24 Fix: exclude \u000d so new line won't convert to text (fixes #12027) (#12031)
  • e85d27a Fix: no-regex-spaces false positives and invalid autofix (fixes #12226) (#12231)
  • b349bf7 Fix: prefer-named-capture-group incorrect locations (fixes #12233) (#12247)
  • 7dc1ea9 Fix: no-useless-return autofix removes comments (#12292)
  • 0e68677 Fix: no-extra-bind autofix removes comments (#12293)
  • 6ad7e86 Fix: no-extra-label autofix removes comments (#12298)
  • acec201 Fix: no-undef-init autofix removes comments (#12299)
  • d89390b Fix: use async reading of stdin in bin/eslint.js (fixes #12212) (#12230)
  • 334ca7c Update: no-useless-rename also reports default values (fixes #12301) (#12322)
  • 41bfe91 Update: Fix handling of chained new expressions in new-parens (#12303)
  • 160b7c4 Chore: add autofix npm script (#12330)
  • 04b6adb Chore: enable eslint-plugin-jsdoc (refs #11146) (#12332)

There are 32 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of rimraf is breaking the build ๐Ÿšจ

The devDependency rimraf was updated from 3.0.0 to 3.0.1.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

rimraf is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 4 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of @vue/cli is breaking the build ๐Ÿšจ

The devDependency @vue/cli was updated from 3.11.0 to 3.12.0.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@vue/cli is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 18 commits.

  • 57c6f03 v3.12.0
  • 6c0f2ce chore: pre release sync
  • 96641cd fix: fix redundant log messages from webpack-dev-server (#4666)
  • a3225ac fix: correctly ignore html templates in copy-webpack-plugin (#4613)
  • ceeac16 docs: remove run for yarn commands in readme (#4551)
  • 7554764 fix: should not proxy sockjs endpoint (#4550)
  • 9b06c25 chore: remove extraneous log
  • c8e45dc fix: correctly sort test scripts in package.json
  • e71c884 fix(pluginResolution): support dots in scope names (#4512)
  • 8feaef0 fix: sortObject should not introduce formerly non-existent fields
  • a0fc87a fix: remove the nonexistent test command from generated README (#4525)
  • 02859cf feat: support sass-loader v8 (#4662)
  • 0b254a3 fix: fix ie11 compatibility when css.extract set to true (#4654)
  • b34edc8 docs: changes vuepress link for master branch (#4605)
  • 69f7145 Edited Dockerfile of Docker(Nginx) deployment doc (#4561)

There are 18 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of rimraf is breaking the build ๐Ÿšจ

The devDependency rimraf was updated from 2.6.3 to 2.7.0.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

rimraf is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 2 commits.

  • 250ee15 2.7.0
  • dc1682d feat: make it possible to omit glob dependency

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of @vue/cli-test-utils is breaking the build ๐Ÿšจ

The devDependency @vue/cli-test-utils was updated from 3.11.0 to 3.12.0.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@vue/cli-test-utils is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for v3.12.0

3.12.0 (2019-10-10)

๐Ÿš€ New Features

๐Ÿ› Bug Fix

  • @vue/cli-service
    • #4666 fix: fix redundant log messages from webpack-dev-server (@sodatea)
    • #4613 fix: correctly ignore html templates in copy-webpack-plugin (@sodatea)
    • #4550 fix: should not proxy sockjs endpoint (@sodatea)
    • #4654 fix: fix ie11 compatibility when css.extract set to true (@sodatea)
  • @vue/cli-shared-utils
    • #4512 fix(pluginResolution): support dots in scope names (@ma-jahn)
  • @vue/cli
    • #4525 fix: remove the nonexistent test command from generated README (@cexbrayat)

๐Ÿ“ Documentation

Committers: 6

Commits

The new version differs by 18 commits.

  • 57c6f03 v3.12.0
  • 6c0f2ce chore: pre release sync
  • 96641cd fix: fix redundant log messages from webpack-dev-server (#4666)
  • a3225ac fix: correctly ignore html templates in copy-webpack-plugin (#4613)
  • ceeac16 docs: remove run for yarn commands in readme (#4551)
  • 7554764 fix: should not proxy sockjs endpoint (#4550)
  • 9b06c25 chore: remove extraneous log
  • c8e45dc fix: correctly sort test scripts in package.json
  • e71c884 fix(pluginResolution): support dots in scope names (#4512)
  • 8feaef0 fix: sortObject should not introduce formerly non-existent fields
  • a0fc87a fix: remove the nonexistent test command from generated README (#4525)
  • 02859cf feat: support sass-loader v8 (#4662)
  • 0b254a3 fix: fix ie11 compatibility when css.extract set to true (#4654)
  • b34edc8 docs: changes vuepress link for master branch (#4605)
  • 69f7145 Edited Dockerfile of Docker(Nginx) deployment doc (#4561)

There are 18 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

Remove style loaders from ava setup file

I am using css-modules-require-hook and stylus to allow importing .css and .styl. It can be useful but I don't know if including them by default is the right choice. Maybe loading styles in unit tests is not that common and the user would prefer less dependencies injected in a project.

An in-range update of inquirer is breaking the build ๐Ÿšจ

The devDependency inquirer was updated from 7.0.0 to 7.0.1.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

inquirer is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 18 commits.

  • 7ec6ea0 Publish
  • e2e07e3 Fix #862 - Do not throw when returning undefined from filter functions
  • af16d5b Fix #845 - Fix broken asynchronous validation
  • 904e473 fix multi rawList bug (#861) (#867)
  • 45af563 Bugfix: Choices.push() breaks index if a disabled item was already in the Choices (#869)
  • 8248ee5 Update Readme: Add FOSSA check and remove Node 6 support notice.
  • 05f34b6 Bump dependencies
  • f04c5cf Remove broken unit tests
  • 3ab4549 Add new editor prompt
  • 6a2aa06 Add screenshots to mono repo package readmes
  • d76c929 Refactor new expand prompt with the hooks
  • 7cf9d99 Fix input prompt final answer formatting
  • c172c75 Update new confirm prompt to use the hook API
  • f07cbba Update new password prompt
  • 315699b Update @inquirer/input readme

There are 18 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of eslint is breaking the build ๐Ÿšจ

The devDependency eslint was updated from 5.15.3 to 5.16.0.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

eslint is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for v5.16.0
  • dfef227 Build: gensite passes rulesMeta to formatter rendering (#11567) (Kevin Partington)
  • c06d38c Fix: Allow HTML formatter to handle no meta data (#11566) (Ilya Volodin)
  • 87a5c03 Docs: func-style: clarify when allowArrowFunctions is used (#11548) (Oliver Joseph Ash)
  • bc3e427 Update: pass rule meta to formatters RFC 10 (#11551) (Chris Meyer)
  • b452f27 Chore: Update README to pull in reviewer data (#11506) (Nicholas C. Zakas)
  • afe3d25 Upgrade: Bump js-yaml dependency to fix Denial of Service vulnerability (#11550) (Vernon de Goede)
  • 4fe7eb7 Chore: use nyc instead of istanbul (#11532) (Toru Nagashima)
  • f16af43 Chore: fix formatters/table test (#11534) (Toru Nagashima)
  • 78358a8 Docs: fix duplicate punctuation in CLI docs (#11528) (Teddy Katz)
Commits

The new version differs by 11 commits.

  • ded2f94 5.16.0
  • ea36e13 Build: changelog update for 5.16.0
  • dfef227 Build: gensite passes rulesMeta to formatter rendering (#11567)
  • c06d38c Fix: Allow HTML formatter to handle no meta data (#11566)
  • 87a5c03 Docs: func-style: clarify when allowArrowFunctions is used (#11548)
  • bc3e427 Update: pass rule meta to formatters RFC 10 (#11551)
  • b452f27 Chore: Update README to pull in reviewer data (#11506)
  • afe3d25 Upgrade: Bump js-yaml dependency to fix Denial of Service vulnerability (#11550)
  • 4fe7eb7 Chore: use nyc instead of istanbul (#11532)
  • f16af43 Chore: fix formatters/table test (#11534)
  • 78358a8 Docs: fix duplicate punctuation in CLI docs (#11528)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of standard-version is breaking the build ๐Ÿšจ

The devDependency standard-version was updated from 7.0.0 to 7.0.1.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

standard-version is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 16 commits.

  • 62d886c chore(release): 7.0.1
  • 106d039 chore(deps): update dependency eslint-config-standard to v14 and eslint to v6.2.2 (#438)
  • 2b5619b chore(deps): update dependency eslint-plugin-node to v9.2.0 (#446)
  • 2b322d1 chore(deps): update dependency coveralls to v3.0.7 (#427)
  • fb21851 fix(deps): update dependency yargs to v14.2.0 (#461)
  • abf48bb test: add test for issuePrefixes flag (#431)
  • 84bb581 fix(deps): update dependency conventional-recommended-bump to v6.0.2 (#462)
  • f04161a fix(deps): update dependency conventional-changelog to v3.1.12 (#463)
  • e06a835 fix(deps): update dependency stringify-package to v1.0.1 (#459)
  • a2c5747 fix(deps): update dependency conventional-changelog-config-spec to v2.1.0 (#442)
  • ddc5c00 feat(configuration): .versionrc.js files are now supported (#378)
  • 36f85c6 chore(deps): update dependency eslint to v6.2.1 (#443)
  • fe37e73 fix(deps): update dependency yargs to v14 (#440)
  • 751af20 chore(deps): update dependency eslint to v6.2.0 (#436)
  • a307562 chore(deps): update dependency eslint-plugin-standard to v4.0.1 (#439)

There are 16 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

Avoid using webpack

Maybe it is not the best approach, I am having issues in some projects.
The most notable is that the webpack configuration used excludes all the nodeExternals() and that is causing more problems I imagined.
Rewrite the plugin using the this ava recipe.

An in-range update of @vue/cli is breaking the build ๐Ÿšจ

The devDependency @vue/cli was updated from 3.5.2 to 3.5.3.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@vue/cli is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 6 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of nanoid is breaking the build ๐Ÿšจ

The devDependency nanoid was updated from 2.1.1 to 2.1.2.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

nanoid is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of @vue/test-utils is breaking the build ๐Ÿšจ

The devDependency @vue/test-utils was updated from 1.0.0-beta.29 to 1.0.0-beta.30.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@vue/test-utils is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

After installing, ava no longer works stand-alone

Installed your plugin. I'm not sure how installing a plugin could make this happen but now I cannot run ava directly from command line. It seems that there are some assumptions in paths and modules that are causing breaking changes if I have my own setup file. My feedback is that while doing everything automatically is nice for first-time installation, installing into an existing project should take into account that developers might already have a setup they are happy with, but want to also use vue-cli plugin. Maybe an install option or more documentation would be helpful.

ava
simple.test.js:1
(function (exports, require, module, __filename, __dirname) { import test from 'ava';
SyntaxError: Unexpected identifier 'test'

in package.json

    "require": [
      "./test/helpers/setup.js"
    ],

is replaced with

    "require": "./node_modules/@dnlup/vue-cli-plugin-unit-ava/setup.js",

If it's helpful to understand my test setup, here is the setup.js file:

require('browser-env')();
const hooks = require('require-extension-hooks');
const Vue = require('vue');
Vue.config.productionTip = false;
hooks('vue').plugin('vue').push();
hooks(['vue', 'js']).exclude(({filename}) => filename.match(/\/node_modules\//)).plugin('babel').push();

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.