Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @fastify/http-proxy to v9 #7889

Merged
merged 1 commit into from
Mar 25, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 22, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@fastify/http-proxy 8.4.0 -> 9.0.0 age adoption passing confidence

Release Notes

fastify/fastify-http-proxy

v9.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-http-proxy@v8.4.0...v9.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the release:chore This PR is a chore (means nothing for users) label Mar 22, 2023
@renovate renovate bot assigned jtoar Mar 22, 2023
@replay-io
Copy link

replay-io bot commented Mar 22, 2023

16 replays were recorded for c8e1318.

image 0 Failed
image 16 Passed
    requireAuth graphql checks
          ```
          locator.waitFor: Target closed
          =========================== logs ===========================
          waiting for locator('.rw-form-error-title').locator('text=You don\'t have permission to do that') to be visible
          ============================================================
          ```
        </ol>
      </details>
      <li><a href=https://app.replay.io/recording/42de1602-cb8c-4917-9793-f0ea5e8d8834>useAuth hook, auth redirects checks</a></li>
      <li><a href=https://app.replay.io/recording/6926168a-4470-407b-a914-4239b6806ff1>Check that a specific blog post is prerendered</a></li>
      <li><a href=https://app.replay.io/recording/a8dbad3e-f5b3-4054-8dd6-ae2cff67cd98>Check that about is prerendered</a></li>
      <li><a href=https://app.replay.io/recording/9e43c68b-1560-4815-8536-f242c9784439>Check that homepage is prerendered</a></li>
      <li><a href=https://app.replay.io/recording/2c3a853b-e66d-47c3-a24c-90e146ba6b9d>Check that meta-tags are rendering the correct dynamic data</a></li>
      <li><a href=https://app.replay.io/recording/0376d02a-b0c7-496f-9248-f368e1dde2d9>Check that you can navigate from home page to specific blog post</a></li>
      <li><a href=https://app.replay.io/recording/d2535431-d544-49e4-8df4-eff9e3a0545e>Waterfall prerendering (nested cells)</a></li>
      <li><a href=https://app.replay.io/recording/69a31629-b1b2-412e-a4e8-603261bad8df>RBAC: Admin user should be able to delete contacts</a></li>
      <li><a href=https://app.replay.io/recording/d3d77f99-06f1-405e-b962-b12f5b174f90>RBAC: Should not be able to delete contact as non-admin user</a></li>
      <li><a href=https://app.replay.io/recording/6828b04e-e558-436d-b969-02ccdd66f5b8>Smoke test with dev server</a></li>
      <li><a href=https://app.replay.io/recording/880c6acd-25cf-4270-aef1-51dede18fb12>Smoke test with rw serve</a></li>
      <li><a href=https://app.replay.io/recording/83ecc55d-0691-42a2-9a68-04ab3ab4f0ce>Loads Cell mocks when Cell is nested in another story</a></li>
      <li><a href=https://app.replay.io/recording/29ffaf08-f9d4-4f87-9445-ede609db1ff1>Loads Cell Stories</a></li>
      <li><a href=https://app.replay.io/recording/479753e2-0622-4773-9dea-00c3a0bd5314>Loads MDX Stories</a></li>
      <li><a href=https://app.replay.io/recording/b294d3c8-2e09-4d01-b042-32f9ff4dd83b>Mocks current user, and updates UI while dev server is running</a></li>
      

View test run on Replay ↗︎

@jtoar
Copy link
Contributor

jtoar commented Mar 23, 2023

TypeScript v5 and @fastify/reply-from v9 .

@renovate renovate bot force-pushed the renovate/fastify-http-proxy-9.x branch 25 times, most recently from 9b0f53a to 0f9be28 Compare March 25, 2023 00:06
@thedavidprice
Copy link
Contributor

thedavidprice commented Mar 25, 2023

Looks like a breaking change here on reply-from:

It doesn't seem to require a change to Framework. If CI passes, recommend we merge but include it in v5 as breaking (precaution).

@thedavidprice thedavidprice added the release:breaking This PR is a breaking change label Mar 25, 2023
@renovate renovate bot force-pushed the renovate/fastify-http-proxy-9.x branch from 0f9be28 to 3e0be56 Compare March 25, 2023 00:44
@renovate renovate bot force-pushed the renovate/fastify-http-proxy-9.x branch from 3e0be56 to c8e1318 Compare March 25, 2023 01:54
@thedavidprice thedavidprice enabled auto-merge (squash) March 25, 2023 01:59
@thedavidprice thedavidprice removed the release:chore This PR is a chore (means nothing for users) label Mar 25, 2023
@thedavidprice thedavidprice merged commit a3e59e3 into main Mar 25, 2023
@thedavidprice thedavidprice deleted the renovate/fastify-http-proxy-9.x branch March 25, 2023 02:29
@redwoodjs-bot redwoodjs-bot bot added this to the next-release milestone Mar 25, 2023
@jtoar jtoar modified the milestones: next-release, v5.0.0 Mar 27, 2023
dac09 added a commit to dac09/redwood that referenced this pull request Mar 28, 2023
* 'main' of github.com:redwoodjs/redwood: (162 commits)
  fix(deps): update dependency @escape.tech/graphql-armor to v1.8.0 (redwoodjs#7922)
  chore(deps): update dependency @playwright/test to v1.32.1 (redwoodjs#7924)
  chore(deps): update dependency @testing-library/dom to v9.2.0 (redwoodjs#7921)
  chore(deps): update dependency rimraf to v4 (redwoodjs#7907)
  fix(deps): update dependency react-hook-form to v7.43.8 (redwoodjs#7920)
  fix(deps): update dependency @fastify/http-proxy to v9 (redwoodjs#7889)
  fix(deps): update dependency @types/node to v16.18.20 (redwoodjs#7919)
  chore(deps): update dependency @replayio/playwright to v0.3.27 (redwoodjs#7918)
  fix(Clerk): call reauthenticate before navigating (redwoodjs#7917)
  chore(deps): update dependency esbuild to v0.17.13 (redwoodjs#7915)
  chore(deps): update dependency lerna to v6.6.1 (redwoodjs#7916)
  chore(deps): update dependency @tsd/typescript to v5 (redwoodjs#7856)
  chore(deps): update dependency @testing-library/dom to v9.1.0 (redwoodjs#7914)
  fix(deps): update dependency msw to v1.2.1 (redwoodjs#7911)
  chore(deps): update dependency @types/react to v18.0.29 (redwoodjs#7912)
  chore(deps): update dependency nx to v15.8.9 (redwoodjs#7913)
  Fix for directUrl usage during testing (redwoodjs#7898)
  fix(deps): update dependency prettier to v2.8.7 (redwoodjs#7908)
  chore(deps): update dependency @nrwl/nx-cloud to v15.3.2 (redwoodjs#7904)
  fix(deps): update dependency @types/node to v16.18.19 (redwoodjs#7906)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:breaking This PR is a breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants