Code Monkey home page Code Monkey logo

franklin-library's Introduction

(Create) Franklin Library

Bootstrap your Franklin library using npm init @adobe/franklin-library

Status

codecov GitHub Actions GitHub license GitHub issues semantic-release

Installation

Not needed.

Usage

$ npm init @adobe/franklin-library

Demo here:

https://asciinema.org/a/ZgBXcXnV98lUKRcxq2mchNisQ

create-franklin-library will ask you a few questions and then bootstrap the library for you. All you have to do is change to the newly created directly and push to GitHub.

Development

Build

$ npm install

Test

$ npm test

Lint

$ npm run lint

franklin-library's People

Contributors

dependabot[bot] avatar dlemstra avatar dominique-pfister avatar greenkeeper[bot] avatar koraa avatar lgtm-migrator avatar renovate-bot avatar renovate[bot] avatar rofe avatar semantic-release-bot avatar stefan-guggisberg avatar trieloff avatar tripodsan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

franklin-library's Issues

An in-range update of semantic-release is breaking the build 🚨

The devDependency semantic-release was updated from 15.13.15 to 15.13.16.

🚨 View failing branch.

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

semantic-release 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
  • build: * build - Failed

Release Notes for v15.13.16

15.13.16 (2019-06-07)

Bug Fixes

  • package: update env-ci to version 4.0.0 (8051294)
Commits

The new version differs by 3 commits.

  • 4ed6213 style: fix prettier style
  • 8051294 fix(package): update env-ci to version 4.0.0
  • 95a0456 chore(package): update ava to version 2.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 @semantic-release/commit-analyzer is breaking the build 🚨

The devDependency @semantic-release/commit-analyzer was updated from 6.1.1 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.

@semantic-release/commit-analyzer 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
  • build: * build - Failed

Release Notes for v6.2.0

6.2.0 (2019-06-07)

Features

  • allow to disable default release rules with release: false (a71866f)
Commits

The new version differs by 4 commits.

  • a71866f feat: allow to disable default release rules with release: false
  • 9f31fab docs: remove incorrect statement from example
  • 6c071f9 chore(package): update ava to version 2.0.0
  • 3bb7ade chore(package): update nyc to version 14.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 🌴

Use Semantic Release by Default

Overview

I think we should adopt Semantic Release as the default mechanism to release in Project Helix (at least for all libraries, services are a different discussion) and adjust the starter repo to include it.

Details

I've been using Semantic Release for https://github.com/adobe/fastly-native-promises simply because the original project used it, and I have grown to like it.

Cons:

  • you have to commit using npm run commit and fill out a questionnaire
  • it encourages bigger commits than I prefer

Pros:

Proposed Actions

  • adjust this repo to use semantic-release
  • implement semantic-release for helix-shared
  • implement semantic-release for helix-pipeline
  • implement semantic-release for htlengine
  • implement semantic-release for helix-cli
  • implement semantic-release for git-server
  • implement semantic-release for helix-simulator
  • implement semantic-release for vscode-helix (there is a plugin for the VS Code Marketplace)

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

The devDependency eslint-plugin-import was updated from 2.17.3 to 2.18.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
  • build: * build - Failed

Commits

The new version differs by 26 commits.

  • c924f5d Bump to v2.18.0
  • c8132f2 Merge pull request #1393 from sheepsteak/eslint-6
  • 7e41d29 Make testVersion take a function to delay running require.resolve
  • d7023f6 Remove ESLint 6 from allowed failures in Travis
  • 3bee716 Use eslint@6 instead of [email protected] in Travis
  • d9b7258 Only run tests using typescript-eslint-parser on eslint@<6
  • c2b19d0 Update to @typescript-eslint/parser canary
  • 2f1f4da Allow ESLint@6
  • e6ea127 Use require.resolve when passing parser to RuleTester
  • 1029b4f Add ecmaVersion when required
  • b5ff64e Transform output of FileEnumerator into what rule expects
  • fc65509 Merge pull request #1389 from fooloomanzoo/patch-1
  • 4140870 Update no-named-as-default-member.md
  • 58b41c2 Merge pull request #1383 from golopot/node-12
  • 8974346 [Build] make node 12 pass CI

There are 26 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 @semantic-release/git is breaking the build 🚨

The devDependency @semantic-release/git was updated from 7.0.11 to 7.0.12.

🚨 View failing branch.

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

@semantic-release/git 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
  • build: * build - Failed

Release Notes for v7.0.12

7.0.12 (2019-05-14)

Bug Fixes

  • package: update fs-extra to version 8.0.0 (712d684)
Commits

The new version differs by 4 commits.

  • 712d684 fix(package): update fs-extra to version 8.0.0
  • 185f94e chore(package): update tempy to version 0.3.0
  • 7f516ac chore(package): update nyc to version 14.0.0
  • a24f2db chore(package): update file-url to version 3.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 snyk is breaking the build 🚨

The devDependency snyk was updated from 1.195.0 to 1.195.1.

🚨 View failing branch.

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

snyk 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
  • build: * build - Failed

Release Notes for v1.195.1

1.195.1 (2019-07-19)

Bug Fixes

  • revert to nodejs8 on standalone binaries (68ada6a)
Commits

The new version differs by 2 commits.

  • a7c6001 Merge pull request #671 from snyk/fix/node8-standalone-binaries
  • 68ada6a fix: revert to nodejs8 on standalone binaries

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

The devDependency eslint-plugin-jsx-a11y was updated from 6.2.1 to 6.2.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-jsx-a11y 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
  • build: * build - Failed

Commits

The new version differs by 102 commits.

  • 057fb27 6.2.2
  • fc56208 Merge pull request #615 from evcohen/changelog--v6.2.2
  • 8c5f964 Changelog for v6.2.2
  • f82fbcb Merge pull request #614 from evcohen/update--jsx-ast-utils
  • 1c3e63a Update jsx-ast-utils to v2.2.1
  • c571293 Merge pull request #613 from evcohen/add-babel-to-dev-deps
  • c398d3a Add @babel/cli to the dev dependencies
  • 13b370c Merge pull request #610 from evcohen/greenkeeper/flow-bin-0.102.0
  • e28b81a Merge branch 'master' into greenkeeper/flow-bin-0.102.0
  • e3163e3 Merge pull request #603 from evcohen/another-attempt-at-eslint-v6
  • f121a78 Merge branch 'master' into another-attempt-at-eslint-v6
  • f3de162 Merge pull request #611 from evcohen/update-jsx-ast-utils
  • 91f17be Update ESLint to v6
  • 1eb9f19 Update jsx-ast-utils to 2.2.0
  • 313bc03 chore(package): update flow-bin to version 0.102.0

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

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: undefined

eslintignore not included

Patching .gitignore
(node:13019) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open '/Users/trieloff/.npm/_npx/13015/lib/node_modules/@adobe/create-helix-library/template/.eslintignore'
(node:13019) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:13019) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

CI build fails on fresh repo

https://circleci.com/gh/adobe/helix-auth-fastly/1

#!/bin/bash -eo pipefail
npm run lint

> @adobe/[email protected] lint /home/circleci/project
> eslint .


Oops! Something went wrong! :(

ESLint: 6.6.0.

ESLint couldn't find a configuration file. To set up a configuration file for this project, please run:

    eslint --init

ESLint looked for configuration files in /home/circleci/project and its ancestors. If it found none, it then looked in your home directory.

If you think you already have a configuration file or if you need more help, please stop by the ESLint chat room: https://gitter.im/eslint/eslint

git init fails with -b argument

Initialising a git repo with a branch name as here:

https://github.com/adobe/helix-library/blob/1ceaa97fd374b108fcdb0af377594131178f1e60/create-helix-shared.js#L177

causes an error with git available from macOS Command Line Developer Tools (2.24.3):

(node:7797) UnhandledPromiseRejectionWarning: Error: Command failed: git init -b main
error: unknown switch `b'

Instead, one should use the following two separate commands:

git init
git checkout -b main

as suggested in stackoverflow

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

The devDependency snyk was updated from 1.170.0 to 1.171.0.

🚨 View failing branch.

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

snyk 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 v1.171.0

1.171.0 (2019-06-02)

Features

  • add branch and pkg name to monitor analytics (b91d2ae)
Commits

The new version differs by 6 commits.

  • 305ac09 Merge pull request #543 from snyk/feat/add_monitor_branch_pname_analytics
  • b91d2ae feat: add branch and pkg name to monitor analytics
  • 464b784 Merge pull request #544 from snyk/chore/delete-docker-promo
  • d82df40 chore: delete expired docker promo
  • 3d66ee6 Merge pull request #534 from snyk/chore/refactor-errors
  • 76b0565 chore: refactor snyk missing api token

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 @semantic-release/release-notes-generator is breaking the build 🚨

The devDependency @semantic-release/release-notes-generator was updated from 7.1.7 to 7.2.0.

🚨 View failing branch.

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

@semantic-release/release-notes-generator 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
  • build: * build - Failed

Release Notes for v7.2.0

7.2.0 (2019-06-12)

Features

  • support all conventional-changelog options (44abdf9)
Commits

The new version differs by 3 commits.

  • 44abdf9 feat: support all conventional-changelog options
  • bcc8b50 chore(package): update ava to version 2.0.0
  • be88534 chore(package): update nyc to version 14.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 🌴

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Awaiting Schedule

These updates are awaiting their schedule. Click on a checkbox to get an update now.

  • chore(deps): update actions/checkout digest to a5ac7e5

Detected dependencies

github-actions
.github/workflows/codeql.yml
  • actions/checkout v4@0ad4b8fadaa221de15dcec353f45205ec38ea70b
  • github/codeql-action v3
  • github/codeql-action v3
  • github/codeql-action v3
.github/workflows/main.yaml
  • actions/checkout v4
  • actions/setup-node v4
  • codecov/codecov-action v4
  • actions/checkout v4
  • actions/setup-node v4
.github/workflows/semver-check.yaml
npm
package.json
  • chalk-template 1.1.0
  • fs-extra 11.2.0
  • inquirer 9.2.22
  • @adobe/eslint-config-helix 2.0.6
  • @semantic-release/changelog 6.0.3
  • @semantic-release/git 10.0.1
  • c8 9.1.0
  • codecov 3.8.3
  • eslint 8.57.0
  • husky 9.0.11
  • jsdoc-to-markdown 8.0.1
  • junit-report-builder 3.2.1
  • lint-staged 15.2.2
  • mocha 10.4.0
  • mocha-multi-reporters 1.5.1
  • semantic-release 23.1.1
template/package.json
  • @adobe/eslint-config-helix 2.0.6
  • @semantic-release/changelog 6.0.3
  • @semantic-release/git 10.0.1
  • @semantic-release/npm 12.0.1
  • c8 9.1.0
  • eslint 8.57.0
  • husky 9.0.11
  • jsdoc-to-markdown 8.0.1
  • junit-report-builder 3.2.1
  • lint-staged 15.2.2
  • mocha 10.4.0
  • mocha-multi-reporters 1.5.1
  • semantic-release 23.1.1

  • Check this box to trigger a request for Renovate to run again on this repository

An in-range update of eslint-config-airbnb is breaking the build 🚨

The devDependency eslint-config-airbnb was updated from 17.1.0 to 17.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-airbnb 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
  • build: * build - Failed

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

The devDependency snyk was updated from 1.157.0 to 1.157.1.

🚨 View failing branch.

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

snyk 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 v1.157.1

1.157.1 (2019-05-01)

Bug Fixes

  • do not offer remediation advice when scanning a non-local package (df104e3)
Commits

The new version differs by 2 commits.

  • 86aabf1 Merge pull request #466 from snyk/fix/no-remediation-for-non-local-scans
  • df104e3 fix: do not offer remediation advice when scanning a non-local package

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 @semantic-release/npm is breaking the build 🚨

The devDependency @semantic-release/npm was updated from 5.1.10 to 5.1.11.

🚨 View failing branch.

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

@semantic-release/npm 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
  • build: * build - Failed

Release Notes for v5.1.11

5.1.11 (2019-06-25)

Bug Fixes

  • package: update execa to version 2.0.0 (9498e21)
Commits

The new version differs by 2 commits.

  • 9498e21 fix(package): update execa to version 2.0.0
  • a060b91 test: write an .npmrc for package-lock related tests

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

The devDependency snyk was updated from 1.177.0 to 1.177.1.

🚨 View failing branch.

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

snyk 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
  • build: * build - Failed

Release Notes for v1.177.1

1.177.1 (2019-06-13)

Bug Fixes

  • add logging to sbt-plugin (c724c17)
Commits

The new version differs by 3 commits.

  • a71d76a Merge pull request #554 from snyk/fix/sbt-plugin-logging
  • c397d47 test: fix typescript in tests
  • c724c17 fix: add logging to sbt-plugin

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 @semantic-release/github is breaking the build 🚨

The devDependency @semantic-release/github was updated from 5.3.5 to 5.4.0.

🚨 View failing branch.

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

@semantic-release/github 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
  • build: * build - Failed

Release Notes for v5.4.0

5.4.0 (2019-06-07)

Features

Commits

The new version differs by 1 commits.

  • 30d5175 feat: GitHub Actions support

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 🌴

npm test doesn't provide details about failing tests

Description
npm test doesn't show failing tests:

----------|----------|----------|----------|----------|-------------------|
File      |  % Stmts | % Branch |  % Funcs |  % Lines | Uncovered Line #s |
----------|----------|----------|----------|----------|-------------------|
All files |      100 |      100 |      100 |      100 |                   |
 index.js |      100 |      100 |      100 |      100 |                   |
----------|----------|----------|----------|----------|-------------------|
npm ERR! Test failed.  See above for more details.

Expected behavior
Details about the failing test(s) should be provided when running npm test, e.g.

1) Index Tests
       index function return statusCode:

      AssertionError [ERR_ASSERTION]: 200 == 400
      + expected - actual

      -200
      +400
      
      at Context.it (test/index.test.js:30:12)

----------|----------|----------|----------|----------|-------------------|
File      |  % Stmts | % Branch |  % Funcs |  % Lines | Uncovered Line #s |
----------|----------|----------|----------|----------|-------------------|
All files |      100 |      100 |      100 |      100 |                   |
 index.js |      100 |      100 |      100 |      100 |                   |
----------|----------|----------|----------|----------|-------------------|
npm ERR! Test failed.  See above for more details.

copy over .gitignore

Is your feature request related to a problem? Please describe.
.gitignore and .vscode not copied over to new repos using bootstrapping

Describe the solution you'd like
copy .gitignore most helix-services have same structure like a node_modules directory etc etc.
Don't want to have to reinvent the wheel on listing things we don't want in our git commits.

Describe alternatives you've considered
copy and paste .gitignore and .vscode from another repo

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

The devDependency eslint-plugin-react was updated from 7.13.0 to 7.14.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
  • build: * build - Failed

Release Notes for v7.14.0

Added

Fixed

  • Fix no-did-mount-set-state and no-did-update-set-state to handle cDU and cDM defined as class properties (#1595 @jaaberg)
  • Fix sort-prop-types cash when a shape PropType is defined in a variable (#1749 @alexzherdev)
  • Fix no-unused-state false positive when using state of non-lifecycle method (#2274 @golopot)
  • Fix static-property-placement false positive when accessing static property inside method (#2283 @dmason30)
  • Fix prop-type detection for annotated props with default value (#2298 @yannickcr)

Changed

Commits

The new version differs by 68 commits.

  • dfaa92f Update CHANGELOG and bump version
  • c52b61b Merge pull request #2316 from kaykayehnn/jsx-key-fragments
  • 8db631b [Fix] Fix detection of annotated props with default value
  • bbebefd [Tests] Remove AppVeyor
  • 0d49f5a [New] Add ESLint ^6.0.0 as valid peerDependency
  • 0364ed2 Fix formatting issues
  • 7c1abed Add checkFragmentShorthand option
  • ed04c2f Fix tests in eslint < 5
  • 0d1aaf8 Handle fragments in jsx-key
  • 7d449a9 [New] jsx-sort-props: Change reported range to only the identifier
  • 1e102f0 Change reported range to only the identifier
  • e6b4c33 Merge pull request #2301 from golopot/fix-cached-props-2
  • 9a63e19 Immediately destructure out propVariables rather than using it as a namespace
  • 3a1a0d1 Apply suggestion: replace mutation with Object.assign
  • 89b8143 Apply suggestion: replace concat([a]) with concat(a)

There are 68 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 @semantic-release/changelog is breaking the build 🚨

The devDependency @semantic-release/changelog was updated from 3.0.3 to 3.0.4.

🚨 View failing branch.

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

@semantic-release/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
  • build: * build - Failed

Release Notes for v3.0.4

3.0.4 (2019-05-14)

Bug Fixes

  • package: update fs-extra to version 8.0.0 (50ed752)
Commits

The new version differs by 3 commits.

  • 50ed752 fix(package): update fs-extra to version 8.0.0
  • dd0d91f chore(package): update tempy to version 0.3.0
  • 00204d2 chore(package): update nyc to version 14.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 🌴

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.