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

Lock file maintenance Examples #3624

Merged
merged 1 commit into from
Jun 1, 2024
Merged

Lock file maintenance Examples #3624

merged 1 commit into from
Jun 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@mui/material (source) dependencies patch 5.15.16 -> 5.15.19 age adoption passing confidence
@mui/x-data-grid (source) dependencies minor 7.3.2 -> 7.6.1 age adoption passing confidence
@mui/x-license (source) dependencies minor ^7.2.0 -> ^7.6.1 age adoption passing confidence
@prisma/client (source) dependencies minor 5.13.0 -> 5.14.0 age adoption passing confidence
@supabase/supabase-js dependencies patch 2.43.0 -> 2.43.4 age adoption passing confidence
@tanstack/react-query (source) dependencies minor 5.32.1 -> 5.40.0 age adoption passing confidence
@types/node (source) devDependencies minor ^20.12.7 -> ^20.13.0 age adoption passing confidence
@types/react (source) devDependencies patch 18.3.1 -> 18.3.3 age adoption passing confidence
axios (source) dependencies minor ^1.6.8 -> ^1.7.2 age adoption passing confidence
prisma (source) devDependencies minor ^5.13.0 -> ^5.14.0 age adoption passing confidence
@mui/x-data-grid-premium (source) dependencies minor ^7.3.2 -> ^7.6.1 age adoption passing confidence
react (source) dependencies minor 18.2.0 -> 18.3.1 age adoption passing confidence
react-dom (source) dependencies minor 18.2.0 -> 18.3.1 age adoption passing confidence

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

mui/material-ui (@​mui/material)

v5.15.19

Compare Source

v5.15.18

Compare Source

May 14, 2024

A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:

@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​arthurbalduini, @​oliviertassinari, @​samuelsycamore, @​TahaRhidouani, @​tarunrajput

v5.15.17

Compare Source

mui/mui-x (@​mui/x-data-grid)

v7.6.1

Compare Source

May 31, 2024

We'd like to offer a big thanks to the 2 contributors who made this release possible. Here are some highlights ✨:

🐞 Address the @mui/internal-test-utils added as a direct dependency to @mui/x-data-grid by mistake.

Data Grid
@mui/[email protected]
@mui/[email protected] pro

Same changes as in @mui/[email protected].

@mui/[email protected] premium

Same changes as in @mui/[email protected].

v7.6.0

Compare Source

May 30, 2024

We'd like to offer a big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:

  • 🎁 Allow to define and customize the indentation of nested items in the Tree View
  • ✨ Allow charts highlights to be controlled
  • 🌍 Improve Persian (fa-IR) locale on the Data Grid
  • 🐞 Bugfixes
  • 📚 Documentation improvements
Data Grid
@mui/[email protected]
@mui/[email protected] pro

Same changes as in @mui/[email protected].

@mui/[email protected] premium

Same changes as in @mui/[email protected], plus:

Date and Time Pickers
@mui/[email protected]
@mui/[email protected] pro

Same changes as in @mui/[email protected].

Charts
@mui/[email protected]
Tree View
@mui/[email protected]
Docs
Core

v7.5.1

Compare Source

May 23, 2024

We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:

  • 🧰 Improve tree view testing
  • 📊 Add label to be displayed in BarChart
Data Grid
@mui/[email protected]
@mui/[email protected] pro

Same changes as in @mui/[email protected].

@mui/[email protected] premium

Same changes as in @mui/[email protected].

Date and Time Pickers
@mui/[email protected]
@mui/[email protected] pro

Same changes as in @mui/[email protected].

Charts
@mui/[email protected]
Docs
Core

v7.5.0

Compare Source

May 17, 2024

We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:

  • 🎁 Add support for checkbox selection on the Tree View components
  • 🌍 Improve Norwegian (nb-NO) and Spanish (es-ES) locales on the Data Grid
  • 🐞 Bugfixes
  • 📚 Documentation improvements
Data Grid
@mui/[email protected]
@mui/[email protected] pro

Same changes as in @mui/[email protected].

@mui/[email protected] premium

Same changes as in @mui/[email protected].

Date and Time Pickers
@mui/[email protected]
@mui/[email protected] pro

Same changes as in @mui/[email protected].

Charts
@mui/[email protected]
Tree View
@mui/[email protected]
Docs
Core

v7.4.0

Compare Source

May 10, 2024

We'd like to offer a big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:

  • ✨ Add optional id attribute on shortcut items of the Date and Time Pickers
  • 🎁 Add support for date-fns-jalali v3 in the Date and Time Pickers
  • 🚀 Support rounded corners on BarChart
  • 🌍 Add accessibility page to TreeView docs
  • 🐞 Bugfixes
  • 📚 Documentation improvements
Data Grid
@mui/[email protected]
@mui/[email protected] pro

Same changes as in @mui/[email protected].

@mui/[email protected] premium

Same changes as in @mui/[email protected].

Date and Time Pickers
@mui/[email protected]
@mui/[email protected] pro

Same changes as in @mui/[email protected].

Charts
@mui/[email protected]
Tree View
@mui/[email protected]
Docs
Core
prisma/prisma (@​prisma/client)

v5.14.0

Compare Source

Today, we are excited to share the 5.14.0 stable release 🎉

🌟 Help us spread the word about Prisma by starring the repo ☝️ or posting on X about the release. 🌟

Highlights
Share your feedback about Prisma ORM

We want to know how you like working with Prisma ORM in your projects! Please take our 2min survey and let us know what you like or where we can improve 🙏

createManyAndReturn()

We’re happy to announce the availability of a new, top-level Prisma Client query: createManyAndReturn(). It works similarly to createMany() but uses a RETURNING clause in the SQL query to retrieve the records that were just created.

Here’s an example of creating multiple posts and then immediately returning those posts.

const postBodies = req.json()['posts']

const posts = prisma.post.createManyAndReturn({
	data: postBodies
});

return posts

Additionally,createManyAndReturn() supports the same options as findMany(), such as the ability to return only specific fields.

const postBodies = req.json()['posts']

const postTitles = prisma.post.createManyAndReturn({
	data: postBodies,
	select: {
	  title: true,
	},
});

return postTitles

Note: Because createManyAndReturn() uses the RETURNING clause, it is only supported by PostgreSQL, CockroachDB, and SQLite databases. At this time, relationLoadStrategy: join is not supported in createManyAndReturn() queries.

MongoDB performance improvements

Previously, Prisma ORM suffered from performance issues when using the in operator or when including related models in queries against a MongoDB database. These queries were translated by the Prisma query engine in such a way that indexes were skipped and collection scans were used, leading to slower queries especially on large datasets.

With 5.14.0, Prisma ORM now rewrites queries to use a combination of $or and $eq operators, leading to dramatic performance increases for queries that include in operators or relation loading.

Fixes and improvements
Prisma Client
Prisma Migrate
Language tools (e.g. VS Code)
Company news
Prisma Changelog

Curious about all things Prisma? Be sure to check out the Prisma Changelog for updates across Prisma's products, including ORM, Accelerate, and Pulse!

Credits

Huge thanks to @​pranayat, @​yubrot, @​skyzh, @​anuraaga, @​gutyerrez, @​avallete, @​ceddy4395, @​Kayoshi-dev for helping!

supabase/supabase-js (@​supabase/supabase-js)

v2.43.4

Compare Source

Reverts
  • Revert "fix: use proper dual-packaging" (4ad906d)
  • Revert "fix: bump postgrest-js" (24de3b7)

v2.43.3

Compare Source

Bug Fixes

v2.43.2

Compare Source

Bug Fixes

v2.43.1

Compare Source

Bug Fixes
  • bump auth-js to v2.64.2 (1c35413)
TanStack/query (@​tanstack/react-query)

v5.40.0

Compare Source

v5.39.0

Compare Source

Version 5.39.0 - 5/25/2024, 6:33 PM

Changes
Feat
  • react-query: support React 19 (41ec572) by Dominik Dorfmeister
Packages

v5.38.0

Compare Source

Version 5.38.0 - 5/25/2024, 12:34 PM

Changes
Feat
Docs
Packages

v5.37.1

Compare Source

Version 5.37.1 - 5/18/2024, 8:42 AM

Changes

Fix
Chore

Packages

v5.36.2

Compare Source

v5.36.1

Compare Source

Version 5.36.1 - 5/15/2024, 2:22 PM

Changes

Fix
  • types: make TVariables default to unknown on Mutation (#​7433) (c2861c4) by Dominik Dorfmeister
Docs
  • not using useState in creating queryClient when use ReactQueryStreamedHydration in suspense-example (#​7431) (3a9e046) by polee
Other
  • Update overview.md (10c7527) by Tanner Linsley

Packages

v5.36.0

Compare Source

v5.35.5

Compare Source

v5.35.4

Compare Source

Version 5.35.4 - 5/10/2024, 2:10 PM

Changes

Fix
  • deprecate direction passed to QueryFunctionContext (#​7410) (fbe3b44) by Dominik Dorfmeister
Docs

Packages

v5.35.1

Compare Source

Version 5.35.1 - 5/6/2024, 6:38 AM

Changes

Fix
  • types: add number, symbol as safe key for OmitKeyof for strictness `

Configuration

📅 Schedule: Branch creation - "before 6:00am on the first day of the month" in timezone UTC, 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.

👻 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 added the dependencies Update of dependencies label Jun 1, 2024
@Janpot Janpot merged commit aec6443 into master Jun 1, 2024
12 checks passed
@Janpot Janpot deleted the renovate/examples branch June 1, 2024 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant