nobt-io / frontend

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

Bump history from 4.7.2 to 4.10.0 #255

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps history from 4.7.2 to 4.10.0.

Release notes *Sourced from [history's releases](https://github.com/ReactTraining/history/releases).* > ## v4.10.0 > Allows `basename` URL prefixes with special regex characters ([#566](https://github-redirect.dependabot.com/ReactTraining/history/issues/566), [#544](https://github-redirect.dependabot.com/ReactTraining/history/issues/544)) > > ## v4.9.0 > The main change in this release is pre-bundled single-file builds for both development and production environments. This is not a breaking change, since we still support old-style `require('history/createBrowserHistory')` statements for now. However, these are deprecated in favor of `import`ing/`require`ing from the main module. > > Please see [the release notes for 4.98.0-beta.0](https://github.com/ReactTraining/history/releases/tag/v4.8.0-beta.0) for more info. > > ## v4.8.0-beta.0 > In 4.8.0 we will ship a single bundle for each module format (CJS, ESM, and UMD) using Rollup. > > In this release we are deprecating support for > > ```js > import createHistory from "history/createMemoryHistory"; > // and > var createHistory = require('history/createMemoryHistory'); > ``` > > Instead, use: > > ```js > import { createMemoryHistory as createHistory } from "history"; > // and > var createHistory = require("history").createMemoryHistory; > ``` > together with a bundler that supports tree-shaking (Rollup or webpack 4 in production mode) to get your bundle sizes down. > > ## Fixes > > - Smaller builds, thanks to [@​TrySound](https://github.com/TrySound) (see [#632](https://github-redirect.dependabot.com/ReactTraining/history/issues/632) and [#634](https://github-redirect.dependabot.com/ReactTraining/history/issues/634)) >
Commits - [`c761c48`](https://github.com/ReactTraining/history/commit/c761c48786769f164b199e6b22d3b91557efbf45) Version 4.10.0 - [`ec0c152`](https://github.com/ReactTraining/history/commit/ec0c15261fdeee8495a07f7d3aaba31fbc3e3c7c) Revert "Remove support for deprecated import/require" - [`1c2a1fe`](https://github.com/ReactTraining/history/commit/1c2a1fe82638c7809f1c760d0103208d7c7af718) Use .js extension for relative imports - [`7b8ab30`](https://github.com/ReactTraining/history/commit/7b8ab30f98855c31e74eb72f2592a8fff9d7d3ac) Undo changes from 78f016 and 0fe9cb - [`b141a1b`](https://github.com/ReactTraining/history/commit/b141a1bc7b6490a4012cdcbabf841b76cc6d9496) Revert "Deprecate createLocation and locationsAreEqual" - [`4a8e670`](https://github.com/ReactTraining/history/commit/4a8e670aa56bf91fb8cc60da4c1b9e28bebffb39) Add section about development branches - [`8bbace1`](https://github.com/ReactTraining/history/commit/8bbace1aabbce9fc718a24a2d08c6ac41e9e30b6) Revert "Merge branch 'master' of https://github.com/yangmingshan/history into... - [`54e8948`](https://github.com/ReactTraining/history/commit/54e89486075e24281f8655f377da09e1ed48c0fd) Merge branch 'master' of https://github.com/yangmingshan/history into yangmin... - [`ad82376`](https://github.com/ReactTraining/history/commit/ad82376639853254ccb7a659cb6085fa95de0810) Update yarn lockfile - [`2e9e511`](https://github.com/ReactTraining/history/commit/2e9e5118a33e5b62ac3eb74f2fbc80d7e7a30dde) Keep docs in docs directory - Additional commits viewable in [compare view](https://github.com/ReactTraining/history/compare/v4.7.2...v4.10.0)


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


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 and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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.
dependabot-preview[bot] commented 5 years ago

Superseded by #256.