davidguttman / react-pivot

React-Pivot is a data-grid component with pivot-table-like functionality for data display, filtering, and exploration.
http://davidguttman.github.io/react-pivot/
1.05k stars 148 forks source link

Bump qs and budo #103

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Removes qs. It's no longer used after updating ancestor dependency budo. These dependencies need to be updated together.

Removes qs

Updates budo from 8.4.0 to 11.8.4

Changelog

Sourced from budo's changelog.

11.x

Breaking Changes

  • Upgraded to browserify@15, set supported node version to >= 4

10.x

:tada:

Breaking Changes

  • Upgraded to browserify@14
  • The --pushstate boolean argument should now come after entries in the CLI, as it supports subarg options. Using it before entries will still work but may log a warning.
  • Major overhaul to LiveReload backend to make it faster and more robust #194
    • No longer uses tiny-lr or the old school LiveReload stuff, so it no longer supports some of the feature set from that tool
    • No longer supports the LiveReload browser plugin
    • Budo runs everything on a single port/server instead of a second server for LiveReload
    • /budo/livereload.js now serves the LiveReload client

Other Changes

  • opts.staticOptions is now passed onto serve-static module
  • opts.pushstate (boolean or object) is now passed onto connect-pushstate module
  • CLI now supports subarg syntax for commands like --static-options and --pushstate
  • defaultIndex function now accepts a req as the second parameter

9.4.7

  • Make HTTP logging more accurate: previously the time and byte size was not correct

9.4.5 .. 9.4.6

  • Small tweaks to frontend build error styling
  • Add pushstate flag as a boolean so it doesn't swallow entry

9.4.3

  • Disable cache control for serve-static, I've found this greatly reduces load time
  • Slight change to package.json scripts so they work on Windows

9.4.2

  • Improve Windows terminal color support, fixes #179

9.4.0

  • Improve build error parsing and rendering

9.3.0

... (truncated)

Commits


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 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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/davidguttman/react-pivot/network/alerts).