Skip to content

fix(deps): update minor dependencies - #36

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/minor-dependencies
Open

fix(deps): update minor dependencies#36
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/minor-dependencies

Conversation

@renovate

@renovate renovate Bot commented Mar 26, 2022

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@emotion/babel-plugin (source) 11.3.011.13.5 age confidence
@emotion/babel-preset-css-prop (source) 11.2.011.12.0 age confidence
@emotion/eslint-plugin (source) 11.2.011.12.0 age confidence
@emotion/react (source) 11.4.011.14.0 age confidence
@tensorflow-models/body-pix 2.2.02.2.1 age confidence
@tensorflow/tfjs 3.7.03.21.0 age confidence
@testing-library/jest-dom 5.14.15.17.0 age confidence
@testing-library/react 12.0.012.1.5 age confidence
@testing-library/user-event 13.1.913.5.0 age confidence
@types/dom-mediacapture-record (source) 1.0.91.0.22 age confidence
@types/jest (source) 26.0.2326.0.24 age confidence
@types/node (source) 14.17.414.18.63 age confidence
@types/react (source) 17.0.1317.0.93 age confidence
@types/react-color (source) 3.0.43.0.13 age confidence
@types/react-dom (source) 17.0.817.0.26 age confidence
@typescript-eslint/eslint-plugin (source) 4.28.14.33.0 age confidence
@typescript-eslint/parser (source) 4.28.14.33.0 age confidence
dayjs (source) 1.10.51.11.21 age confidence
eslint (source) 7.29.07.32.0 age confidence
eslint-config-prettier 8.3.08.10.2 age confidence
eslint-plugin-import 2.23.42.32.0 age confidence
eslint-plugin-prettier 3.4.03.4.1 age confidence
eslint-plugin-react 7.24.07.37.5 age confidence
eslint-plugin-react-hooks (source) 4.2.04.6.2 age confidence
firebase (source, changelog) 8.7.08.10.1 age confidence
prettier (source) 2.3.22.8.8 age confidence
react-app-rewired 2.1.82.2.1 age confidence
semantic-ui-css (source) 2.4.12.5.0 age confidence
semantic-ui-react 2.0.32.1.5 age confidence
typescript (source) 4.3.54.9.5 age confidence
web-vitals 2.1.02.1.4 age confidence

Release Notes

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

v11.13.5

Compare Source

Patch Changes
  • #​3270 77d930d Thanks @​emmatown! - Fix inconsistent hashes using development vs production bundles/exports conditions when using @emotion/babel-plugin with sourceMap: true (the default). This is particularly visible when using Emotion with the Next.js Pages router where the development condition is used when bundling code but not when importing external code with Node.js.

  • Updated dependencies [77d930d]:

v11.12.0

Compare Source

Minor Changes
  • #​2815 65a1eea Thanks @​srmagura! - Automatic labeling at runtime is now an opt-in feature. Define globalThis.EMOTION_RUNTIME_AUTO_LABEL = true before Emotion gets initialized to enable it.
Patch Changes

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.

  • #​2819 bbad8c79 Thanks @​nicksrandall! - Thanks to the added exports field, the package now includes a worker condition that can be utilized by properly configured bundlers when targeting worker-like environments. It fixes the issue with browser-specific files being prioritized by some bundlers when targeting workers.

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
  • eslint-plugin: [prefer-readonly-parameter-types] add option treatMethodsAsReadonly (#​3733) (a46e318)
  • eslint-plugin: [restrict-template-expressions] add option to allow RegExp (#​3709) (363b3dc)
  • eslint-plugin: add no-meaningless-void-operator rule (#​3641) (ea40ab6)
  • eslint-plugin: add extension rule padding-line-between-statements (#​3418) (f79ae9b)

v4.30.0

Compare Source

Bug Fixes
  • eslint-plugin: [dot-notation] false positive with optional chaining (#​3711) (c19fc6e), closes #​3510
  • eslint-plugin: [prefer-reduce-type-parameter] handle already existing type params (#​3706) (71dd273)
  • eslint-plugin: isTypeReadonly error with <TS3.7 (#​3731) (5696407)
Features
  • typescript-estree: add support for class static blocks (#​3730) (f81831b)

4.29.3 (2021-08-23)

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

4.29.2 (2021-08-16)

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

4.29.1 (2021-08-09)

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

v4.29.3

Compare Source

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

v4.29.2

Compare Source

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

v4.29.1

Compare Source

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

v4.29.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-implied-eval] handle bind on nested member expressions (#​3598) (f5a6806)
  • eslint-plugin: [no-implied-eval] permit more expression types (#​3624) (ca7c549)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] incorrect fix when condition is reversed (#​3581) (b595575)
  • eslint-plugin: [return-await] handle nested functions correctly (#​3601) (4a196b5)
  • eslint-plugin: [return-await] properly handle fixes for TSAsExpression (#​3631) (00a4369)
Features
  • eslint-plugin: [no-redeclare] ignoreDeclarationMerge of enum+namespace (#​3572) (18e30cb)
  • eslint-plugin: [prefer-return-this-type] add a new rule (#​3228) (5e1a615)
  • eslint-plugin: Catch unused React import with new JSX transform (#​3577) (02998ea)

4.28.5 (2021-07-26)

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

4.28.4 (2021-07-19)

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

4.28.3 (2021-07-12)

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

4.28.2 (2021-07-05)

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

[4.

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • "on saturday"
  • 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

vercel Bot commented Mar 26, 2022

Copy link
Copy Markdown

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 2 times, most recently from e5eef75 to aea7a7d Compare October 1, 2023 10:46
@renovate
renovate Bot force-pushed the renovate/minor-dependencies branch from aea7a7d to 961378d Compare October 10, 2023 21:44
@renovate
renovate Bot force-pushed the renovate/minor-dependencies branch 4 times, most recently from 00f309d to 9740cb3 Compare October 23, 2023 06:54
@renovate
renovate Bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from cd14b5e to e2a97d6 Compare November 7, 2023 21:36
@renovate
renovate Bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from da045ad to dafd738 Compare November 22, 2023 03:41
@renovate
renovate Bot force-pushed the renovate/minor-dependencies branch 4 times, most recently from 8baef40 to 4dfe4d0 Compare December 14, 2023 21:13
@renovate
renovate Bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from b568099 to 7fc07d3 Compare December 28, 2023 15:24
@renovate
renovate Bot force-pushed the renovate/minor-dependencies branch from 7fc07d3 to 627c12c Compare January 2, 2024 19:57
@renovate
renovate Bot force-pushed the renovate/minor-dependencies branch from 627c12c to d2c9a32 Compare January 15, 2024 11:28
@renovate
renovate Bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from d613ab1 to 12f10aa Compare March 4, 2024 07:26
@renovate
renovate Bot force-pushed the renovate/minor-dependencies branch 4 times, most recently from 96684f4 to 2b73d0a Compare March 18, 2024 17:57
@coderabbitai

coderabbitai Bot commented Aug 20, 2024

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

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

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 247442e0-cd4b-4cd2-8968-b0a946362325

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

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Walkthrough

The recent updates to the package.json file reflect a comprehensive upgrade of various dependencies and development dependencies. Key libraries such as @emotion, TensorFlow, and TypeScript have all received significant version updates, ensuring the project utilizes the latest features and fixes available across multiple libraries.

Changes

File/Package Summary of Changes
@emotion/* Upgraded versions for styling libraries: 11.2.011.12.0, 11.4.011.14.0
@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.85
eslint, prettier, eslint-plugin-* Updated linter and formatter packages for better code quality, e.g., eslint from 7.29.0 to 7.32.0

Possibly related PRs

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/minor-dependencies

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

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.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

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

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