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

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@crowdin/crowdin-api-client 1.25.1 -> 1.26.0 age adoption passing confidence
@storybook/addon-a11y (source) 7.5.1 -> 7.5.2 age adoption passing confidence
@storybook/addon-essentials (source) 7.5.1 -> 7.5.2 age adoption passing confidence
@storybook/addon-interactions (source) 7.5.1 -> 7.5.2 age adoption passing confidence
@storybook/addon-links (source) 7.5.1 -> 7.5.2 age adoption passing confidence
@storybook/addon-viewport (source) 7.5.1 -> 7.5.2 age adoption passing confidence
@storybook/blocks (source) 7.5.1 -> 7.5.2 age adoption passing confidence
@storybook/nextjs (source) 7.5.1 -> 7.5.2 age adoption passing confidence
@storybook/react (source) 7.5.1 -> 7.5.2 age adoption passing confidence
@trpc/client (source) 10.43.0 -> 10.43.1 age adoption passing confidence
@trpc/next (source) 10.43.0 -> 10.43.1 age adoption passing confidence
@trpc/react-query (source) 10.43.0 -> 10.43.1 age adoption passing confidence
@trpc/server (source) 10.43.0 -> 10.43.1 age adoption passing confidence
@types/node (source) 18.18.7 -> 18.18.8 age adoption passing confidence
@types/react (source) 18.2.33 -> 18.2.35 age adoption passing confidence
@typescript-eslint/eslint-plugin 6.9.0 -> 6.9.1 age adoption passing confidence
@typescript-eslint/parser 6.9.0 -> 6.9.1 age adoption passing confidence
chromatic (source) 7.5.4 -> 7.6.0 age adoption passing confidence
eslint (source) 8.52.0 -> 8.53.0 age adoption passing confidence
i18next-http-backend 2.3.0 -> 2.3.1 age adoption passing confidence
nanoid 5.0.2 -> 5.0.3 age adoption passing confidence
nextjs-routes 2.0.1 -> 2.1.0 age adoption passing confidence
pnpm (source) 8.10.0 -> 8.10.2 age adoption passing confidence
storybook (source) 7.5.1 -> 7.5.2 age adoption passing confidence

Release Notes

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

v1.26.0

Compare Source

What's Changed

New Contributors

Full Changelog: crowdin/crowdin-api-client-js@1.25.1...1.26.0

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

v7.5.2

Compare Source

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

v7.5.2

Compare Source

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

v7.5.2

Compare Source

7.5.2

trpc/trpc (@​trpc/client)

v10.43.1

Compare Source

What's Changed
New Contributors

Full Changelog: trpc/trpc@v10.43.0...v10.43.1

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

v6.9.1

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] allow PascalCase for imports (#​7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#​7831) (31988e0)

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

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

v6.9.1

Compare Source

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

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

chromaui/chromatic-cli (chromatic)

v7.6.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 3

eslint/eslint (eslint)

v8.53.0

Compare Source

Features

  • 528e1c0 feat: Deprecate formatting rules (#​17696) (Nicholas C. Zakas)
  • c0b11dd feat: Add suggestions for no-prototype-builtins (#​17677) (Yonathan Randolph)

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#​17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#​17672) (Francesco Trotta)

Documentation

  • ab8c60d docs: change position of return to top button (#​17688) (Tanuj Kanti)
  • 4fc44c0 docs: update twitter icon to new X icon (#​17687) (Tanuj Kanti)
  • 4164b2c docs: Update README (GitHub Actions Bot)
  • 8651895 docs: Fix tabs in rule examples (#​17653) (Francesco Trotta)
  • 3aec1c5 docs: explained rule fixers and suggestions (#​17657) (Josh Goldberg ✨)

Chores

i18next/i18next-http-backend (i18next-http-backend)

v2.3.1

Compare Source

  • fix for browser usage
ai/nanoid (nanoid)

v5.0.3

Compare Source

  • Fixed CLI docs (by Chris Schmich).
tatethurston/nextjs-routes (nextjs-routes)

v2.1.0

Compare Source

pnpm/pnpm (pnpm)

v8.10.2

Compare Source

Patch Changes

  • Fixed a regression that was shipped with pnpm v8.10.0. Dependencies that were already built should not be rebuilt on repeat install. This issue was introduced via the changes related to supportedArchitectures. Related issue #​7268.

Our Gold Sponsors

Our Silver Sponsors

v8.10.1

Compare Source

Patch Changes

  • (Important) Tarball resolutions in pnpm-lock.yaml will no longer contain a registry field. This field has been unused for a long time. This change should not cause any issues besides backward compatible modifications to the lockfile #​7262.
  • Fix issue when trying to use pnpm dlx in the root of a Windows Drive #​7263.
  • Optional dependencies that do not have to be built will be reflinked (or hardlinked) to the store instead of copied #​7046.
  • If a package's tarball cannot be fetched, print the dependency chain that leads to the failed package #​7265.
  • After upgrading one of our dependencies, we started to sometimes have an error on publish. We have forked @npmcli/arborist to patch it with a fix #​7269.

Our Gold Sponsors

Our Silver Sponsors


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 October 28, 2023 15:54
@renovate renovate bot added automerge Enable Kodiak auto-merge dependencies Change in project dependencies. labels Oct 28, 2023
@vercel
Copy link

vercel bot commented Oct 28, 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 Nov 6, 2023 9:21am

@github-actions
Copy link

github-actions bot commented Oct 28, 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 174.14 KB (🟡 +10 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!

Nine 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)
/ 7.06 KB 181.2 KB 51.77% (+/- <0.01%)
/about 9.18 KB 183.32 KB 52.38% (+/- <0.01%)
/act 6.34 KB 180.48 KB 51.56% (+/- <0.01%)
/category/[tag]/[[...storyId]] 22.92 KB 197.05 KB 56.30% (+/- <0.01%)
/gallery 29.88 KB 204.01 KB 58.29% (+/- <0.01%)
/gallery/[slug] 16.54 KB 190.68 KB 54.48% (+/- <0.01%)
/share 19.29 KB 193.43 KB 55.27% (+/- <0.01%)
/story/[id] 5.23 KB 179.37 KB 51.25% (+/- <0.01%)
/survey 70.57 KB 244.71 KB 69.92% (+/- <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 changed the title fix(deps): update dependency i18next-http-backend to v2.3.1 chore(deps): update all non-major dependencies Oct 30, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8712eb4 to 12f46fd Compare October 30, 2023 13:53
@socket-security
Copy link

socket-security bot commented Oct 30, 2023

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

Packages Version New capabilities Transitives Size Publisher
storybook 7.5.1...7.5.2 None +1/-1 1.33 MB shilman
nextjs-routes 2.0.1...2.1.0 None +0/-0 120 kB tatethurston
eslint 8.52.0...8.53.0 None +0/-0 3.02 MB eslintbot
chromatic 7.5.4...7.6.0 None +0/-0 8.11 MB ghengeveld

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 12f46fd to 8350ec1 Compare October 30, 2023 19:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8350ec1 to 9549836 Compare October 31, 2023 09:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9549836 to 5aeb245 Compare October 31, 2023 19:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5aeb245 to 5a22898 Compare November 1, 2023 13:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5a22898 to 4b2000d Compare November 1, 2023 17:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4b2000d to 6f7d10f Compare November 2, 2023 01:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6f7d10f to e8287d0 Compare November 2, 2023 09:30
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Nov 2, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e8287d0 to 4044c0e Compare November 2, 2023 18:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4044c0e to d9d5b06 Compare November 4, 2023 00:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d9d5b06 to c6aafa6 Compare November 4, 2023 19:33
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@kodiakhq kodiakhq bot merged commit 8a1ff29 into dev Nov 6, 2023
14 checks passed
@kodiakhq kodiakhq bot deleted the renovate/all-minor-patch branch November 6, 2023 13:35
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