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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 25, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change OpenSSF Age Adoption Passing Confidence
@aws-sdk/client-cognito-identity-provider (source) dependencies minor 3.616.0 -> 3.620.1 OpenSSF Scorecard age adoption passing confidence
@iconify-json/simple-icons devDependencies patch 1.1.109 -> 1.1.111 age adoption passing confidence
@iconify/utils (source) devDependencies patch 2.1.25 -> 2.1.29 OpenSSF Scorecard age adoption passing confidence
@snaplet/seed devDependencies minor 0.97.20 -> 0.98.0 age adoption passing confidence
@storybook/addon-webpack5-compiler-swc devDependencies patch 1.0.4 -> 1.0.5 OpenSSF Scorecard age adoption passing confidence
@swc/core (source) devDependencies patch 1.7.1 -> 1.7.3 OpenSSF Scorecard age adoption passing confidence
@tweenjs/tween.js dependencies patch 23.1.2 -> 23.1.3 OpenSSF Scorecard age adoption passing confidence
@types/node (source) devDependencies patch 20.14.12 -> 20.14.13 OpenSSF Scorecard age adoption passing confidence
@typescript-eslint/eslint-plugin (source) devDependencies minor 7.17.0 -> 7.18.0 OpenSSF Scorecard age adoption passing confidence
@typescript-eslint/parser (source) devDependencies minor 7.17.0 -> 7.18.0 OpenSSF Scorecard age adoption passing confidence
google-auth-library devDependencies minor 9.11.0 -> 9.12.0 OpenSSF Scorecard age adoption passing confidence
husky devDependencies patch 9.1.2 -> 9.1.4 OpenSSF Scorecard age adoption passing confidence
libphonenumber-js dependencies patch 1.11.4 -> 1.11.5 age adoption passing confidence
libphonenumber-js devDependencies patch 1.11.4 -> 1.11.5 age adoption passing confidence
listr2 devDependencies patch 8.2.3 -> 8.2.4 OpenSSF Scorecard age adoption passing confidence
log-update devDependencies minor 6.0.0 -> 6.1.0 OpenSSF Scorecard age adoption passing confidence
zod-to-json-schema devDependencies patch 3.23.1 -> 3.23.2 OpenSSF Scorecard age adoption passing confidence

Release Notes

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

v3.620.1

Compare Source

Note: Version bump only for package @​aws-sdk/client-cognito-identity-provider

v3.620.0

Compare Source

3.620.0(2024-07-25)
Chores
Documentation Changes
  • mention addition of web-streams-polyfill for react-native (#​6302) (456a5fe3)
New Features
  • client-network-firewall: You can now log events that are related to TLS inspection, in addition to the existing alert and flow logging. (ab0e00ec)
  • client-outposts: Adding default vCPU information to GetOutpostSupportedInstanceTypes and GetOutpostInstanceTypes responses (2e676982)
  • client-application-auto-scaling: Application Auto Scaling is now more responsive to the changes in demand of your SageMaker Inference endpoints. To get started, create or update a Target Tracking policy based on High Resolution CloudWatch metrics. (961af9b2)
  • client-eks: This release adds support for EKS cluster to manage extended support. (45cb022d)
  • client-codecommit: CreateRepository API now throws OperationNotAllowedException when the account has been restricted from creating a repository. (9195ee76)
  • client-ec2: EC2 Fleet now supports using custom identifiers to reference Amazon Machine Images (AMI) in launch requests that are configured to choose from a diversified list of instance types. (88cbe697)
  • client-sfn: This release adds support to customer managed KMS key encryption in AWS Step Functions. (895cc687)
  • client-bedrock-runtime: Provides ServiceUnavailableException error message (690bc7f8)
  • client-datazone: Introduces GetEnvironmentCredentials operation to SDK (2156a876)
  • client-ecr: API and documentation updates for Amazon ECR, adding support for creating, updating, describing and deleting ECR Repository Creation Template. (83e5411c)
  • client-application-signals: CloudWatch Application Signals now supports application logs correlation with traces and operational health metrics of applications running on EC2 instances. Users can view the most relevant telemetry to troubleshoot application health anomalies such as spikes in latency, errors, and availability. (ef30775d)
  • client-elastic-load-balancing-v2: This release adds support for sharing trust stores across accounts and organizations through integration with AWS Resource Access Manager. (4a753d9e)
Bug Fixes
  • eventstream-handler-node: start streaming without waiting for response (#​6311) (0072f426)
Tests

For list of updated packages, view updated-packages.md in assets-3.620.0.zip

storybookjs/addon-webpack5-compiler-swc (@​storybook/addon-webpack5-compiler-swc)

v1.0.5

Compare Source

🐛 Bug Fix
Authors: 1

swc-project/swc (@​swc/core)

v1.7.3

Compare Source

Bug Fixes

v1.7.2

Compare Source

Bug Fixes
Documentation
  • (bindings/wasm) Document supported TypeScript version (#​9334) (66f31c0)
tweenjs/tween.js (@​tweenjs/tween.js)

v23.1.3: - tisk tisk tisk

Compare Source

Unfortunately we had to revert the fix for yoyo in v23.1.2 because it broke the yoyo demo. lol

So, this ironically fixes yoyo so that it is more fixed than how fixed we thought it was, and we will have to circle back to #​677 again get yoyo even more fixed. 🥴

Full Changelog: tweenjs/tween.js@v23.1.2...v23.1.3

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

v7.18.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib

  • eslint-plugin: [unbound-method] report on destructuring in function parameters

  • eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types

  • eslint-plugin: [strict-boolean-expressions] support branded booleans

❤️ Thank You
  • auvred
  • Oliver Salzburg
  • Vinccool96
  • Yukihiro Hasegawa

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

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

v7.18.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

googleapis/google-auth-library-nodejs (google-auth-library)

v9.12.0

Compare Source

Features
Bug Fixes
typicode/husky (husky)

v9.1.4

Compare Source

v9.1.3

Compare Source

  • fix: better handle space in PATH
catamphetamine/libphonenumber-js (libphonenumber-js)

v1.11.5

Compare Source

listr2/listr2 (listr2)

v8.2.4

Compare Source

listr2 8.2.4 (2024-07-27)

Bug Fixes
  • deps: update dependency log-update to ^6.1.0 (df1407f)
sindresorhus/log-update (log-update)

v6.1.0

Compare Source

StefanTerdell/zod-to-json-schema (zod-to-json-schema)

v3.23.2

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot requested a review from JoeKarow as a code owner July 25, 2024 17:03
@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 Jul 25, 2024
Copy link

vercel bot commented Jul 25, 2024

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 Jul 25, 2024 5:04pm

Copy link

Meticulous was unable to execute a test run for this PR because the most recent commit is associated with multiple PRs. To execute a test run, please try pushing up a new commit that is only associated with this PR.

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

Copy link
Contributor

coderabbitai bot commented Jul 25, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


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?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

sonarcloud bot commented Jul 25, 2024

Copy link
Contributor

📦 Next.js Bundle Analysis for @weareinreach/app

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

This PR introduced no changes to the JavaScript bundle! 🙌

@renovate renovate bot changed the title chore(ui): update all non-major dependencies fix(auth): update all non-major dependencies Jul 25, 2024
@JoeKarow JoeKarow closed this Jul 30, 2024
@JoeKarow JoeKarow deleted the renovate/all-minor-patch branch July 30, 2024 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 api 📦 app automerge Enable Kodiak auto-merge 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