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

Merged
merged 1 commit into from
Nov 27, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 22, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@trpc/client (source) 10.44.0 -> 10.44.1 age adoption passing confidence
@trpc/next (source) 10.44.0 -> 10.44.1 age adoption passing confidence
@trpc/react-query (source) 10.44.0 -> 10.44.1 age adoption passing confidence
@trpc/server (source) 10.44.0 -> 10.44.1 age adoption passing confidence
@types/node (source) 20.9.4 -> 20.10.0 age adoption passing confidence
eslint-plugin-codegen 0.20.0 -> 0.21.0 age adoption passing confidence
pnpm (source) 8.10.5 -> 8.11.0 age adoption passing confidence
tsx 4.2.1 -> 4.5.0 age adoption passing confidence

Release Notes

trpc/trpc (@​trpc/client)

v10.44.1

Compare Source

What's Changed

New Contributors

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

mmkal/eslint-plugin-codegen (eslint-plugin-codegen)

v0.21.0

Compare Source

  • feat: set default markdownTOC depth to 2 6eaa7db
  • put custom.gif in the right place 38cbb3c

v0.20.1

Compare Source

pnpm/pnpm (pnpm)

v8.11.0

Compare Source

Minor Changes

  • (IMPORTANT) When the package tarballs aren't hosted on the same domain on which the registry (the server with the package metadata) is, the dependency keys in the lockfile should only contain /<pkg_name>@&#8203;<pkg_version, not <domain>/<pkg_name>@&#8203;<pkg_version>.

    This change is a fix to avoid the same package from being added to node_modules/.pnpm multiple times. The change to the lockfile is backward compatible, so previous versions of pnpm will work with the fixed lockfile.

    We recommend that all team members update pnpm in order to avoid repeated changes in the lockfile.

    Related PR: #​7318.

Patch Changes

  • pnpm add a-module-already-in-dev-deps will show a message to notice the user that the package was not moved to "dependencies" #​926.
  • The modules directory should not be removed if the registry configuration has changed.
  • Fix missing auth tokens in registries with paths specified (e.g. //npm.pkg.github.com/pnpm). #​5970 #​2933

Our Gold Sponsors

Our Silver Sponsors

privatenumber/tsx (tsx)

v4.5.0

Compare Source

Features
  • watch: log reason for rerun & improved exit handling (#​412) (fb59907)

This release is also available on:

v4.4.0

Compare Source

Bug Fixes
  • send SIGKILL on unresponsive process (#​395) (fb61588)
  • watch: dont log rerunning on first run (5a71a87)
Features

This release is also available on:

v4.3.0

Compare Source

Bug Fixes
  • cache bust for dynamic-import transfomer change (15b4277)
Features
Performance Improvements

This release is also 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 November 22, 2023 19:31
@renovate renovate bot added automerge Enable Kodiak auto-merge dependencies Change in project dependencies. labels Nov 22, 2023
Copy link

vercel bot commented Nov 22, 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 24, 2023 9:44pm

Copy link

socket-security bot commented Nov 22, 2023

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

Packages Version New capabilities Transitives Size Publisher
tsx 4.2.1...4.5.0 None +0/-0 390 kB

Copy link

github-actions bot commented Nov 22, 2023

📦 Next.js Bundle Analysis for @weareinreach/glaad

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

One Page Changed Size

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

Page Size (compressed) First Load % of Budget (350 KB)
/survey 67.82 KB 236.84 KB 67.67% (+/- <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 chore(deps): update dependency tsx to v4.3.0 chore(deps): update all non-major dependencies Nov 23, 2023
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Nov 23, 2023
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@kodiakhq kodiakhq bot merged commit 95cfbae into dev Nov 27, 2023
16 checks passed
@kodiakhq kodiakhq bot deleted the renovate/all-minor-patch branch November 27, 2023 16:53
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