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

chore(deps): update dependency typescript to v5.0.3 #7972

Merged
merged 1 commit into from
Mar 31, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typescript (source) 5.0.2 -> 5.0.3 age adoption passing confidence

Configuration

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

🚦 Automerge: Enabled.

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

🔕 Ignore: Close this PR and you won't be reminded about these updates 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 30, 2023
@replay-io
Copy link

replay-io bot commented Mar 30, 2023

16 replays were recorded for 00f094e.

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/3ee90096-5150-4815-bfba-4faf3f29de9f>useAuth hook, auth redirects checks</a></li>
      <li><a href=https://app.replay.io/recording/970cc4ef-fb87-4de4-8d36-ced7034aae0b>Check that a specific blog post is prerendered</a></li>
      <li><a href=https://app.replay.io/recording/9d869479-79db-46d5-8fcc-a7d71c09f516>Check that about is prerendered</a></li>
      <li><a href=https://app.replay.io/recording/0bb85087-3106-45f3-8dbb-070ea2cdec3c>Check that homepage is prerendered</a></li>
      <li><a href=https://app.replay.io/recording/9249c580-6e06-4f1f-952f-d9352c6bc5e1>Check that meta-tags are rendering the correct dynamic data</a></li>
      <li><a href=https://app.replay.io/recording/f27fe150-8393-439b-84f8-b860e13c445b>Check that you can navigate from home page to specific blog post</a></li>
      <li><a href=https://app.replay.io/recording/0e5bf424-2a11-4ba3-adda-483f748d0590>Waterfall prerendering (nested cells)</a></li>
      <li><a href=https://app.replay.io/recording/955dc21a-2b83-4ad2-ab37-df1b5eec2549>RBAC: Admin user should be able to delete contacts</a></li>
      <li><a href=https://app.replay.io/recording/4762dd59-52fc-4abb-ac51-bc49cf02a411>RBAC: Should not be able to delete contact as non-admin user</a></li>
      <li><a href=https://app.replay.io/recording/5dcf32f4-5ca2-49dd-8978-a3f65fd88e4d>Smoke test with dev server</a></li>
      <li><a href=https://app.replay.io/recording/011a33fa-5c77-4226-b9a8-4c78939e8f59>Smoke test with rw serve</a></li>
      <li><a href=https://app.replay.io/recording/20112209-5221-40bb-8d7a-273f3db50811>Loads Cell mocks when Cell is nested in another story</a></li>
      <li><a href=https://app.replay.io/recording/2b98b02d-29bd-4ab6-b206-b038ddb64259>Loads Cell Stories</a></li>
      <li><a href=https://app.replay.io/recording/06bd3cf1-83d7-4adf-9977-30c83af00666>Loads MDX Stories</a></li>
      <li><a href=https://app.replay.io/recording/f9354cd0-0643-4a26-9ed6-5d30ee4e1807>Mocks current user, and updates UI while dev server is running</a></li>
      

View test run on Replay ↗︎

@renovate renovate bot assigned jtoar Mar 30, 2023
@renovate renovate bot force-pushed the renovate/typescript-5.x branch 4 times, most recently from 404703e to 481db4c Compare March 31, 2023 01:30
@thedavidprice thedavidprice added the fixture-ok Override the test project fixture check label Mar 31, 2023
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from 481db4c to 7e7892c Compare March 31, 2023 02:24
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from 7e7892c to 00f094e Compare March 31, 2023 02:29
@thedavidprice thedavidprice merged commit bce2acd into main Mar 31, 2023
@thedavidprice thedavidprice deleted the renovate/typescript-5.x branch March 31, 2023 03:06
@redwoodjs-bot redwoodjs-bot bot added this to the next-release milestone Mar 31, 2023
@jtoar jtoar modified the milestones: next-release, v5.0.0 Apr 1, 2023
dac09 added a commit to dac09/redwood that referenced this pull request Apr 3, 2023
* 'main' of github.com:redwoodjs/redwood: (66 commits)
  update template README
  bumps API build target 16.20; fixtures updated (redwoodjs#7995)
  remove serverless deploy option (redwoodjs#7993)
  chore(deps): update dependency @clerk/types to v3.33.0 (redwoodjs#7991)
  feat(clerk auth): make `getToken` options globally configurable (redwoodjs#7947)
  chore(deps): update dependency firebase to v9.19.1 (redwoodjs#7986)
  fix(deps): update dependency webpack-dev-server to v4.13.2 (redwoodjs#7989)
  fix(deps): update dependency @clerk/clerk-sdk-node to v4.8.1 (redwoodjs#7988)
  fix upgrade.js error message (redwoodjs#7992)
  fix(clerk auth): set auth state to loading while reauthenticating (redwoodjs#7852)
  chore(deps): update dependency @supabase/supabase-js to v2.13.1 (redwoodjs#7981)
  chore(deps): update dependency @clerk/clerk-react to v4.14.1 (redwoodjs#7987)
  chore: unpublish packages script (redwoodjs#7990)
  chore(deps): update dependency nx to v15.9.2 (redwoodjs#7983)
  chore(deps): update dependency @nrwl/nx-cloud to v15.3.5 (redwoodjs#7985)
  fix(deps): update dependency @apollo/client to v3.7.11 (redwoodjs#7984)
  chore(deps): update dependency @tsd/typescript to v5.0.3 (redwoodjs#7978)
  chore(deps): update dependency typescript to v5.0.3 (redwoodjs#7972)
  chore(deps): update dependency @nrwl/nx-cloud to v15.3.4 (redwoodjs#7977)
  chore(deps): update dependency nx to v15.9.1 (redwoodjs#7976)
  ...
jaiakt pushed a commit to jaiakt/redwood that referenced this pull request Apr 5, 2023
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixture-ok Override the test project fixture check release:chore This PR is a chore (means nothing for users)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants