likecoin / puttyimages-web

Website for images adopted Like protocol.
https://dev.puttyimages.com/
GNU General Public License v3.0
18 stars 10 forks source link

An in-range update of vue-i18n is breaking the build 🚨 #183

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency vue-i18n was updated from 8.10.0 to 8.11.0.

🚨 View failing branch.

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

vue-i18n 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 - ❌ **ci/circleci: test:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/likecoin/puttyimages-web/376?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ❌ **Travis CI - Branch:** The build **errored**.

Release Notes for v8.11.0

v8.11.0 (2019-04-26)

⭐️ New Features

Commits

The new version differs by 9 commits.

  • dc1dac6 :tada: release(minor): v8.11.0
  • 80911f5 :package: build(dist): generate dist files
  • 3497775 :package: build(vuepress): generate docs
  • 4aecf03 :star: new: HTML locale message warning option (#567)
  • c9b9adf :star: new: ES modules for browser (#561)
  • a1800cb Merge branch 'dev' of github.com:kazupon/vue-i18n into dev
  • 7d4d9ef :pencil: docs(BACKERS): thanks patron :bow:
  • 5980fb6 :pencil: docs(vuepress): fix typo in i18n-n functional component (#549) by @blowsie
  • 2953a75 :pencil: docs(vuepress): update scoped style docs (#546) by @kenanchristian

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

After pinning to 8.10.0 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v8.11.1

v8.11.1 (2019-04-26)

πŸ› Bug Fixes

  • fix ES Modules distribution (bb631a1)
Commits

The new version differs by 5 commits.

  • ca67422 :sparkles: release(patch): v8.11.1
  • d4104ae :package: build(dist): generate dist files
  • 8646378 :package: build(vuepress): generate docs
  • bb631a1 :bug: bug: fix ES Modules distribution
  • 8ec193c :pencil: docs(vuepress): fix formatting.md

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v8.11.2

v8.11.2 (2019-04-30)

πŸ› Bug Fixes

  • bug(mixin): fix SSR memory leak by moving subscribeDataChanging calls into beforeMount (#572) by @Pindar (32b5795), closes #572
Commits

The new version differs by 15 commits.

  • d0ac9e2 :sparkles: release(patch): v8.11.2
  • 0bf4e0e :package: build(dist): genereate dist files
  • 1262318 :package: build(vuepress): generate docs
  • 1b31bba :pushpin: dependency: update yarn.lock
  • 87b2b58 :pushpin: dependency: update npm packages (#573) by @Pindar
  • 32b5795 bug: bug(mixin): fix SSR memory leak by moving subscribeDataChanging calls into beforeMount (#572) by @Pindar
  • 48e3500 :package: build(vuepress): updates
  • bbe915f :pencil: docs(vuepress): fix typo and tweak title
  • 3372bed :package: build(vuepress): generate docs
  • 518a8ab :pencil: docs(vuepress): tweak docs
  • 10247ad :pencil: docs(vuepress): add tooling section
  • 7b4c6a0 :pencil: docs(vuepress): fix typo
  • c944c26 :pencil: docs(vuepress): tweak navigation
  • 9e12e4d :lollipop: examples: add HTML locale message warning option
  • c7342e6 :lollipop: examples: add ES modules example in browser

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v8.12.0

v8.12.0 (2019-07-09)

⭐️ New Features

  • mixin: shared locale messages feature (82543de)

⚑️ Improvements

  • typing: sharedMessages option type (6967a15)
Commits

The new version differs by 48 commits.

  • 74a5fd1 :tada: release(minor): v8.12.0
  • ab5fa33 :package: build(dist): generate dist files
  • b3cb174 :package: build(vuepress): generate docs
  • 65819af :pencil: docs(BACKERS): update
  • e77e63c :white_heavy_check_mark: test: add more test
  • 6967a15 :zap: improvement(typing): sharedMessages option type
  • 82543de :star: new(mixin): shared locale messages feature
  • a17660f :pencil: docs(vuepress): shared messages feature
  • 1fd4fa6 :pencil: docs(vuepress): fix typo (#632) by @ts0307
  • f5de551 :pencil: docs(vuepress): fix typo (#631) by @ts0307
  • a8e4f0e build(deps-dev): bump eslint in /examples/integration/contentful (#627)
  • 86667dd :pencil: docs(.github): update
  • e7c9a2a :pencil: docs(vuepress): fix typos/grammar in guide (#617) by @m4sk1n
  • 8761ac9 :lollipop: examples(formatting/custom): updates
  • 06633e4 :lollipop: examples(module/rollup): updates

There are 48 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v8.13.0

v8.13.0 (2019-08-09)

⭐️ New Features

  • datetime/number formats fallback warning filter (46de19e), closes #558
  • fallback translation warning filter (69fc798)
  • translation missing warning filter (666dc9d)
Commits

The new version differs by 39 commits.

  • 999782a :tada: release(minor): v8.13.0
  • 6c5737b :package: build(dist): generate dist files
  • acfe385 :package: build(vuepress): dist docs
  • 46de19e :star: new: datetime/number formats fallback warning filter
  • caa90fa :pencil: docs(vuepress): update API docs
  • 43ec19b :pushpin: dependency: upgrade node-chromedriver
  • 69fc798 :star: new: fallback translation warning filter
  • de204ba :shirt: refactor(index): _isSilentTranslationWarn function refactoring
  • cba81b2 :green_heart: test: fix test
  • 666dc9d :star: new: translation missing warning filter
  • 6ffc601 :pencil: docs(vuepress): Fix typo (#675) by @ilkome
  • 2c9c675 :pencil: docs(vuepress): Update pluralization.md (#672) by @davehowson
  • 2ea3cb8 :pencil: docs(vuepress): tiny translate fixes for δΈ­ζ–‡ (#667) by @scris
  • b6707c1 :pencil: docs(vuepress): add nuxt-i18n to tooling (#665) by @manniL
  • 3bbffd1 :pencil: docs(vuepress): add warning about component vs root scope (#624) (#664) by @graup

There are 39 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v8.14.0

v8.14.0 (2019-08-12)

⭐️ New Features

Commits

The new version differs by 6 commits.

  • 9f5ff80 :tada: release(minor): v8.14.0
  • 185c462 :package: build(dist): generate dist files
  • da76dc0 :package: build(vuepress): generate docs
  • bf9929c :star: new: fallback formatting (#637) by @sebwas
  • 1cc4c72 :pencil: docs(vuepress): Update lazy-loading.md (#682) by @Alex-Sokolov
  • 71ca843 :star: new: support slots syntax for component interpolation (#685) by @aavondet

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v8.14.1

8.14.1 (2019-09-12)

πŸ› Bug Fixes

  • path: fix branket key error (8d2aba7)
  • component: Fix interpolation component when there are empty text nodes (547cdd1) by @Demivan
Commits

The new version differs by 34 commits.

  • 9a396bf :sparkles: release(patch): v8.14.1
  • 87c525c :package: build(dist): generate dist files
  • 523a7f7 :package: build(vuepress): generate static docs
  • 4701906 Merge branch 'dev' of github.com:kazupon/vue-i18n into dev
  • 8d2aba7 :bug: bug(path): fix branket key error
  • e4f07ae :bug: bug(component): Fix interpolation component when there are empty
  • 77ef025 Merge pull request #712 from Demivan/fix-empty-text-nodes
  • f22a530 Update test description
  • bd8be26 Remove assigment
  • ab08d1d Filter after checking for null
  • 547cdd1 Fix interpolation component when there are empty text nodes
  • 4e7a15f Add failing test
  • 12a00be Merge pull request #709 from igorbabko/patch-2
  • 56ef711 Update fallback.md
  • 11c37fd build(deps): [security] bump mixin-deep from 1.3.1 to 1.3.2 (#705)

There are 34 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v8.15.0

v8.15.0 (2019-10-16)

⭐️ New Features

Commits

The new version differs by 25 commits.

  • 3fa530e fix conflict
  • 0dd7e27 :tada: release(minor): v8.15.0
  • d9749e1 :package: build(dist): generete dist files
  • f313678 :package: build(vuepress): generate docs
  • 3689049 :pencil: docs(vuepress): update interpolation
  • 3217212 :star: new: Add constructor option for custom modifiers (#724) by @epaezrubio
  • e0fbaaa Merge pull request #721 from LukaszKokot/fix/guide-spelling
  • b442d7f :pencil2: Adjust sfc
  • 9576fae :pencil2: Adjust pluralization
  • 7915371 :pencil2: Adjust number
  • 54fe35a :pencil2: Adjust messages
  • 8bfae5b :pencil2: Adjust lazy loading
  • b60b81b :pencil2: Adjust interpolation
  • 3bd3dd9 :pencil2: Adjust formatting
  • 2067079 :pencil2: Adjust fallback

There are 25 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v8.15.1

v8.15.1 (2019-11-27)

⚑️ Improvements

  • mixin: change to custom blocks parse error (a9858be)
Commits

The new version differs by 8 commits.

  • fc110cd :tada: release(patch): v8.15.1
  • 4c7a447 :package: build(dist): generate dist files
  • ce94c6e :pencil: docs(vuepress): generate docs
  • a9858be :zap: improvement(mixin): change to custom blocks parse error
  • 5377103 :pushpin: dependency: upgrade chrome driver
  • 5e98f0c :pencil: docs(vuepress): Fix example for "one" plural category in Russian (#737) by @SavkovCG
  • 811791b build(deps): [security] bump https-proxy-agent in /examples/perf (#741)
  • fd92b1e :pencil: docs(vuepress): fix typo (#731) by @kevinmarrec

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v8.15.2

v8.15.2 (2019-12-18)

πŸ› Bug Fixes

Commits

The new version differs by 12 commits.

  • c226fc3 :sparkles: release(patch): v8.15.2
  • fb7e4a1 :package: build(dist): generate dist files
  • b92331c :package: build(vuepress): generate docs
  • 194b801 :bug: bug(index): Fix exception when using unit number formatting by @simonjodet
  • fc110cd :tada: release(patch): v8.15.1
  • 4c7a447 :package: build(dist): generate dist files
  • ce94c6e :pencil: docs(vuepress): generate docs
  • a9858be :zap: improvement(mixin): change to custom blocks parse error
  • 5377103 :pushpin: dependency: upgrade chrome driver
  • 5e98f0c :pencil: docs(vuepress): Fix example for "one" plural category in Russian (#737) by @SavkovCG
  • 811791b build(deps): [security] bump https-proxy-agent in /examples/perf (#741)
  • fd92b1e :pencil: docs(vuepress): fix typo (#731) by @kevinmarrec

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v8.15.3

v8.15.3 (2019-12-18)

⚑️ Improvements

  • index: fix mergeLocaleMessage. add changes notification on merging with an empty target object (#752) by @jekill (048eac5), closes #752
Commits

The new version differs by 16 commits.

  • f42e81f :sparkles: release(patch): v8.15.3
  • da8d276 :package: build(dist): generate dist files
  • 6a2da0f :package: build(vuepress): generate docs
  • 048eac5 :zap: improvement(index): fix mergeLocaleMessage. add changes notification on merging with an empty target object (#752) by @jekill
  • c226fc3 :sparkles: release(patch): v8.15.2
  • fb7e4a1 :package: build(dist): generate dist files
  • b92331c :package: build(vuepress): generate docs
  • 194b801 :bug: bug(index): Fix exception when using unit number formatting by @simonjodet
  • fc110cd :tada: release(patch): v8.15.1
  • 4c7a447 :package: build(dist): generate dist files
  • ce94c6e :pencil: docs(vuepress): generate docs
  • a9858be :zap: improvement(mixin): change to custom blocks parse error
  • 5377103 :pushpin: dependency: upgrade chrome driver
  • 5e98f0c :pencil: docs(vuepress): Fix example for "one" plural category in Russian (#737) by @SavkovCG
  • 811791b build(deps): [security] bump https-proxy-agent in /examples/perf (#741)

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v8.15.4

8.15.4 (2020-02-25)

πŸ› Bug Fixes

πŸ†™ Updates

Commits

The new version differs by 34 commits.

  • 230112f :sparkles: release(patch): v8.15.4
  • 9a25d6f :package: build(dist): generate dist files
  • 7d5a91f :pencil: docs(vuepress): add "Fallback interpolation" document to Chinise version(#784) (#785) by @masongzhi
  • 53895b9 :bug: fix(src/index.js): improve formatFallbackMessages code (#779) (#783) by @masongzhi
  • 8c0b4ff :pencil: docs: update
  • 5ee32dc :pencil: docs(vuepress): fix layout
  • 8a9a950 :up: update: some fixes
  • ca96fd5 :pencil: docs(vuepress): add tools
  • 1af9d80 :pencil: docs: update
  • 13dbf07 :wrench: chore: add docs uploading script
  • 3f221dd Add a span for the currency to the example code (#782)
  • a0fc5c2 feat(examples/formatting): update custom formatter example (#781)
  • 509ff73 :pencil: docs: update docs
  • 24f8762 build(deps): bump handlebars from 4.1.1 to 4.7.2 (#768)
  • 42a627f build(deps): bump handlebars from 4.1.1 to 4.5.3 (#765)

There are 34 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v8.15.5

v8.15.5 (2020-03-07)

⭐️ Features

⚑️ Improvement Features

  • #794 Support returning 'string' type for customized interpolation (@sihyeonn)

πŸ“ Documentation

Committers: 4

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v8.15.6

v8.15.6 (2020-03-23)

πŸ› Bug Fixes

  • #817 Bugfix : 'setLocaleMessage' / 'mergeLocaleMessage' doesn't work if 'warnHtmlInMessage' is set to 'error' (@aym3nb)

πŸ“ Documentation

Committers: 3

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v8.15.7

v8.15.7 (2020-03-25)

πŸ› Bug Fixes

Committers: 1

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v8.16.0

v8.16.0 (2020-03-27)

⭐️ New Features

Committers: 1

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v8.17.0

v8.17.0 (2020-04-11)

⭐ New Features

πŸ“ Documentation

Committers: 4

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v8.17.1

v8.17.1 (2020-04-16)

πŸ› Bug Fixes

πŸ“ Documentation

Committers: 2

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v8.17.2

v8.17.2 (2020-04-18)

⚑ Improved Features

  • #844 Use plain object instead of Map, which is not supported in IE9/10 (@exoego)

Committers: 1

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v8.17.3

v8.17.3 (2020-04-19)

⚑ Improved Features

πŸ“ Documentation

Committers: 2

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v8.17.4

v8.17.4 (2020-04-26)

πŸ› Bug Fixes

Committers: 1

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v8.17.5

v8.17.5 (2020-05-10)

πŸ› Bug Fixes

πŸ“ Documentation

Committers: 3

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v8.17.6

v8.17.6 (2020-05-15)

πŸ› Bug Fixes

⚑ Improved Features

  • #878 Allow component interpolation without root element (@danimoh)

πŸ“ Documentation

Committers: 4

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v8.17.7

v8.17.7 (2020-05-19)

πŸ› Bug Fixes

Committers: 1

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v8.18.0

v8.18.0 (2020-05-26)

⭐ New Features

  • #892 Add onComponentInstanceCreated constructor option (@rchl)

⚑ Improved Features

  • #890 chore: set up linting for typescript definitions (@rchl)

Committers: 1

  • RafaΕ‚ ChΕ‚odnicki (@rchl)
greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v8.18.1

v8.18.1 (2020-05-27)

πŸ› Bug Fixes

  • #896 Fix flow types and enable flow types testing on CI (@rchl)

Committers: 1

  • RafaΕ‚ ChΕ‚odnicki (@rchl)