-
-
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 #1293
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
#662 Bundle Size — 3.41MiB (~+0.01%).Warning Bundle contains 6 duplicate packages – View duplicate packages Bundle metrics
Bundle size by type
Bundle analysis report Branch renovate/all-minor-patch Project dashboard |
📦 Next.js Bundle Analysis for @weareinreach/appThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
26eedbf
to
b589378
Compare
b589378
to
aaac985
Compare
🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎ To accept the risk, merge this PR and you will not be notified again.
Next stepsWhat is an install script?Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts. Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead. Take a deeper look at the dependencyTake a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev. Remove the packageIf you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency. Mark a package as acceptable riskTo ignore an alert, reply with a comment starting with
|
aaac985
to
3d8a130
Compare
This PR currently has a merge conflict. Please resolve this and then re-add the |
3d8a130
to
013a913
Compare
013a913
to
023c773
Compare
023c773
to
a2f4bcb
Compare
a2f4bcb
to
2704257
Compare
2704257
to
ecda900
Compare
ecda900
to
0dd3beb
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
0dd3beb
to
8227938
Compare
|
This PR contains the following updates:
3.592.0
->3.596.0
8.1.6
->8.1.8
8.1.6
->8.1.8
8.1.6
->8.1.8
8.1.6
->8.1.8
8.1.6
->8.1.8
8.1.6
->8.1.8
8.1.6
->8.1.8
8.1.6
->8.1.8
8.1.6
->8.1.8
8.1.6
->8.1.8
8.1.6
->8.1.8
8.1.6
->8.1.8
8.1.6
->8.1.8
8.1.6
->8.1.8
8.1.6
->8.1.8
8.1.6
->8.1.8
1.5.27
->1.5.29
1.1.1
->1.2.0
1.0.11
->1.0.12
11.5.3
->11.5.4
11.5.3
->11.5.4
9.10.0
->9.11.0
5.18.2
->5.19.0
15.2.5
->15.2.7
3.3.1
->3.3.2
2.0.9
->2.0.10
8.1.6
->8.1.8
4.15.1
->4.15.4
5.91.0
->5.92.0
Release Notes
aws/aws-sdk-js-v3 (@aws-sdk/client-cognito-identity-provider)
v3.596.0
Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity-provider
storybookjs/storybook (@storybook/addon-a11y)
v8.1.8
Compare Source
init --skip-install
- #28226, thanks @shilman!v8.1.7
Compare Source
storybookjs/storybook (@storybook/react)
v8.1.8
Compare Source
v8.1.7
Compare Source
swc-project/swc (@swc/core)
v1.5.29
Compare Source
Bug Fixes
(ci) Make publish action upload cli artifacts (#9040) (3337bb2)
(es) Make
output
field optional (#9033) (39654bf)(es/codegen) Emit named type in mapped types (#9038) (91e92ec)
(es/minifier) Visit RHS while hoisting properties (#9032) (cb16994)
(xtask) Fix
nightly
action (#9042) (733dcc6)Performance
(es/minifier) Do not visit var init multiple times (#9039) (675916c)
(es/parser) Optimize lexing of template literals (#9036) (6ab19a1)
(es/parser) Optimize lexing of template literals, again (#9037) (5bffd0f)
v1.5.28
Compare Source
Bug Fixes
vercel/storage (@vercel/edge-config)
v1.2.0
Compare Source
Minor Changes
6a592b5
: allow setting fetch cache behaviourPatch Changes
6a592b5
: remove DeepReadOnly typevercel/speed-insights (@vercel/speed-insights)
v1.0.12
Compare Source
What's Changed
Full Changelog: vercel/speed-insights@1.0.11...1.0.12
chromaui/chromatic-cli (chromatic)
v11.5.4
Compare Source
🐛 Bug Fix
Authors: 1
googleapis/google-auth-library-nodejs (google-auth-library)
v9.11.0
Compare Source
Features
webpro-nl/knip (knip)
v5.19.0
Compare Source
okonet/lint-staged (lint-staged)
v15.2.7
Compare Source
Patch Changes
a51be80
Thanks @iiroj! - In the previous version the nativegit rev-parse --show-toplevel
command was taken into use for resolving the current git repo root. This version drops the--path-format=absolute
option to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgradinggit
to the latest version.v15.2.6
Compare Source
Patch Changes
119adb2
Thanks @iiroj! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.prettier/prettier (prettier)
v3.3.2
Compare Source
diff
Fix handlebars path expressions starts with
@
(#16358 by @Princeyadav05)remeda/remeda (remeda)
v2.0.10
Compare Source
privatenumber/tsx (tsx)
v4.15.4
Compare Source
Bug Fixes
This release is also available on:
v4.15.3
Compare Source
Bug Fixes
This release is also available on:
v4.15.2
Compare Source
Bug Fixes
This release is also available on:
webpack/webpack (webpack)
v5.92.0
Compare Source
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.