build(deps): Bump qs from 6.15.2 to 6.16.0 in /packages/ethereum-storage - #1769
build(deps): Bump qs from 6.15.2 to 6.16.0 in /packages/ethereum-storage#1769dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [qs](https://github.com/ljharb/qs) from 6.15.2 to 6.16.0. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.15.2...v6.16.0) --- updated-dependencies: - dependency-name: qs dependency-version: 6.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Greptile SummaryThe PR upgrades the
Confidence Score: 4/5This PR is not safe to merge until the root Yarn lockfile is regenerated for The workspace manifest requires a dependency selector absent from the committed lockfile, while CI enforces frozen lockfile installation. Files Needing Attention: packages/ethereum-storage/package.json and yarn.lock Important Files Changed
Reviews (1): Last reviewed commit: "build(deps): Bump qs from 6.15.2 to 6.16..." | Re-trigger Greptile |
| "ethers": "5.7.2", | ||
| "form-data": "3.0.4", | ||
| "qs": "6.15.2", | ||
| "qs": "6.16.0", |
There was a problem hiding this comment.
Lockfile misses upgraded dependency
When CI runs yarn install --frozen-lockfile, this workspace requires the newly pinned qs@6.16.0, but the root lockfile only resolves the previous qs@6.15.2 selector, causing dependency installation to fail. Regenerate and commit yarn.lock with this manifest change.
Bumps qs from 6.15.2 to 6.16.0.
Changelog
Sourced from qs's changelog.
Commits
bb9379ev6.16.062fd254[Fix] stringify: serialize Date values when a filter is provided8859c37[Fix]parse: enforcearrayLimiton comma groups under[]=when `throwOn...8079adc[Tests]parse: remove a test that pinned[]=comma groups escaping `array...d56f48c[Fix]parse: flatten a collection appended to an overflowed arraye83d321[Fix]utils:isBuffer: do not invoke a non-callableconstructor.isBuffer7e87a07[Dev Deps] update@ljharb/eslint-config,eslint9a76af2[Dev Deps] updateeslint,evalmd3a890d4[Dev Deps] updateeslint,evalmdb433a9b[Fix]stringify: do not letallowEmptyArraysskip cycle detection (or dro...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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)You can disable automated security fix PRs for this repo from the Security Alerts page.