Bump qs and @wp-playground/cli#16
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [qs](https://github.com/ljharb/qs) and [@wp-playground/cli](https://github.com/WordPress/wordpress-playground). These dependencies needed to be updated together. Updates `qs` from 6.14.2 to 6.15.2 - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.14.2...v6.15.2) Updates `@wp-playground/cli` from 3.1.13 to 3.1.38 - [Release notes](https://github.com/WordPress/wordpress-playground/releases) - [Changelog](https://github.com/WordPress/wordpress-playground/blob/trunk/CHANGELOG.md) - [Commits](WordPress/wordpress-playground@v3.1.13...v3.1.38) --- updated-dependencies: - dependency-name: qs dependency-version: 6.15.2 dependency-type: indirect - dependency-name: "@wp-playground/cli" dependency-version: 3.1.38 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps qs and @wp-playground/cli. These dependencies needed to be updated together.
Updates
qsfrom 6.14.2 to 6.15.2Changelog
Sourced from qs's changelog.
Commits
9aca407v6.15.25e33d33[Dev Deps] update@ljharb/eslint-config21f80b3[Fix]stringify: skip null/undefined entries inarrayFormat: 'comma'+ `e...a0a81ea[Fix]stringify: use configureddelimiteraftercharsetSentinele3062f7[Fix]stringify: applyformatterto encoded key understrictNullHandling0c180a4[Fix]stringify: skip null/undefined filter-array entries instead of crashi...3a8b94a[Tests] add regression tests for keys containing percent-encoded bracket text96755ab[readme] fix grammara419ce5[Fix]parse: handle nested bracket groups and add regression tests3f5e1c5v6.15.1Updates
@wp-playground/clifrom 3.1.13 to 3.1.38Release notes
Sourced from @wp-playground/cli's releases.
... (truncated)
Changelog
Sourced from @wp-playground/cli's changelog.
... (truncated)
Commits
86b9312v3.1.38c650e6bRefresh SQLite integration plugin9983034[Docs] Document wp-now migration to Playground CLI (#3767)bec482b[Docs] Document Symfony apps in Playground without WordPress (#3766)99a9f37chore: update changelogd8dccb2v3.1.37670bc3dAdd WordPress 0.7 legacy support (#3712)a2b8d3d[Web] Decline TLS session resumption for shared curl handles (#3757)59c6091Publish PHP next assets from isolated worktreefe37fbbFix PHP next assets publishingDependabot 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.
Note
Low Risk
Changes affect dev-only
wp-envdependencies in the lockfile, not runtime plugin PHP code; main risk is local test environment behavior afternpm ci.Overview
Refreshes lockfile-only dependency resolution for the dev toolchain behind
@wordpress/env(wp-env), without changing direct dependencies inpackage.json.The resolved
@wp-playground/clistack moves 3.1.13 → 3.1.38, pulling matching@php-wasm/*and@wp-playground/*packages. That refresh trims some older transitive deps (e.g.@php-wasm/node-polyfills) and adds@php-wasm/node-5-2,isomorphic-git, and related streaming/XML helpers used by Playground storage.qsis bumped 6.14.2 → 6.15.2 viaexpress/body-parser(parse/stringify fixes). Other notable transitive bumps includeexpress4.22.2,ajv8.18.0,fast-xml-parser5.8.0,readable-stream4.x, andws8.21.0. The lockfile root package version is aligned to 1.0.7.Reviewed by Cursor Bugbot for commit 3800513. Bugbot is set up for automated code reviews on this repo. Configure here.