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

chore(deps): update all non-major dependencies #276

Merged
merged 1 commit into from
Dec 8, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@storybook/addon-a11y (source) 7.6.3 -> 7.6.4 age adoption passing confidence
@storybook/addon-essentials (source) 7.6.3 -> 7.6.4 age adoption passing confidence
@storybook/addon-interactions (source) 7.6.3 -> 7.6.4 age adoption passing confidence
@storybook/addon-links (source) 7.6.3 -> 7.6.4 age adoption passing confidence
@storybook/addon-viewport (source) 7.6.3 -> 7.6.4 age adoption passing confidence
@storybook/blocks (source) 7.6.3 -> 7.6.4 age adoption passing confidence
@storybook/nextjs (source) 7.6.3 -> 7.6.4 age adoption passing confidence
@storybook/react (source) 7.6.3 -> 7.6.4 age adoption passing confidence
@types/node (source) 20.10.3 -> 20.10.4 age adoption passing confidence
chromatic (source) 10.0.0 -> 10.1.0 age adoption passing confidence
eslint-plugin-turbo (source) 1.11.0 -> 1.11.1 age adoption passing confidence
i18next (source) 23.7.7 -> 23.7.8 age adoption passing confidence
next-i18next 15.0.0 -> 15.1.1 age adoption passing confidence
storybook (source) 7.6.3 -> 7.6.4 age adoption passing confidence
turbo (source) 1.11.0 -> 1.11.1 age adoption passing confidence
typescript (source) 5.3.2 -> 5.3.3 age adoption passing confidence

Release Notes

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

v7.6.4

Compare Source

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

v7.6.4

Compare Source

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

v7.6.4

Compare Source

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

v7.6.4

Compare Source

storybookjs/storybook (@​storybook/nextjs)

v7.6.4

Compare Source

chromaui/chromatic-cli (chromatic)

v10.1.0

Compare Source

🚀 Enhancement
Authors: 2

vercel/turbo (eslint-plugin-turbo)

v1.11.1: Turborepo v1.11.1

Compare Source

What's Changed

create-turbo
Examples
Changelog

Full Changelog: vercel/turborepo@v1.11.0...v1.11.1

i18next/i18next (i18next)

v23.7.8

Compare Source

  • prevent cosmetic SyntaxError because of non catched error variable
i18next/next-i18next (next-i18next)

v15.1.1

Compare Source

  • optimize/fix last change for turbo

v15.1.0

Compare Source

storybookjs/storybook (storybook)

v7.6.4

Compare Source

Microsoft/TypeScript (typescript)

v5.3.3: TypeScript 5.3.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 December 6, 2023 22:48
@renovate renovate bot added automerge Enable Kodiak auto-merge dependencies Change in project dependencies. labels Dec 6, 2023
Copy link

vercel bot commented Dec 6, 2023

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

Name Status Preview Comments Updated (UTC)
glaad ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 8, 2023 4:47pm

Copy link

socket-security bot commented Dec 6, 2023

Updated dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
turbo 1.11.0...1.11.1 None +0/-0 41.3 kB turbobot
storybook 7.6.3...7.6.4 None +1/-1 1.34 MB shilman
typescript 5.3.2...5.3.3 None +0/-0 32 MB typescript-bot
chromatic 10.0.0...10.1.0 None +0/-0 8.06 MB ghengeveld

Copy link

github-actions bot commented Dec 6, 2023

📦 Next.js Bundle Analysis for @weareinreach/glaad

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 168.62 KB (🟡 +43 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

Six Pages Changed Size

The following pages changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load % of Budget (350 KB)
/ 6.95 KB 175.57 KB 50.16% (+/- <0.01%)
/about 9.05 KB 177.68 KB 50.76% (+/- <0.01%)
/gallery 29.35 KB 197.97 KB 56.56% (+/- <0.01%)
/share 18.81 KB 187.43 KB 53.55% (+/- <0.01%)
/story/[id] 5.16 KB 173.78 KB 49.65% (+/- <0.01%)
/survey 67.62 KB 236.24 KB 67.50% (+/- <0.01%)
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b7c8435 to 4b24b46 Compare December 7, 2023 00:15
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Dec 7, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4b24b46 to 3fa61fd Compare December 7, 2023 08:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3fa61fd to 82fbe71 Compare December 7, 2023 16:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 82fbe71 to bc85e77 Compare December 7, 2023 20:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bc85e77 to 3ecc373 Compare December 8, 2023 01:59
@kodiakhq kodiakhq bot removed the automerge Enable Kodiak auto-merge label Dec 8, 2023
Copy link
Contributor

kodiakhq bot commented Dec 8, 2023

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

JoeKarow
JoeKarow previously approved these changes Dec 8, 2023
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3ecc373 to 9081413 Compare December 8, 2023 16:44
@JoeKarow JoeKarow added the automerge Enable Kodiak auto-merge label Dec 8, 2023
@kodiakhq kodiakhq bot merged commit 6f9912c into dev Dec 8, 2023
15 of 16 checks passed
@kodiakhq kodiakhq bot deleted the renovate/all-minor-patch branch December 8, 2023 16:45
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.

1 participant