environment-agency-austria / forms-showcase

Showcase and documentation for react-ocean-forms
https://environment-agency-austria.github.io/forms-showcase/#/
MIT License
0 stars 1 forks source link

An in-range update of react-ocean-forms-bootstrap is breaking the build 🚨 #11

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency react-ocean-forms-bootstrap was updated from 2.0.0 to 2.1.0.

🚨 View failing branch.

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

react-ocean-forms-bootstrap 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 - ❌ **Travis CI - Branch:** The build **failed**.

Release Notes for 2.1.0
  • Added CreatableSelect that is a port for the Creatable component from react-select
  • Added new props (searchable and clearable) to Select and Creatable to reflect changes made to react-select.
Commits

The new version differs by 11 commits.

  • 57b4d57 Merge pull request #14 from environment-agency-austria/feature/clearable-searchable
  • 1ecb344 made components Select and Creatable searchable and clearable
  • cae6927 Merge pull request #12 from environment-agency-austria/feature/creatable-select
  • 702bc80 doc: Updated changelog for CreatableSelect
  • b5b3e2a fix: Added unit tests
  • bc491f7 Fixed typo
  • d756059 Created pull request template
  • 315a178 fix: Improved unit test
  • 2f9dbe1 fix: linting errors
  • 7808994 feat: Added port for Creatable from react-select
  • 30a01c0 Fixed linting issue

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

After pinning to 2.0.0 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for 2.1.1
  • Moved @types/react-select and @types/reactstrap from devDependencies to dependencies, fixes typescript compiling issues
Commits

The new version differs by 7 commits.

  • 51d57b8 Merge pull request #16 from environment-agency-austria/hotfix/typing-dependencies
  • 20cce7d Version 2.1.1
  • e1bc670 Added hotfix note to changelog
  • 2f1719b Explicitly allowed submodule imports from reactstrap/lib and react-select/lib
  • 6c4c3e0 Moved react-select and reactstrap typings to dependencies, see #15
  • 9c7e20c Updated devDependencies
  • badf50f version 2.1.0

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for 2.1.2
  • Made productiln build size smaller
  • Made production package size smaller
Commits

The new version differs by 16 commits.

  • b894264 Merge pull request #20 from environment-agency-austria/chore/improve-config
  • 80c5865 Version bump to 2.1.2
  • 91b93ac Updated react-ocean-forms devDependency to 2.1.3
  • 5d16464 Renamed the scss entrypoint to main to not introduce breaking changes
  • 06083ef Removed HotModuleReplacement and CaseSensitivePaths from production builds
  • cd3d20b Added files to package.json to only publish needed files
  • 8f73011 Moved jest to own package
  • a453667 Merge pull request #18 from environment-agency-austria/greenkeeper/react-ocean-forms-2.1.2
  • ad3e6b9 chore(package): update react-ocean-forms to version 2.1.2
  • 51d57b8 Merge pull request #16 from environment-agency-austria/hotfix/typing-dependencies
  • 20cce7d Version 2.1.1
  • e1bc670 Added hotfix note to changelog
  • 2f1719b Explicitly allowed submodule imports from reactstrap/lib and react-select/lib
  • 6c4c3e0 Moved react-select and reactstrap typings to dependencies, see #15
  • 9c7e20c Updated devDependencies

There are 16 commits in total.

See the full diff

maschino commented 5 years ago

Fixed by #16