pa001024 / riven-mirror

ๆž้•œ - the impressive warframe tool site

Home Page:https://riven-im.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

greenkeeper opened this issue ยท comments

The devDependency @vue/cli-plugin-typescript was updated from 4.2.2 to 4.2.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-plugin-typescript 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
  • โŒ ci/circleci: build: Your tests failed on CircleCI (Details).

Release Notes for v4.2.3

๐Ÿ› Bug Fix

  • @vue/cli
    • #5163 fix "Vue packages version mismatch" error caused by other global packages (@sodatea)
    • #5202 fix(GeneratorAPI): remove warning when using extendPackage with prune (@cexbrayat)
  • @vue/cli-service-global
    • #5196 fix(cli-service-global): fix no-debugger rule config (@sodatea)

๐Ÿ“ Documentation

๐Ÿ  Internal

Committers: 9

Commits

The new version differs by 18 commits.

  • 0380f22 v4.2.3
  • a6c35cd chore: merge branch 'dev'
  • da84840 docs: add page title & fix link [ci skip]
  • d8db292 fix: fix "Vue packages version mismatch" error caused by other global packages (#5163)
  • 5cb988c fix(GeneratorAPI): remove warning when using extendPackage with prune (#5202)
  • 69f6805 fix(cli-service-global): fix no-debugger rule config (#5196)
  • 7225649 docs: vue-cli -> Vue CLI
  • 33487a8 workflow: allow manually specifying dist-tag when releasing
  • c39eb72 docs(zh): fix typo in mode-and-env.md (#5224)
  • bd12771 Remove unnecessary hyphen (#5184)
  • 480ac7f chore: minor typographical fix (#5215)
  • b08c10f docs(zh): update example format (#5209)
  • efbc20c docs(zh): Update now 404 url (#5141)
  • 1423553 chore: Minor typographical fix (#5189)
  • 677e4c5 Added basic upgrading instructions (#5176)

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 ๐ŸŒด

After pinning to 4.2.2 your tests are passing again. Downgrade this dependency ๐Ÿ“Œ.

Your tests are passing again with this update. Explicitly upgrade to this version ๐Ÿš€

Release Notes for v4.3.0

How to Upgrade

First, reinstall the latest version of @vue/cli globally.

yarn global add @vue/cli
# OR
npm install -g @vue/cli

Then in the projects, run

vue upgrade

๐Ÿš€ New Features

  • @vue/cli-plugin-unit-mocha
    • #5294 feat(service): Allow mocha unit tests debugger to be bound to a specified IP and port (@darrylkuhn)
  • @vue/babel-preset-app
    • #5322 feat: enable bugfixes option for babel by default (@sodatea)
  • @vue/cli-service
  • @vue/cli
    • #5212 feat(vue-cli): Choosing to save as a preset tells you where it is saved (@jaireina)
  • @vue/cli-plugin-typescript
    • #5170 feat: use @vue/compiler-sfc as a compiler for TS if available (@cexbrayat)
  • @vue/cli-plugin-eslint, @vue/cli-service-global, @vue/cli-ui-addon-widgets
    • #5241 feat: ease the default no-console severity to warn (@sodatea)
  • @vue/cli-service, @vue/cli-ui-addon-webpack, @vue/cli-ui-addon-widgets, @vue/cli-ui
    • #5233 feat: add "not dead" to the default browserslist query (@sodatea)
  • @vue/cli-plugin-router

๐Ÿ› Bug Fix

  • @vue/cli-shared-utils
    • #5315 fix: avoid process hanging when trying to get Chrome version (@sodatea)
    • #5264 fix false positive of hasProjectNpm (@sodatea)
  • @vue/cli-ui
    • #5290 fix(cli-ui): build task defaults should respect outputDir option from config file (Closes #2639) (@LinusBorg)
  • @vue/cli-service
    • #5320 fix: spawn scripts with node, fix modern mode with Yarn 2 (Berry) (@sodatea)
    • #5247 fix(target-lib): fix dynamic public path in a dynamic chunk in Firefox (@sodatea)
  • @vue/cli-plugin-pwa
  • @vue/cli-plugin-eslint
  • @vue/babel-preset-app
    • #5236 fix(babel-preset-app): avoid corejs warning when useBuiltIns is false (@LeBenLeBen)

๐Ÿ“ Documentation

๐Ÿ  Internal

  • @vue/cli-service-global
    • #5319 chore(cli-service-global): remove direct dependency on @vue/babel-preset-app (@sodatea)
  • @vue/cli-service
    • #5305 refactor: simplify config loading by skipping fs.existsSync check (@sodatea)
  • @vue/cli

๐Ÿ”จ Underlying Tools

  • @vue/cli-plugin-eslint
    • #5273 chore(eslint): bump minimum required eslint-loader version to support ESLint 6 (@megos)

Committers: 15

Commits

The new version differs by 34 commits.

  • 4659869 v4.3.0
  • 4b31d8a chore: pre release sync
  • 016bb32 chore: bump typescript version to 3.8
  • 5c8c614 chore: update download-git-repo to the latest major
  • ee05918 chore: dependency maintenance
  • 960400b chore: merge branch 'master' into dev
  • 0051017 feat(service): Allow mocha unit tests debugger to be bound to a specified IP and port (#5294)
  • 3d200ce fix(ui): change git initialization commit message placeholder text (#5329)
  • 55d3375 feat: enable bugfixes option for babel by default (#5322)
  • a1041a8 fix: avoid process hanging when trying to get Chrome version (#5315)
  • 4225c30 feat: support vue.config.cjs (#5293)
  • d8afaa0 fix(ui): build task defaults should respect outputDir option from config file (#5290)
  • ef9f7bf chore(cli-service-global): remove direct dependency on @vue/babel-preset-app (#5319)
  • ebcee9a fix: spawn scripts with node, fix modern mode with Yarn 2 (Berry) (#5320)
  • f1bdf73 refactor: simplify config loading by skip fs.existsSync check (#5305)

There are 34 commits in total.

See the full diff

Your tests are still failing with this version. Compare changes

Release Notes for v4.3.1

๐Ÿ› Bug Fix

  • @vue/cli-plugin-eslint
    • #5363 fix(eslint-migrator): fix local eslint major version detection (@sodatea)
  • @vue/cli
    • #5360 fix: run migrator in a separator process, fix require cache issues during upgrade (@sodatea)

Committers: 1

Commits

The new version differs by 37 commits.

  • 2ec479a v4.3.1
  • 30b6873 fix(eslint-migrator): fix local eslint major version detection (#5363)
  • 9855c52 fix: run migrator in a separator process, fix require cache issues during upgrade (#5360)
  • 4659869 v4.3.0
  • 4b31d8a chore: pre release sync
  • 016bb32 chore: bump typescript version to 3.8
  • 5c8c614 chore: update download-git-repo to the latest major
  • ee05918 chore: dependency maintenance
  • 960400b chore: merge branch 'master' into dev
  • 0051017 feat(service): Allow mocha unit tests debugger to be bound to a specified IP and port (#5294)
  • 3d200ce fix(ui): change git initialization commit message placeholder text (#5329)
  • 55d3375 feat: enable bugfixes option for babel by default (#5322)
  • a1041a8 fix: avoid process hanging when trying to get Chrome version (#5315)
  • 4225c30 feat: support vue.config.cjs (#5293)
  • d8afaa0 fix(ui): build task defaults should respect outputDir option from config file (#5290)

There are 37 commits in total.

See the full diff

Your tests are passing again with this update. Explicitly upgrade to this version ๐Ÿš€

Release Notes for v4.4.1

How to Upgrade

First, reinstall the latest version of @vue/cli globally.

yarn global add @vue/cli
# OR
npm install -g @vue/cli

Then in the projects, run

vue upgrade

Notable Changes

The polyfill logic for modern mode and web components target has been refactored.

The final browser target is now calculated from the intersection of the user-specified browser target and the minimum browser versions that support modern mode / web component.

This means we can now drop many polyfills that are only used for some obsolete evergreen browsers if you are using the default browserslist target (["> 1%", "last 2 versions", "not dead"]), which will greatly reduce the bundle size of modern mode / web component target.


๐Ÿ› Bug Fix

  • @vue/babel-preset-app
    • #5513 refactor: improve the polyfill importing logic of modern mode (@sodatea)
  • @vue/cli

๐Ÿ“ Documentation

๐Ÿ  Internal

  • @vue/babel-preset-app
    • #5513 refactor: improve the polyfill importing logic of modern mode (@sodatea)

Committers: 3

Commits

The new version differs by 43 commits.

  • 34f303b v4.4.1
  • 36b475c chore: depedency maintenance
  • 91ca0b1 refactor: improve the polyfill importing logic of modern mode (#5513)
  • 538a028 fix(cli): fix the creation log (#5502)
  • f425fff chore: Merge branch 'master' into dev
  • 057201c docs: explain pwa head/manifest icons (#5408)
  • 6323b73 v4.4.0
  • d03ccc3 chore: pre release sync
  • 01d4bea fix: should throw errors if there is bad require() in vue.config.js (#5500)
  • 02a365d feat(plugin-api): expose inquirer to prompts.js, allowing custom prompt types (#5498)
  • 0295ff6 fix(unit-jest): fix .vue coverage report when babel plugin is not enabled (#5499)
  • aee9e17 fix: allow specifying plugin version when calling vue add (#5497)
  • 8b01c9e chore: dependency maintenance (#5496)
  • 90f1146 fix(ui): the logs from creator should be displayed in the UI (#5493)
  • 16d2701 fix(mocha): avoid --inspect-brk flag clobbering other values (#5473)

There are 43 commits in total.

See the full diff