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 #440

Merged
merged 1 commit into from
Jul 19, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 4, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change OpenSSF
@crowdin/crowdin-api-client dependencies minor 1.33.2 -> 1.35.0 OpenSSF Scorecard
@emotion/react (source) dependencies minor 11.11.4 -> 11.12.0 OpenSSF Scorecard
@mantine/carousel (source) dependencies patch 6.0.21 -> 6.0.22 OpenSSF Scorecard
@mantine/core (source) dependencies patch 6.0.21 -> 6.0.22 OpenSSF Scorecard
@mantine/form (source) dependencies patch 6.0.21 -> 6.0.22 OpenSSF Scorecard
@mantine/hooks (source) dependencies patch 6.0.21 -> 6.0.22 OpenSSF Scorecard
@mantine/next (source) dependencies patch 6.0.21 -> 6.0.22 OpenSSF Scorecard
@prisma/adapter-neon (source) dependencies minor 5.16.1 -> 5.17.0 OpenSSF Scorecard
@prisma/client (source) dependencies minor 5.16.1 -> 5.17.0 OpenSSF Scorecard
@storybook/addon-a11y (source) devDependencies minor 8.1.11 -> 8.2.4 OpenSSF Scorecard
@storybook/addon-essentials (source) devDependencies minor 8.1.11 -> 8.2.4 OpenSSF Scorecard
@storybook/addon-interactions (source) devDependencies minor 8.1.11 -> 8.2.4 OpenSSF Scorecard
@storybook/addon-links (source) devDependencies minor 8.1.11 -> 8.2.4 OpenSSF Scorecard
@storybook/addon-viewport (source) devDependencies minor 8.1.11 -> 8.2.4 OpenSSF Scorecard
@storybook/blocks (source) devDependencies minor 8.1.11 -> 8.2.4 OpenSSF Scorecard
@storybook/nextjs (source) devDependencies minor 8.1.11 -> 8.2.4 OpenSSF Scorecard
@storybook/react (source) devDependencies minor 8.1.11 -> 8.2.4 OpenSSF Scorecard
@storybook/test (source) dependencies minor 8.1.11 -> 8.2.4 OpenSSF Scorecard
@types/node (source) devDependencies patch 20.14.9 -> 20.14.11 OpenSSF Scorecard
@types/ws (source) devDependencies patch 8.5.10 -> 8.5.11 OpenSSF Scorecard
@typescript-eslint/eslint-plugin (source) devDependencies minor 7.15.0 -> 7.16.1 OpenSSF Scorecard
@typescript-eslint/parser (source) devDependencies minor 7.15.0 -> 7.16.1 OpenSSF Scorecard
chromatic (source) devDependencies patch 11.5.4 -> 11.5.6 OpenSSF Scorecard
eslint-plugin-i18next devDependencies patch 6.0.3 -> 6.0.9 OpenSSF Scorecard
eslint-plugin-react devDependencies patch 7.34.3 -> 7.34.4 OpenSSF Scorecard
husky devDependencies minor 9.0.11 -> 9.1.1 OpenSSF Scorecard
i18next (source) dependencies minor 23.11.5 -> 23.12.2 OpenSSF Scorecard
knip (source) devDependencies minor 5.23.3 -> 5.26.0 OpenSSF Scorecard
node (source) patch 20.15.0 -> 20.15.1 OpenSSF Scorecard
pnpm (source) packageManager minor 9.4.0 -> 9.5.0 OpenSSF Scorecard
prettier (source) devDependencies patch 3.3.2 -> 3.3.3 OpenSSF Scorecard
prettier-plugin-packagejson devDependencies patch 2.5.0 -> 2.5.1 OpenSSF Scorecard
prisma (source) devDependencies minor 5.16.1 -> 5.17.0 OpenSSF Scorecard
react-i18next dependencies patch 14.1.2 -> 14.1.3 OpenSSF Scorecard
storybook (source) devDependencies minor 8.1.11 -> 8.2.4 OpenSSF Scorecard
tsx (source) devDependencies patch 4.16.0 -> 4.16.2 OpenSSF Scorecard
type-fest devDependencies minor 4.21.0 -> 4.22.1 OpenSSF Scorecard
ws dependencies minor 8.17.1 -> 8.18.0 OpenSSF Scorecard

Release Notes

crowdin/crowdin-api-client-js (@​crowdin/crowdin-api-client)

v1.35.0

Compare Source

What's Changed

Full Changelog: crowdin/crowdin-api-client-js@1.34.0...1.35.0

v1.34.0

Compare Source

What's Changed

Full Changelog: crowdin/crowdin-api-client-js@1.33.3...1.34.0

v1.33.3

Compare Source

What's Changed

Full Changelog: crowdin/crowdin-api-client-js@1.33.2...1.33.3

emotion-js/emotion (@​emotion/react)

v11.12.0

Compare Source

mantinedev/mantine (@​mantine/carousel)

v6.0.22

Compare Source

6.x patch

This is a patch for the previous major version, it does not impact 7.x releases.

Changes

  • [@mantine/core] Popover: Add size popover middleware to fix overflow issues in Popover.Dropdown (#​5214)
  • [@mantine/core] Menu: Fix broken focus logic when keepMounted is set (#​5565)
  • [@mantine/core] Switch: fix accessibility issues (#​5755)
  • [@mantine/core] Fix Typescript 5.5 compatibility

Full Changelog: mantinedev/mantine@6.0.21...6.0.22

prisma/prisma (@​prisma/adapter-neon)

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!

v5.16.2

Compare Source

Today, we are issuing the 5.16.2 patch release to fix an issue in Prisma client.

Fix in Prisma Client

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

v8.2.4

Compare Source

v8.2.3

Compare Source

v8.2.2

Compare Source

v8.2.1

Compare Source

v8.2.0

Compare Source

Hold onto your hats! Storybook 8.2 has dropped, packed with a treasure trove of new features and bug fixes:

  • 🪝 New test hook beforeAll
  • 🕹️ Enhanced play function
  • 📦 Portable stories that let you use your stories in other testing tools
  • 🎁 Consolidated dependency to bring you better performance in a smaller package
  • ✨ Brand new onboarding experience to get you up to speed quicker
  • 💯 Hundreds more improvements
List of all updates
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.

v7.16.0

Compare Source

🚀 Features
  • rule-tester: stricter rule test validations

  • eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule

  • eslint-plugin: add support for nested namespaces to unsafe-member-access

  • eslint-plugin: [no-floating-promises] add checkThenables option

🩹 Fixes
  • deps: update dependency @​eslint-community/regexpp to v4.11.0

  • eslint-plugin: [no-floating-promises] add suggestions to tests from #​9263 checkThenables

  • website: react key error on internal pages of website

  • eslint-plugin: [restrict-template-expressions] don't report tuples if allowArray option is enabled

❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

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

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

v7.16.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.

v7.16.0

Compare Source

🩹 Fixes
❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

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

chromaui/chromatic-cli (chromatic)

v11.5.6

Compare Source

🐛 Bug Fix
Authors: 2

v11.5.5

Compare Source

🐛 Bug Fix
Authors: 1

edvardchen/eslint-plugin-i18next (eslint-plugin-i18next)

v6.0.9

Compare Source

v6.0.7

Compare Source

jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.34.4

Compare Source

Fixed
typicode/husky (husky)

v9.1.1

Compare Source

v9.1.0

Compare Source

Super saiyan god dog! It's over 9.0.0!

There's a bug with this release which prevents the deprecation notice to appear and requires to remove #!/usr/bin/env sh and . "$(dirname -- "$0")/_/husky.sh" (which are deprecated by the way). I'll publish a new version to fix that. Sorry about any inconvenience.

What's new

You can now run package commands directly, no need for npx or equivalents.
It makes writing hooks more intuitive and is also slightly faster 🐺⚡️

### .husky/pre-commit
- npx jest
+ jest # ~0.2s faster

A new recipe has been added to the docs. Lint staged files without external dependencies (inspired by Prettier docs). Feel free to modify it.

### .husky/pre-commit
prettier $(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g') --write --ignore-unknown
git update-index --again

For more advanced use cases, see lint-staged.

Fixes

  • bunx husky init command
  • Workaround for some hooks implementation on Windows 🤷

Deprecations

  • Remove #!/usr/bin/env sh and . "$(dirname -- "$0")/_/husky.sh" from your hooks
  • Move your code from ~/.huskyrc to .config/husky/init.sh

Support for these will be removed in v10, notices have been added.

Friendly reminder

If Git hooks don't fit your workflow, you can disable Husky globally. Just add export HUSKY=0 to .config/husky/init.sh.

I've seen some confusion about this on X, so just a heads-up!

Sponsoring

Husky is downloaded over 45M times per month and used by ~1.5M projects. If your company wants to sponsor, you can do so here: GitHub Sponsors.

Have a nice summer ☀️ I'm open to new opportunities/consulting so feel free to drop me a message 😉

i18next/i18next (i18next)

v23.12.2

Compare Source

  • fix: Nested translation resolution between languages uses the fallback language for nested translations 2216 by preserving issue fix "lng is undefined when formatter used in $t( )" 1938

v23.12.1

Compare Source

  • Use explicit imports for utils 2212

v23.12.0

Compare Source

  • feat: Add posibility to override keyPrefix for certain translation. 2211
webpro-nl/knip (knip)

v5.26.0

Compare Source

v5.25.2

Compare Source

  • Include additional workspaces when loading manifests (resolves #​722) (ca03fd8)
  • Move & refactor setRefs → findInternalReferences (deeb2ac)
  • Minor refactors (09fc536)
  • Always pre-set moduleResolution: bundler if tsconfig.json (3c13118)
  • No need to publish twice here (34be850)
  • Minor refactors (c1db1ec)
  • Update docs re. shared/isolated workspaces (699fd28)
  • Set moduleResolution: bundler if not set and don't share it (resolves #​719) (2c24678)
  • fix: Use parseFragment instead of text node which breaks formatting (#​720) (3201c07)

v5.25.1

Compare Source

v5.25.0

Compare Source

v5.24.4

Compare Source

  • Start using central resolveEntry from plugin helpers (#​716) (65d8098)

v5.24.3

Compare Source

  • Improve Angular plugin a bit + add fixture/test (#​717) (641b5fc)
  • Fix Cannot read properties of undefined (reading 'name') (#​718) (f0f9f5a)

v5.24.2

Compare Source

v5.24.1

Compare Source

  • Fix up rules in issue collector and reporter (resolves #​713) (7775213)
  • Fix Knip config (4c4e3e1)
  • Use jiti alias over custom transform (b9f1715)

v5.24.0

Compare Source

  • Add vitest as enabler to vite plugin (b384d18)
  • Fix up formatting/config (9961e2a)
nodejs/node (node)

v20.15.1

Compare Source

pnpm/pnpm (pnpm)

v9.5.0

Compare Source

prettier/prettier (prettier)

v3.3.3

Compare Source

diff

Add parentheses for nullish coalescing in ternary (#​16391 by @​cdignam-segment)

This change adds clarity to operator precedence.

// Input
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.2
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.3
foo ? (bar ?? foo) : baz;
(foo ?? bar) ? a : b;
a ? b : (foo ?? bar);
Add parentheses f

Configuration

📅 Schedule: Branch creation - "before 4am on Monday,before 4am on Thursday" (UTC), 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 JoeKarow as a code owner July 4, 2024 01:54
@renovate renovate bot added automerge Enable Kodiak auto-merge dependencies Change in project dependencies. labels Jul 4, 2024
Copy link

vercel bot commented Jul 4, 2024

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

Name Status Preview Comments Updated (UTC)
transmascfutures ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 19, 2024 5:57pm

Copy link

coderabbitai bot commented Jul 4, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

deepsource-io bot commented Jul 4, 2024

Here's the code health analysis summary for commits 82ba42d..3640390. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Secrets LogoSecrets✅ SuccessView Check ↗
DeepSource JavaScript LogoJavaScript✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

Copy link

socket-security bot commented Jul 4, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

Copy link

relativeci bot commented Jul 4, 2024

#231 Bundle Size — 18.74MiB (~+0.01%).

3d596ee(current) vs 82ba42d dev#223(baseline)

Bundle metrics  Change 3 changes Regression 1 regression
                 Current
#231
     Baseline
#223
Regression  Initial JS 1008.44KiB(+0.02%) 1008.28KiB
No change  Initial CSS 6.61KiB 6.61KiB
Change  Cache Invalidation 2.36% 2.94%
No change  Chunks 20 20
No change  Assets 80 80
No change  Modules 790 790
No change  Duplicate Modules 103 103
Change  Duplicate Code 5.6%(-0.18%) 5.61%
No change  Packages 81 81
No change  Duplicate Packages 0 0
Bundle size by type  Change 2 changes Regression 1 regression Improvement 1 improvement
                 Current
#231
     Baseline
#223
No change  IMG 17.47MiB 17.47MiB
Regression  JS 1.08MiB (+0.01%) 1.08MiB
No change  Fonts 189.64KiB 189.64KiB
No change  CSS 6.61KiB 6.61KiB
Improvement  Other 4.07KiB (-0.02%) 4.07KiB

Bundle analysis reportBranch renovate/all-minor-patchProject dashboard

Copy link

socket-security bot commented Jul 7, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher

View full report↗︎

Copy link
Contributor

kodiakhq bot commented Jul 17, 2024

This PR currently has a merge conflict. Please resolve this and then re-add the automerge label.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bd4108c to 3d596ee Compare July 19, 2024 17:55
Copy link

sonarcloud bot commented Jul 19, 2024

@kodiakhq kodiakhq bot merged commit 95f788d into dev Jul 19, 2024
17 of 18 checks passed
@kodiakhq kodiakhq bot deleted the renovate/all-minor-patch branch July 19, 2024 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Change in project dependencies.
Development

Successfully merging this pull request may close these issues.

None yet

1 participant