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 all non-major dependencies #87

Merged
merged 1 commit into from
Jun 6, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 28, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/client (source) 3.7.14 -> 3.7.15 age adoption passing confidence
@apollo/server 4.7.1 -> 4.7.2 age adoption passing confidence
@axe-core/webdriverjs 4.7.1 -> 4.7.2 age adoption passing confidence
@faker-js/faker 8.0.1 -> 8.0.2 age adoption passing confidence
@headlessui/react 1.7.14 -> 1.7.15 age adoption passing confidence
@mui/material (source) 5.13.2 -> 5.13.4 age adoption passing confidence
@nestjs/apollo 11.0.5 -> 11.0.6 age adoption passing confidence
@nestjs/common (source) 9.4.1 -> 9.4.2 age adoption passing confidence
@nestjs/core (source) 9.4.1 -> 9.4.2 age adoption passing confidence
@nestjs/graphql 11.0.5 -> 11.0.6 age adoption passing confidence
@nestjs/microservices (source) 9.4.1 -> 9.4.2 age adoption passing confidence
@nestjs/platform-express (source) 9.4.1 -> 9.4.2 age adoption passing confidence
@nestjs/testing (source) 9.4.1 -> 9.4.2 age adoption passing confidence
@prisma/client (source) 4.14.1 -> 4.15.0 age adoption passing confidence
@prisma/generator-helper (source) 4.14.1 -> 4.15.0 age adoption passing confidence
@prisma/internals (source) 4.14.1 -> 4.15.0 age adoption passing confidence
@prisma/migrate (source) 4.14.1 -> 4.15.0 age adoption passing confidence
@swc/core (source) 1.3.59 -> 1.3.62 age adoption passing confidence
@types/jest (source) 29.5.1 -> 29.5.2 age adoption passing confidence
@types/node (source) 18.16.14 -> 18.16.16 age adoption passing confidence
@types/react (source) 18.2.6 -> 18.2.8 age adoption passing confidence
@types/selenium-webdriver (source) 4.1.14 -> 4.1.15 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.59.6 -> 5.59.9 age adoption passing confidence
@typescript-eslint/parser 5.59.6 -> 5.59.9 age adoption passing confidence
concurrently 8.0.1 -> 8.1.0 age adoption passing confidence
dotenv 16.0.3 -> 16.1.4 age adoption passing confidence
eslint (source) 8.41.0 -> 8.42.0 age adoption passing confidence
eslint-config-next 13.4.3 -> 13.4.4 age adoption passing confidence
lottie-web 5.11.0 -> 5.12.0 age adoption passing confidence
module-alias 2.2.2 -> 2.2.3 age adoption passing confidence
monaco-editor 0.38.0 -> 0.39.0 age adoption passing confidence
next (source) 13.4.3 -> 13.4.4 age adoption passing confidence
nodemailer (source) 6.9.2 -> 6.9.3 age adoption passing confidence
postcss (source) 8.4.23 -> 8.4.24 age adoption passing confidence
prisma (source) 4.14.1 -> 4.15.0 age adoption passing confidence
react-hook-form (source) 7.43.9 -> 7.44.3 age adoption passing confidence
ts-loader 9.4.2 -> 9.4.3 age adoption passing confidence
yup 1.1.1 -> 1.2.0 age adoption passing confidence

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 or id, in which case an incoming result would be merged into the wrong cache entry.

apollographql/apollo-server

v4.7.2

Compare Source

Patch Changes
  • #​7599 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
faker-js/faker

v8.0.2

Compare Source

tailwindlabs/headlessui

v1.7.15

Compare Source

Added
  • [internal] add demo mode to Menu and Popover components (#​2448)
Fixed
  • Ensure FocusTrap is only active when the given enabled value is true (#​2456)
  • Stop <Transition appear> from overwriting classes on re-render (#​2457)
  • Improve control over Menu and Listbox options while searching (#​2471)
  • Consider clicks inside iframes to be "outside" (#​2485)
  • Ensure moving focus within a Portal component, does not close the Popover component (#​2492)
Changed
  • Move 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
@mui/base@5.0.0-beta.4
@mui/joy@5.0.0-alpha.82
Docs
Core

All 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
@mui/base@5.0.0-beta.3
@mui/joy@5.0.0-alpha.82
`@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
Dependencies
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 the prisma db seed command. A few example use-cases include, but are not limited to:

  • Seeding different data in different environments
  • Partially seeding data in some tables

Here is an example seed.ts file that defines custom arguments for seeding different data in different environments:

// prisma/seed.ts
import { parseArgs } from "node:util";

const options = {
  environment: { type: 'string', },
}

async function main() {
  const { values: { environment } } = parseArgs({ options })
  
  switch (environment) {
    case "development":
      /** do something for development */
      break;
    case "test":
      /** do something  for test  environment */
      break;
    default:
      break;
  }
}

main()

You can then provide the environment argument when executing the seed script as follows:

npx prisma db seed -- --environment development

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:

  • The downloaded Query Engine doesn’t match the runtime/ target platform your application is running on.
  • The Query Engine is not copied to your final application bundle during the build step.

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:

  1. Updated the file system watcher that is responsible for restarting the TypeScript server when prisma generate is run to ensure the types are in sync

    Note:

    • This new approach is currently only available on Windows and Linux. We plan on adding support for the new file system watcher on macOS soon.
    • This requires both Prisma CLI & VS code extension version 4.15.0 or higher
  2. Added Quick Fixes action for unique identifiers for MongoDB to add the @map("_id") attribute function when it’s missing on an identifier field

    Screen.Recording.2023-05-17.at.19.22.20.mov
  3. Support for renaming symbols for composite types and views

    type-symbol-rename.mov
Fixes and improvements
Prisma Client
Prisma Migrate
Language tools (e.g. VS Code)
Credits

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.


  • 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 This will update package dependencies label May 28, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 5a9bed9 to 410d360 Compare May 31, 2023 19:48
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies May 31, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 721e7ce to 89d5a59 Compare June 6, 2023 02:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 89d5a59 to b2585f9 Compare June 6, 2023 13:03
@codeclimate
Copy link

codeclimate bot commented Jun 6, 2023

Code Climate has analyzed commit b2585f9 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 93.9% (0.0% change).

View more on Code Climate.

@lucapircher lucapircher merged commit e1f13e1 into develop Jun 6, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch June 6, 2023 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies This will update package dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant