scrollto-with-animation
scrollto-with-animation copied to clipboard
fix: bump query-string from 6.9.0 to 6.13.7
Bumps query-string from 6.9.0 to 6.13.7.
Release notes
Sourced from query-string's releases.
v6.13.7
- Allow readonly
Stringifiable[]inStringifiableRecord(#291) 71d84b7https://github.com/sindresorhus/query-string/compare/v6.13.6...v6.13.7
v6.13.6
- When only receiving values with encoded array value, decode values (#287) b38f06c
https://github.com/sindresorhus/query-string/compare/v6.13.5...v6.13.6
v6.13.5
- Allow
nullandundefinedinStringifiableTypeScript type (#281) df4cbb3https://github.com/sindresorhus/query-string/compare/v6.13.4...v6.13.5
v6.13.4
- Fix the TypeScript types for
.stringify()and.stringifyUrl()(#279) 38906bchttps://github.com/sindresorhus/query-string/compare/v6.13.3...v6.13.4
v6.13.3
- Fix the TypeScript type for the
.stringifyUrl()method b15f945https://github.com/sindresorhus/query-string/compare/v6.13.2...v6.13.3
v6.13.2
- Fix the
ParsedQueryTypeScript type 56d2923https://github.com/sindresorhus/query-string/compare/v6.13.1...v6.13.2
v6.13.1
- Fix sorting existing query params in URL when
sortoption is false (#265) 549d677https://github.com/sindresorhus/query-string/compare/v6.13.0...v6.13.1
v6.13.0
- Add support for parsing/stringifying fragment identifier (#222) ce06095
https://github.com/sindresorhus/query-string/compare/v6.12.1...v6.13.0
v6.12.1
- Fix value being decoded twice with
arrayFormatoption set toseparator(#243) 3b4c295https://github.com/sindresorhus/query-string/compare/v6.12.0...v6.12.1
v6.12.0
- Add
skipEmptyStringoption (#252) 20233a6https://github.com/sindresorhus/query-string/compare/v6.11.1...v6.12.0
Commits
35846d96.13.771d84b7Allow readonlyStringifiable[]inStringifiableRecord(#291)98dabaa6.13.6b38f06cWhen only receiving values with encoded array value, decode values (#287)6427722Add tests to confirm existing number parsing behavior (#284)7f09a53Synchronize function parameter names with typings (#283)d40d91d6.13.5df4cbb3AllownullandundefinedinStringifiableTypeScript type (#281)231c1606.13.438906bcFix the TypeScript types for.stringify()and.stringifyUrl()(#279)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in the .dependabot/config.yml file in this repo:
- Update frequency
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)