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(auth): update all non-major dependencies #973

Merged
merged 1 commit into from
Dec 28, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 26, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@aws-sdk/client-cognito-identity-provider (source) 3.478.0 -> 3.481.0 age adoption passing confidence
@iconify-json/simple-icons 1.1.85 -> 1.1.86 age adoption passing confidence
@iconify/utils (source) 2.1.13 -> 2.1.14 age adoption passing confidence
@trpc/client (source) 10.44.1 -> 10.45.0 age adoption passing confidence
@trpc/next (source) 10.44.1 -> 10.45.0 age adoption passing confidence
@trpc/react-query (source) 10.44.1 -> 10.45.0 age adoption passing confidence
@trpc/server (source) 10.44.1 -> 10.45.0 age adoption passing confidence
knip (source) 3.8.4 -> 3.9.0 age adoption passing confidence
libphonenumber-js 1.10.52 -> 1.10.53 age adoption passing confidence
postcss-loader 7.3.3 -> 7.3.4 age adoption passing confidence
prettier-plugin-packagejson 2.4.7 -> 2.4.8 age adoption passing confidence
react-phone-number-input 3.3.7 -> 3.3.8 age adoption passing confidence
type-fest 4.8.3 -> 4.9.0 age adoption passing confidence
typesync 0.11.1 -> 0.12.0 age adoption passing confidence

Release Notes

aws/aws-sdk-js-v3 (@​aws-sdk/client-cognito-identity-provider)

v3.481.0

Compare Source

Features
trpc/trpc (@​trpc/client)

v10.45.0

Compare Source

What's Changed
New Contributors

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

webpro/knip (knip)

v3.9.0

Compare Source

catamphetamine/libphonenumber-js (libphonenumber-js)

v1.10.53

Compare Source

webpack-contrib/postcss-loader (postcss-loader)

v7.3.4

Compare Source

matzkoh/prettier-plugin-packagejson (prettier-plugin-packagejson)

v2.4.8

Compare Source

Bug Fixes
  • deps: update dependency synckit to v0.8.8 (bfbbf2d)
catamphetamine/react-phone-number-input (react-phone-number-input)

v3.3.8

Compare Source

sindresorhus/type-fest (type-fest)

v4.9.0

Compare Source

New types
Improvements
jeffijoe/typesync (typesync)

v0.12.0

Compare Source

  • [BREAKING CHANGE] #​86: Use the DefinitelyTyped strategy for resolving typings versions. This also means we no longer use the existing semver range specifier used in package.json.
  • [BREAKING CHANGE] Bump minimum supported Node version to 16.
  • The success message after running typesync now indicates when --dry is used.
  • Upgrade packages.

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 26, 2023 21:31
@renovate renovate bot added automerge Enable Kodiak auto-merge dependencies Change in project dependencies. kodiak: merge.method = 'squash' Kodiak will squash merge this PR. labels Dec 26, 2023
Copy link

vercel bot commented Dec 26, 2023

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

Name Status Preview Comments Updated (UTC)
inreach-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 28, 2023 9:27am

@ghost
Copy link

ghost commented Dec 26, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

Copy link
Contributor

github-actions bot commented Dec 26, 2023

📦 Next.js Bundle Analysis for @weareinreach/app

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

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 432.63 KB (🟡 +17.95 KB)
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 (575 KB)
/admin/quicklink/phone 38.29 KB 470.92 KB 81.90% (+/- <0.01%)
/org/[slug] 94.16 KB 526.78 KB 91.61% (+/- <0.01%)
/org/[slug]/[orgLocationId] 88.78 KB 521.4 KB 90.68% (+/- <0.01%)
/org/[slug]/[orgLocationId]/edit 88.29 KB 520.92 KB 90.59% (+/- <0.01%)
/org/[slug]/edit 93.41 KB 526.04 KB 91.48% (🟡 +0.01%)
/org/[slug]/remote 70.63 KB 503.26 KB 87.52% (+/- <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.

Copy link

alwaysmeticulous bot commented Dec 26, 2023

🤖 No test run has been triggered as your Meticulous project has been deactivated (since you haven't viewed any test results in a while). Click here to reactivate.

Last updated for commit 3f4075f. This comment will update as new commits are pushed.

@renovate renovate bot changed the title fix(auth): update dependency @aws-sdk/client-cognito-identity-provider to v3.481.0 fix(auth): update all non-major dependencies Dec 27, 2023
Copy link

socket-security bot commented Dec 27, 2023

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

Packages Version New capabilities Transitives Size Publisher
knip 3.8.4...3.9.0 None +0/-0 583 kB webpro
typesync 0.11.1...0.12.0 None +0/-0 103 kB jeffijoe

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Copy link

sonarcloud bot commented Dec 28, 2023

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@kodiakhq kodiakhq bot merged commit a222de7 into dev Dec 28, 2023
23 checks passed
@kodiakhq kodiakhq bot deleted the renovate/all-minor-patch branch December 28, 2023 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 analytics 📦 api 📦 app 📦 auth automerge Enable Kodiak auto-merge 📦 db dependencies Change in project dependencies. kodiak: merge.method = 'squash' Kodiak will squash merge this PR. 📦 ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant