Skip to content

chore(deps-dev): bump qs from 6.15.1 to 6.15.2#70

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/qs-6.15.2
Closed

chore(deps-dev): bump qs from 6.15.1 to 6.15.2#70
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/qs-6.15.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 23, 2026

Copy link
Copy Markdown

Bumps qs from 6.15.1 to 6.15.2.

Changelog

Sourced from qs's changelog.

6.15.2

  • [Fix] stringify: skip null/undefined entries in arrayFormat: 'comma' + encodeValuesOnly instead of crashing in encoder
  • [Fix] stringify: use configured delimiter after charsetSentinel (#555)
  • [Fix] stringify: apply formatter to encoded key under strictNullHandling (#554)
  • [Fix] stringify: skip null/undefined filter-array entries instead of crashing in encoder (#551)
  • [Fix] parse: handle nested bracket groups and add regression tests (#530)
  • [readme] fix grammar (#550)
  • [Dev Deps] update @ljharb/eslint-config
  • [Tests] add regression tests for keys containing percent-encoded bracket text
Commits
  • 9aca407 v6.15.2
  • 5e33d33 [Dev Deps] update @ljharb/eslint-config
  • 21f80b3 [Fix] stringify: skip null/undefined entries in arrayFormat: 'comma' + `e...
  • a0a81ea [Fix] stringify: use configured delimiter after charsetSentinel
  • e3062f7 [Fix] stringify: apply formatter to encoded key under strictNullHandling
  • 0c180a4 [Fix] stringify: skip null/undefined filter-array entries instead of crashi...
  • 3a8b94a [Tests] add regression tests for keys containing percent-encoded bracket text
  • 96755ab [readme] fix grammar
  • a419ce5 [Fix] parse: handle nested bracket groups and add regression tests
  • See full diff in compare view

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 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) from 6.15.1 to 6.15.2.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.15.1...v6.15.2)

---
updated-dependencies:
- dependency-name: qs
  dependency-version: 6.15.2
  dependency-type: indirect
...

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 May 23, 2026
@jagguji

jagguji commented Jun 16, 2026

Copy link
Copy Markdown
Collaborator

Superseded by #74: this package was part of the now-removed @juspay/neurolink/semantic-release dependency tree and is no longer in the lockfile. Closing as obsolete.

@jagguji jagguji closed this Jun 16, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/qs-6.15.2 branch June 16, 2026 11:19
jagguji added a commit that referenced this pull request Jun 18, 2026
1.2.3 lands the faithful Highcharts svgPath `d` modeling (rescript-bindgen #74,
follow-up to #72): `string | SVGPathArray` now binds as
`@unboxed stringOrDTArray = Str(string) | Arr(array<D.t>)` with a typed `D`
module (fromSVGPathCommands / fromTuple2/3/5/7/8 keyed to `svgPathCommand`),
replacing 1.2.2's `array<JSON.t>` fallback. Carries forward the #70 fix
(`string | number | bigint` → `stringOrNumberOrBigInt`).

Supersedes the 1.2.2 bump (#86). Generator bump only — bindings not regenerated
here; affects the next `npm run generate` / sync-bindings run.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
jagguji added a commit that referenced this pull request Jun 19, 2026
1.2.4 lands the array shape-collapse fix (rescript-bindgen #77, closing #76):
generic / object-union array props now keep their `array<…>` shape instead of
collapsing to bare `string` —
- DataTable.columns (`ColumnDefinition<T>[]`) and PivotTableModal.columns
- DataTable.columnManagerAlwaysSelected (`(keyof T)[]`)
- DateRangePicker.customPresets (`(DateRangePreset|CustomPresetConfig|CustomPresetDefinition)[]`)
Carries forward 1.2.3 (faithful svgPath `d` / `module D`) and #70 fixes.

Generator bump only — bindings not regenerated here; affects the next
`npm run generate` / sync-bindings run.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
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.

1 participant