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

Merged
merged 1 commit into from
Jan 24, 2024
Merged

Update all non-major dependencies #346

merged 1 commit into from
Jan 24, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 22, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@hookform/resolvers (source) 3.3.2 -> 3.3.4 age adoption passing confidence
@next/eslint-plugin-next (source) 14.0.4 -> 14.1.0 age adoption passing confidence
@prisma/client (source) 5.7.0 -> 5.8.1 age adoption passing confidence
@storybook/addon-actions (source) 7.6.5 -> 7.6.10 age adoption passing confidence
@storybook/addon-essentials (source) 7.6.5 -> 7.6.10 age adoption passing confidence
@storybook/addon-interactions (source) 7.6.5 -> 7.6.10 age adoption passing confidence
@storybook/addon-links (source) 7.6.5 -> 7.6.10 age adoption passing confidence
@storybook/nextjs (source) 7.6.5 -> 7.6.10 age adoption passing confidence
@storybook/react (source) 7.6.5 -> 7.6.10 age adoption passing confidence
@t3-oss/env-nextjs (source) 0.7.1 -> 0.7.3 age adoption passing confidence
@trpc/client (source) 10.44.1 -> 10.45.0 age adoption passing confidence
@trpc/next (source) 10.44.1 -> 10.45.0 age adoption passing confidence
@trpc/react-query (source) 10.44.1 -> 10.45.0 age adoption passing confidence
@trpc/server (source) 10.44.1 -> 10.45.0 age adoption passing confidence
@types/node (source) 20.10.4 -> 20.11.6 age adoption passing confidence
@types/react (source) 18.2.45 -> 18.2.48 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 6.14.0 -> 6.19.1 age adoption passing confidence
@typescript-eslint/parser (source) 6.14.0 -> 6.19.1 age adoption passing confidence
autoprefixer 10.4.16 -> 10.4.17 age adoption passing confidence
clsx 2.0.0 -> 2.1.0 age adoption passing confidence
css-loader 6.8.1 -> 6.9.1 age adoption passing confidence
eslint-plugin-tailwindcss 3.13.0 -> 3.14.0 age adoption passing confidence
jotai 2.6.0 -> 2.6.2 age adoption passing confidence
next (source) 14.0.4 -> 14.1.0 age adoption passing confidence
pino (source) 8.17.1 -> 8.17.2 age adoption passing confidence
pnpm (source) 8.12.1 -> 8.14.3 age adoption passing confidence
postcss (source) 8.4.32 -> 8.4.33 age adoption passing confidence
prettier (source) 3.1.1 -> 3.2.4 age adoption passing confidence
prisma (source) 5.7.0 -> 5.8.1 age adoption passing confidence
react-hook-form (source) 7.49.2 -> 7.49.3 age adoption passing confidence
remeda 1.30.0 -> 1.38.0 age adoption passing confidence
sass 1.69.5 -> 1.70.0 age adoption passing confidence
storybook (source) 7.6.5 -> 7.6.10 age adoption passing confidence
tailwindcss (source) 3.3.6 -> 3.4.1 age adoption passing confidence
vite-tsconfig-paths 4.2.2 -> 4.3.1 age adoption passing confidence
vitest (source) 1.0.4 -> 1.2.1 age adoption passing confidence

Release Notes

react-hook-form/resolvers (@​hookform/resolvers)

v3.3.4

Compare Source

Bug Fixes
  • error handling for array errors with root error (1bfc6ab)

v3.3.3

Compare Source

Bug Fixes
vercel/next.js (@​next/eslint-plugin-next)

v14.1.0

Compare Source

prisma/prisma (@​prisma/client)

v5.8.1

Compare Source

Today, we are issuing the 5.8.1 patch release.

Fix in Prisma Client

v5.8.0

Compare Source

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

Highlights

Happy New Year from your friends at Prisma! 🎊

In the last 4 weeks, we resolved some bugs on the ORM and made some progress on some exciting features that we’re not yet ready to announce. Stay tuned for the upcoming releases, in which we’ll be announcing new features. 😉

relationJoins improvements: Relation loading strategy per query (Preview)

In version 5.7.0, we released relationJoins into Preview. The relationJoins feature enables support for JOINs for relation queries.

This release adds support for the ability to specify the strategy used to fetch relational data per query when the Preview feature is enabled. This will enable you to choose the most efficient strategy for fetching relation data depending on your use case.

You can now load relation data using either of the following strategies:

  • join — uses JOINs to fetch relation data
  • query — uses sub-queries to fetch relation data

When the relationJoins Preview feature is enabled, by default, the relation fetching strategy used is join. You can override the default behavior by using the relationLoadStrategy query option.

To get started, enable the Preview feature:

// schema.prisma
generator client {
  provider        = "prisma-client-js"
  previewFeatures = ["relationJoins"]
}

… and specify the relation loading strategy for your query as follows:

await prisma.user.findMany({
  relationLoadStrategy: 'query',
  include: {
    posts: true,
  },
})

Try it out and share your feedback and create a bug report if you encounter any issues.

Survey: Edge functions support

We’re working on bringing Edge function support to Prisma ORM and we would appreciate your input by submitting a response to our survey. By filling out the survey, you will be considered for our Early Access cohort as soon as we have something for you to try out.

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

Huge thanks to @​anuraaga, @​onichandame, @​LucianBuzzo, @​RobertCraigie, @​fqazi, @​KhooHaoYit, @​alencardc, @​Oreilles, @​tinola, @​AikoRamalho, @​luxaritas for helping!

Company news
🎉 A billion queries and counting: Prisma Accelerate

Prisma Accelerate, our global database cache has served over 1 billion queries since its General Availability launch.

We’d like to give a shoutout to our team and everyone who’s been with us on this journey. Stay tuned for some exciting products and features in the pipeline for 2024!

🔮 Prisma ORM Ecosystem

Are you building a cool tool, extension, generator, CLI tool or anything else, for Prisma ORM? Let us know.

We would like to learn about it and feature it on our Ecosystem page.

💼 We’re hiring

If you're interested in joining our growing team to help empower developers to build data-intensive applications, Prisma is the place for you. Check out our Careers page for open positions.

v5.7.1

Compare Source

Today, we are issuing the 5.7.1 patch release.

This patch fixes multiple small problems in our relationJoins preview feature. If you ran into problems when testing relationJoins before, please give it another go with 5.7.1 and share your feedback or create a bug report if you encounter any issues.

Fixes in Prisma Client
storybookjs/storybook (@​storybook/addon-actions)

v7.6.10

Compare Source

v7.6.9

Compare Source

v7.6.8

Compare Source

v7.6.7

Compare Source

v7.6.6

Compare Source

t3-oss/t3-env (@​t3-oss/env-nextjs)

v0.7.3

Compare Source

Patch Changes

v0.7.2

Compare Source

Patch Changes
trpc/trpc (@​trpc/client)

v10.45.0

Compare Source

What's Changed
New Contributors

Full Changelog: trpc/trpc@v10.44.1...v10.45.0

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

v6.19.1

Compare Source

🩹 Fixes
  • type-utils: preventing isUnsafeAssignment infinite recursive calls

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable

❤️ Thank You
  • YeonJuan

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

v6.19.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] add rule

  • eslint-plugin: [no-array-delete] add new rule

  • eslint-plugin: [no-useless-template-literals] add fix suggestions

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression

  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable

❤️ Thank You
  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

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

v6.18.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line

  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee

  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections

  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option

❤️ Thank You
  • auvred
  • James
  • Josh Goldberg ✨
  • YeonJuan

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

v6.18.0

Compare Source

🚀 Features
  • typescript-estree: throw on invalid update expressions

  • eslint-plugin: [no-var-requires, no-require-imports] allow option

❤️ Thank You
  • auvred
  • Joshua Chen

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

v6.17.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-restricted-imports] prevent crash when patterns or paths in options are empty (#​8108) (675e987)
Features
  • eslint-plugin: [no-floating-promises] flag result of .map(async) (#​7897) (5857356)
  • eslint-plugin: [switch-exhaustiveness-check] add an option to warn against a default case on an already exhaustive switch (#​7539) (6a219bd)

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

v6.16.0

Compare Source

Bug Fixes
  • eslint-plugin: [unbound-method] exempt all non-Promise built-in statics (#​8096) (3182959)
Features
  • eslint-plugin: deprecate formatting (meta.type: layout) rules (#​8073) (04dea84)
  • eslint-plugin: deprecate no-extra-semi in favor of ESLint Stylistic equivalent (#​8123) (9368bf3)

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

v6.15.0

Compare Source

Features

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

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

v6.19.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v6.19.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v6.18.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v6.18.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v6.17.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

v6.16.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

v6.15.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

postcss/autoprefixer (autoprefixer)

v10.4.17

Compare Source

  • Fixed user-select: contain prefixes.
lukeed/clsx (clsx)

v2.1.0

Compare Source

Features

  • Add new clsx/lite submodule for string-only usage: 1a49142

    This is a 140b version of clsx that is ideal for Tailwind and/or React contexts, which typically follow this clsx usage pattern:

    clsx('foo bar', props.maybe && 'conditional classes', props.className);

    Important: This clsx/lite module ignores all non-string arguments and is therefore not a 1:1 replacement for clsx itself!

    import { clsx } from 'clsx';
    import { clsx as lite } from 'clsx/lite';
    
    // strings-only usage is identical
    clsx('foo', null, 'bar', true && 'baz'); //=> "foo bar baz"
    lite('foo', null, 'bar', true && 'baz'); //=> "foo bar baz"
    
    // clsx/lite ignores all non-strings
    clsx('foo', { a: true, b: false, c: true }); //=> "foo a c"
    lite('foo', { a: true, b: false, c: true }); //=> "foo"

Full Changelog: lukeed/clsx@v2.0.1...v2.1.0

v2.0.1

Compare Source

Patches

  • (perf) Cache arguments.length & array.length for 6% performance gain (#​26): deff09b
    Adds 5 bytes (+2%) for ~3% avg performance gain
    Thank you @​jalalazimi

Chores


Full Changelog: lukeed/clsx@v2.0.0...v2.0.1

webpack-contrib/css-loader (css-loader)

v6.9.1

Compare Source

v6.9.0

Compare Source

Features
Bug Fixes
[6.8.1](https://togithub.com/webpack-contrib/css-loa

Configuration

📅 Schedule: Branch creation - "after 7pm on Friday" 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 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.

Copy link

vercel bot commented Dec 22, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
my-nextjs-starter ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 24, 2024 6:21am

@renovate renovate bot added the renovate label Dec 22, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a45a20f to 8ba6961 Compare January 1, 2024 16:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8ba6961 to 5d0d977 Compare January 1, 2024 18:40
@isoppp isoppp merged commit 9ba6154 into main Jan 24, 2024
3 checks passed
@isoppp isoppp deleted the renovate/all-minor-patch branch January 24, 2024 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant