fix(deps): update all non-major dependencies #87
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.7.14
->3.7.15
4.7.1
->4.7.2
4.7.1
->4.7.2
8.0.1
->8.0.2
1.7.14
->1.7.15
5.13.2
->5.13.4
11.0.5
->11.0.6
9.4.1
->9.4.2
9.4.1
->9.4.2
11.0.5
->11.0.6
9.4.1
->9.4.2
9.4.1
->9.4.2
9.4.1
->9.4.2
4.14.1
->4.15.0
4.14.1
->4.15.0
4.14.1
->4.15.0
4.14.1
->4.15.0
1.3.59
->1.3.62
29.5.1
->29.5.2
18.16.14
->18.16.16
18.2.6
->18.2.8
4.1.14
->4.1.15
5.59.6
->5.59.9
5.59.6
->5.59.9
8.0.1
->8.1.0
16.0.3
->16.1.4
8.41.0
->8.42.0
13.4.3
->13.4.4
5.11.0
->5.12.0
2.2.2
->2.2.3
0.38.0
->0.39.0
13.4.3
->13.4.4
6.9.2
->6.9.3
8.4.23
->8.4.24
4.14.1
->4.15.0
7.43.9
->7.44.3
9.4.2
->9.4.3
1.1.1
->1.2.0
Release Notes
apollographql/apollo-client
v3.7.15
Compare Source
Patch Changes
#10891
ab42a5c08
Thanks @laverdet! - Fixes a bug in how multipart responses are read when using@defer
. When reading a multipart body,HttpLink
no longer attempts to parse the boundary (e.g."---"
or other boundary string) within the response data itself, only when reading the beginning of each mulitpart chunked message.#10789
23a4e1578
Thanks @phryneas! - Fix a bug where other fields could be aliased to__typename
orid
, in which case an incoming result would be merged into the wrong cache entry.apollographql/apollo-server
v4.7.2
Compare Source
Patch Changes
c3f04d050
Thanks @trevor-scheer! - Update@apollo/utils.usagereporting
dependency. Previously, installing@apollo/gateway
and@apollo/server
could result in duplicate / differently versioned installs of@apollo/usage-reporting-protobuf
. This is because the@apollo/server-gateway-interface
package was updated to use the latest protobuf, but the@apollo/utils.usagereporting
package was not. After this change, users should always end up with a single install of the protobuf package when installing both@apollo/server
and@apollo/gateway
latest versions.dequelabs/axe-core-npm
v4.7.2
Compare Source
Bug Fixes
@playwright/test
(#731) (0d0c9d1)faker-js/faker
v8.0.2
Compare Source
tailwindlabs/headlessui
v1.7.15
Compare Source
Added
Menu
andPopover
components (#2448)Fixed
FocusTrap
is only active when the givenenabled
value istrue
(#2456)<Transition appear>
from overwriting classes on re-render (#2457)Menu
andListbox
options while searching (#2471)Portal
component, does not close thePopover
component (#2492)Changed
types
condition to the front (#2469)mui/material-ui
v5.13.4
Compare Source
Jun 5, 2023
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
@mui/material@5.13.4
focusVisible
class in AutocompleteClasses (#37502) @sai6855steps
is one (#37079) @gitstart@mui/base@5.0.0-beta.4
@mui/joy@5.0.0-alpha.82
alt
whensrc
orsrcSet
are not defined (#37469) @vishalthatipamula0219Docs
component
prop in docs (#37462) @sai6855Core
examples
packages updates (#37386) @ZeeshanTamboliAll contributors of this release in alphabetical order: @brijeshb42, @danielplewes, @danilo-leal, @DiegoAndai, @gitstart, @MBilalShafi, @mj12albert, @oliviertassinari, @sai6855, @siriwatknp, @vishalthatipamula0219, @ZeeshanTamboli
v5.13.3
Compare Source
May 29, 2023
A big thanks to the 15 contributors who made this release possible.
This release focuses primarily on 🐛 bug fixes and 📚 documentation improvements.
`@mui/material@5.13.3
className
fromBackdropProps
(#37399) @hbjORbj@mui/base@5.0.0-beta.3
@mui/joy@5.0.0-alpha.82
slots
element type in API docs (#37329) @zignis`@mui/codemod@5.13.3
Docs
Core
All contributors of this release in alphabetical order: @akash191095, @brijeshb42, @canac, @DavidCnoops, @gitstart, @hbjORbj, @JhonnK08, @LukasTy, @michaldudak, @necatiozmen, @nicolas-ot, @oliviertassinari, @sai6855, @ZeeshanTamboli, @zignis
nestjs/graphql
v11.0.6
Compare Source
Bug fixes
graphql
Dependencies
apollo
graphql
apollo
,graphql
,mercurius
Committers: 3
nestjs/nest (@nestjs/common)
v9.4.2
Compare Source
nestjs/nest (@nestjs/core)
v9.4.2
Compare Source
nestjs/nest (@nestjs/microservices)
v9.4.2
Compare Source
nestjs/nest (@nestjs/platform-express)
v9.4.2
Compare Source
nestjs/nest (@nestjs/testing)
v9.4.2
Compare Source
prisma/prisma
v4.15.0
Compare Source
🌟 Help us spread the word about Prisma by starring the repo or tweeting about the release. 🌟
Highlights
For this release, we focused on fixing bugs and making smaller quality-of-life improvements.
Support for custom arguments for
prisma db seed
This release adds support for defining and passing arbitrary arguments to
prisma db seed
. This creates the opportunity for you to define your own arguments in your seed file that you could pass to theprisma db seed
command. A few example use-cases include, but are not limited to:Here is an example
seed.ts
file that defines custom arguments for seeding different data in different environments:You can then provide the
environment
argument when executing the seed script as follows:Let us know what you think, share example usage of this feature, and create a bug report if you run into any issues.
Improved error messages when Query Engine file is not found
This release improves the error messages returned by Prisma Client when the Query Engine file is not found. A few reasons the Query Engine file might be missing from your application bundle include when:
We hope these error messages are helpful while debugging your application.
Prisma VS Code extension improvements
In this release, we made a few improvements to our VS Code extension:
Updated the file system watcher that is responsible for restarting the TypeScript server when
prisma generate
is run to ensure the types are in syncAdded Quick Fixes action for unique identifiers for MongoDB to add the
@map("_id")
attribute function when it’s missing on an identifier fieldScreen.Recording.2023-05-17.at.19.22.20.mov
Support for renaming symbols for composite types and views
type-symbol-rename.mov
Fixes and improvements
Prisma Client
Error: write EPIPE
on WSL <-> Windowsprisma generate
is blocked byquery-engine-rhel-openssl-1.0.x
opening in Notepad on Windowsnode_modules
(from another platform) leads to platform engine not being presentoutput
Query engine library for current platform "rhel-openssl-1.0.x" could not be found. You incorrectly pinned it to rhel-openssl-1.0.x
Cannot find name '$PrismaModel'
due to featureextendedWhereUnique
with preview featurefieldReference
Date
values silently turn intonulls
fieldReference
is not working with enumsPrisma Migrate
prisma db seed
to the seed commandLanguage tools (e.g. VS Code)
@map("_id")
annotationCredits
Huge thanks to @RobertCraigie, @KhooHaoYit, @art049, @luxaritas, @mrazauskas, @maxmartynov, @haneenmahd for helping!
📺 Join us for another "What's new in Prisma" live stream
Learn about the latest release and other news from the Prisma community by joining us for another "What's new in Prisma" live stream.
The stream takes place on YouTube on Thursday, June 1 at 5 pm Berlin | 8 am San Francisco.
swc-project/swc
v1.3.62
[Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.61...v1.3
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" in timezone Europe/Vienna, 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.
This PR has been generated by Mend Renovate. View repository job log here.