Coder Social home page Coder Social logo

anarock / pebble Goto Github PK

View Code? Open in Web Editor NEW
58.0 58.0 9.0 5.67 MB

A set of lightweight and accessible React components.

Home Page: https://pebble-web.netlify.com/

JavaScript 4.42% TypeScript 94.92% HTML 0.11% Smarty 0.21% Shell 0.06% Handlebars 0.28%
design-system hacktoberfest-accepted react

pebble's People

Contributors

anusatya-choudhary avatar appy9 avatar azizhk avatar chaitanyagadodia avatar dxtr026 avatar greenkeeper[bot] avatar harshsharma2210 avatar jaiswalanjali avatar l3satwik avatar pranjal-jain avatar ritz078 avatar sonibhumik99 avatar venky-0710 avatar zhirzh avatar

Stargazers

 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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

pebble's Issues

An in-range update of @testing-library/react is breaking the build 🚨

The devDependency @testing-library/react was updated from 9.4.1 to 9.5.0.

🚨 View failing branch.

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

@testing-library/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).

Release Notes for v9.5.0

9.5.0 (2020-03-04)

Features

  • debug: accept the same arguments as prettyDOM (#596) (35522b1), closes #580
Commits

The new version differs by 5 commits.

  • 35522b1 feat(debug): accept the same arguments as prettyDOM (#596)
  • 107e013 docs: add hottmanmichael as a contributor (#595)
  • ea67b17 chore: update deps
  • 6214d92 docs: add ryota-murakami as a contributor (#593)
  • c8a8694 README: update @testing-library/jest-dom's old syntax (#590)

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

The devDependency rollup was updated from 1.29.1 to 1.30.0.

🚨 View failing branch.

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

rollup 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 v1.30.0

2020-01-27

Features

  • Do not split chunks when dynamically imported modules import modules that are already loaded by all dynamic importers (#3354)
  • Add hoistTransitiveImports option to disable hoisting imports of static dependencies into entry chunks (#3353)

Bug Fixes

  • Make sure polyfills are always loaded first when each static entry point contains them as first import (#3354)

Pull Requests

Commits

The new version differs by 4 commits.

  • 91aa1a7 1.30.0
  • 372fe0d Update changelog
  • 075933a Add option to avoid hoisting transitive imports (#3353)
  • 7fc24ab Improve chunking algorithm for dynamic imports (#3354)

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


☝️ Important announcement: Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency lint-staged was updated from 10.0.8 to 10.0.9.

🚨 View failing branch.

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

lint-staged 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 could not complete due to an error (Details).

Release Notes for v10.0.9

10.0.9 (2020-03-24)

Bug Fixes

  • use path.join and normalize to improve msys compatibility in resolveGitRepo (1ad263a)
Commits

The new version differs by 1 commits.

  • 1ad263a fix: use path.join and normalize to improve msys compatibility in resolveGitRepo

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 @types/enzyme-adapter-react-16 is breaking the build 🚨

The devDependency @types/enzyme-adapter-react-16 was updated from 1.0.5 to 1.0.6.

🚨 View failing branch.

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

@types/enzyme-adapter-react-16 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 webpack is breaking the build 🚨

The devDependency webpack was updated from 4.41.6 to 4.42.0.

🚨 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 could not complete due to an error (Details).

Release Notes for v4.42.0

Bugfixes

  • Disable constant replacements in "use asm" scope
  • Update schema to disallow functions for output.hotUpdateChunkFilename as this doesn't work
  • Hoist exports in concatenated module to handle circular references with non-concatenated modules correctly
  • Flag all modules as used in DLLs to fix missing exports
Commits

The new version differs by 11 commits.

  • 29d851b 4.42.0
  • 07a4b28 Merge pull request #10478 from webpack/bugfix/all-modules-dll
  • c1aa9d4 flag all modules as used for Dll
  • d147689 Merge pull request #10431 from webpack/bugfix/concat-circular-4
  • d76761d hoist exports to the top of a concatenated module
  • 534d78f Merge pull request #10393 from webpack/schema/disallow-function-hotchunkfilename
  • d46ddc2 disallow function for output.hotUpdateChunkFilename
  • 95409bd Merge pull request #10294 from ngg/asmjs-4
  • 7a30012 spacing
  • 284e97f add detectStrictMode method for backward-compat
  • a7a07bc do not evaluate constants in asm.js, fix IIFE mode detection

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

There have been updates to the babel7 monorepo:

    • The devDependency @babel/core was updated from 7.7.7 to 7.8.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 babel7 group definition.

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


☝️ Important announcement: Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


There have been updates to the enzyme monorepo:

    • The devDependency enzyme was updated from 3.10.0 to 3.11.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 could not complete due to an error (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 🌴

Ability to have different positions for Toast

Currently, Toast only comes from the bottom, in certain cases like the call centre where pages are embedded as iframes, the toast always remains at the bottom of the iframe and never show up, if there will be an option in the toast to show it from left of page, or right of page, it'll be helpful.

CENTER LEFT AND CENTER RIGHT

to be implemented

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

There have been updates to the storybook 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 storybook group definition.

storybook 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 v5.2.7

Bug Fixes

  • Addon-contexts: Fix 'cannot read property h of undefined' in preact (#9001)
  • Addon-viewports: Fix missing TypeScript types (#8848)
  • Addon-A11y: Show errors, reset config properly (#8779)
  • UI: Store layout state in sessionStorage (#8786)
  • UI: Fix MobileLayout component error on master (#8941)
  • Addon-analytics: Fix 'path is required in .pageview()' (#8468)
Commits

The new version differs by 53 commits.

  • cc73963 v5.2.7
  • bbf6963 Update peer dependencies to 5.2.7
  • 669f514 5.2.7 changelog
  • 994d011 Addon-contexts: Fix 'cannot read property h of undefined' in pr… (#9001)
  • 6c27b63 Addon-viewports: Fix missing TypeScript types (#8848)
  • 26c777d Addon-A11y: Show errors, reset config properly (#8779)
  • 46ad8df UI: Store layout state in sessionStorage (#8786)
  • e6b8138 update theme docs
  • bdf6de4 update mdx docs
  • f92139e Added docs to show how to override SB block when using MDX (#8992)
  • df49714 documentation:Improved readability of CONTRIBUTING.md (#8937)
  • 8830a09 Correct Demo url for react-native-web (#8893)
  • 31a16ea Fixes incorrect link (#8842)
  • 8e1590a Add CSF upgrade example (#8807)
  • ada7868 πŸ“ Fix typos on Ember guide (#8834)

There are 53 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 @types/react is breaking the build 🚨

The devDependency @types/react was updated from 16.9.13 to 16.9.14.

🚨 View failing branch.

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

@types/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).

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 🌴

Ability to have different positions for Toast

Currently, Toast only comes from the bottom, in certain cases like the call centre where pages are embedded as iframes, the toast always remains at the bottom of the iframe and never show up, if there will be an option in the toast to show it from left of page, or right of page, it'll be helpful.

An in-range update of fork-ts-checker-webpack-plugin is breaking the build 🚨

The devDependency fork-ts-checker-webpack-plugin was updated from 4.0.3 to 4.0.4.

🚨 View failing branch.

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

fork-ts-checker-webpack-plugin 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.0.4

4.0.4 (2020-02-13)

Bug Fixes

  • prevent null-pointer error after killing child process (642b5bf), closes #363
Commits

The new version differs by 5 commits.

  • df98e98 Merge pull request #385 from TypeStrong/fix/issue-363
  • 642b5bf fix: prevent null-pointer error after killing child process
  • 6ee3d7a Merge pull request #381 from TypeStrong/dependabot/npm_and_yarn/handlebars-4.7.2
  • 6f9cf64 Merge branch 'master' into dependabot/npm_and_yarn/handlebars-4.7.2
  • 8cb3066 chore(deps): bump handlebars from 4.1.2 to 4.7.2

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 rollup-plugin-terser is breaking the build 🚨


☝️ Important announcement: Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency rollup-plugin-terser was updated from 5.2.0 to 5.3.0.

🚨 View failing branch.

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

rollup-plugin-terser 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 could not complete due to an error (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 match-sorter is breaking the build 🚨


☝️ Important announcement: Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency match-sorter was updated from 4.0.2 to 4.1.0.

🚨 View failing branch.

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

match-sorter 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 could not complete due to an error (Details).

Release Notes for v4.1.0

4.1.0 (2020-03-25)

Features

Commits

The new version differs by 5 commits.

  • b3fe8cc docs: add MichaelDeBoey as a contributor (#92)
  • 030a5d5 feat: update dependencies (#91)
  • 7921fa8 docs: remove CodeFund sponsor (#90)
  • 9605aa9 docs: add skube as a contributor (#84)
  • 9c73d9d docs: more explicit example (#83)

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

The devDependency codecov was updated from 3.6.3 to 3.6.4.

🚨 View failing branch.

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

codecov 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 v3.6.4

Fix for Cirrus CI

Commits

The new version differs by 6 commits.

  • bac0787 v3.6.4
  • 203ff3a Merge pull request #161 from codecov/drazisil-patch-1
  • 696562d Merge pull request #147 from iansu/patch-1
  • 1430de5 Update test
  • a30b1f5 Change cirrus-ci to match backend
  • 6a62759 Add AWS CodeBuild to the list of supported CI providers

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

There have been updates to the storybook 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 storybook group definition.

storybook 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 13 commits.

  • f32b34b v5.3.5
  • 1e8ae25 Update peer dependencies to 5.3.5
  • 3e3d373 5.3.5 changelog
  • b83dcc9 Merge pull request #9494 from jsjoeio/patch-2
  • 26737f9 Core: Fix typo for loading addon-notes/register-panel (#9497)
  • 1f3e0cd Core: Fix typo for loading addon-notes/register-panel
  • b47e36c docs: add note about async storage
  • 66c524f Merge pull request #9492 from storybookjs/9490-fix-source-loader-imports
  • dbce421 Source-loader: Also disable typescript checking on intermediate file
  • 2fac0f2 Official-storybook: Test for interleaved exports
  • bea119a Source-loader: Add imports to top of file
  • b45f98a 5.3.4 latest.json version file
  • be5b31b Update version.ts to 5.3.4

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


☝️ Important announcement: Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


There have been updates to the react monorepo:

    • The devDependency react was updated from 16.13.0 to 16.13.1.
  • The devDependency react-dom was updated from 16.13.0 to 16.13.1.
  • The devDependency react-test-renderer was updated from 16.13.0 to 16.13.1.

🚨 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 react group definition.

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 could not complete due to an error (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 🌴

getItemProps, highlightedIndex render prop in OptionGroup, RadioGroup & CheckBoxGroup

Something like https://github.com/paypal/downshift
The main reason I want is to have getItemProps render prop which will help us move away from React.cloneElement which is kind of an anti-pattern in React.
This will greatly simplify grouping options in OptionGroup, RadioGroup & CheckBoxGroup as well.

We can use https://github.com/paypal/downshift directly as it maintains WAI-ARIA compliance.
It's size can be seen here: https://github.com/paypal/downshift/blob/master/.size-snapshot.json

Nevertheless, opening this issue to document proposed API and to initiate discussion.

Also go through:
https://blog.kentcdodds.com/when-to-not-use-render-props-5397bbeff746
https://buttondown.email/kentcdodds/archive/a95ca3e1-f415-468f-b051-a8acfe190bd4

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

The devDependency lerna was updated from 3.19.0 to 3.20.0.

🚨 View failing branch.

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

lerna 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 v3.20.0

3.20.0 (2019-12-27)

Bug Fixes

  • collect-dependents: Avoid skipping dependents of cyclic dependencies (#2380) (bd19a34)
  • version: pass --atomic to git push (#2393) (ec0f92a), closes #2392

Features

  • cli: Add new info command to output information about local environment (#2106) (7abfe43)
  • publish: Add --legacy-auth flag (#2347) (0e9bda7)
  • Add --profile option to lerna exec and lerna run (#2376) (6290174)
Commits

The new version differs by 10 commits.

  • b90f4d3 chore(release): v3.20.0
  • 6290174 feat: Add --profile option to lerna exec and lerna run (#2376)
  • ec0f92a fix(version): pass --atomic to git push (#2393)
  • 167d6e3 test(integration): Use correct independent tag patterns
  • af9c6b4 test: Use correct tagging patterns in relative file: specifier tests
  • e54e8ab test: Unmock collect-updates when testing publish from-git
  • 89151ad chore: alphabetize lockfile
  • 7abfe43 feat(cli): Add new info command to output information about local environment (#2106)
  • bd19a34 fix(collect-dependents): Avoid skipping dependents of cyclic dependencies (#2380)
  • 0e9bda7 feat(publish): Add --legacy-auth flag (#2347)

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

The devDependency storybook-chromatic was updated from 3.4.1 to 3.5.0.

🚨 View failing branch.

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

storybook-chromatic 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 57 commits.

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

Use React Specific Emotion Packages.

Based on emotion-js/emotion#1644 (comment)

emotion package is framework agnostic.
For usage with React, we have to use @emotion/core, @emotion/styled, create-emotion-server.

css function from emotion returns a string.
css from @emotion/core returns a custom data type.

From: https://emotion.sh/docs/migrating-to-emotion-10
The most significant change in Emotion 10 is that it doesn’t let you easily access the underlying class names. Instead of thinking in class names, you have to think in terms of styles and composing them together (you can still use class names directly if you want to, but you won’t get new features like zero-config server rendering).

extractCritical is slower by its nature (extra work to be done), but it probably isn't slow enough for you to care about it. You can benchmark your case if you want to.

So for these reasons it's better to use the react specific packages @emotion/core, @emotion/styled

Now we are still using a few nested selectors where we use the classnames as strings. We need to phase those out soon.

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

There have been updates to the emotion monorepo:

  • The dependency emotion was updated from 10.0.23 to 10.0.27.
  • The devDependency jest-emotion was updated from 10.0.26 to 10.0.27.

🚨 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 emotion group definition.

emotion 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 could not complete due to an error (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 babel-loader is breaking the build 🚨


☝️ Important announcement: Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency babel-loader was updated from 8.0.6 to 8.1.0.

🚨 View failing branch.

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

babel-loader 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 8.1.0
Commits

The new version differs by 18 commits.

  • 3ff9926 8.1.0
  • 0817bb6 Bump deps for audit (#834)
  • ecb2b02 Bump acorn from 6.3.0 to 6.4.1 (#828)
  • 13a8238 feat: expose webpack target via babel caller (#826)
  • b568420 Merge pull request #814 from nicolo-ribaudo/tla
  • 1c35731 Update src/injectCaller.js
  • 5f55638 Add schema validation (#822)
  • 8b47312 Merge pull request #821 from PatNeedham/docs/contributing-typo
  • a967311 docs(contributing): fix typo
  • 758d4b5 docs(readme): fix typo (#818)
  • 8a0a25a Add supportsTopLevelAwait to caller
  • 15df92f chore: Do not run node 6 in appveyor
  • 26d1676 chore: Upgrade more dev dependencies
  • 26aa687 chore: Update some dev dependencies
  • a961168 Bump eslint-utils from 1.3.1 to 1.4.2 (#806)

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 🌴

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.