Code Monkey home page Code Monkey logo

backpack's People

Contributors

amolgupta avatar amoritan avatar anambl avatar angel3cu avatar arnaugm avatar chrisbehr avatar craigyoungsheep avatar dependabot[bot] avatar dominicfraser avatar eniseldatusku avatar giriawu avatar greenkeeper[bot] avatar greenkeeperio-bot avatar iain530 avatar jronald01 avatar k0nserv avatar matteo-hertel avatar matthewdavidson avatar metalix2 avatar mungodewar avatar olliecurtis avatar raullm7 avatar richardwillis-skyscanner avatar runmoore avatar shaundon avatar sogame avatar supremeyh avatar sybsw avatar tiagoengel avatar tvooo 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  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  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

backpack's Issues

bpk-component-icon. Failed to compile.

I'm using create-react-app latest, default.

I'm trying to use basic Icon component but I have this:

Failed to compile.

./node_modules/bpk-component-icon/sm/chevron-down.js
Module parse failed: Unexpected token (10:9)
You may need an appropriate loader to handle this file type.
|       props = _objectWithoutProperties(_ref, ["styles"]);
|
|   return <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18" style={{
|     width: "1.125rem",
|     height: "1.125rem"

Extremely slow build; how to measure/debug/optimize build?

Just joined a project which uses backpack and it takes an extremely long time to build; around 3~4 minutes. Also, live reloading isn't working. Would like to debug/optimize the build, but am clueless as to how I should go about doing this.

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

The devDependency lerna was updated from 3.4.1 to 3.4.2.

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

Release Notes for v3.4.2

Bug Fixes

  • publish: Prevent retries during access validation so third-party registries are skipped faster (a89ae62)
  • publish: Use modern auth resolution (7ba41a6)
Commits

The new version differs by 6 commits.

  • 6afcde7 chore(release): publish v3.4.2
  • bef9a83 chore: bump transitive dependencies
  • 3d68d87 chore: bump dev dependencies
  • a89ae62 fix(publish): Prevent retries during access validation so third-party registries are skipped faster
  • 7ba41a6 fix(publish): Use modern auth resolution
  • ef47f2a docs(version): document the —yes option (#1715)

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-native-bpk-component-icon is breaking the build 🚨

The dependency react-native-bpk-component-icon was updated from 1.10.20 to 1.10.21.

🚨 View failing branch.

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

react-native-bpk-component-icon 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 🌴

Create react app [backpack] has no executables in the (.bin/) under node_modules

I have just realised after running the 'create react app', the executables of our dependencies aren't linked (eslint, styling, jest ...).

The issue is that the folder ./node_modules/.bin only has the react-scripts bin.

When we should have:
eslint, jest, jsonlint, uglifyjs ... all of the binaries for our npm packages.

To be able to fix it I have to run npm install after the installation.

For example:
This is the official backpack implementation. In backpack, the package.json for scss linting, I have a script with the following command:

lint:scss": "stylelint 'src/**/*.scss' --syntax scss",

This command won't work until we run npm install again or add the full path:

lint:scss": "node_modules/stylelint/bin/stylelint 'src/**/*.scss' --syntax scss",

Are you aware about this issue or do you have a work around?

An in-range update of react-native-bpk-component-alert is breaking the build 🚨

The devDependency react-native-bpk-component-alert was updated from 2.0.10 to 2.0.11.

🚨 View failing branch.

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

react-native-bpk-component-alert 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-native-bpk-component-panel is breaking the build 🚨

The devDependency react-native-bpk-component-panel was updated from 1.0.34 to 1.0.35.

🚨 View failing branch.

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

react-native-bpk-component-panel 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 semver is breaking the build 🚨

The devDependency semver was updated from 5.5.1 to 5.6.0.

🚨 View failing branch.

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

semver 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 date-fns is breaking the build 🚨

The dependency date-fns was updated from 1.29.0 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.

date-fns 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 react-native-bpk-theming is breaking the build 🚨

The dependency react-native-bpk-theming was updated from 1.0.86 to 1.0.87.

🚨 View failing branch.

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

react-native-bpk-theming 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 🌴

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 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 delete the greenkeeper/initial branch in this repository, and then remove and re-add this repository to the Greenkeeper App’s white list on Github. You'll find this list on your repo or organization’s settings page, under Installed GitHub Apps.

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

The devDependency copy-webpack-plugin was updated from 4.5.2 to 4.5.3.

🚨 View failing branch.

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

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

Commits

The new version differs by 3 commits.

  • 48bc708 chore(release): 4.5.3
  • 5fa69db fix(processPattern): add glob directory context to contextDependencies (#290)
  • 5474889 docs: context option is a string, not array (#269)

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 🌴

Replace .css file imports with .scss files

Importing .css files has been deprecated in newer versions of Node LibSass.

Renaming the .css files with .scss should fix this, and remove the deprecation warning without any side effects.

Module not found after last release

Running

npm install -g create-react-app

create-react-app my-app --scripts-version=backpack-react-scripts
cd my-app
npm start

returns the following error

Failed to compile.

./~/bpk-react-utils/src/withDefaultProps.js
Module not found: Can't resolve 'recompose/wrapDisplayName' in '~/my-app/node_modules/bpk-react-utils/src'

This is happening after today's new release, previous release worked just fine.

[Docs] In page anchor links require two clicks to scroll to anchor

Steps to reproduce

  1. Go to https://backpack.github.io/components/web/badge/
  2. Click on 'Visually centered' anchor link

Actual

Document location includes the anchor but the document does not scroll. Clicking a second time on the same anchor link will scroll to the anchor.

Expected

First click scrolls to the anchor. (And document location still includes the anchor)

Notes

I suspect the router to interfere and do something like e.preventDefault(). I've only looked at it with minified code so haven't done a real debugging session.

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

The dependency react-virtualized was updated from 9.20.1 to 9.21.0.

🚨 View failing branch.

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

react-virtualized 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 react-native-bpk-styles is breaking the build 🚨

The dependency react-native-bpk-styles was updated from 1.1.26 to 1.1.27.

🚨 View failing branch.

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

react-native-bpk-styles 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 react-native-bpk-component-badge is breaking the build 🚨

The devDependency react-native-bpk-component-badge was updated from 2.1.2 to 2.1.3.

🚨 View failing branch.

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

react-native-bpk-component-badge 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-native-bpk-component-chip is breaking the build 🚨

The devDependency react-native-bpk-component-chip was updated from 3.1.8 to 3.1.9.

🚨 View failing branch.

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

react-native-bpk-component-chip 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-native-bpk-component-carousel is breaking the build 🚨

The devDependency react-native-bpk-component-carousel was updated from 1.0.43 to 1.0.44.

🚨 View failing branch.

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

react-native-bpk-component-carousel 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 husky is breaking the build 🚨

The devDependency husky was updated from 1.1.1 to 1.1.2.

🚨 View failing branch.

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

husky 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).

Commits

The new version differs by 9 commits.

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 🌴

How to integrate Backpack components into an existing project

This is a question instead of reporting a bug. Since there is less resource I can seek for help, so I put my question here.

Note: If you are looking to integrate Backpack components into an existing project, be aware that components are published uncompiled which means you'll need to accommodate for this in your webpack config.

I'm trying to integrate backpage into an existing project. But it fails
image

I think I miss some important step as what it mentions in note. Can anyone advise me how to accommodate for this in my webpack config?

Calendar may not be usable if users are using custom colours

There's a few bugs with the calendar (and possibly other components) if users are using custom colours. I don't know how much you want to make these work for various accessibility needs, but you can generally get to a point where text doesn't disappear without much work. The point isn't generally to make the interface perfect, but to avoid entire elements disappearing.

Different issues occur depending on if you're using a dark or light background. Examples of each:

Light background:

screen shot 2017-08-24 at 16 23 21
In this screenshot, the 25th is the selected month - this isn't clear as only the bolding is shown, not the solid dot.

Dark background:

screen shot 2017-08-24 at 16 24 33

In this screenshot, none of the text or selected months are visible.

If you'd like more information on using custom colours, we wrote a blog about how we fixed our buttons when used with custom colours.

You might also find Marian Foley's blog on how she uses custom colours interesting.

Let me know if you'd like any more information.

An in-range update of react-native-bpk-component-carousel-indicator is breaking the build 🚨

The dependency react-native-bpk-component-carousel-indicator was updated from 1.0.43 to 1.0.44.

🚨 View failing branch.

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

react-native-bpk-component-carousel-indicator 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 🌴

backpack does not seem to be jest unit-test friendly.

It seems like the component packages are not being transpiled into ES5, and I can't seem to ignore them either, which renders me unable to do any unit testing on any components.

Could this be something that I'm doing wrong or backpack's issue?

I have tried testing with different starterkit

create-react-app my-app --scripts-version=backpack-react-scripts
create-react-app

I'm getting error message of

"Syntax Error: 'import' ....'

An in-range update of react-native-bpk-component-touchable-overlay is breaking the build 🚨

The dependency react-native-bpk-component-touchable-overlay was updated from 1.1.2 to 1.1.3.

🚨 View failing branch.

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

react-native-bpk-component-touchable-overlay 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.5.1 to 3.6.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 🌴

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

The devDependency lerna was updated from 3.4.0 to 3.4.1.

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

Commits

The new version differs by 10 commits.

  • 05a27a6 chore(release): publish v3.4.1
  • f7fdc77 fix(publish): Overwrite Yarn registry proxy when encountered
  • 06a9479 fix(publish): Set token on npm config, allow third-party registries to remain non-compliant
  • 987fd26 fix(bootstrap): Constrain npm-conf argument object to options.registry only
  • 597606c fix(add): Allow --registry option
  • 25af71d fix(npm-conf): Do not overwrite defaults with undefined cli keys
  • 159a0b0 fix(conventional-commits): Upgrade angular preset, ensure header is not duplicated
  • 9752f3e fix(conventional-commits): Upgrade dependencies
  • a60a0c3 docs: Add 'lerna create' command to README.md (#1680)
  • 265ec0c docs(readme): update independent mode instructions (#1701)

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 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 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 delete the greenkeeper/initial branch in this repository, and then remove and re-add this repository to the Greenkeeper App’s white list on Github. You'll find this list on your repo or organization’s settings page, under Installed GitHub Apps.

An in-range update of react-native-bpk-component-animate-height is breaking the build 🚨

The dependency react-native-bpk-component-animate-height was updated from 2.0.55 to 2.0.56.

🚨 View failing branch.

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

react-native-bpk-component-animate-height 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 react-native-bpk-component-touchable-native-feedback is breaking the build 🚨

The dependency react-native-bpk-component-touchable-native-feedback was updated from 1.1.39 to 1.1.40.

🚨 View failing branch.

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

react-native-bpk-component-touchable-native-feedback 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 🌴

Calendar focus incorrectly tracked when using mouse and keyboard

It's possible to get in to an edge case where the calendar component thinks the focus / active date is in a different position to where it actually is.

See video:
skyscanner-date-picker-focus-bug

Steps to reproduce:

  • Select / focus a date.
  • Use mouse to focus another date, click dragging off it so that it doesn't select.
  • Confirm visual focus is on a new date
  • Use arrow keys to move to a new date - it will move from where the first date was, not where the current focus is.

Tested on Chrome 60.0.3112 on OSX

An in-range update of react-native-bpk-component-card is breaking the build 🚨

The devDependency react-native-bpk-component-card was updated from 1.3.2 to 1.3.3.

🚨 View failing branch.

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

react-native-bpk-component-card 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-native-bpk-component-button-link is breaking the build 🚨

The dependency react-native-bpk-component-button-link was updated from 4.0.9 to 4.0.10.

🚨 View failing branch.

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

react-native-bpk-component-button-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).

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 🌴

[bpk-component-popover] Flow-types in npm module

Hi, I'm having trouble using bpk-component-popover because it ships with flowtypes in the .js files.

It would've been simple to strip them with a babel loader I guess, but in a TS project we do not have the option of using loaders. Is there any way you can bundle pure js files and move flow definitions to a separate file?

An in-range update of react-native-bpk-component-text is breaking the build 🚨

The dependency react-native-bpk-component-text was updated from 4.0.2 to 4.0.3.

🚨 View failing branch.

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

react-native-bpk-component-text 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 🌴

Country flag after changing currency

The country flag doesn't change after submitting a country / currency change in the flights result page.

PS: Don't know if this repo is the correct one, please forward it to the correct one if this is not correct.

Calendar focus outline partially obscured

The focus outline for individual dates is partially obscured. It's also clipping by about 1px on the left and right hand side.

Screenshot:
screen shot 2017-08-24 at 16 18 04

Tested on Chrome 60.0.31 on OSx

An in-range update of react-native-bpk-component-button is breaking the build 🚨

The dependency react-native-bpk-component-button was updated from 8.0.10 to 8.0.11.

🚨 View failing branch.

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

react-native-bpk-component-button 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 🌴

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:

  • Replaced the old Node.js version in your .nvmrc with the new one
  • The engines config in 1 of your package.json files was updated to the new Node.js version

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

The devDependency husky was updated from 1.0.1 to 1.1.0.

🚨 View failing branch.

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

husky 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).

Commits

The new version differs by 9 commits.

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-native-bpk-component-map is breaking the build 🚨

The devDependency react-native-bpk-component-map was updated from 1.0.19 to 1.0.20.

🚨 View failing branch.

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

react-native-bpk-component-map 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-native-bpk-component-flat-list is breaking the build 🚨

The dependency react-native-bpk-component-flat-list was updated from 3.0.8 to 3.0.9.

🚨 View failing branch.

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

react-native-bpk-component-flat-list 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 🌴

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.