nobt-io / frontend

Frontend of nobt.io.
https://nobt.io
GNU General Public License v3.0
10 stars 4 forks source link

Bump redux-logger from 2.10.2 to 3.0.6 #162

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps redux-logger from 2.10.2 to 3.0.6.

Release notes *Sourced from [redux-logger's releases](https://github.com/theaqua/redux-logger/releases).* > ## 3.0.6 — fixes > ## Changelog > * fix: use `Object.assign()` instead of object spread operator because non-standard feature [#229](https://github-redirect.dependabot.com/theaqua/redux-logger/issues/229) > * fix: removed `babel: {}` options from `package.json` > * fix: remove dangling comma because non-standard feature [#230](https://github-redirect.dependabot.com/theaqua/redux-logger/issues/230) > * fix: remove `module` and `jsnext:main` properties from `package.json` > > ## [BROKEN] 3.0.2 — chore: webpack → rollup > **UPD: broken because [#229](https://github-redirect.dependabot.com/theaqua/redux-logger/issues/229)** > > Internal build tools updates. > > ## Changelog > * webpack → rollup ([#227](https://github-redirect.dependabot.com/theaqua/redux-logger/issues/227)) > > ## 3.0.1 — fixed bug with custom titleFormatter > ## Changelog > * fix: ignore color formatting with custom titleFormatter ([#216](https://github-redirect.dependabot.com/theaqua/redux-logger/issues/216)) > > ## 3.0.0 — breaking change with exports > ## Breaking change > In [2.9.0](https://github.com/evgenyrodionov/redux-logger/releases/tag/2.9.0) we introduced default logger, but this led to problems ([#210](https://github-redirect.dependabot.com/theaqua/redux-logger/issues/210)). > > It was so bad that we publish 3 broken versions. So, we decided made a breaking change: by default we now export logger with default options and `createLogger` is now coming as named import. > > ## TL;DR > You need to change your import > ```diff > import { applyMiddleware, createStore } from 'redux' > > - import createLogger from 'redux-logger' > + import { createLogger } from 'redux-logger' > // or > - var createLogger = require('redux-logger') > + var createLogger = require('redux-logger').createLogger > > const logger = createLogger() > > const store = createStore( > reducer, > applyMiddleware(logger) > ) > ``` > > or use logger with default settings > ```javascript > import { applyMiddleware, createStore } from 'redux' > import logger from 'redux-logger' > // or const { logger } = require('redux-logger') > > ... (truncated)
Commits - [`07cb031`](https://github.com/LogRocket/redux-logger/commit/07cb031f26ad85b0f745c02859715a9054c3cbd8) fix: remove module and jsnext:main from package.json - [`ab1fe78`](https://github.com/LogRocket/redux-logger/commit/ab1fe786a14af368ff65e9f8cd496ab1dd779b19) fix: [#230](https://github-redirect.dependabot.com/theaqua/redux-logger/issues/230) - [`db841f3`](https://github.com/LogRocket/redux-logger/commit/db841f3dd6bf739f697da59d522287a0a61b1850) fix: remove babel: {} from package.json - [`4347bd3`](https://github.com/LogRocket/redux-logger/commit/4347bd3e2eef0956bfb90def8f32960bed13646d) fix: use Object.assign() instead of object spread - [`1b01b25`](https://github.com/LogRocket/redux-logger/commit/1b01b25f142c79ef28d2de8cddfa8aa8117f7e72) chore: bump version - [`f3e673c`](https://github.com/LogRocket/redux-logger/commit/f3e673c7c29813d485363c7c823d3b72651a125f) chore: webpack → rollup ([#227](https://github-redirect.dependabot.com/theaqua/redux-logger/issues/227)) - [`a7fc6d7`](https://github.com/LogRocket/redux-logger/commit/a7fc6d71742867beb26422639b2d89e3d398a5d2) recipe: update 'createLogger' to { createLogger } ([#228](https://github-redirect.dependabot.com/theaqua/redux-logger/issues/228)) - [`385f41c`](https://github.com/LogRocket/redux-logger/commit/385f41ce403f721212ef1cdc8d40249309fdd51b) chore: remove example from todo - [`507e1c7`](https://github.com/LogRocket/redux-logger/commit/507e1c74019f8b45f44f82196383e5d61672abaa) feat: add airbnb eslint config ([#218](https://github-redirect.dependabot.com/theaqua/redux-logger/issues/218)) - [`9ec10bb`](https://github.com/LogRocket/redux-logger/commit/9ec10bb21ea2b1ba19f0c4aae44b228247c64bad) chore: bump version - Additional commits viewable in [compare view](https://github.com/theaqua/redux-logger/compare/2.10.2...3.0.6)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @thomaseizinger.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 3 PRs for your first few update runs. Once an update run creates fewer than 3 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
thomaseizinger commented 5 years ago

@dependabot-bot rebase

dependabot-preview[bot] commented 5 years ago

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.