Skip to content

Bump qs, @jpmorganchase/perspective and react-scripts in /Task 3#9

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/Task-3/multi-1a8b2035ce
Open

Bump qs, @jpmorganchase/perspective and react-scripts in /Task 3#9
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/Task-3/multi-1a8b2035ce

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps qs to 6.14.1 and updates ancestor dependencies qs, @jpmorganchase/perspective and react-scripts. These dependencies need to be updated together.

Updates qs from 6.4.0 to 6.14.1

Changelog

Sourced from qs's changelog.

6.14.1

  • [Fix] ensure arrayLength applies to [] notation as well
  • [Fix] parse: when a custom decoder returns null for a key, ignore that key
  • [Refactor] parse: extract key segment splitting helper
  • [meta] add threat model
  • [actions] add workflow permissions
  • [Tests] stringify: increase coverage
  • [Dev Deps] update eslint, @ljharb/eslint-config, npmignore, es-value-fixtures, for-each, object-inspect

6.14.0

  • [New] parse: add throwOnParameterLimitExceeded option (#517)
  • [Refactor] parse: use utils.combine more
  • [patch] parse: add explicit throwOnLimitExceeded default
  • [actions] use shared action; re-add finishers
  • [meta] Fix changelog formatting bug
  • [Deps] update side-channel
  • [Dev Deps] update es-value-fixtures, has-bigints, has-proto, has-symbols
  • [Tests] increase coverage

6.13.1

  • [Fix] stringify: avoid a crash when a filter key is null
  • [Fix] utils.merge: functions should not be stringified into keys
  • [Fix] parse: avoid a crash with interpretNumericEntities: true, comma: true, and iso charset
  • [Fix] stringify: ensure a non-string filter does not crash
  • [Refactor] use __proto__ syntax instead of Object.create for null objects
  • [Refactor] misc cleanup
  • [Tests] utils.merge: add some coverage
  • [Tests] fix a test case
  • [actions] split out node 10-20, and 20+
  • [Dev Deps] update es-value-fixtures, mock-property, object-inspect, tape

6.13.0

  • [New] parse: add strictDepth option (#511)
  • [Tests] use npm audit instead of aud

6.12.3

  • [Fix] parse: properly account for strictNullHandling when allowEmptyArrays
  • [meta] fix changelog indentation

6.12.2

  • [Fix] parse: parse encoded square brackets (#506)
  • [readme] add CII best practices badge

6.12.1

  • [Fix] parse: Disable decodeDotInKeys by default to restore previous behavior (#501)
  • [Performance] utils: Optimize performance under large data volumes, reduce memory usage, and speed up processing (#502)
  • [Refactor] utils: use +=
  • [Tests] increase coverage

6.12.0

... (truncated)

Commits
  • 3fa11a5 v6.14.1
  • a626704 [Dev Deps] update npmignore
  • 3086902 [Fix] ensure arrayLength applies to [] notation as well
  • fc7930e [Dev Deps] update eslint, @ljharb/eslint-config
  • 0b06aac [Dev Deps] update @ljharb/eslint-config
  • 64951f6 [Refactor] parse: extract key segment splitting helper
  • e1bd259 [Dev Deps] update @ljharb/eslint-config
  • f4b3d39 [eslint] add eslint 9 optional peer dep
  • 6e94d95 [Dev Deps] update eslint, @ljharb/eslint-config, npmignore
  • 973dc3c [actions] add workflow permissions
  • Additional commits viewable in compare view

Updates @jpmorganchase/perspective from 0.2.12 to 0.2.23

Changelog

Sourced from @​jpmorganchase/perspective's changelog.

v0.2.23

22 April 2019 (Full changelog)

Misc

  • Misc cleanup #550
  • Added table ownership flag to <perspective-viewer> delete() method #549
  • Remote arrow #547
  • Hypergrid hover theme fix #546
  • Called save and restore with the correct context #544
  • Link click event example in README #545
  • Fixed hypergrid formatting issue when only row-pivots are changed #542
  • Refactored data_slice to return t_tscalar #541
  • Remove header rows for column-only views #540

v0.2.22

10 April 2019 (Full changelog)

Features

  • D3fc plugin - Sunburst, color styles and bug fixes #511

Misc

  • Updated Puppeteer docker image #539
  • Hypergrid missing columns fix #538
  • Upgraded Emscripten to 1.38.29 #537
  • Updated benchmarked versions #536
  • D3fc plugin - Resizable legend and other tweaks #534
  • Updated benchmarks, removed IS_DELTA flag #533
  • Added save() and restore() methods to plugin API #532
  • update plugin #166
  • Merge latest jpmorganchase/perspective master changes into develop #164
  • Sort by hidden #531
  • Column sort fix #529
  • Removed old files #530
  • Fixed header click behavior to not resize or scroll grid #528
  • API Refactor #527
  • "Disable" chart when there is no data #162
  • Fully implement data slice API #526
  • Fixed docs task #520
  • Fixed Hypergrid scroll stuttering #521
  • Add row delta to View #517
  • Use the same color range for all charts when split #160
  • Fix issue #522: row count is correct on column-only views #523
  • Support for live theme changes #161
  • Test UI interaction in tooltip component #159
  • Feature/legend resizable #131

... (truncated)

Commits
  • 2fbf1ba v0.2.23
  • f67b01f Merge pull request #550 from jpmorganchase/misc-cleanup
  • 17a39de Merge pull request #549 from jpmorganchase/viewer-table-ownership
  • ed4439b lint auto-fix, Material theme spacing fix
  • 077e4f3 Added perspective-update-complete event
  • de7bc9b Added —assets flag to perspective-cli
  • 287a2ce Removed unused functionality
  • f519997 Added table getter
  • 6b5e79b Added table ownership flag to \<perspective-viewer> delete() method
  • 52d134e Merge pull request #547 from jpmorganchase/remote-arrow
  • Additional commits viewable in compare view

Updates react-scripts from 2.1.3 to 5.0.1

Changelog

Sourced from react-scripts's changelog.

3.0.0 and Newer Versions

Please refer to CHANGELOG.md for the newer versions.

2.1.8 (March 7, 2019)

v2.1.8 is a maintenance release that reapplies the TypeScript speed improvements (#6406) in a new major version of react-dev-utils.

Migrating from 2.1.7 to 2.1.8

Inside any created project that has not been ejected, run:

npm install --save --save-exact react-scripts@2.1.8

or

yarn add --exact react-scripts@2.1.8

2.1.7 (March 7, 2019)

v2.1.7 is a maintenance release that temporarily reverts the TypeScript speed improvements (#6406) to fix a dependency issue in react-dev-utils.

Migrating from 2.1.6 to 2.1.7

Inside any created project that has not been ejected, run:

npm install --save --save-exact react-scripts@2.1.7

or

yarn add --exact react-scripts@2.1.7

2.1.6 (March 6, 2019)

v2.1.6 is a maintenance release that brings a few new improvements, most notably:

  • 🚀 Reduced TypeScript rebuild times while running the development server. This was previously introduced in v2.1.4 but had to be reverted. Thanks to @​ianschmitz for getting this ready.

🐛 Bug Fix

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by iansu, a new releaser for react-scripts since your current version.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [qs](https://github.com/ljharb/qs) to 6.14.1 and updates ancestor dependencies [qs](https://github.com/ljharb/qs), [@jpmorganchase/perspective](https://github.com/jpmorganchase/perspective) and [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts). These dependencies need to be updated together.


Updates `qs` from 6.4.0 to 6.14.1
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.4.0...v6.14.1)

Updates `@jpmorganchase/perspective` from 0.2.12 to 0.2.23
- [Release notes](https://github.com/jpmorganchase/perspective/releases)
- [Changelog](https://github.com/perspective-dev/perspective/blob/master/CHANGELOG.md)
- [Commits](perspective-dev/perspective@v0.2.12...v0.2.23)

Updates `react-scripts` from 2.1.3 to 5.0.1
- [Release notes](https://github.com/facebook/create-react-app/releases)
- [Changelog](https://github.com/facebook/create-react-app/blob/main/CHANGELOG-2.x.md)
- [Commits](https://github.com/facebook/create-react-app/commits/react-scripts@5.0.1/packages/react-scripts)

---
updated-dependencies:
- dependency-name: qs
  dependency-version: 6.14.1
  dependency-type: indirect
- dependency-name: "@jpmorganchase/perspective"
  dependency-version: 0.2.23
  dependency-type: direct:production
- dependency-name: react-scripts
  dependency-version: 5.0.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants