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

chore(deps): update minor dependencies #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 26, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@emotion/babel-plugin (source) 11.3.0 -> 11.13.5 age adoption passing confidence
@emotion/babel-preset-css-prop (source) 11.2.0 -> 11.12.0 age adoption passing confidence
@emotion/eslint-plugin (source) 11.2.0 -> 11.12.0 age adoption passing confidence
@emotion/react (source) 11.4.0 -> 11.13.5 age adoption passing confidence
@tensorflow-models/body-pix 2.2.0 -> 2.2.1 age adoption passing confidence
@tensorflow/tfjs 3.7.0 -> 3.21.0 age adoption passing confidence
@testing-library/jest-dom 5.14.1 -> 5.17.0 age adoption passing confidence
@testing-library/react 12.0.0 -> 12.1.5 age adoption passing confidence
@testing-library/user-event 13.1.9 -> 13.5.0 age adoption passing confidence
@types/dom-mediacapture-record (source) 1.0.9 -> 1.0.21 age adoption passing confidence
@types/jest (source) 26.0.23 -> 26.0.24 age adoption passing confidence
@types/node (source) 14.17.4 -> 14.18.63 age adoption passing confidence
@types/react (source) 17.0.13 -> 17.0.83 age adoption passing confidence
@types/react-color (source) 3.0.4 -> 3.0.12 age adoption passing confidence
@types/react-dom (source) 17.0.8 -> 17.0.25 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 4.28.1 -> 4.33.0 age adoption passing confidence
@typescript-eslint/parser (source) 4.28.1 -> 4.33.0 age adoption passing confidence
dayjs (source) 1.10.5 -> 1.11.13 age adoption passing confidence
eslint (source) 7.29.0 -> 7.32.0 age adoption passing confidence
eslint-config-prettier 8.3.0 -> 8.10.0 age adoption passing confidence
eslint-plugin-import 2.23.4 -> 2.31.0 age adoption passing confidence
eslint-plugin-prettier 3.4.0 -> 3.4.1 age adoption passing confidence
eslint-plugin-react 7.24.0 -> 7.37.2 age adoption passing confidence
eslint-plugin-react-hooks (source) 4.2.0 -> 4.6.2 age adoption passing confidence
firebase (source, changelog) 8.7.0 -> 8.10.1 age adoption passing confidence
prettier (source) 2.3.2 -> 2.8.8 age adoption passing confidence
react-app-rewired 2.1.8 -> 2.2.1 age adoption passing confidence
semantic-ui-css (source) 2.4.1 -> 2.5.0 age adoption passing confidence
semantic-ui-react 2.0.3 -> 2.1.5 age adoption passing confidence
typescript (source) 4.3.5 -> 4.9.5 age adoption passing confidence
web-vitals 2.1.0 -> 2.1.4 age adoption passing confidence

Release Notes

emotion-js/emotion (@​emotion/babel-plugin)

v11.13.5

Compare Source

v11.12.0

Compare Source

v11.11.0

Compare Source

Patch Changes

v11.10.8

Compare Source

Patch Changes

v11.10.6

Compare Source

Patch Changes

v11.10.5

Compare Source

Patch Changes

v11.10.2

Compare Source

Patch Changes
  • #​2858 005e211d Thanks @​Andarist! - Fixed an issue in the styles minifier that caused interpolations to be sometimes included more than once in the output.

v11.10.0

Compare Source

Minor Changes
  • #​2819 bbad8c79 Thanks @​nicksrandall! - exports field has been added to the package.json manifest. It limits what files can be imported from a package but we've tried our best to allow importing all the files that were considered to be a part of the public API.
Patch Changes

v11.9.5

Compare Source

Patch Changes
  • #​2799 5b99a849 Thanks @​Andarist! - Fixed an issue with the lack of /*#__PURE__*/ annotations before styled calls transformed from tagged template expressions.

v11.9.2

Compare Source

Patch Changes
  • #​2721 ae0f650b Thanks @​Andarist! - Fixed an issue in the minifying logic that could remove rules with the same context values as their parent rules. Like in the example below:

    styled.div`
      > div {
        color: blue;
    
        > div {
          color: hotpink;
        }
      }
    `

v11.7.2

Compare Source

Patch Changes
  • #​2585 b830c7dc Thanks @​Andarist! - Fixed label extraction crashing in some cases involving variable declarations with array and object patterns.

  • #​2585 b830c7dc Thanks @​kddc, @​Andarist! - Improved label extraction for named function expressions and anonymous functions used as object property values.

  • #​2602 b02f349d Thanks @​Andarist! - Fixed an issue with styled transformer sometimes not using the used local name for the imported named export when used with importMap.

v11.7.1

Compare Source

Patch Changes
  • #​2577 04681a5f Thanks @​Methuselah96! - Export Keyframes type to avoid TypeScript inserting import("@​emotion/serialize").Keyframes references into declaration files emitted based on a source files exporting keyframes result. This avoids issues with strict package managers that don't allow accessing undeclared dependencies.

  • #​2590 1554a7e2 Thanks @​Andarist! - Upgraded and pinned the version of Stylis - the CSS parser that Emotion uses under the hood.

  • Updated dependencies [1554a7e2]:

tensorflow/tfjs (@​tensorflow/tfjs)

v3.21.0

Compare Source

v3.20.0

Compare Source

v3.19.0

Compare Source

v3.18.0

Compare Source

v3.17.0

Compare Source

testing-library/jest-dom (@​testing-library/jest-dom)

v5.17.0

Compare Source

Features
  • New toHaveAccessibleErrorMessage better implementing the spec, deprecate toHaveErrorMessage (#​503) (d717c66)

v5.16.5

Compare Source

Bug Fixes

v5.16.4

Compare Source

Bug Fixes
  • Support unenclosed inner text for details elements in to be visible (#​396) (af18453)

v5.16.3

Compare Source

Bug Fixes

v5.16.2

Compare Source

Bug Fixes

v5.16.1

Compare Source

Bug Fixes

v5.16.0

Compare Source

Features

v5.15.1

Compare Source

Bug Fixes

v5.15.0

Compare Source

Features
testing-library/react-testing-library (@​testing-library/react)

v12.1.5

Compare Source

Bug Fixes

v12.1.4

Compare Source

Bug Fixes
  • Match runtime type of baseElement in TypeScript types (#​1023) (96ed8da)

v12.1.3

Compare Source

Bug Fixes

v12.1.2

Compare Source

Bug Fixes
  • render: Don't reject wrapper types based on statics (#​973) (7f53b56)

v12.1.1

Compare Source

Bug Fixes

v12.1.0

Compare Source

Features
testing-library/user-event (@​testing-library/user-event)

v13.5.0

Compare Source

Features
  • keyboard: keep key pressed for multiple keydown events (#​728) (5d946d5)

v13.4.2

Compare Source

Bug Fixes
  • keyboard: submit on enter keypress for checkboxes and radio buttons (#​741) (97ba08e)

v13.4.1

Compare Source

Bug Fixes

v13.4.0

Compare Source

Features

v13.3.0

Compare Source

Features

v13.2.1

Compare Source

Bug Fixes

v13.2.0

Compare Source

Features
  • add keydownBehavior for ArrowLeft and ArrowRight on <textarea> (#​686) (f8f00d4)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v4.33.0

Compare Source

Bug Fixes
  • eslint-plugin: [lines-between-class-members] fix exceptAfterOverload for abstract methods (#​3943) (240fc65)
  • eslint-plugin: [no-confusing-void-expression] support optional chaining (#​3937) (c40dd13)
  • eslint-plugin: [no-restricted-imports] fix crash when no options given (#​3947) (edaa3c1)
  • eslint-plugin: [non-nullable-type-assertion-style] false-positive with non-nullish as assertions and types (#​3940) (40760f9)
  • eslint-plugin: [padding-line-between-statements] TSModuleBlock should change scope (#​3944) (f8f534e)
  • eslint-plugin: [prefer-regexp-exec] check RegExp without flags (#​3946) (0868725)

v4.32.0

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-type-definitions] correct fix for export default (#​3899) (ebb33ed)
  • eslint-plugin: [no-require-imports] report only global require (#​3871) (8aa87a1)
  • eslint-plugin: [no-shadow] ignore type-only imports properly (#​3868) (dda9cee)
  • eslint-plugin: [no-var-requires] report problems within NewExpression (#​3884) (ed5e459)
  • eslint-plugin: [padding-line-between-statements] problems within namespaces not being reported (#​3869) (1861356)
  • eslint-plugin: [prefer-regexp-exec] respect flags when using RegExp (#​3855) (ffdb5ff)
  • eslint-plugin: [prefer-return-this-type] handle generics properly in fixer (#​3852) (9e98b8f)
  • eslint-plugin: false-positive/negative with array index in no-unnecessary-condition (#​3805) (bdb8f0b)
Features
  • eslint-plugin: [no-type-alias]: add allowGenerics option (#​3865) (4195919)
  • eslint-plugin: add no-non-null-asserted-nullish-coalescing rule (#​3349) (4e99961)
  • eslint-plugin: add new extended rule no-restricted-imports (#​3775) (ec5d506)
  • eslint-plugin-internal: [prefer-ast-types-enum] add DefinitionType enum (#​3916) (13b7de5)

4.31.2 (2021-09-20)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

4.31.1 (2021-09-13)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v4.31.2

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v4.31.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v4.31.0

Compare Source

Bug Fixes
  • utils: support immutable arrays in ReportFixFunction (#​3830) (8218055)
Features

Configuration

📅 Schedule: Branch creation - "on saturday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@renovate renovate bot added the renovate label Mar 26, 2022
@vercel
Copy link

vercel bot commented Mar 26, 2022

Deployment failed with the following error:

Your Personal Account exceeded our fair use limits and has been blocked.

Learn More: http://vercel.link/fair-use

@renovate renovate bot force-pushed the renovate/minor-dependencies branch from fa925f4 to 8181bbb Compare April 24, 2022 22:21
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 8181bbb to 63e24cd Compare May 16, 2022 03:02
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from bc984ac to 43e539d Compare June 23, 2022 22:56
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 43e539d to 51dbe81 Compare September 25, 2022 21:23
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 51dbe81 to 48c03ca Compare November 20, 2022 11:39
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 48c03ca to 8c0fbac Compare March 16, 2023 07:03
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 3 times, most recently from 3681970 to bb7ff0f Compare March 29, 2023 22:43
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from bb7ff0f to 1e3433e Compare April 17, 2023 12:25
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from b1991ef to e3e0f27 Compare June 2, 2023 12:50
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 6 times, most recently from 1912b22 to 2fe188e Compare June 13, 2023 17:18
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from 6b22950 to 76ee77e Compare July 1, 2023 07:40
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 3 times, most recently from fc4c6c7 to b757a7f Compare July 22, 2023 01:41
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 4 times, most recently from 755a793 to 9d09409 Compare August 3, 2023 07:06
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 2b73d0a to 59810a0 Compare March 26, 2024 08:49
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 3 times, most recently from 08828b1 to 61a9a3c Compare April 28, 2024 13:27
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 61a9a3c to 3e8e752 Compare May 28, 2024 06:20
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 3e8e752 to 10d2558 Compare June 18, 2024 22:12
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 4 times, most recently from 8196eb9 to 8e697a0 Compare July 20, 2024 07:54
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 8e697a0 to 9461f63 Compare August 20, 2024 20:47
Copy link

coderabbitai bot commented Aug 20, 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.

Walkthrough

The recent updates to the package.json file reflect a comprehensive upgrade of various dependencies and development dependencies. This proactive maintenance enhances project stability and security by incorporating bug fixes, performance improvements, and new features across multiple libraries, particularly in styling, date handling, and testing capabilities. Key libraries such as @emotion, TensorFlow, and TypeScript have all received significant version updates, showcasing a commitment to keeping the project current.

Changes

File/Package Summary of Changes
@emotion/* Upgraded versions for styling libraries: 11.2.011.12.0, 11.4.011.13.3
@tensorflow-models/body-pix, @tensorflow/tfjs Minor version updates: 2.2.02.2.1, 3.7.03.21.0
dayjs Version updated from 1.10.5 to 1.11.13
firebase Upgraded from 8.7.0 to 8.10.1
semantic-ui-css, semantic-ui-react Upgraded to newer versions: 2.4.12.5.0, 2.0.32.1.5
typescript Updated from 4.3.5 to 4.9.5
web-vitals Updated from 2.1.0 to 2.1.4
@testing-library/* Multiple updates for testing libraries, e.g., @testing-library/react from 12.0.0 to 12.1.5
@types/* Various updates for TypeScript definitions, e.g., @types/react from 17.0.13 to 17.0.80
eslint, prettier, eslint-plugin-* Updated linter and formatter packages for better code quality, e.g., eslint from 7.29.0 to 7.32.0

🪧 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>, please review it.
    • 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 gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @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 using 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.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

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

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between cd9eac4 and 9461f63.

Files ignored due to path filters (1)
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
Files selected for processing (1)
  • package.json (1 hunks)
Additional comments not posted (7)
package.json (7)

16-17: Review @emotion package updates.

The @emotion/babel-preset-css-prop and @emotion/react packages have been updated to versions 11.12.0 and 11.13.0, respectively. These updates likely include bug fixes and performance improvements. Ensure that the styling functionality remains consistent with these updates.

Check the changelogs for any notable changes that might affect your styling setup.


18-19: Review TensorFlow package updates.

The @tensorflow-models/body-pix and @tensorflow/tfjs packages have been updated to versions 2.2.1 and 3.21.0, respectively. These updates may include enhancements or fixes related to machine learning functionalities. Ensure that your machine learning models and functionalities are tested to confirm compatibility.

Review the TensorFlow changelogs for any breaking changes or new features that might impact your project.


20-21: Review dayjs and firebase updates.

The dayjs library has been updated to 1.11.13, and firebase to 8.10.1. These updates likely include bug fixes and minor feature enhancements. Ensure that date handling and Firebase functionalities are tested to confirm they work as expected.

Check the respective changelogs for any changes that might require adjustments in your code.


26-27: Review Semantic UI package updates.

The semantic-ui-css and semantic-ui-react packages have been updated to versions 2.5.0 and 2.1.5, respectively. These updates might include new components or styling changes. Verify that your UI components render correctly with these updates.

Review the Semantic UI changelogs for any changes that might affect your UI.


28-28: Review TypeScript update.

TypeScript has been updated to version 4.9.5. This update may include new language features, bug fixes, or performance improvements. Ensure that your TypeScript code compiles correctly and take advantage of any new features if applicable.

Review the TypeScript changelog for any new features or breaking changes that might affect your codebase.


29-29: Review web-vitals update.

The web-vitals package has been updated to version 2.1.4. This update likely includes improvements in performance metrics collection. Ensure that your performance monitoring setup is compatible with this update.

Check the changelog for any changes that might affect how you collect and report web vitals.


32-53: Review development dependencies updates.

Several development dependencies have been updated, including ESLint, Prettier, and Testing Library packages. These updates are likely to include bug fixes and improvements in linting, formatting, and testing capabilities. Ensure that your development environment is set up to utilize these updates effectively.

Review the changelogs for each updated package to identify any changes that might require configuration updates or adjustments in your development workflow.

@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 9461f63 to aa3a760 Compare August 21, 2024 10:26
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 9461f63 and aa3a760.

Files ignored due to path filters (1)
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
Files selected for processing (1)
  • package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
  • package.json

@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from a2a2726 to a1c0c34 Compare September 3, 2024 19:52
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 4 times, most recently from becb71b to 9a13324 Compare September 17, 2024 09:49
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 4 times, most recently from 02ae7e9 to b079ed0 Compare October 4, 2024 02:31
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from b079ed0 to 1aa3cdd Compare October 23, 2024 02:58
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 1aa3cdd to d28093c Compare November 8, 2024 01:41
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from d28093c to 02c3292 Compare November 20, 2024 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants