Giter VIP home page Giter VIP logo

next-ololos-blog's People

Contributors

dependabot[bot] avatar greenkeeper[bot] avatar rip21 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

wooodhead

next-ololos-blog's Issues

Action required: Greenkeeper could not be activated 🚨

🚨 You need to enable Continuous Integration on all 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 we are using your CI build statuses to figure out when to notify you about breaking changes.

Since we did not receive a CI status on the greenkeeper/initial branch, we assume that you still need to configure it.

If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with greenkeeper/.

We recommend using Travis CI, but Greenkeeper will work with every other CI service as well.

Once you have installed CI on this repository, you’ll need to re-trigger Greenkeeper’s initial Pull Request. To do this, please delete the greenkeeper/initial branch in this repository, and then remove and re-add this repository to the Greenkeeper integration’s white list on Github. You'll find this list on your repo or organiszation’s settings page, under Installed GitHub Apps.

An in-range update of eslint-plugin-react is breaking the build 🚨

The devDependency eslint-plugin-react was updated from 7.12.4 to 7.13.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-react 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
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 74 commits.

  • f39829f Update CHANGELOG and bump version
  • 9e81dde [Deps] update jsx-ast-utils, resolve
  • e73a692 Merge pull request #2256 from mateuszsokola/master
  • b5fc9bf [fix] jsx-props-no-multi-spaces: support generic components (ts)
  • 8bd3837 Fix Node 4 compatibility
  • 005dad3 Revert "Replace mocha by jest"
  • 6e4f43e Replace mocha by jest
  • 09f580c Replace typescript-eslint-parser by @typescript-eslint/parser
  • 861fdef [fix] prop-types: fix case with destructuring and defualt param
  • 9fbd037 Fix ESLint 6 compat by providing parser as absolute path to RuleTester
  • 8041075 Fix jsx-curly-brace-presence schema defaults
  • 9cec705 Add next ESLint version to Travis
  • 0d4725e Add Node 12 and remove Node 4/6 from Travis
  • 9192ec3 Update devDependencies
  • d5d2e82 Merge pull request #2250 from guliashvili/master

There are 74 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 enzyme is breaking the build 🚨

There have been updates to the enzyme monorepo:

    • The devDependency enzyme was updated from 3.8.0 to 3.9.0.

🚨 View failing branch.

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

This monorepo update includes releases of one or more dependencies which all belong to the enzyme group definition.

enzyme 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
  • continuous-integration/travis-ci/push: The Travis CI build failed (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 react-lazyload is breaking the build 🚨

The dependency react-lazyload 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.

react-lazyload 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
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 23 commits.

  • dc3903c Merge pull request #233 from svobik7/patch-1
  • 9034236 Updated DOCs to cover horizontal lazy load support
  • f9ec624 Merge pull request #231 from ianwensink/master
  • 412e60b Merge pull request #1 from ZsZJ/master
  • 86e1f13 Merge pull request #230 from neptunian/patch-1
  • 61e2c35 Add documentation for scrollContainer prop
  • fa784a3 Merge pull request #226 from ameerthehacker/update-readme
  • 455a891 docs(README): fix the build status badge link
  • 31784a6 Merge pull request #225 from ameerthehacker/update-readme
  • 14bbd0b docs(README): fix the breaking build status badge
  • 0a027a7 Update README.md
  • fadc1df Merge pull request #167 from matrix-org/master
  • 34eed3f Merge pull request #213 from jt3k/master
  • f84f4a5 Merge pull request #220 from ameerthehacker/master
  • d4c3ba4 docs: update README

There are 23 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 apollo-link is breaking the build 🚨

The dependency apollo-link was updated from 1.2.9 to 1.2.10.

🚨 View failing branch.

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

apollo-link 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
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 12 commits.

  • 127ab65 chore: Publish
  • 08f4b96 Drop child package package-lock.json files (#985)
  • 2861624 Prep for publish
  • a4f1520 Fixes the DedupLink shared observable unsubscribing early when shared (#984)
  • 35b9aa2 chore(deps): update dependency jest to v24.5.0
  • 19ecb9f chore(deps): update dependency rollup to v1.6.0
  • 86168c6 chore(deps): update dependency @types/jest to v24.0.11
  • efd1040 chore(deps): update dependency jest to v24.3.1
  • e90da23 Chore/apollo link retryerror dedup low hanging fruit (#973)
  • a56eb11 chore(deps): update jest and @types/jest to v24 (#922)
  • 002bc48 Fold CHANGELOG.md entry for #972 into previous General section.
  • 1a9606e Add .rpt2_cache to all packages/*/.npmignore files. (#972)

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 prettier is breaking the build 🚨

The devDependency prettier was updated from 1.16.4 to 1.17.0.

🚨 View failing branch.

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

prettier 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
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for Prettier 1.17: More quotes options and support for shared configs

🔗 Release Notes

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 🌴

Version 10 of node.js has been released

Version 10 of Node.js (code name Dubnium) has been released! 🎊

To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following changes:

  • Added the new Node.js version to your .travis.yml

If you’re interested in upgrading this repo to Node.js 10, you can open a PR with these changes. Please note that this issue is just intended as a friendly reminder and the PR as a possible starting point for getting your code running on Node.js 10.

More information on this issue

Greenkeeper has checked the engines key in any package.json file, the .nvmrc file, and the .travis.yml file, if present.

  • engines was only updated if it defined a single version, not a range.
  • .nvmrc was updated to Node.js 10
  • .travis.yml was only changed if there was a root-level node_js that didn’t already include Node.js 10, such as node or lts/*. In this case, the new version was appended to the list. We didn’t touch job or matrix configurations because these tend to be quite specific and complex, and it’s difficult to infer what the intentions were.

For many simpler .travis.yml configurations, this PR should suffice as-is, but depending on what you’re doing it may require additional work or may not be applicable at all. We’re also aware that you may have good reasons to not update to Node.js 10, which is why this was sent as an issue and not a pull request. Feel free to delete it without comment, I’m a humble robot and won’t feel rejected 🤖


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 stylelint-config-standard is breaking the build 🚨

The devDependency stylelint-config-standard was updated from 18.2.0 to 18.3.0.

🚨 View failing branch.

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

stylelint-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
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for 18.3.0
  • Added: stylelint@10 to peer dependency range.
Commits

The new version differs by 16 commits.

  • bfb517b Remove Node.js 6 from CI
  • 5d65d10 Add stylelint@10 to peer dependency range
  • 2da161a Update eslint-config-stylelint to the latest version 🚀 (#124)
  • b53e49f Update package.json
  • 712a1d9 Add more simple usage for globally installed configs (#123)
  • 7d96e9f Fix appveyor badge
  • 806cc37 Update eslint-config-stylelint to the latest version 🚀 (#122)
  • b3cdb72 chore(package): update remark-cli to version 6.0.0 (#120)
  • 456eec3 Update eslint-config-stylelint (#119)
  • 9efccc5 Update npmpub to 4.1.0 (#116)
  • 25ede45 chore(package): update jest to 23.4.1 (#115)
  • 7008799 chore(package): update npmpub to version 4.0.1 (#114)
  • 6b317dd Update eslint to the latest version 🚀 (#112)
  • 40396d8 Update to node 10 in .travis.yml (#110)
  • a5a6ae0 Switch Jest configuration to jest-preset-stylelint (#108)

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 🌴

An in-range update of apollo-client is breaking the build 🚨

There have been updates to the apollo-client monorepo:

🚨 View failing branch.

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

This monorepo update includes releases of one or more dependencies which all belong to the apollo-client group definition.

apollo-client 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
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 369 commits.

  • 6838c5b chore: Publish
  • 7eaf413 Merge pull request #4586 from apollographql/release-2.6.0
  • 136ce43 Revert "Temporarily publish to npm using the beta tag."
  • 6c348e9 Update CHANGELOG.md with final 2.6.0 changes and package versions.
  • b64b4e9 chore: Publish
  • bcd3aff Preserve cache-and-network fetchPolicy when refetching. (#4840)
  • b78bb88 Add a regression test for issue #4841.
  • 1268057 Merge branch 'master' into release-2.6.0
  • 00261df Run all QueryManager tests (#4842)
  • e5c9e9b chore(deps): update dependency gatsby to v2.5.5 (#4836)
  • fac993f chore(deps): update dependency tsc-watch to v2.2.1 (#4832)
  • 0cd2b95 chore(deps): update dependency lint-staged to v8.1.7 (#4828)
  • 247251a chore(deps): update dependency rollup to v1.12.3 (#4830)
  • b90acce chore(deps): update dependency prettier to v1.17.1 (#4829)
  • bf7b226 chore(deps): update dependency codecov to v3.5.0 (#4823)

There are 250 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 apollo-client is breaking the build 🚨

There have been updates to the apollo-client monorepo:

🚨 View failing branch.

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

This monorepo update includes releases of one or more dependencies which all belong to the apollo-client group definition.

apollo-client 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
  • continuous-integration/travis-ci/push: The Travis CI build failed (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 enzyme is breaking the build 🚨

There have been updates to the enzyme monorepo:

    • The devDependency enzyme was updated from 3.8.0 to 3.9.0.

🚨 View failing branch.

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

This monorepo update includes releases of one or more dependencies which all belong to the enzyme group definition.

enzyme 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
  • continuous-integration/travis-ci/push: The Travis CI build failed (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 apollo-link-http is breaking the build 🚨

The dependency apollo-link-http was updated from 1.5.12 to 1.5.13.

🚨 View failing branch.

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

apollo-link-http 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
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 12 commits.

  • 127ab65 chore: Publish
  • 08f4b96 Drop child package package-lock.json files (#985)
  • 2861624 Prep for publish
  • a4f1520 Fixes the DedupLink shared observable unsubscribing early when shared (#984)
  • 35b9aa2 chore(deps): update dependency jest to v24.5.0
  • 19ecb9f chore(deps): update dependency rollup to v1.6.0
  • 86168c6 chore(deps): update dependency @types/jest to v24.0.11
  • efd1040 chore(deps): update dependency jest to v24.3.1
  • e90da23 Chore/apollo link retryerror dedup low hanging fruit (#973)
  • a56eb11 chore(deps): update jest and @types/jest to v24 (#922)
  • 002bc48 Fold CHANGELOG.md entry for #972 into previous General section.
  • 1a9606e Add .rpt2_cache to all packages/*/.npmignore files. (#972)

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 stylelint-processor-styled-components is breaking the build 🚨

The devDependency stylelint-processor-styled-components was updated from 1.6.0 to 1.7.0.

🚨 View failing branch.

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

stylelint-processor-styled-components 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
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 10 commits.

  • 65cef7a 1.7.0
  • 1f8f11b prepare changelog for 1.7.0
  • c64a13c Merge pull request #263 from styled-components/greenkeeper/stylelint-10.0.0
  • 092c7e7 not support node < 8
  • 39e4893 fix error sequences
  • 8724c7f chore(package): update lockfile package-lock.json
  • 6ecc002 chore(package): update stylelint to version 10.0.0
  • a33c521 Merge pull request #261 from chinesedfan/add-faq
  • 586c0c9 Add F.A.Q.
  • 4aae300 Merge pull request #260 from chinesedfan/1.6.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 apollo-client is breaking the build 🚨

There have been updates to the apollo-client monorepo:

🚨 View failing branch.

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

This monorepo update includes releases of one or more dependencies which all belong to the apollo-client group definition.

apollo-client 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
  • continuous-integration/travis-ci/push: The Travis CI build failed (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 eslint-plugin-import is breaking the build 🚨

The devDependency eslint-plugin-import was updated from 2.16.0 to 2.17.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
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 61 commits.

  • 0499050 bump to v2.17.0
  • f479635 [webpack] v0.11.1
  • 8a4226d Merge pull request #1320 from bradzacher/export-ts-namespaces
  • 988e12b fix(export): Support typescript namespaces
  • 70c3679 [docs] make rule names consistent
  • 6ab25ea [Tests] skip a TS test in eslint < 4
  • 405900e [Tests] fix tests from #1319
  • 2098797 [fix] export: false positives for typescript type + value export
  • 70a59fe [fix] Fix overwriting of dynamic import() CallExpression
  • e4850df [ExportMap] fix condition for checking if block comment
  • 918567d [fix] namespace: add check for null ExportMap
  • 2d21c4c Merge pull request #1297 from echenley/ech/fix-isBuiltIn-local-aliases
  • 0ff1c83 [dev deps] lock typescript to ~, since it doesn’t follow semver
  • 40bf40a [*] [deps] update resolve
  • 28dd614 Merge pull request #1304 from bradennapier/feature/typescript-export-type

There are 61 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 🌴

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.