-
-
Notifications
You must be signed in to change notification settings - Fork 4
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 #980
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
📦 Next.js Bundle Analysis for @weareinreach/appThis analysis was generated by the Next.js Bundle Analysis action. 🤖 Fourteen Pages Changed SizeThe following pages changed size from the code in this PR compared to its base branch:
DetailsOnly 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 Any third party scripts you have added directly to your app using the 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. |
bad3157
to
78cef4a
Compare
78cef4a
to
9269a28
Compare
9269a28
to
d40689c
Compare
d40689c
to
fee22c4
Compare
Updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fee22c4
to
9b15284
Compare
|
This PR contains the following updates:
3.481.0
->3.484.0
7.23.6
->7.23.7
7.23.6
->7.23.7
7.6.6
->7.6.7
7.6.6
->7.6.7
7.6.6
->7.6.7
7.6.6
->7.6.7
7.6.6
->7.6.7
7.6.6
->7.6.7
7.6.6
->7.6.7
7.6.6
->7.6.7
7.6.6
->7.6.7
7.6.6
->7.6.7
7.6.6
->7.6.7
7.6.6
->7.6.7
7.6.6
->7.6.7
7.6.6
->7.6.7
20.10.5
->20.10.6
6.16.0
->6.17.0
6.16.0
->6.17.0
23.7.12
->23.7.13
0.26.3
->0.27.0
7.6.6
->7.6.7
Release Notes
aws/aws-sdk-js-v3 (@aws-sdk/client-cognito-identity-provider)
v3.484.0
Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity-provider
babel/babel (@babel/core)
v7.23.7
Compare Source
🐛 Bug Fix
babel-traverse
Program
(@liuxingbaoyu)babel-helpers
,babel-plugin-proposal-decorators
ctx.kind
is wrong (@liuxingbaoyu)babel-plugin-proposal-decorators
babel-core
unhandledRejection
events (@nicolo-ribaudo)🏠 Internal
babel-helper-create-class-features-plugin
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
storybookjs/storybook (@storybook/addon-a11y)
v7.6.7
Compare Source
storybookjs/storybook (@storybook/addon-actions)
v7.6.7
Compare Source
storybookjs/storybook (@storybook/addon-interactions)
v7.6.7
Compare Source
storybookjs/storybook (@storybook/addon-links)
v7.6.7
Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.17.0
Compare Source
Bug Fixes
patterns
orpaths
in options are empty (#8108) (675e987)Features
default
case on an already exhaustiveswitch
(#7539) (6a219bd)You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.17.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
i18next/i18next (i18next)
v23.7.13
Compare Source
kysely-org/kysely (kysely)
v0.27.0
Compare Source
json_agg
andto_json
functions to function moduleis distinct from
operator #673set('first_name', 'Jennifer')
variant for update query'sset
method #672as
statement support for createTable #771. Thank you @viraxslot ❤️nulls not distinct
option for constraints #770. Thank you @viraxslot ❤️addIndex
&dropIndex
@ AlterTableBuilder #720. Thank you @Gasperostream()
support for sqlite dialect #754. Thank you @tgriesser ❤️$if
#793. Thank you @igalklebanov ❤️onConflict..doUpdateSet
used select types instead of update types. #792. Thank you @igalklebanov ❤️eb.jsonPath<$>
#791. Thank you @igalklebanov ❤️$narrowType
supports new type tagNotNull
for an easier way to mark columns not nullable manuallymin
andmax
aggregate functions.Breaking changes
selectNoFrom
is removed fromExpressionBuilder
due to severe typescript performance issues.selectNoFrom
still exists in theKysely
instance, and in most cases, you can use that instead. See this example on how to migrate: https://kyse.link/?p=s\&i=sqAZIvTQktxgXYzHGkqX.where('first_name', '=', sql`something`)
. You need to explicitly give a type for thesql
expressions like thissql<string>`something`
eb.cmpr
andeb.bxp
have been removed. Useeb
as a function instead.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.
This PR has been generated by Mend Renovate. View repository job log here.