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

Update all dependencies #35

Merged
merged 1 commit into from
Jul 21, 2024
Merged

Update all dependencies #35

merged 1 commit into from
Jul 21, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 21, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@playwright/test (source) 1.45.1 -> 1.45.2 age adoption passing confidence
@prisma/client (source) 5.16.2 -> 5.17.0 age adoption passing confidence
@storybook/addon-essentials (source) 8.2.2 -> 8.2.5 age adoption passing confidence
@storybook/addon-interactions (source) 8.2.2 -> 8.2.5 age adoption passing confidence
@storybook/addon-links (source) 8.2.2 -> 8.2.5 age adoption passing confidence
@storybook/addon-onboarding (source) 8.2.2 -> 8.2.5 age adoption passing confidence
@storybook/blocks (source) 8.2.2 -> 8.2.5 age adoption passing confidence
@storybook/nextjs (source) 8.2.2 -> 8.2.5 age adoption passing confidence
@storybook/react (source) 8.2.2 -> 8.2.5 age adoption passing confidence
@storybook/test (source) 8.2.2 -> 8.2.5 age adoption passing confidence
@tanstack/react-query (source) 5.51.1 -> 5.51.11 age adoption passing confidence
@trpc/client (source) 11.0.0-rc.461 -> 11.0.0-rc.466 age adoption passing confidence
@trpc/react-query (source) 11.0.0-rc.461 -> 11.0.0-rc.466 age adoption passing confidence
@trpc/server (source) 11.0.0-rc.461 -> 11.0.0-rc.466 age adoption passing confidence
@types/lodash (source) 4.17.6 -> 4.17.7 age adoption passing confidence
@types/node (source) 20.14.10 -> 20.14.11 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.16.0 -> 7.16.1 age adoption passing confidence
fetch-mock (source) 10.0.7 -> 10.1.0 age adoption passing confidence
jsdom 24.1.0 -> 24.1.1 age adoption passing confidence
prisma (source) 5.16.2 -> 5.17.0 age adoption passing confidence
storybook (source) 8.2.2 -> 8.2.5 age adoption passing confidence
tailwindcss (source) 3.4.4 -> 3.4.6 age adoption passing confidence
turbo (source) 2.0.6 -> 2.0.9 age adoption passing confidence

Release Notes

microsoft/playwright (@​playwright/test)

v1.45.2

Compare Source

prisma/prisma (@​prisma/client)

v5.17.0

Compare Source

🌟 Help us spread the word about Prisma by starring the repo or tweeting about the release. 🌟

Highlights
VSCode extension improvements

We’re happy to introduce some cool new features that will make your experience with the Prisma VSCode extension even better!

Find references across schema files

The ability to hop between references of a given symbol is really useful in application code and now with the introduction of multi-file schema, we think it’s the perfect time to bring this feature to the VSCode extension!

With the 5.17.0 release, you’ll now have the ability to use the native “find references” feature to find any usage of a given symbol

references

Added context on hover

When hovering over a symbol that references a view, type, enum, or any other block with multiple values, you’ll now see a handy pop out that shows what is in that block at a glance.

image

Additional quick fixes

We’ve taken some fixes made by the prisma format cli command and made them quick fixes available to the VSCode Extension. Now, when you have forget a back relation or relation scalar field, you’ll now see in real time what is wrong and have the option to fix it via the extension.

image (1)

QueryRaw performance improvements

We’ve changed the response format of queryRaw to decrease its average size which reduces serialization CPU overhead.

When querying large data sets, we expect you to see improved memory usage and up to 2x performance improvements.

Fixes and improvements
Prisma Client
Prisma
Language tools (e.g. VS Code)
Credits

Huge thanks to @​key-moon, @​pranayat, @​yubrot, @​skyzh for helping!

storybookjs/storybook (@​storybook/addon-essentials)

v8.2.5

Compare Source

v8.2.4

Compare Source

v8.2.3

Compare Source

storybookjs/storybook (@​storybook/addon-links)

v8.2.5

Compare Source

v8.2.4

Compare Source

v8.2.3

Compare Source

storybookjs/storybook (@​storybook/addon-onboarding)

v8.2.5

Compare Source

v8.2.4

Compare Source

8.2.4

v8.2.3

Compare Source

8.2.3

TanStack/query (@​tanstack/react-query)

v5.51.11

Compare Source

Version 5.51.11 - 7/20/24, 10:47 AM

Changes

Fix
  • svelte-query: Correct data type when initialData is set (#​7769) (b764009) by Lachlan Collins
Ci
  • Enable autofix on push to release branch (b189e31) by Lachlan Collins
Docs

Packages

v5.51.9

Version 5.51.9 - 7/18/24, 7:35 AM (Manual Release)

Changes
Fix
Ci
Docs
Packages

v5.51.5

Compare Source

v5.51.4

Compare Source

Version 5.51.4 - 7/17/24, 11:10 AM

Changes

Fix
  • core: do not invoke getNextPageParam or getPreviousPageParam if there is we have empty pages in the cache (#​7743) (7edf587) by Dominik Dorfmeister
Chore
  • utils: Ensure consistent declaration style of utility functions and standardize parameters for the sleep method (#​7554) (95d814a) by MinhoPark
Docs
  • Update Streaming with Server Components docs to reflect correct usage (#​7725) (a1ce3c4) by Ryan Miller

Packages

v5.51.3

Compare Source

Version 5.51.3 - 7/16/24, 8:32 PM

Changes
Fix
  • vue-query: export InitialQueryOptions types (#​7720) (a3f5a0a) by Andy Li
Chore
Test
Docs
Packages
trpc/trpc (@​trpc/client)

v11.0.0-rc.466

Compare Source

v11.0.0-rc.465

Compare Source

trpc/trpc (@​trpc/react-query)

v11.0.0-rc.466

Compare Source

v11.0.0-rc.465

Compare Source

trpc/trpc (@​trpc/server)

v11.0.0-rc.466

Compare Source

v11.0.0-rc.465

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.16.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters
❤️ Thank You
  • Dan Vanderkam

You can read about our versioning strategy and releases on our website.

wheresrhys/fetch-mock (fetch-mock)

v10.1.0

Compare Source

Features
  • wip: replace dequal, glob-to-regexp and bump path-to-regexp (d8d8b25)
Bug Fixes

v10.0.8

Compare Source

Miscellaneous
  • rename fetch-mock-legacy directory to fetch-mock (95fd761)
  • test release please again (3a9eb12)
  • release 10.0.8 (7bbbf49)
  • remove legacy prepublish step (3100e5a)
jsdom/jsdom (jsdom)

v24.1.1

Compare Source

  • Fixed selection methods to trigger the selectionchange event on the Document object. (piotr-oles)
tailwindlabs/tailwindcss (tailwindcss)

v3.4.6

Compare Source

Fixed
  • Fix detection of some utilities in Slim/Pug templates (#​14006)
Changed
  • Loosen :is() wrapping rules when using an important selector (#​13900)

v3.4.5

Compare Source

vercel/turbo (turbo)

v2.0.9

Compare Source

v2.0.8: Turborepo v2.0.8

Compare Source

What's Changed

Examples
Changelog

Full Changelog: vercel/turborepo@v2.0.7...v2.0.8

v2.0.7: Turborepo v2.0.7

Compare Source

What's Changed

Examples
Changelog

New Contributors


Configuration

📅 Schedule: Branch creation - "after 11am on monday,before 5pm on monday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 requested a review from martinnabhan as a code owner July 21, 2024 16:26
@martinnabhan martinnabhan enabled auto-merge (squash) July 21, 2024 16:26
Copy link

netlify bot commented Jul 21, 2024

Deploy Preview for eigakandotcom ready!

Name Link
🔨 Latest commit 214da99
🔍 Latest deploy log https://app.netlify.com/sites/eigakandotcom/deploys/669d36a6b9b35600098886bd
😎 Deploy Preview https://deploy-preview-35--eigakandotcom.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@martinnabhan martinnabhan merged commit 3da0bf8 into main Jul 21, 2024
6 of 7 checks passed
@martinnabhan martinnabhan deleted the renovate/all branch July 21, 2024 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant