GithubHelp home page GithubHelp logo

isle-project / isle-dashboard Goto Github PK

View Code? Open in Web Editor NEW
4.0 6.0 2.0 297.66 MB

Dashboard of the Integrated Statistics Learning Environment (ISLE).

Home Page: https://isledocs.com

License: GNU Affero General Public License v3.0

JavaScript 95.08% HTML 0.17% CSS 4.74% Emacs Lisp 0.01%
statistics online e-learning dashboard management courses isle

isle-dashboard's Introduction

ISLE Dashboard LICENSE

ISLE logo

Tests

Actions Status codecov

Introduction

An online dashboard used to deploy, organize and monitor integrated statistics learning environment (ISLE) lessons. Other parts of the ISLE environment are:

  • the isle-editor is used to author ISLE lessons
  • the isle-server is the server program responsible for user management and data storage

Deployment

The build branch of the repository can be used to deploy the ISLE dashboard. On the server running the isle-server program, simply clone the repository in an appropriate location (e.g., /var/www/html) and change the nginx configuration file to point to the isle-dashboard folder.

git clone -b build https://github.com/isle-project/isle-dashboard.git

Building from Source

Prerequisites

Developing the ISLE dashboard has the following prerequisites:

  • git: version control
  • Node.js: JavaScript runtime (version >= 14.0)

Download

To acquire the source code, clone the git repository.

$ git clone https://github.com/isle-project/isle-dashboard

Installation

To install development dependencies,

$ npm install

Configuration

Edit the config/server.json file to change the address where the ISLE server and dashboard will be hosted.

Bundle

Execute the npm run build command to create a bundle of the ISLE dashboard, which can then be hosted on the server.

Deployment of the bundle

Deploy the bundled page by copying to the correct path on your server. From the project directory, run

scp -r build/* <user>@<homepage>:<dirpath>

License

See LICENSE.

Icon Credits

  • User Icon by Atacan from the Noun Project
  • Badge Icon by Royyan Wijaya from the Noun Project
  • Upload Icon by McGalloway, CC BY-SA 4.0
  • Badge by Kristin Hogan from the Noun Project
  • Question by unlimicon from the Noun Project
  • weights by José Manuel de Laá from the Noun Project
  • chat by nauraicon from the Noun Project
  • feedback by Delwar Hossain from the Noun Project
  • avatar by Hea Poh Lin from the Noun Project

isle-dashboard's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar genovese avatar greenkeeper[bot] avatar jspm-kymetis avatar lamkeewei avatar planeshifter avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

isle-dashboard's Issues

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

The devDependency webpack was updated from 4.40.3 to 4.41.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 passed (Details).
  • codecov/project: No report found to compare against (Details).
  • codecov/patch: Coverage not affected. (Details).
  • Travis CI - Branch: The build failed.

Release Notes for v4.41.0

Developer Experience

  • disallow cache group named test with shorthand syntax to point out a potential config error

Performance

  • Improve performance of LimitChunkCountPlugin
Commits

The new version differs by 5 commits.

  • 36e318b 4.41.0
  • 494b223 Merge pull request #9728 from webpack/validation/potential-config-error-cache-groups
  • 951bf0d Merge pull request #9727 from webpack/perf/limit-chunk-count
  • 03b32d3 disallow shorthand cache groups syntax with cache group named test
  • 6f1c685 Improve performance of LimitChunkCountPlugin a lot

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 webpack-manifest-plugin is breaking the build 🚨

The dependency webpack-manifest-plugin was updated from 2.1.1 to 2.1.2.

🚨 View failing branch.

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

webpack-manifest-plugin 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 passed (Details).
  • codecov/project: No report found to compare against (Details).
  • codecov/patch: Coverage not affected. (Details).
  • Travis CI - Branch: The build failed.

Commits

The new version differs by 3 commits.

  • 0ae7105 2.1.2
  • b8db85e Fix high memory usage (#173)
  • 485e37c prevent jest hanging after tests finish on CI (#196)

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

The devDependency react-dev-utils was updated from 7.0.3 to 7.0.4.

🚨 View failing branch.

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

react-dev-utils 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
  • codecov/project: No report found to compare against (Details).
  • codecov/patch: Coverage not affected. (Details).
  • Travis CI - Branch: The 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 cross-env is breaking the build 🚨

The dependency cross-env was updated from 5.2.0 to 5.2.1.

🚨 View failing branch.

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

cross-env 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).
  • Travis CI - Branch: The build failed.

Release Notes for v5.2.1

5.2.1 (2019-08-31)

Bug Fixes

Commits

The new version differs by 6 commits.

  • a75fd0e fix: remove is-windows dependency (#207)
  • 4889923 docs: add note for windows issues
  • 2b36bb3 docs: add Jason-Cooke as a contributor (#201)
  • 41ab3b0 docs: Fix typo (#200)
  • 553705c docs(README): list @naholyr/cross-env in Other Solutions section (#189)
  • 5d0f19f docs: remove codesponsor (#186)

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

The devDependency eslint-plugin-jest was updated from 22.14.1 to 22.15.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-jest 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).
  • Travis CI - Branch: The build errored.

Release Notes for v22.15.0

22.15.0 (2019-08-07)

Features

Commits

The new version differs by 7 commits.

  • f41d5c4 feat(rules): no-expect-resolves (#364)
  • a334368 chore: convert index file to typescript (#372)
  • e060061 chore(snapshot-processor): convert to typescript (#371)
  • b61ec87 chore: copy over json files when running babel
  • 85e4195 chore: add no-negated-condition lint rule
  • d285f8b chore: move globals into json file (#366)
  • 8dcfc24 chore(no-large-snapshots): refactor away babel-eslint in tests (#367)

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

The devDependency eslint-plugin-react was updated from 7.14.0 to 7.14.1.

🚨 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
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).
  • Travis CI - Branch: The build errored.

Release Notes for v7.14.1

Fixed

  • Fix prop-types crash on multiple destructuring (#2319 @golopot)
Commits

The new version differs by 3 commits.

  • 62255af Update CHANGELOG and bump version
  • 655eb01 Merge pull request #2320 from golopot/issue-2319
  • 9639d82 [Fix] prop-types: fix crash on multiple destructuring

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 babel-plugin-add-module-exports is breaking the build 🚨

The dependency babel-plugin-add-module-exports was updated from 1.0.0 to 1.0.1.

🚨 View failing branch.

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

babel-plugin-add-module-exports 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).
  • Travis CI - Branch: The build failed.

Commits

The new version differs by 5 commits.

  • 38e2e68 v1.0.1
  • df47a0a [patch] Add module.exports to files using es3 member literals
  • e8e5be0 docs: tweaks [ci skip]
  • d0001d5 docs(README): add webpack notes(refs #68) & tweaks [ci skip]
  • 753d945 chore: tweak postversion script [ci skip]

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

The devDependency eslint-plugin-react was updated from 7.11.1 to 7.12.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
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for v7.12.0

Added

Fixed

Changed

Commits

The new version differs by 127 commits.

  • a83d65c Update CHANGELOG and bump version
  • 0c6160e [Dev Deps] update coveralls, babel-eslint, typescript
  • cd6c8e6 [Deps] update resolve
  • d2b5b73 Merge pull request #1828 from alexzherdev/1721-no-typos-create-class
  • e747459 [Tests] remove node 5/7/9, add node 11
  • b33ae84 Merge pull request #1098 from arian/createElement-display-test
  • 84be80a Merge pull request #1824 from alexzherdev/1762-jsx-max-depth-false-positive
  • a442067 Merge pull request #2029 from sstern6/issue1422
  • 7d07c37 Merge pull request #2032 from alexzherdev/jsx-fragments-message
  • 8c6a8e2 Merge pull request #2089 from jomasti/feature/support-react-forwardref-memo
  • 14451d4 Merge pull request #2085 from himynameisdave/issues/2083
  • 8be52c7 📝 Addresses CR comments
  • f7e3121 Merge branch 'master' of https://github.com/yannickcr/eslint-plugin-react into issues/2083
  • 77e3fd0 Merge pull request #2090 from JBallin/no-method-set-state-docs-url
  • 7da9e0d Fix noMethodSetState docsUrl's

There are 127 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 webpack-manifest-plugin is breaking the build 🚨

The dependency webpack-manifest-plugin was updated from 2.1.0 to 2.1.1.

🚨 View failing branch.

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

webpack-manifest-plugin 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 passed (Details).
  • codecov/project: No report found to compare against (Details).
  • codecov/patch: Coverage not affected. (Details).
  • Travis CI - Branch: The build failed.

Commits

The new version differs by 2 commits.

  • 6e736d4 2.1.1
  • 7737611 Fix entrypoints compatibility for older Node versions (#194)

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.2.0 to 7.2.2.

🚨 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 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 eslint-plugin-jest is breaking the build 🚨

The devDependency eslint-plugin-jest was updated from 22.13.0 to 22.13.1.

🚨 View failing branch.

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

eslint-plugin-jest 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).
  • Travis CI - Branch: The build failed.

Release Notes for v22.13.1

22.13.1 (2019-07-22)

Bug Fixes

Commits

The new version differs by 23 commits.

  • 6cbaa0f chore(prefer-todo): migrate to TS (#335)
  • ed2a0f6 fix(valid-describe): ignore describe.each (#337)
  • d0a8428 chore(no-test-callback): migrate to TS (#321)
  • ccbe766 chore(prefer-strict-equal): migrate to TS (#329)
  • ee81058 chore(no-test-prefixes): migrate to TS (#328)
  • e938636 chore(consistent-test-it): migrate to TS (#327)
  • 26ddedd chore(expect-expect): migrate to TS (#325)
  • 4200e76 chore(prefer-spy-on): migrate to TS (#326)
  • 3a22ef1 chore(no-if): migrate to TS (#324)
  • 4270fca chore(no-export): migrate to TS (#323)
  • 12e601a chore(no-hooks): migrate to TS (#322)
  • f3c654c chore(no-focused-tests): migrate to TS (#314)
  • c455100 chore(prefer-inline-snapshots): migrate to TS (#319)
  • 41ed53a chore(no-duplicate-hooks): migrate to TS (#318)
  • 384b788 chore(no-test-return-statement): migrate to TS (#320)

There are 23 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 react-select is breaking the build 🚨

The dependency react-select was updated from 3.0.4 to 3.0.5.

🚨 View failing branch.

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

react-select 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 passed (Details).
  • codecov/project: No report found to compare against (Details).
  • codecov/patch: Coverage not affected. (Details).
  • Travis CI - Branch: The build errored.

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 plotly.js is breaking the build 🚨

The dependency plotly.js was updated from 1.48.3 to 1.49.0.

🚨 View failing branch.

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

plotly.js 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 passed (Details).
  • Travis CI - Branch: The build errored.

Release Notes for v1.49.0

Added

  • Add indicator traces [#3978, #4007, #4014, #4037, #4029]
  • Add choroplethmapbox traces [#3988]
  • Add densitymapbox traces [#3993]
  • Add new mapbox style values: open-street-map, carto-positron, carto-darkmatter,
    stamen-terrain, stamen-toner, stamen-watercolor and white-bg
    that do not require a Mapbox access token [#3987, #4068]
  • Add support for sourcetype value raster and image and type raster
    for mapbox layout layers [#4006]
  • Add below attribute to scattermapbox traces [#4058]
  • Add support for below: 'traces' in mapbox layout layers [#4058]
  • Add sourceattribution attribute to mapbox layout layers [#4069]
  • Add labelangle and labelside attributes to parcoords traces [#3966]
  • Add doubleClickDelay config option [#3991]
  • Add showEditInChartStudio config option [#4061]

Changed

  • Bump mapbox-gl to v1.1.1 [#3987, #4035]
  • Include source attribution on mapbox subplots and image exports [#4069]
  • Improve mapbox error messages and attribute descriptions [#4035]
  • Do not try to resize hidden graph divs under responsive:true [#3972]
  • Improve robustness of sankey traces with circular links [#3932]
  • Use URL.createObjectURL during Plotly.toImage and
    Plotly.downloadImage improving performance [#4008]
  • Make parcoords pick layer 100% invisible [#3946]
  • (dev-only) drop "pull-font-svg" pre-process step [#4062]

Fixed

  • Fix rendering of geo traces with locationmode and no base layers
    (bug introduced in 1.48.0) [#3994]
  • Fix lakes and rivers geometry on scoped geo subplots
    (bug introduced in 1.48.0) [#4048]
  • Fix heatmap rendering for traces with extra categorical coordinates
    (bug introduced in 1.48.0) [#4038]
  • Do not show zero-height bar rendering when their marker.line.width is zero
    (bug introduced in 1.48.3) [#4056]
  • Do not show prefix and suffix on log axis minor ticks showing digits [#4064]
  • Fix inconsistent parcoords behavior when data is outside range [#3794]
  • Fix parcoods default tick formatting [#3966, #4011, #4013]
  • Fix pseudo-html and MathJax rendering for parcoords traces [#3966]
  • Fix marker.line.color default for choropleth traces [#3988]
  • Fix scatter3d and scattergl handling of rgb colors
    with extra alpha values [#3904, #4009]
  • Fix zoomed-in box/violin hover labels edge cases [#3965]
  • Fix hoverinfo & hovertemplate initial, delta and final flags
    for waterfall traces [#3963]
  • Fix hovertemplate default number formatting for
    choropleth, scattergeo, scatterpolar(gl), barpolar
    and scatterternary traces [#3968]
  • Remove sliders / updatemenus command observer mutation [#4023]
  • Fix plot-schema anim listing for traces that do not (yet) animate [#4024]
  • Fix rangeslider style during selections [#4022]
  • Fix per-value categoryorder for box and violin traces [#3983]
  • Fix handling of non-numeric marker.line.width array items [#4056, #4063]
  • Fix downloadImage for images of more than 2MB in size in Chrome [#4008]
  • Fix plotly_clickannotation triggering when editable:true [#3979]
  • Remove unused font-atlas-sdf dependency [#3952]
  • Fix tickformat attribute description links to d3 formatting language [#4044]
  • Fix typo in error_(x|y).type description [#4030]
  • Fix typo in colorscale description [#4060]
Commits

The new version differs by 327 commits.

  • dfc06ce 1.49.0
  • 9e371f7 update changelog for 1.49.0
  • 96fe262 Merge pull request #4063 from plotly/reuse-merge-array-cast-positive
  • f9db523 cast bad size values to zero instead of NaN - fixup scattergeo jasmine test
  • 39b9840 add jasmine tests to guard against negative sizes during calc step
  • 539d7b7 Merge pull request #4075 from plotly/dev-deps-07-2019
  • e61ee25 bump eslint to 6.1.0 + disable no-prototype-builtins rule
  • e0a17f3 bump dev deps
  • cfcf746 run npm audit fix
  • a9e7480 Merge pull request #4035 from plotly/mapbox-style-better-docs
  • 29c2bf9 improve mapbox layer source and type descriptions (again)
  • 1400437 Merge pull request #4064 from plotly/minor-log-axes-no-suffix-prefix
  • cb521f5 improve mock by adding trace names based on their y-axis info
  • 27067a6 only skip prefix and suffix for D log axes - improve test
  • d81f28c improve mapbox.layers[i] sourcetype and type attr descriptions

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

Regression in creating a user cohort

Due to our change of the getCohort function we have experienced a regression in the EDIT COHORT page - there is a scuccss feedback, but the cohort does not get updated and the new member does not show up

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

The devDependency terser-webpack-plugin was updated from 1.2.0 to 1.2.1.

🚨 View failing branch.

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

terser-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 v1.2.1

1.2.1 (2018-12-27)

Bug Fixes

  • don't crash when no extracted comments (#49) (efad586)
Commits

The new version differs by 2 commits.

  • bb902d7 chore(release): 1.2.1
  • efad586 fix: don't crash when no extracted comments (#49)

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

The devDependency webpack was updated from 4.29.1 to 4.29.2.

🚨 View failing branch.

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

webpack is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).
  • continuous-integration/travis-ci/pr: The Travis CI build could not complete due to an error (Details).

Release Notes for v4.29.2

Internal changes

  • update dependencies
Commits

The new version differs by 75 commits.

  • 74b8aac 4.29.2
  • e79d014 Merge pull request #8741 from webpack/deps/dev
  • d12ca7c update dev deps
  • c28f6cb Merge pull request #8742 from webpack/deps/schema-utils
  • 5e3a053 upgrade schema-utils to new major
  • 885ab81 Merge pull request #8740 from webpack/deps/update-jest
  • 08473de add workaround for jest bug
  • a994ec7 upgrade jest
  • 8167e42 Merge pull request #8736 from webpack/deps/eslint-types
  • da59443 Merge pull request #8737 from webpack/deps/update-test-deps
  • dbc0b8d Merge pull request #8725 from webpack/dependabot/npm_and_yarn/typescript-3.3.1
  • 155cda7 update test cases dependencies
  • 11bfb05 update linting dependencies
  • d7d9b9b ignore typescript bug
  • 5a6d654 Bump typescript from 3.0.0-rc to 3.3.1

There are 75 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 eslint-plugin-jest is breaking the build 🚨

The devDependency eslint-plugin-jest was updated from 22.9.0 to 22.10.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-jest 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).
  • Travis CI - Branch: The build errored.

Release Notes for v22.10.0

22.10.0 (2019-07-17)

Features

Commits

The new version differs by 7 commits.

  • 28bd1dc feat(rules): adds no-if rule (#293)
  • 7ebdc0e chore: enforce import destructure order
  • 31c7cef chore: convert to import/export (#302)
  • 9f858cb chore: delete tests instead of ignoring them with babel
  • c595ba0 chore: do not include tests in published tarball
  • 4b4eb78 chore: fix lint error in md file
  • d3ea720 chore(docs): fix typo (#304)

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 source-map-explorer is breaking the build 🚨

The dependency source-map-explorer was updated from 2.0.0 to 2.0.1.

🚨 View failing branch.

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

source-map-explorer 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 passed (Details).
  • continuous-integration/travis-ci/pr: The Travis CI build could not complete due to an error (Details).
  • codecov/project: CI failed. (Details).
  • codecov/patch: CI failed. (Details).
  • Travis CI - Pull Request: The build errored. This is a change from the previous build, which passed.
  • Travis CI - Branch: The build passed.

Release Notes for v2.0.1

🐛 Bug fixes

CLI

  • Switch back to using temp.path instead of temp.openSync (#120). It may fix #119
Commits

The new version differs by 2 commits.

  • ca1be35 Update dependencies
  • 4bfe164 Fix temp file being used (#119) (#120)

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

The dependency react-dates was updated from 20.2.0 to 20.2.1.

🚨 View failing branch.

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

react-dates 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 passed (Details).
  • codecov/project: No report found to compare against (Details).
  • codecov/patch: Coverage not affected. (Details).
  • Travis CI - Branch: The build errored.

Commits

The new version differs by 14 commits.

  • 8af0036 Version 20.2.1
  • a60a76a Cache some moment instances when rebuilding modifiers
  • 2e1dd23 Avoid creating new Sets when deleting/adding modifiers
  • ac0f70c Mutate updatedDaysAfterDeletion in deleteModifier/addModifier
  • ea51d5a Use accumulator-mutating reducers
  • 0e2ed9a Avoid some moment object creation in modifier generation
  • e3b9c8d Add caching to isDayVisible
  • 5e0c8c1 Optimize isDayVisible
  • 9f54116 Optimize toISODateString and toISOMonthString
  • 4073d24 Compile classes in loose mode
  • 888f650 [Docs] added initialVisibleMonth to DayPickerRangeController in ReadMe
  • c20807f [Tests] fix travis-ci for karma, per https://benlimmer.com/2019/01/14/travis-ci-xvfb/
  • 0d2a295 [test] transform modules in karma so sinon can stub properly
  • 5a18469 [Dev Deps] update @babel/cli, @babel/core, @babel/register, acorn, airbnb-js-shims, aphrodite, babel-loader, babel-plugin-inline-react-svg, babel-plugin-istanbul, babel-preset-airbnb, coveralls, enzyme, enzyme-adapter-react-helper, eslint, eslint-plugin-import, eslint-plugin-jsx-a11y, eslint-plugin-react, node-sass, rimraf, sinon, webpack

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

The devDependency eslint was updated from 6.1.0 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.

eslint 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).
  • Travis CI - Branch: The build failed.

Release Notes for v6.2.0
  • fee6acb Update: support bigint and dynamic import (refs #11803) (#11983) (Toru Nagashima)
  • afd8012 New: noInlineConfig setting (refs eslint/rfcs#22) (#12091) (Toru Nagashima)
  • 3d12378 Update: Fix accessor-pairs to enforce pairs per property in literals (#12062) (Milos Djermanovic)
  • 8cd00b3 New: function-call-argument-newline (#12024) (finico)
  • 30ebf92 Fix: prefer-template autofix produces syntax error with octal escapes (#12085) (Milos Djermanovic)
  • 13c3988 Fix: Check literal type explicitly in dot-notation (#12095) (Milos Djermanovic)
  • 3e5ceca Fix: Handle empty string property names in getFunctionNameWithKind (#12104) (Milos Djermanovic)
  • 9a043ff Fix: no-duplicate-case false positives on Object.prototype keys (#12107) (Milos Djermanovic)
  • fe631af Chore: minor typo fix (#12112) (James George)
  • 4cb7877 Fix: fix no-extra-parens ignores some nodes (#11909) (Pig Fang)
  • 2dc23b8 Update: fix no-dupe-keys false negatives on empty string names (#12069) (Milos Djermanovic)
  • 19ab666 Fix: yoda exceptRange false positives on empty string property names (#12071) (Milos Djermanovic)
  • d642150 Update: Check empty string property names in sort-keys (#12073) (Milos Djermanovic)
  • acce6de Fix: class-methods-use-this reports 'undefined' names (#12103) (Milos Djermanovic)
  • 92ec2cb Fix: Allow bind call with a single spread element in no-extra-bind (#12088) (Milos Djermanovic)
  • bfdb0c9 Fix: no-extra-boolean-cast invalid autofix for Boolean() without args (#12076) (Milos Djermanovic)
  • 34ccc0c Chore: Remove TDZ scope type condition from no-unused-vars (#12055) (Milos Djermanovic)
  • 01d38ce Docs: Remove TDZ scope from the scope manager interface documentation (#12054) (Milos Djermanovic)
  • 1aff8fc Update: warn about mixing ternary and logical operators (fixes #11704) (#12001) (Karthik Priyadarshan)
  • 11be2f8 Docs: do not recommend global-installed usage (#12016) (薛定谔的猫)
  • cf31dab Fix: no-restricted-syntax - correct the schema (#12051) (Brad Zacher)
  • fbec99e Update: fix class-methods-use-this false negatives with exceptMethods (#12077) (Milos Djermanovic)
  • fb08b7c Docs: Remove readonly/writable global logic from no-undef (fixes #11963) (#12053) (Milos Djermanovic)
  • 5b5934b Sponsors: Sync README with website (ESLint Jenkins)
  • 9156760 Sponsors: Sync README with website (ESLint Jenkins)
  • f5e0cc4 Update: Check computed method keys in no-extra-parens (#11973) (Milos Djermanovic)
  • d961438 Docs: Fix Incorrect Documentation (#12045) (Michael Miceli)
  • 887d08c Sponsors: Sync README with website (ESLint Jenkins)
  • d90183f Docs: add a case to func-names (#12038) (Chiawen Chen)
  • 8a5b62d Docs: no use eslint.linter in code example (#12037) (薛定谔的猫)
  • 5831767 Update: report location of func-names (fixes #12022) (#12028) (Pig Fang)
Commits

The new version differs by 33 commits.

  • 320b7bd 6.2.0
  • 9601f5a Build: changelog update for 6.2.0
  • fee6acb Update: support bigint and dynamic import (refs #11803) (#11983)
  • afd8012 New: noInlineConfig setting (refs eslint/rfcs#22) (#12091)
  • 3d12378 Update: Fix accessor-pairs to enforce pairs per property in literals (#12062)
  • 8cd00b3 New: function-call-argument-newline (#12024)
  • 30ebf92 Fix: prefer-template autofix produces syntax error with octal escapes (#12085)
  • 13c3988 Fix: Check literal type explicitly in dot-notation (#12095)
  • 3e5ceca Fix: Handle empty string property names in getFunctionNameWithKind (#12104)
  • 9a043ff Fix: no-duplicate-case false positives on Object.prototype keys (#12107)
  • fe631af Chore: minor typo fix (#12112)
  • 4cb7877 Fix: fix no-extra-parens ignores some nodes (#11909)
  • 2dc23b8 Update: fix no-dupe-keys false negatives on empty string names (#12069)
  • 19ab666 Fix: yoda exceptRange false positives on empty string property names (#12071)
  • d642150 Update: Check empty string property names in sort-keys (#12073)

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

There have been updates to the babel7 monorepo:

    • The devDependency @babel/core was updated from 7.4.4 to 7.4.5.

🚨 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 passed (Details).
  • codecov/project: No report found to compare against (Details).
  • codecov/patch: Coverage not affected. (Details).
  • Travis CI - Branch: The build errored.

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

The devDependency eslint-plugin-jest was updated from 22.15.2 to 22.16.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-jest 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).
  • Travis CI - Branch: The build errored.

Release Notes for v22.16.0

22.16.0 (2019-08-29)

Features

Commits

The new version differs by 3 commits.

  • 1c40d1a feat(rules): add require-top-level-describe rule (#407)
  • adcf82e chore: run lint over ts files via jest
  • 0cb1df5 chore(utils): improve followTypeAssertionChain typing (#404)

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

The devDependency eslint-plugin-jest was updated from 22.13.3 to 22.13.4.

🚨 View failing branch.

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

eslint-plugin-jest 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 passed (Details).
  • codecov/project: No report found to compare against (Details).
  • codecov/patch: Coverage not affected. (Details).
  • Travis CI - Branch: The build failed.

Release Notes for v22.13.4

22.13.4 (2019-07-22)

Bug Fixes

Commits

The new version differs by 1 commits.

  • b27c80d fix: prefer hasOwnProperty over in

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

The devDependency webpack was updated from 4.39.1 to 4.39.2.

🚨 View failing branch.

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

webpack is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).
  • Travis CI - Branch: The build failed.

Release Notes for v4.39.2

Bugfixes

  • fix ProfilingPlugin not ending traces correctly
Commits

The new version differs by 38 commits.

  • 7265427 4.39.2
  • 9f27d0c Merge pull request #9559 from jamesgeorge007/feat/refactor-banner-plugin
  • b50a995 Merge pull request #9568 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.15.1
  • 385fe6a chore(deps-dev): bump eslint-plugin-jest from 22.15.0 to 22.15.1
  • 7ea8665 Merge pull request #9566 from timneutkens/fix/profiling-callback-override
  • 069c33a Fix asyncHook callback interceptor for ProfilingPlugin
  • ba56f7e Merge pull request #9564 from webpack/dependabot/npm_and_yarn/acorn-6.3.0
  • bd7655c chore(deps): bump acorn from 6.2.1 to 6.3.0
  • e62b643 Merge pull request #9558 from jamesgeorge007/hotfix/fix-typo
  • d7486fd fix: revert
  • aed5cce minor fix
  • 4f003c2 tweak
  • fa3b3ef refactor
  • 72ee5a3 fix: lint
  • af8906d fix: refactor

There are 38 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 webpack is breaking the build 🚨

The devDependency webpack was updated from 4.39.3 to 4.40.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 failed (Details).
  • Travis CI - Branch: The build failed.

Release Notes for v4.40.0

Features

  • adds asset info for emitted assets
    • new methods allow easy emitting/updating of assets compilation.emitAsset/updateAsset (instead of accessing the Object compilation.assets)
    • 3 flags in asset info:
      • immutable: when set an asset can be cache infinitely
      • development: when set an asset is some kind of development tool (i. e. a SourceMap)
      • hotModuleReplacement: when set an asset is generated for an hot update
    • Stats expose info object in assets
    • String version of Stats show flags
Commits

The new version differs by 30 commits.

  • 9c6b367 4.40.0
  • e9e7a85 Merge pull request #9687 from webpack/feature/emit-asset
  • 758269e add emit/updateAsset to Compilation
  • 7f403e2 Merge pull request #9686 from webpack/dependabot/npm_and_yarn/types/node-10.14.18
  • 93943ea chore(deps-dev): bump @types/node from 10.14.17 to 10.14.18
  • f5e1e1e Merge pull request #9684 from webpack/dependabot/npm_and_yarn/typescript-3.6.3
  • ea95059 chore(deps-dev): bump typescript from 3.6.2 to 3.6.3
  • cd804cc Merge pull request #9683 from webpack/deps/jest-again
  • a81cdcd upgrade jest dependencies
  • 8ba7705 Merge pull request #9639 from webpack/dependabot/npm_and_yarn/typescript-3.6.2
  • a736c3e update code for @enum breaking change
  • 320b30b chore(deps-dev): bump typescript from 3.5.3 to 3.6.2
  • 77cd3d0 Merge pull request #9664 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.17.0
  • 3e72f36 chore(deps-dev): bump eslint-plugin-jest from 22.16.0 to 22.17.0
  • b2b5b27 Merge pull request #9655 from webpack/dependabot/npm_and_yarn/webpack-dev-middleware-3.7.1

There are 30 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 webpack is breaking the build 🚨

The devDependency webpack was updated from 4.34.0 to 4.35.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 passed (Details).
  • continuous-integration/travis-ci/pr: The Travis CI build could not complete due to an error (Details).
  • codecov/project: CI failed. (Details).
  • codecov/patch: CI failed. (Details).
  • Travis CI - Pull Request: The build errored. This is a change from the previous build, which passed.
  • Travis CI - Branch: The build passed.

Release Notes for v4.35.0

Features

  • ProgressPlugin limit output to column width in terminal
  • add Watching.suspend and Watching.resume
  • add splitChunks.automaticNameMaxLength and splitChunks.cacheGroups[x].automaticNameMaxLength

Bugfixes

  • webworker target now respect publicPath when loading chunks
  • holey arrays of configs will fail the validation
Commits

The new version differs by 33 commits.

  • c3377ef 4.35.0
  • 494e16b Merge pull request #9306 from jamesgeorge007/hotfix/refactor
  • 226e8ce add test case for holey array
  • 0109d68 Linting fix
  • 3321f31 Handle cryptic error message being thrown
  • efb250d Merge pull request #9305 from webpack/dependabot/npm_and_yarn/pug-2.0.4
  • 66b3b99 chore(deps-dev): bump pug from 2.0.3 to 2.0.4
  • 8522a2d Merge pull request #9285 from ryandrew14/master
  • f8dc67e Merge pull request #9294 from vankop/options-defaulter-esdoc
  • 07dc833 update name-too-long comment to length 109
  • 6e16e12 remove update to 100 line length
  • 75c340c Merge pull request #9293 from webpack/dependabot/npm_and_yarn/simple-git-1.115.0
  • 7cdff6c refactor(esdoc): OptionsDefaulter
  • 82cbe8b chore(deps-dev): bump simple-git from 1.113.0 to 1.115.0
  • 054c933 introduce name truncation config option for SplitChunksPlugin

There are 33 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 babel-preset-react-app is breaking the build 🚨

The devDependency babel-preset-react-app was updated from 7.0.1 to 7.0.2.

🚨 View failing branch.

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

babel-preset-react-app 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
  • codecov/project: No report found to compare against (Details).
  • codecov/patch: Coverage not affected. (Details).
  • Travis CI - Branch: The 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 acorn is breaking the build 🚨

The dependency acorn 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.

acorn 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).
  • Travis CI - Branch: The 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 eslint-plugin-jest is breaking the build 🚨

The devDependency eslint-plugin-jest was updated from 22.1.2 to 22.1.3.

🚨 View failing branch.

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

eslint-plugin-jest 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 passed (Details).
  • continuous-integration/travis-ci/pr: The Travis CI build could not complete due to an error (Details).
  • codecov/project: CI failed. (Details).
  • codecov/patch: CI failed. (Details).

Release Notes for v22.1.3

22.1.3 (2019-01-09)

Bug Fixes

  • no-alias-methods: handle missing assertion node (b5c22dc), closes #213
Commits

The new version differs by 4 commits.

  • b5c22dc fix(no-alias-methods): handle missing assertion node
  • c281827 chore(package): update eslint-plugin-eslint-plugin to version 2.0.0
  • 5a7fe8c chore: update to a version of har-validator that exists in the registry
  • 1c388a5 chore(ci): actually install yarn on travis

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

The dependency react-router-dom was updated from 5.0.1 to 5.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-router-dom 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 passed (Details).
  • codecov/project: No report found to compare against (Details).
  • codecov/patch: Coverage not affected. (Details).
  • Travis CI - Branch: The build errored.

Release Notes for v5.1.0

Changes

Features

  • Added useParams, useLocation, useHistory, and useRouteMatch hooks (d6224d6)
  • Added support for forwardRef in <Link> (b5528ed)

Bugfixes

  • Don't render <Route children> elements when the <Route> does not match (9665659)
Commits

The new version differs by 49 commits.

  • 0c058ad v5.1.0
  • ce2fdc7 Update size snapshots
  • 01ac3d7 Update build step to use yarn instead of npm
  • 8f49b02 Remove docs on context.router
  • 51325d8 Update export style
  • 3debcd4 Add hooks to documentation website
  • 0721144 Update React to 16.8
  • 0f29d23 Update import/export style
  • 443126b Remove react-router-dom shim from website
  • c4a89e1 Use react-app ESLint config and fix a few issues
  • 6372049 Add some docs about hooks
  • 9c784be Rename useMatch => useRouteMatch
  • a5dd83f Fixed up testing doc from #6903
  • d6224d6 Add some hooks for React 16.8 users
  • 19835fb remove clever example in testing guide (#6903)

There are 49 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 enzyme is breaking the build 🚨

There have been updates to the enzyme 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 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 failed (Details).
  • Travis CI - Branch: The 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 react-redux is breaking the build 🚨

The dependency react-redux was updated from 6.0.0 to 6.0.1.

🚨 View failing branch.

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

react-redux 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

Release Notes for v6.0.1

This is a minor release with support for react-hot-loader and a few small bug fixes for edge cases.

While you're here, please stop by #1177 to see our roadmap for the next versions of React Redux. We are aware that performance is not so hot in 6.0. Short version: We put too much traffic on React's context API, which isn't really designed for high levels of reads and writes. We're looking to reduce that load and get performance back on track in a minor release, so there won't be backwards compatibility concerns. We have a new extensive benchmark suite to keep us on track and ensure we're not regressing on speed in the future.

And yes, we know about Hooks. Check out #1179.

Changes

Commits

The new version differs by 35 commits.

  • 162b81a 6.0.1
  • d8a7ab5 Update build deps. Add React 16.8 tests.
  • 6ad2b55 Remove --save option as it isn't required anymore (#1193)
  • fac9ad1 Update Provider.md and quick-start.md (#1182)
  • 9bf2375 Update Provider.md
  • fcd5ed8 Update Provider.md
  • c198249 Update react-router usage example (#1180)
  • ab77450 Upgrade to react-is v16.7.0 (#1174)
  • 0bf4e1f Remove duplicate line in connect api documents (#1173)
  • 6e0a106 Updated: Support React-Hot-Loader compatibility (#1168)
  • 63af52f Update accessing-store.md (#1163)
  • 5199d9d Ensure that component prop 'context' really contains a React context … (#1134)
  • e7661b3 Fix spacing issues (#1153)
  • 75b90f9 Add / change docs about v6 (#1148)
  • 5088345 Add connect() API doc (#1140)

There are 35 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 connected-react-router is breaking the build 🚨

The dependency connected-react-router was updated from 6.4.0 to 6.5.0.

🚨 View failing branch.

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

connected-react-router 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).
  • Travis CI - Branch: The build errored.

Release Notes for v6.5.0

Enhancement

Documentation

Commits

The new version differs by 5 commits.

  • aef9998 Bump version to 6.5.0
  • 2c2feaa Support for react-redux v7 (#321)
  • 980a298 Merge pull request #322 from ValentinH/patch-1
  • ed97d61 Add a more explicit note on SSR
  • 37e90d7 Update readme about version compability

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

The devDependency eslint was updated from 6.2.2 to 6.3.0.

🚨 View failing branch.

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

eslint 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).
  • Travis CI - Branch: The build failed.

Release Notes for v6.3.0
  • 0acdefb Chore: refactor code (#12113) (James George)
  • 52e2cf5 New: reportUnusedDisableDirectives in config (refs eslint/rfcs#22) (#12151) (Toru Nagashima)
  • 020f952 Update: enforceForSequenceExpressions to no-extra-parens (fixes #11916) (#12142) (Milos Djermanovic)
  • aab1b84 Fix: reset to the default color (#12174) (Ricardo Gobbo de Souza)
  • 4009d39 Fix: yoda rule produces invalid autofix with preceding yield (#12166) (Milos Djermanovic)
  • febb660 Fix: no-extra-boolean-cast invalid autofix with yield before negation (#12164) (Milos Djermanovic)
  • 4c0b70b New: support TypeScript at config initializer (fixes #11789) (#12172) (Pig Fang)
  • 94e39d9 Chore: use GitHub Actions (#12144) (Toru Nagashima)
  • e88f305 Chore: support es2020 in fuzz (#12180) (薛定谔的猫)
  • 00d2c5b Docs: corrected class extension example (#12176) (Marius M)
  • 31e5428 Chore: Fix wrong error object keys in test files (#12162) (Milos Djermanovic)
  • 197f443 Fix: func-name-matching crash on descriptor-like arguments (#12100) (Milos Djermanovic)
  • 644ce33 Fix: no-self-assign false positive with rest and spread in array (#12099) (Milos Djermanovic)
  • a81d263 Fix: fix message of function-paren-newline (#12136) (Pig Fang)
  • 77f8ed1 Chore: update blogpost template (#12154) (Toru Nagashima)
  • 6abc7b7 Docs: Document the exception in no-unsafe-negation (#12161) (Milos Djermanovic)
Commits

The new version differs by 18 commits.

  • 329e295 6.3.0
  • 94180da Build: changelog update for 6.3.0
  • 0acdefb Chore: refactor code (#12113)
  • 52e2cf5 New: reportUnusedDisableDirectives in config (refs eslint/rfcs#22) (#12151)
  • 020f952 Update: enforceForSequenceExpressions to no-extra-parens (fixes #11916) (#12142)
  • aab1b84 Fix: reset to the default color (#12174)
  • 4009d39 Fix: yoda rule produces invalid autofix with preceding yield (#12166)
  • febb660 Fix: no-extra-boolean-cast invalid autofix with yield before negation (#12164)
  • 4c0b70b New: support TypeScript at config initializer (fixes #11789) (#12172)
  • 94e39d9 Chore: use GitHub Actions (#12144)
  • e88f305 Chore: support es2020 in fuzz (#12180)
  • 00d2c5b Docs: corrected class extension example (#12176)
  • 31e5428 Chore: Fix wrong error object keys in test files (#12162)
  • 197f443 Fix: func-name-matching crash on descriptor-like arguments (#12100)
  • 644ce33 Fix: no-self-assign false positive with rest and spread in array (#12099)

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 🌴

An in-range update of plotly.js is breaking the build 🚨

The dependency plotly.js was updated from 1.43.1 to 1.43.2.

🚨 View failing branch.

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

plotly.js 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).
  • continuous-integration/travis-ci/pr: The Travis CI build could not complete due to an error (Details).

Release Notes for v1.43.2

First 2019 release.

Fixed

  • Fix uirevision behavior for gl3d, geo and mapbox subplots [#3394]
  • Fix reversescale behavior for surface, mesh3d and streamtube
    traces (bug introduced in 1.43.0) [#3418]
  • Fix modebar hover styling (bug introduced in 1.43.0) [#3397]
  • Fix horizontal box / violin hover label misalignment under
    hovermode:'closest' [#3401]
  • Fix ohlc and candlestick hover for traces with empty items [#3366]
  • Fix surface trace visible logic [#3365]
  • Fix mesh3d trace visible logic [#3369]
Commits

The new version differs by 69 commits.

  • cabe0c6 1.43.2
  • 809f827 update changelog for 1.43.2
  • 300de29 Merge pull request #3418 from plotly/gl3d-reversescale-fixup
  • 454eed8 :hocho: duplicate coerce('colorscale')
  • 5cc458d use 'title.text' in mocks
  • d408d9a add gl3d reversescale mock
  • 379ffae fix reversescale for gl3d traces
  • 673b542 Merge pull request #3397 from plotly/modebar-bg-hover-fix
  • a4fb8cd DRY modebar tests
  • 9fec03a Merge pull request #3369 from plotly/2630-mesh3d-dont-modify-messy-data
  • 29f5a06 must have tested traceOut after coerce fix
  • fadce01 traceIn > traceOut and more jasmine tests
  • 07b695a Merge pull request #3401 from plotly/horiz-box-violin-label-align-fix
  • 568a376 Merge pull request #3366 from plotly/finance-hover-fixups
  • e3e5f31 fix typo in test descriptions

There are 69 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 webpack is breaking the build 🚨

The devDependency webpack was updated from 4.39.2 to 4.39.3.

🚨 View failing branch.

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

webpack is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).
  • Travis CI - Branch: The build failed.

Release Notes for v4.39.3

Bugfixes

  • fix a missing module in chunk caused by incorrect chunk graph generation of async chunks
Commits

The new version differs by 43 commits.

  • 94929a5 4.39.3
  • 6bf1868 Merge pull request #9635 from webpack/bugfix/9634
  • 83dd295 fixes #9634
  • 54519bd Merge pull request #9630 from webpack/dependabot/npm_and_yarn/eslint-utils-1.4.2
  • aa8d930 chore(deps): bump eslint-utils from 1.3.1 to 1.4.2
  • b16ca50 Merge pull request #9603 from noscripter/patch-1
  • 0601b12 Merge pull request #9623 from webpack/dependabot/npm_and_yarn/less-3.10.3
  • d56b9f8 chore(deps-dev): bump less from 3.10.2 to 3.10.3
  • 9dc49cf Merge pull request #9613 from shaodahong/optimize-eslint
  • 85421cd improve linting performance
  • 94d1768 resolve linting issues in test/helpers
  • 7ee8ca3 optimize code-lint config
  • 9b02c19 Merge pull request #9617 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.15.2
  • 45622a4 Merge pull request #9616 from webpack/dependabot/npm_and_yarn/less-3.10.2
  • 3c252ff Merge pull request #9608 from webpack/dependabot/npm_and_yarn/types/node-10.14.16

There are 43 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 react-dates is breaking the build 🚨

The dependency react-dates was updated from 20.2.5 to 20.3.0.

🚨 View failing branch.

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

react-dates 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 passed (Details).
  • continuous-integration/travis-ci/pr: The Travis CI build could not complete due to an error (Details).
  • codecov/project: CI failed. (Details).
  • codecov/patch: CI failed. (Details).
  • Travis CI - Pull Request: The build errored. This is a change from the previous build, which passed.
  • Travis CI - Branch: The build passed.

Commits

The new version differs by 10 commits.

  • 8c0ba98 Version 20.3.0
  • 7c51390 Merge pull request #1746 from rcourtie/a11y-add-aria-roledescription
  • 9440e28 [a11y] Add aria-roledescription
  • 75bba6b Merge pull request #1553 from GfxKai/patch-1
  • be9c77f Merge pull request #1735 from mmarkelov/Optimize_setState_dayPickerContainerStyles_
  • 74447a7 fixup: Added tests for screenReaderMessage
  • fd1595d Optimize setState dayPickerContainerStyles in responsivizePickerPosition function
  • 8e81a8b Merge pull request #1732 from NMinhNguyen/patch-1
  • f19a6e7 Bump the dependency on react-with-styles to ^3.2.3
  • 6a1b564 [Fix] DateRangePickerInput/SingleDatePickerInput: Stop calendar blinking on focus switch (fixes #1523)

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

The dependency react-dates was updated from 20.2.3 to 20.2.4.

🚨 View failing branch.

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

react-dates 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 passed (Details).
  • continuous-integration/travis-ci/pr: The Travis CI build could not complete due to an error (Details).
  • codecov/project: CI failed. (Details).
  • codecov/patch: CI failed. (Details).
  • Travis CI - Pull Request: The build errored. This is a change from the previous build, which passed.
  • Travis CI - Branch: The build passed.

Commits

The new version differs by 5 commits.

  • 259feb9 Version 20.2.4
  • 6a6ee4b Update babel-preset-airbnb 3.2.1 → 4.0.0
  • 32de430 Run calendar.svg through svgcleaner
  • 182fd56 Run SVGs through SVGO with most aggressive settings
  • bf7e334 [Refactor] use enzyme-shallow-equal instead of react-addons-shallow-compare

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

The devDependency eslint-plugin-jest was updated from 22.6.4 to 22.7.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-jest 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 passed (Details).
  • continuous-integration/travis-ci/pr: The Travis CI build could not complete due to an error (Details).
  • codecov/project: CI failed. (Details).
  • codecov/patch: CI failed. (Details).
  • Travis CI - Pull Request: The build errored. This is a change from the previous build, which passed.
  • Travis CI - Branch: The build passed.

Release Notes for v22.7.0

22.7.0 (2019-06-20)

Features

  • config: added shareable configuration jest/all (#276) (d7a9532)
Commits

The new version differs by 3 commits.

  • d7a9532 feat(config): added shareable configuration jest/all (#276)
  • 3bb50dc chore: use messageId in all rules (#278)
  • 75c9773 chore: bump dated deps (#277)

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

The dependency query-string was updated from 6.8.2 to 6.8.3.

🚨 View failing branch.

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

query-string 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).
  • Travis CI - Branch: The build failed.

Release Notes for v6.8.3
  • Make parseNumbers and parseBooleans options work with arrayFormat (#202) d2451aa

v6.8.2...v6.8.3

Commits

The new version differs by 3 commits.

  • de0536a 6.8.3
  • c22455d Minor tweaks
  • d2451aa Make parseNumbers and parseBooleans options work with arrayFormat (#202)

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 source-map-explorer is breaking the build 🚨

The dependency source-map-explorer was updated from 2.0.1 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.

source-map-explorer 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 passed (Details).
  • Travis CI - Branch: The build failed.

Release Notes for v2.1.0

🚀 Enhancements

  • Improve files' sizes calculation speed. Thanks to @also and @Anish2 for the contribution!

🔧 Internal

  • Update dependencies
Commits

The new version differs by 6 commits.

  • 80b2baa Update dependencies
  • c007f36 Optimize files size computing (#128)
  • 8b48640 Regenerate test files (#129)
  • a3069a5 Add contributing guide
  • 3299395 Mention Node 10 as requirement
  • 388576c Indicate that glob patterns is supported

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

The devDependency babel-preset-react-app was updated from 9.0.1 to 9.0.2.

🚨 View failing branch.

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

babel-preset-react-app 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).
  • Travis CI - Branch: The build failed.

Commits

The new version differs by 33 commits.

  • a825e8f Publish
  • e0719e4 Prepare 3.1.2 release
  • ff15a08 Add new logo (#7704)
  • a1afaa6 Update deployment.md with another AWS example (#7616)
  • 7ac8150 Bump dependencies (#7681)
  • 4d533d4 Change runtime chunk name separator from tilde to dash (#7679)
  • 8b7b819 Use const instead of var in env.js (#7526)
  • 74eb65a Remove --single-quote from prettier examples (#7663)
  • 71c4d11 Minor performance improvements (#7587)
  • edb3411 Upgrade dotenv-expand to fix issues (#7531)
  • b3f8ef2 Bump version of @typescript-eslint/* (#7540)
  • 0f9e350 Update running-tests.md (#7659)
  • c9b9504 Explicitly check that EXTEND_ESLINT is true (#7538)
  • aafc7ff Update troubleshooting.md (#7459)
  • bb31710 Disable babel-loader's cacheCompression (#7633)

There are 33 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 acorn is breaking the build 🚨

The dependency acorn was updated from 7.0.0 to 7.1.0.

🚨 View failing branch.

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

acorn 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 passed (Details).
  • codecov/project: No report found to compare against (Details).
  • codecov/patch: Coverage not affected. (Details).
  • Travis CI - Branch: The 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 enzyme is breaking the build 🚨

There have been updates to the enzyme monorepo:

    • The devDependency enzyme was updated from 3.8.0 to 3.9.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 failed (Details).
  • Travis CI - Branch: The 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 🌴

gallery requires another sign-in

To view a lesson in the gallery seems to require you to sign in again once you've clicked on the lesson. Would be nice to have not have to sign in again to see the lessons

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

The devDependency eslint-plugin-jest was updated from 22.5.1 to 22.6.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-jest 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).
  • Travis CI - Branch: The build errored.

Release Notes for v22.6.0

22.6.0 (2019-05-22)

Features

Commits

The new version differs by 9 commits.

  • 14d83ef feat(rules): add no-commented-out rule (#262)
  • 83ff198 chore: migrate no-jest-import to typescript (#259)
  • 718c08c chore: upgrade @typescript-eslint
  • ca2aa27 chore: port lowercase-name to TypeScript (#258)
  • 3df0058 chore(ci): run danger with lts version of node
  • 48e3a59 chore: precompile with babel (#257)
  • 8670804 chore: bump deps
  • 05eb11a chore: fix lint error
  • dff6446 docs: link to eslint-plugin-jest-formatting

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 plotly.js is breaking the build 🚨

The dependency plotly.js was updated from 1.49.1 to 1.49.2.

🚨 View failing branch.

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

plotly.js 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).
  • Travis CI - Branch: The build failed.

Release Notes for v1.49.2

Fixed

  • Fix gl3d hover behavior when multiple points share identical position [#4096]
  • Fix [email protected] dependency version listing in package.json [#4094]
  • Fix decimal and thousands separator declaration for Italian (it) locale [#4122]
  • Fix indicator steps attribute declaration [#4115]
  • Performance fix - use Axes.prepTicks (not Axes.calcTicks) for indicator
    number and delta formatting [#4099]
Commits

The new version differs by 22 commits.

  • 65b92b2 1.49.2
  • c8d852d update changelog for 1.49.2
  • 80f5b00 Merge pull request #4122 from Domino987/patch-1
  • c6b2a53 Removed trailing spaces
  • 5cf7ec2 Add correct number formater
  • 5df80e7 Merge pull request #4115 from plotly/indicator-schema
  • 87d1aee indicator: rename steps' items to step
  • ffa6e34 Merge pull request #4103 from plotly/fixup-indicator-mock
  • c9deae3 remove duplicate domain attributes from indicator mock
  • dbe942a Merge pull request #4101 from plotly/make-sunburst-funcs-reusable
  • 04603d4 make sunburst plot functions reusable for treemap
  • 6bc4fec Merge pull request #4100 from plotly/atts-to-attrs
  • ce90e82 replace Atts > Attrs
  • 265bcaa Merge pull request #4099 from plotly/indicator-prepTicks-not-calcTicks
  • 8322375 use Axes.prepTicks not Axes.calcTicks

There are 22 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 eslint-plugin-jest is breaking the build 🚨

The devDependency eslint-plugin-jest was updated from 22.7.1 to 22.7.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-jest 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).
  • Travis CI - Branch: The build failed.

Release Notes for v22.7.2

22.7.2 (2019-07-04)

Bug Fixes

  • add missing schemas so rule config is properly validated (#291) (e901d03)
Commits

The new version differs by 1 commits.

  • e901d03 fix: add missing schemas so rule config is properly validated (#291)

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

The devDependency webpack was updated from 4.35.3 to 4.36.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).
  • Travis CI - Branch: The build errored.

Release Notes for v4.36.0

Features

  • SourceMapDevToolPlugin append option now supports the default placeholders in addition to [url]
  • Arrays in resolve and parser options (Rule and Loader API) support backreferences with "..." when overriding options.
Commits

The new version differs by 42 commits.

  • 95d21bb 4.36.0
  • aa1216c Merge pull request #9422 from webpack/feature/dot-dot-dot-merge
  • b3ec775 improve merging of resolve and parsing options
  • 53a5ae2 Merge pull request #9419 from vankop/remove-valid-jsdoc-rule
  • ab75240 Merge pull request #9413 from webpack/dependabot/npm_and_yarn/ajv-6.10.2
  • 0bdabf4 Merge pull request #9418 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-15.5.2
  • f207cdc remove valid jsdoc rule in favour of eslint-plugin-jsdoc
  • 31333a6 chore(deps-dev): bump eslint-plugin-jsdoc from 15.3.9 to 15.5.2
  • 036adf0 Merge pull request #9417 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.8.0
  • 37d4480 Merge pull request #9411 from webpack/dependabot/npm_and_yarn/simple-git-1.121.0
  • ce2a183 chore(deps-dev): bump eslint-plugin-jest from 22.7.2 to 22.8.0
  • 0beeb7e Merge pull request #9391 from vankop/create-hash-typescript
  • bf1a24a #9391 resolve super call discussion
  • bd7d95b #9391 resolve discussions, AbstractMethodError
  • 4190638 chore(deps): bump ajv from 6.10.1 to 6.10.2

There are 42 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.