Skip to content

Bump qs, fabric and react-scripts in /client#138

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/client/multi-03bcb058fb
Open

Bump qs, fabric and react-scripts in /client#138
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/client/multi-03bcb058fb

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2026

Bumps qs to 6.14.2 and updates ancestor dependencies qs, fabric and react-scripts. These dependencies need to be updated together.

Updates qs from 6.7.0 to 6.14.2

Changelog

Sourced from qs's changelog.

6.14.2

  • [Fix] parse: mark overflow objects for indexed notation exceeding arrayLimit (#546)
  • [Fix] arrayLimit means max count, not max index, in combine/merge/parseArrayValue
  • [Fix] parse: throw on arrayLimit exceeded with indexed notation when throwOnLimitExceeded is true (#529)
  • [Fix] parse: enforce arrayLimit on comma-parsed values
  • [Fix] parse: fix error message to reflect arrayLimit as max index; remove extraneous comments (#545)
  • [Robustness] avoid .push, use void
  • [readme] document that addQueryPrefix does not add ? to empty output (#418)
  • [readme] clarify parseArrays and arrayLimit documentation (#543)
  • [readme] replace runkit CI badge with shields.io check-runs badge
  • [meta] fix changelog typo (arrayLengtharrayLimit)
  • [actions] fix rebase workflow permissions

6.14.1

  • [Fix] ensure arrayLimit 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.3

[Fix] fix regressions from robustness refactor [actions] update reusable workflows

6.13.2

  • [Robustness] avoid .push, use void
  • [readme] clarify parseArrays and arrayLimit documentation (#543)
  • [readme] document that addQueryPrefix does not add ? to empty output (#418)
  • [readme] replace runkit CI badge with shields.io check-runs badge
  • [actions] fix rebase workflow permissions

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

... (truncated)

Commits
  • bdcf0c7 v6.14.2
  • 294db90 [readme] document that addQueryPrefix does not add ? to empty output
  • 5c308e5 [readme] clarify parseArrays and arrayLimit documentation
  • 6addf8c [Fix] parse: mark overflow objects for indexed notation exceeding arrayLimit
  • cfc108f [Fix] arrayLimit means max count, not max index, in combine/merge/`pars...
  • febb644 [Fix] parse: throw on arrayLimit exceeded with indexed notation when `thr...
  • f6a7abf [Fix] parse: enforce arrayLimit on comma-parsed values
  • fbc5206 [Fix] parse: fix error message to reflect arrayLimit as max index; remove e...
  • 1b9a8b4 [actions] fix rebase workflow permissions
  • 2a35775 [meta] fix changelog typo (arrayLengtharrayLimit)
  • Additional commits viewable in compare view
Install script changes

This version modifies prepublish script that runs during installation. Review the package contents before updating.


Updates fabric from 3.6.3 to 7.1.0

Release notes

Sourced from fabric's releases.

Version 7.1.0

What's Changed

New Contributors

Full Changelog: fabricjs/fabric.js@v700...v710

Version 7.0.0

No code changes compared to 7.0.0 - rc1

Version 6.9.1

Full Changelog: fabricjs/fabric.js@v690...v691

  • fix(): Fix the situation where undefined + char exists when calculating couple #10816
  • fix(): Fix toDataUrl writing on contextTop #10820

Version 6.9.0

What's Changed

Techinically a breaking change of private code. That is why the minor bump, otherwise would be a patch.

If you are not interacting with the fabric.charWidthsCache object directly, this release is not breaking

Full Changelog: fabricjs/fabric.js@v680...v690

Version 6.8.0

What's Changed

fix(): CWE-1333 CWE-400 CWE-730 Simplify some regexes in order to avoid slowness with craft bad string #10746 fix(): CWE-1333 CWE-400 CWE-730 in Text.ts regex #10745 fix(StaticCanvas): After executing loadFromJSON, it unexpectedly adds an objects property to the canvas. #10741 fix(textarea): A form field element has neither an id nor a name attribute. #10172 fix(Canvas): The mouse enter and leave events of child elements will be executed twice. #10699 chore(): Remove mouse wheel console warning by setting default explicitly. #10712 fix(): fix rendering of text when line height is set to 0 #10785

Full Changelog: fabricjs/fabric.js@v671...v680

Thanks to @​Smrtnyk and @​zhe-he

Version 6.7.1

What's Changed

... (truncated)

Changelog

Sourced from fabric's changelog.

[7.1.0]

  • fix(Text):Double offset when exporting SVG after setting deltaY in Text #10805
  • chore(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 in the npm_and_yarn group across 1 directory #10812
  • Correctly check for cache key equality in calcOwnMatrix #10831
  • chore(): Render circle control tweak for code reusability and style #10829
  • feat(): Cropping controls extension #10825

[7.0.0]

  • fix(): Fix toDataUrl writing on contextTop #10820
  • feat(): Multi touch gesture support with module westures #10813
  • fix(): Fix the situation where undefined + char exists when calculating couple #10816
  • feat(): Add configuration parameter for patternQuality in node #10804
  • fix(): BREAKING Fix text positioning #10803
  • fix(AligningGuidelines): Guidelines features updates #10120 (fabricjs/fabric.js#10120)
  • chore(deps-dev): bump inquirer from 12.9.6 to 12.10.0 #10789
  • chore(deps-dev): bump @​types/micromatch from 4.0.9 to 4.0.10 #10788
  • chore(): update major version of vitest #10786
  • fix(): Prototype pollution risk on text char cache #10782
  • fix(): fix rendering of text when line height is set to 0 #10785
  • chore(): update playwright #10780
  • chore(deps-dev): bump es-toolkit from 1.39.10 to 1.40.0 #10777
  • BREAKING chore(): Deprecate originX and originY and change their default to center/center #10715
  • chore(deps-dev): bump @​types/node from 24.7.0 to 24.7.2 #10778
  • chore(deps-dev): bump @​rollup/plugin-babel from 6.0.4 to 6.1.0 #10776
  • chore(): up dev deps #10773
  • chore(): up deps #10771
  • chore(): remove moment dev dependency #10770
  • ci(): Move firefox to headless: false to see if improves passing rate. Renamed config because of deprecation warning #10769
  • chore(): remove fs-extra dev dependency #10767
  • chore(deps-dev): bump @​playwright/test from 1.55.0 to 1.55.1 #10761
  • test(): Add new e2e import test for svg preserve aspect ratio #10766
  • chore() Revisit and reduce contribution guidelines, try to streamline things #10759
  • chore(deps): bump the npm_and_yarn group across 2 directories with 2 updates #10734
  • chore(deps-dev): bump @​babel/core from 7.28.3 to 7.28.4 #10753
  • chore(): remove chalk #10758
  • chore(deps-dev): bump commander from 14.0.0 to 14.0.1 #10754
  • chore(deps-dev): bump chalk from 5.6.0 to 5.6.2 #10752
  • fix(): Fix some weaknesses in the changelog-update action ( various CWE ) #10747
  • fix(): CWE-1333 CWE-400 CWE-730 Simplify some regexes in order to avoid slowness with craft bad string #10746
  • fix(): CWE-1333 CWE-400 CWE-730 in Text.ts regex #10745
  • ci(): fix CWE-829 in action build-stats #10744
  • ci(): Fix CWE-829 in the coverage report action #10743
  • ci(): Foked the action find-create-update-comment in order to pin sha(s) #10742
  • fix(): After executing loadFromJSON, it unexpectedly adds an objects property to the canvas.
  • fix(): Incorrect sha for commenting action
  • fix(IText): A form field element has neither an id nor a name attribute. #10172
  • docs(): change CN comment to EN #10727
  • chore(): Remove paths for codeQL let it scan all the repo #10738

... (truncated)

Commits

Updates react-scripts from 3.4.1 to 5.0.1

Changelog

Sourced from react-scripts's changelog.

3.4.4 (2020-10-20)

v3.4.4 release bumps resolve-url-loader to a version for which npm audit does not report a vulnerability. Note that this vulnerability did not affect Create React App projects, so this change is only necessary to satisfy auditing tools.

Migrating from 3.4.3 to 3.4.4

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

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

or

yarn add --exact react-scripts@3.4.4

3.4.3 (2020-08-12)

v3.4.3 release bumps terser-webpack-plugin to a version for which npm audit does not report a vulnerability. Note that this vulnerability did not affect Create React App projects, so this change is only necessary to satisfy auditing tools.

Migrating from 3.4.2 to 3.4.3

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

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

or

yarn add --exact react-scripts@3.4.3

3.4.2 (2020-08-11)

v3.4.2 release bumps webpack-dev-server to a version for which npm audit does not report a vulnerability. Note that this vulnerability did not affect Create React App projects, so this change is only necessary to satisfy auditing tools.

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 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.2 and updates ancestor dependencies [qs](https://github.com/ljharb/qs), [fabric](https://github.com/fabricjs/fabric.js) 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.7.0 to 6.14.2
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.7.0...v6.14.2)

Updates `fabric` from 3.6.3 to 7.1.0
- [Release notes](https://github.com/fabricjs/fabric.js/releases)
- [Changelog](https://github.com/fabricjs/fabric.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fabricjs/fabric.js/commits)

Updates `react-scripts` from 3.4.1 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-3.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.2
  dependency-type: indirect
- dependency-name: fabric
  dependency-version: 7.1.0
  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 Feb 13, 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