Skip to content

Bump the npm_and_yarn group across 1 directory with 2 updates#244

Merged
peterwilsoncc merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/npm_and_yarn-819908b9e7
Jul 17, 2025
Merged

Bump the npm_and_yarn group across 1 directory with 2 updates#244
peterwilsoncc merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/npm_and_yarn-819908b9e7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2025

Bumps the npm_and_yarn group with 2 updates in the / directory: http-proxy-middleware and tar-fs.

Updates http-proxy-middleware from 2.0.6 to 2.0.9

Release notes

Sourced from http-proxy-middleware's releases.

v2.0.9

What's Changed

Full Changelog: chimurai/http-proxy-middleware@v2.0.8...v2.0.9

v2.0.8

What's Changed

Full Changelog: chimurai/http-proxy-middleware@v2.0.7...v2.0.8

v2.0.7

Full Changelog: chimurai/http-proxy-middleware@v2.0.6...v2.0.7

v2.0.7-beta.1

Full Changelog: chimurai/http-proxy-middleware@v2.0.7-beta.0...v2.0.7-beta.1

v2.0.7-beta.0

Full Changelog: chimurai/http-proxy-middleware@v2.0.6...v2.0.7-beta.0

Changelog

Sourced from http-proxy-middleware's changelog.

v2.0.9

  • fix(fixRequestBody): check readableLength

v2.0.8

  • fix(fixRequestBody): prevent multiple .write() calls
  • fix(fixRequestBody): handle invalid request

v2.0.7

  • ci(github actions): add publish.yml
  • fix(filter): handle errors
Commits

Updates tar-fs from 2.1.2 to 3.0.9

Commits

Updates tar-fs from 3.0.8 to 3.0.9

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 3, 2025
@dependabot dependabot bot requested a review from jeffpaul as a code owner June 3, 2025 07:06
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Jun 3, 2025
@dependabot dependabot bot requested a review from dkotter as a code owner June 3, 2025 07:06
@dependabot dependabot bot added javascript Pull requests that update Javascript code dependencies Pull requests that update a dependency file labels Jun 3, 2025
@jeffpaul jeffpaul added this to the 2.8.0 milestone Jun 3, 2025
@jeffpaul jeffpaul requested review from a team and peterwilsoncc and removed request for a team, dkotter and jeffpaul July 7, 2025 20:38
@jeffpaul jeffpaul moved this to Code Review in Open Source Practice Jul 7, 2025
@peterwilsoncc
Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps the npm_and_yarn group with 2 updates in the / directory: [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) and [tar-fs](https://github.com/mafintosh/tar-fs).


Updates `http-proxy-middleware` from 2.0.6 to 2.0.9
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.9/CHANGELOG.md)
- [Commits](chimurai/http-proxy-middleware@v2.0.6...v2.0.9)

Updates `tar-fs` from 2.1.2 to 3.0.9
- [Commits](mafintosh/tar-fs@v2.1.2...v3.0.9)

Updates `tar-fs` from 3.0.8 to 3.0.9
- [Commits](mafintosh/tar-fs@v2.1.2...v3.0.9)

---
updated-dependencies:
- dependency-name: http-proxy-middleware
  dependency-version: 2.0.9
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: tar-fs
  dependency-version: 3.0.9
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: tar-fs
  dependency-version: 3.0.9
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-819908b9e7 branch from 6f587ee to ce2b9d8 Compare July 17, 2025 02:41
Copy link
Copy Markdown
Contributor

@peterwilsoncc peterwilsoncc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, testing notes:

  • dev and build commands run as expected
  • wp-env starts, stops, destroyed as expected
  • cypress E2E tests complete successfully

@github-project-automation github-project-automation bot moved this from Code Review to QA Testing in Open Source Practice Jul 17, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jul 17, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@github-project-automation github-project-automation bot moved this from QA Testing to Done in Open Source Practice Jul 17, 2025
@peterwilsoncc peterwilsoncc reopened this Jul 17, 2025
@github-project-automation github-project-automation bot moved this from Done to In Progress in Open Source Practice Jul 17, 2025
@peterwilsoncc peterwilsoncc merged commit f764151 into develop Jul 17, 2025
16 of 17 checks passed
@peterwilsoncc peterwilsoncc deleted the dependabot/npm_and_yarn/npm_and_yarn-819908b9e7 branch July 17, 2025 03:00
@github-project-automation github-project-automation bot moved this from In Progress to Done in Open Source Practice Jul 17, 2025
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

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants