Coder Social home page Coder Social logo

aurelia-logging-color's Issues

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 🌴

The automated release is failing 🚨

🚨 The automated release from the master branch failed. 🚨

I recommend you give this issue a high priority, so other packages depending on you could benefit from your bug fixes and new features.

You can find below the list of errors reported by semantic-release. Each one of them has to be resolved in order to automatically publish your package. I’m sure you can resolve this 💪.

Errors are usually caused by a misconfiguration or an authentication problem. With each error reported below you will find explanation and guidance to help you to resolve it.

Once all the errors are resolved, semantic-release will release your package the next time you push a commit to the master branch. You can also manually restart the failed CI job that runs semantic-release.

If you are not sure how to resolve this, here is some links that can help you:

If those don’t help, or if this issue is reporting something you think isn’t right, you can always ask the humans behind semantic-release.


Invalid npm token.

The npm token configured in the NPM_TOKEN environment variable must be a valid token allowing to publish to the registry https://registry.npmjs.org/.

If you are using Two-Factor Authentication, make configure the auth-only level is supported. semantic-release cannot publish with the default auth-and-writes level.

Please make sure to set the NPM_TOKEN environment variable in your CI with the exact value of the npm token.


Good luck with your project ✨

Your semantic-release bot 📦🚀

An in-range update of webpack is breaking the build 🚨

The devDependency webpack was updated from 4.29.3 to 4.29.4.

🚨 View failing branch.

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

webpack 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 v4.29.4

Bugfixes

  • update @webassemblyjs for bugfixes
Commits

The new version differs by 29 commits.

  • 7ecf992 4.29.4
  • a259c09 Merge pull request #8791 from webpack/dependabot/npm_and_yarn/react-16.8.2
  • 686dd8f Merge pull request #8790 from webpack/dependabot/npm_and_yarn/jest-junit-6.3.0
  • 31a33aa Merge pull request #8789 from webpack/dependabot/npm_and_yarn/react-dom-16.8.2
  • d1d0be9 Merge pull request #8785 from webpack/dependabot/npm_and_yarn/wast-loader-1.8.2
  • fff330e Merge pull request #8784 from webpack/dependabot/npm_and_yarn/lint-staged-8.1.4
  • 196cb81 Merge pull request #8786 from xtuc/chore-bump-webassemblyjs19
  • 842ed68 Bump react from 16.8.1 to 16.8.2
  • 6da1da5 Bump jest-junit from 6.2.1 to 6.3.0
  • 93b0485 Bump react-dom from 16.8.1 to 16.8.2
  • e4ce645 chore: bump webassemblyjs
  • 16b92ad Bump wast-loader from 1.8.1 to 1.8.2
  • 40245c5 Bump lint-staged from 8.1.3 to 8.1.4
  • a3f2662 Merge pull request #8783 from webpack/dependabot/npm_and_yarn/handlebars-4.1.0
  • ae41c08 [Security] Bump handlebars from 4.0.11 to 4.1.0

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

Color translation between Ansi and CSS

Logging tool such as redux-logger put CSS color strings directly in the message.
For example:
https://github.com/evgenyrodionov/redux-logger/blob/master/src/core.js#L97

We should add a way to read these strings and make the color work correctly in Node environment.

First, we should create tests to show how to hook up react-logger with aurelia-logging (using options: https://github.com/evgenyrodionov/redux-logger/blob/master/src/core.js#L97)

Then, we will figure out how the messages are passed to the logger so what we can detect and extract the CSS color styles.

Then, we create a translation layer converting CSS to ANSI (and vice versa).

TTY support

Allow automatically or manually disable color in scripting environment so that the log output can easily be parsed.

An in-range update of aurelia-polyfills is breaking the build 🚨

The devDependency aurelia-polyfills was updated from 1.3.1 to 1.3.2.

🚨 View failing branch.

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

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

  • 7760137 chore(all): add latest build artifacts
  • ba88cf1 Merge branch 'develop'
  • 0e2c63c Merge pull request #71 from aurelia/fix-module
  • 2a9d9e3 fix(all): change es2015 back to native-modules
  • 68e8540 chore(all): add latest build artifacts
  • 1d6f82e Merge branch 'develop'
  • 7cabede Merge pull request #69 from aurelia/new-workflow
  • 4be6e7a chore(all): implement new workflow
  • d823d2e Merge pull request #67 from aurelia/package-lock-update
  • af2e639 chore(all): update package-lock.json

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 🌴

Improve colors

Currently, some color combinations make the text hard to read.
Need to optimize it a bit.

Here are some ideas:

  • if the background color is light (e.g. two of rgb > 200) then turn the text to a dark color

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.