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

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 26, 2024

This PR contains the following updates:

Package Type Update Change OpenSSF
@crowdin/crowdin-api-client dependencies minor 1.36.0 -> 1.38.0 OpenSSF Scorecard
@neondatabase/serverless (source) dependencies minor 0.9.5 -> 0.10.1 OpenSSF Scorecard
@prisma/adapter-neon (source) dependencies minor 5.20.0 -> 5.21.1 OpenSSF Scorecard
@prisma/client (source) dependencies minor 5.20.0 -> 5.21.1 OpenSSF Scorecard
@relative-ci/agent (source) devDependencies patch 4.2.11 -> 4.2.12 OpenSSF Scorecard
@storybook/addon-a11y (source) devDependencies patch 8.3.3 -> 8.3.6 OpenSSF Scorecard
@storybook/addon-essentials (source) devDependencies patch 8.3.3 -> 8.3.6 OpenSSF Scorecard
@storybook/addon-interactions (source) devDependencies patch 8.3.3 -> 8.3.6 OpenSSF Scorecard
@storybook/addon-links (source) devDependencies patch 8.3.3 -> 8.3.6 OpenSSF Scorecard
@storybook/addon-viewport (source) devDependencies patch 8.3.3 -> 8.3.6 OpenSSF Scorecard
@storybook/blocks (source) devDependencies patch 8.3.3 -> 8.3.6 OpenSSF Scorecard
@storybook/nextjs (source) devDependencies patch 8.3.3 -> 8.3.6 OpenSSF Scorecard
@storybook/react (source) devDependencies patch 8.3.3 -> 8.3.6 OpenSSF Scorecard
@storybook/test (source) dependencies patch 8.3.3 -> 8.3.6 OpenSSF Scorecard
@types/node (source) devDependencies minor 20.16.7 -> 20.17.1 OpenSSF Scorecard
@types/react (source) devDependencies patch 18.3.9 -> 18.3.12 OpenSSF Scorecard
@types/react-dom (source) devDependencies patch 18.3.0 -> 18.3.1 OpenSSF Scorecard
@vercel/analytics (source) dependencies patch 1.3.1 -> 1.3.2 OpenSSF Scorecard
@vercel/speed-insights (source) dependencies patch 1.0.12 -> 1.0.14 OpenSSF Scorecard
chromatic (source) devDependencies minor 11.10.4 -> 11.16.1 OpenSSF Scorecard
eslint-plugin-react devDependencies minor 7.36.1 -> 7.37.2 OpenSSF Scorecard
eslint-plugin-storybook devDependencies minor 0.8.0 -> 0.10.1 OpenSSF Scorecard
i18next (source) dependencies minor 23.15.1 -> 23.16.4 OpenSSF Scorecard
i18next-http-backend dependencies patch 2.6.1 -> 2.6.2 OpenSSF Scorecard
knip (source) devDependencies minor 5.30.5 -> 5.34.1 OpenSSF Scorecard
listr2 devDependencies patch 8.2.4 -> 8.2.5 OpenSSF Scorecard
nanoid dependencies patch 5.0.7 -> 5.0.8 OpenSSF Scorecard
nextjs-routes dependencies patch 2.2.1 -> 2.2.3 OpenSSF Scorecard
node (source) minor 20.17.0 -> 20.18.0 OpenSSF Scorecard
pnpm (source) packageManager minor 9.11.0 -> 9.12.3 OpenSSF Scorecard
prettier-plugin-packagejson devDependencies patch 2.5.2 -> 2.5.3 OpenSSF Scorecard
prisma (source) devDependencies minor 5.20.0 -> 5.21.1 OpenSSF Scorecard
react-i18next dependencies minor 15.0.2 -> 15.1.0 OpenSSF Scorecard
storybook (source) devDependencies patch 8.3.3 -> 8.3.6 OpenSSF Scorecard
tsx (source) devDependencies patch 4.19.1 -> 4.19.2 OpenSSF Scorecard
typescript (source) devDependencies patch 5.6.2 -> 5.6.3 OpenSSF Scorecard

Release Notes

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

v1.38.0

Compare Source

What's Changed

New Contributors

Full Changelog: crowdin/crowdin-api-client-js@1.37.1...1.38.0

v1.37.1

Compare Source

What's Changed

Full Changelog: crowdin/crowdin-api-client-js@1.37.0...1.37.1

v1.37.0

Compare Source

What's Changed

New Contributors

Full Changelog: crowdin/crowdin-api-client-js@1.36.0...1.37.0

neondatabase/serverless (@​neondatabase/serverless)

v0.10.1

Compare Source

Fix CONFIG.MD documentation.

v0.10.0

Compare Source

Capture stack traces in NeonDbError, if Error.captureStackTrace is available.

Allow authentication through JWT by adding a authToken property to the neon HTTP connection options.

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

v5.21.1

Compare Source

  • Fixed a bug where migrations were not using shadow database correctly in some edge cases

v5.21.0

Compare Source

Today, we are excited to share the 5.21.0 release 🎉

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

Highlights

Better support for tracing in MongoDB

The tracing Preview feature now has full support for MongoDB with previously missing functionality now implemented. This is a part of the ongoing effort to stabilize this Preview feature and release it in General Availability.

tracing is a Preview feature that enables built-in support for OpenTelemetry instrumentation inside the Prisma Client and provides deep insights into the performance and timing of your queries. See our documentation for more information.

For an easy to use and zero-configuration tracing instrumentation tool with a dashboard that provides an overview of your queries, statistics, and AI-powered recommendations, try Prisma Optimize.

WebAssembly engine size decrease for edge functions

Due to recent changes, some users experienced a steep increase of the bundle size in Prisma 5.20 when using the driverAdapters Preview feature, going over the 1 MB limit on the free tier of Cloudflare Workers. This has now been fixed.

Fixes and improvements

Prisma Engines

Credits

Huge thanks to @​austin-tildei, @​LucianBuzzo, @​mcuelenaere, @​pagewang0, @​key-moon, @​pranayat, @​yubrot, @​skyzh for helping!

relative-ci/agent (@​relative-ci/agent)

v4.2.12

Compare Source

What's Changed

Full Changelog: relative-ci/agent@v4.2.11...v4.2.12

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

v8.3.6

Compare Source

v8.3.5

Compare Source

v8.3.4

Compare Source

vercel/analytics (@​vercel/analytics)

v1.3.2

Compare Source

What's Changed

Full Changelog: vercel/analytics@1.3.1...1.3.2

vercel/speed-insights (@​vercel/speed-insights)

v1.0.14

Compare Source

What's Changed

Full Changelog: vercel/speed-insights@1.0.13...1.0.14

v1.0.13

Compare Source

What's Changed

New Contributors

Full Changelog: vercel/speed-insights@1.0.12...1.0.13

chromaui/chromatic-cli (chromatic)

v11.16.1

Compare Source

🐛 Bug Fix
Authors: 1

v11.16.0

Compare Source

🚀 Enhancement
Authors: 1

v11.15.0

Compare Source

🚀 Enhancement
  • Add support for logLevel and logPrefix options, use local timestamp as default prefix #​1107 (@​ghengeveld)
Authors: 1

v11.14.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 2

v11.13.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 2

v11.12.6

Compare Source

🐛 Bug Fix
Authors: 2

v11.12.5

Compare Source

🐛 Bug Fix
Authors: 1

v11.12.4

Compare Source

🐛 Bug Fix
Authors: 1

v11.12.3

Compare Source

🐛 Bug Fix
Authors: 1

v11.12.2

Compare Source

🐛 Bug Fix
Authors: 1

v11.12.1

Compare Source

🐛 Bug Fix
Authors: 2

v11.12.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 3

v11.11.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 2

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

v7.37.2

Compare Source

Fixed
  • [destructuring-assignment]: fix false negative when using typeof props.a (#​3835 @​golopot)
Changed
  • [Refactor] [destructuring-assignment]: use getParentStatelessComponent (#​3835 @​golopot)

v7.37.1

Compare Source

Fixed
Changed

v7.37.0

Compare Source

Added
Changed
storybookjs/eslint-plugin-storybook (eslint-plugin-storybook)

v0.10.1

Compare Source

🐛 Bug Fix
Authors: 1

v0.10.0

Compare Source

🚀 Enhancement
Authors: 3

v0.9.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 3

i18next/i18next (i18next)

v23.16.4

Compare Source

  • revert formatter change 2247 because of caching not working anymore

v23.16.3

Compare Source

  • fix utils imports for Deno

v23.16.2

Compare Source

  • perf(size): Adds a isString utility 2248

v23.16.1

Compare Source

  • perf: Optimize size of Formatter 2247

v23.16.0

Compare Source

  • use Intl.getCanonicalLocales function if available to format language code, like suggested in 2244

v23.15.2

Compare Source

  • fix(types): make context related keys detection stricter 2243 fixes 2242
i18next/i18next-http-backend (i18next-http-backend)

v2.6.2

Compare Source

  • improve network error detection across browsers 152
webpro-nl/knip (knip)

v5.34.1

Compare Source

  • Fix edge case for binary disguised as entry (#​161) (846ed76)
  • Only ignore "http" if in dependency specifier (fixes #​813) (9defcb9)
  • Move helper to less confusing location (e028528)
  • Consistent naming (20070ba)
  • Rename test file, fix up default values (5bb56e7)
  • Update docs (c9afd52)
  • Add documentation for unplugin-icons imports issue (#​812) (20b2504)

v5.34.0

Compare Source

  • Don't use path if step also has repository in github-action plugin (c6e4d31)
  • Give plugins a chance to prep config args (a2217a2)
  • Let's start out conservatively (a2e83f8)
  • More consistent naming (bae87d9)
  • Optimize a bit after the dust has settled (31f1e7e)
  • Cherry on the pie (617e067)
  • Handle config files only once across workspaces (939f511)
  • Improve naming and simplify a few things (f4db204)
  • Add coverage for unused files with compiler extension (c2e2712)
  • Ignore virtual: imports, don't report as unlisted dependencies (2ef75cc)
  • Remove module resolving from plugins (53839e0)
  • Temp use Bun for in this integration test for green lights (98c1ff7)
  • Add ability to add unresolved imports to ignoreDependencies (b8875be)
  • Let's start out a tad more conservative (58ba79f)
  • Update dependencies (f4dc1e1)
  • Optimize referenced dependency handling (a413ad8)
  • Resolve config file paths and parse recursively (c03f963)
  • Exclude empty config file path arrays from debug output (d288779)
  • Extend typedoc plugin (f2732fa)
  • Presets are extended by local config in jest plugin (4973a9d)
  • Add test case to get refs from scripts (6115107)
  • Refactor binary resolver & referenced dependency handling (f1349c2)

v5.33.3

Compare Source

v5.33.2

Compare Source

  • Revert "Add/fix getPluginEntryFilePatterns helper" (resolves #​804) (3ee0476)
  • Add French article + order by date (recent first) (617a06a)
  • Skip windows-latest (error: "The syntax of the command is incorrect") (aebbfb6)

v5.33.1

Compare Source

v5.33.0

Compare Source

  • Remove more whitespace including newlines with enum members (29b35ea)
  • Upgrade jiti to v2.3.2 (c5b94c9)
  • Add module and browser fields to getEntryPathsFromManifest (e63ebec)

v5.32.0

Compare Source

  • Add pos to reference pragma import node (f704a2b)
  • Rename propertyAccessCall → resolveCall (72b4827)
  • Update dev doc (36b85ba)
  • Minor refactor, add comments to get-imports-and-exports (e9416ec)
  • Add ts.isPropertyAssignment to isConsiderReferencedNS (e4bada4)
  • Use {default: true} in jiti.import call (700a091)
  • Update a few dependencies (d2a7b59)
  • Consider enum members used if used in object enumeration method (resolves #​699) (feab792)
  • Refactor behavior with/out ignoreExportsUsedInFile (14d2cfc)
  • Always check types/classes for referenced in exported type (50bc125)
  • Don't try to find refs to empty string in findInternalReferences (42d626f)
  • Don't ignore (global) dependency if relative path (86ec088)
  • Move hard-coded deno out of bash parser (fb0da5b)
  • Add travis CI plugin (4821b52)
  • Improve nyc plugin (e6fa86a)
  • Stylelint plugin - fix issue where "customSyntax" property is not recognised as a resolved dependency (#​802) (fdb0246)
  • Don't try to find refs to empty string in findInternalReferences (fixes #​800) (d9ae5dc)
  • Update docs (0749921)
  • Post "two years" (69c021b)

v5.31.0

Compare Source


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from JoeKarow as a code owner September 26, 2024 02:08
@renovate renovate bot added automerge Enable Kodiak auto-merge dependencies Change in project dependencies. labels Sep 26, 2024
Copy link

vercel bot commented Sep 26, 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 Oct 28, 2024 2:36pm

Copy link

coderabbitai bot commented Sep 26, 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.


🪧 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>, please review it.
    • 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 gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @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 using 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.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary or <!-- #coderabbitai summary --> to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai or @coderabbitai title anywhere in the PR title to generate the title automatically.

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

socket-security bot commented Sep 26, 2024

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

Package New capabilities Transitives Size Publisher
npm/@crowdin/[email protected] network Transitive: filesystem +6 2.75 MB andrii.bodnar
npm/@neondatabase/[email protected] None +1 364 kB amitdahan, davidgomes, duskpoet, ...3 more
npm/@prisma/[email protected] None +2 110 kB prismabot
npm/@prisma/[email protected] environment, filesystem, shell 0 8.49 MB prismabot
npm/@relative-ci/[email protected] environment, filesystem, shell Transitive: eval +23 3.81 MB relativeci-bot
npm/@storybook/[email protected] None +3 2.85 MB shilman
npm/@storybook/[email protected] Transitive: environment, filesystem +21 4.26 MB shilman
npm/@storybook/[email protected] Transitive: environment +6 617 kB shilman
npm/@storybook/[email protected] None +2 71 kB shilman
npm/@storybook/[email protected] Transitive: environment +2 86.3 kB shilman
npm/@storybook/[email protected] eval Transitive: environment +11 4.48 MB shilman
npm/@storybook/[email protected] environment Transitive: eval, filesystem, network, shell, unsafe +237 29.9 MB shilman
npm/@storybook/[email protected] None +17 4.23 MB shilman
npm/@storybook/[email protected] Transitive: environment +44 9.26 MB domyen, ghengeveld, jreinhold, ...8 more
npm/@types/[email protected] None 0 2.21 MB types
npm/@types/[email protected] None 0 0 B
npm/@types/[email protected] None +2 1.69 MB types
npm/@vercel/[email protected] None 0 199 kB vercel-release-bot
npm/@vercel/[email protected] None 0 282 kB vercel-release-bot
npm/[email protected] None 0 5.49 MB andrewortwein, chromatic-ci-bot, codykaup, ...6 more
npm/[email protected] Transitive: eval +51 4.78 MB ljharb, yannickcr
npm/[email protected] filesystem Transitive: environment +18 2.51 MB yannbf
npm/[email protected] network +1 201 kB adrai
npm/[email protected] None +1 887 kB adrai
npm/[email protected] environment, eval Transitive: filesystem, shell, unsafe +19 4.61 MB webpro
npm/[email protected] Transitive: environment +7 416 kB cenk1cenk2
npm/[email protected] None 0 4.48 MB icambron
npm/[email protected] None +1 68.6 kB mesqueeb

🚮 Removed packages: npm/@crowdin/[email protected], npm/@neondatabase/[email protected], npm/@prisma/[email protected], npm/@prisma/[email protected], npm/@relative-ci/[email protected], npm/@storybook/[email protected], npm/@storybook/[email protected], npm/@storybook/[email protected], npm/@storybook/[email protected], npm/@storybook/[email protected], npm/@storybook/[email protected], npm/@storybook/[email protected], npm/@storybook/[email protected], npm/@storybook/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@vercel/[email protected], npm/@vercel/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

Copy link

relativeci bot commented Sep 26, 2024

#492 Bundle Size — 18.76MiB (~-0.01%).

13abdcd(current) vs e0a1f6e dev#406(baseline)

Bundle metrics  Change 2 changes Improvement 1 improvement
                 Current
#492
     Baseline
#406
Improvement  Initial JS 1005.39KiB(-0.03%) 1005.73KiB
No change  Initial CSS 6.61KiB 6.61KiB
Change  Cache Invalidation 2.31% 4.43%
No change  Chunks 20 20
No change  Assets 80 80
No change  Modules 792 792
No change  Duplicate Modules 103 103
No change  Duplicate Code 5.66% 5.66%
No change  Packages 81 81
No change  Duplicate Packages 0 0
Bundle size by type  Change 1 change Improvement 1 improvement
                 Current
#492
     Baseline
#406
No change  IMG 17.47MiB 17.47MiB
Improvement  JS 1.09MiB (-0.03%) 1.09MiB
No change  Fonts 189.64KiB 189.64KiB
No change  CSS 6.61KiB 6.61KiB
No change  Other 4.07KiB 4.07KiB

Bundle analysis reportBranch renovate/all-minor-patchProject dashboard


Generated by RelativeCIDocumentationReport issue

@renovate renovate bot changed the title chore(deps): update dependency @types/node to v20.16.9 chore(deps): update all non-major dependencies Sep 26, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 32a392c to f6c951e Compare October 1, 2024 03:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f6c951e to 48a7e0e Compare October 1, 2024 16:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 48a7e0e to 4145015 Compare October 2, 2024 16:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4145015 to b4c2266 Compare October 3, 2024 06:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b4c2266 to 7d6d184 Compare October 3, 2024 19:47
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Copy link

sonarcloud bot commented Oct 28, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Enable Kodiak auto-merge dependencies Change in project dependencies.
Development

Successfully merging this pull request may close these issues.

0 participants