fix(deps): update minor dependencies - #36
Conversation
|
Deployment failed with the following error: Learn More: http://vercel.link/fair-use |
fa925f4 to
8181bbb
Compare
8181bbb to
63e24cd
Compare
bc984ac to
43e539d
Compare
43e539d to
51dbe81
Compare
51dbe81 to
48c03ca
Compare
48c03ca to
8c0fbac
Compare
3681970 to
bb7ff0f
Compare
bb7ff0f to
1e3433e
Compare
b1991ef to
e3e0f27
Compare
1912b22 to
2fe188e
Compare
6b22950 to
76ee77e
Compare
fc4c6c7 to
b757a7f
Compare
755a793 to
9d09409
Compare
e5eef75 to
aea7a7d
Compare
aea7a7d to
961378d
Compare
00f309d to
9740cb3
Compare
cd14b5e to
e2a97d6
Compare
da045ad to
dafd738
Compare
8baef40 to
4dfe4d0
Compare
b568099 to
7fc07d3
Compare
7fc07d3 to
627c12c
Compare
627c12c to
d2c9a32
Compare
d613ab1 to
12f10aa
Compare
96684f4 to
2b73d0a
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
WalkthroughThe recent updates to the Changes
Possibly related PRs
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
yarn.lockis 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@emotionpackage updates.The
@emotion/babel-preset-css-propand@emotion/reactpackages have been updated to versions11.12.0and11.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-pixand@tensorflow/tfjspackages have been updated to versions2.2.1and3.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: Reviewdayjsandfirebaseupdates.The
dayjslibrary has been updated to1.11.13, andfirebaseto8.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-cssandsemantic-ui-reactpackages have been updated to versions2.5.0and2.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: Reviewweb-vitalsupdate.The
web-vitalspackage has been updated to version2.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.
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
yarn.lockis 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
This PR contains the following updates:
11.3.0→11.13.511.2.0→11.12.011.2.0→11.12.011.4.0→11.14.02.2.0→2.2.13.7.0→3.21.05.14.1→5.17.012.0.0→12.1.513.1.9→13.5.01.0.9→1.0.2226.0.23→26.0.2414.17.4→14.18.6317.0.13→17.0.933.0.4→3.0.1317.0.8→17.0.264.28.1→4.33.04.28.1→4.33.01.10.5→1.11.217.29.0→7.32.08.3.0→8.10.22.23.4→2.32.03.4.0→3.4.17.24.0→7.37.54.2.0→4.6.28.7.0→8.10.12.3.2→2.8.82.1.8→2.2.12.4.1→2.5.02.0.3→2.1.54.3.5→4.9.52.1.0→2.1.4Release Notes
emotion-js/emotion (@emotion/babel-plugin)
v11.13.5Compare Source
Patch Changes
#3270
77d930dThanks @emmatown! - Fix inconsistent hashes using development vs production bundles/exportsconditions when using@emotion/babel-pluginwithsourceMap: true(the default). This is particularly visible when using Emotion with the Next.js Pages router where thedevelopmentcondition is used when bundling code but not when importing external code with Node.js.Updated dependencies [
77d930d]:v11.12.0Compare Source
Minor Changes
65a1eeaThanks @srmagura! - Automatic labeling at runtime is now an opt-in feature. DefineglobalThis.EMOTION_RUNTIME_AUTO_LABEL = truebefore Emotion gets initialized to enable it.Patch Changes
#3206
d1994c4Thanks @DiegoAndai! - Improved compatibility with the upcoming@types/reactfor React 19 where the globalJSXnamespace doesn't exist anymore#3208
56109e7Thanks @Andarist! - Only forward definedrefs to improve compatibility with the upcoming React 19Updated dependencies [
9ca22c6,b1d16b0,16d8a8c]:v11.11.0Compare Source
Patch Changes
#3029
eed5e6cfThanks @Andarist! - Fixed importing in Node ESMUpdated dependencies [
eed5e6cf]:v11.10.8Compare Source
Patch Changes
#3025
6bd13425Thanks @Andarist! - Fixed a parsing issue with&within nested functions in declaration values by updating the underlying parser (stylis).Updated dependencies [
6bd13425]:v11.10.6Compare Source
Patch Changes
#2985
4e172c2aThanks @emmatown! - Remove peer dependency on@babel/coreUpdated dependencies [
4e172c2a]:v11.10.5Compare Source
Patch Changes
#2905
4c0005f6Thanks @p-m-p! - Do not warn about@emotion/reactbeing loaded twice in Vitest as that might easily happen with mocked modules.#2929
13afe030Thanks @Andarist! - The support for@containerqueries has been added by updating the underlying parser (stylis) .Updated dependencies [
13afe030,c02b1214,d8a13bca]:v11.10.2Compare Source
Patch Changes
005e211dThanks @Andarist! - Fixed an issue in the styles minifier that caused interpolations to be sometimes included more than once in the output.v11.10.0Compare Source
Minor Changes
#2819
bbad8c79Thanks @nicksrandall! -exportsfield has been added to thepackage.jsonmanifest. 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
bbad8c79Thanks @nicksrandall! - Thanks to the addedexportsfield, the package now includes aworkercondition 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
bbad8c79,bbad8c79]:v11.9.5Compare Source
Patch Changes
5b99a849Thanks @Andarist! - Fixed an issue with the lack of/*#__PURE__*/annotations before styled calls transformed from tagged template expressions.v11.9.2Compare Source
Patch Changes
#2721
ae0f650bThanks @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:v11.7.2Compare Source
Patch Changes
#2585
b830c7dcThanks @Andarist! - Fixed label extraction crashing in some cases involving variable declarations with array and object patterns.#2585
b830c7dcThanks @kddc, @Andarist! - Improved label extraction for named function expressions and anonymous functions used as object property values.#2602
b02f349dThanks @Andarist! - Fixed an issue with styled transformer sometimes not using the used local name for the imported named export when used withimportMap.v11.7.1Compare Source
Patch Changes
#2577
04681a5fThanks @Methuselah96! - ExportKeyframestype to avoid TypeScript insertingimport("@​emotion/serialize").Keyframesreferences into declaration files emitted based on a source files exportingkeyframesresult. This avoids issues with strict package managers that don't allow accessing undeclared dependencies.#2590
1554a7e2Thanks @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.0Compare Source
v3.20.0Compare Source
v3.19.0Compare Source
v3.18.0Compare Source
v3.17.0Compare Source
testing-library/jest-dom (@testing-library/jest-dom)
v5.17.0Compare Source
Features
toHaveAccessibleErrorMessagebetter implementing the spec, deprecatetoHaveErrorMessage(#503) (d717c66)v5.16.5Compare Source
Bug Fixes
v5.16.4Compare Source
Bug Fixes
v5.16.3Compare Source
Bug Fixes
.not(#447) (6988a67)v5.16.2Compare Source
Bug Fixes
toBeDisabled(#368) (8162115)v5.16.1Compare Source
Bug Fixes
toHaveClasserror message format (#405) (a9beb47)v5.16.0Compare Source
Features
v5.15.1Compare Source
Bug Fixes
v5.15.0Compare Source
Features
testing-library/react-testing-library (@testing-library/react)
v12.1.5Compare Source
Bug Fixes
v12.1.4Compare Source
Bug Fixes
v12.1.3Compare Source
Bug Fixes
@types/react-domas a direct dependency (#1001) (149d9a9)v12.1.2Compare Source
Bug Fixes
v12.1.1Compare Source
Bug Fixes
v12.1.0Compare Source
Features
testing-library/user-event (@testing-library/user-event)
v13.5.0Compare Source
Features
keydownevents (#728) (5d946d5)v13.4.2Compare Source
Bug Fixes
v13.4.1Compare Source
Bug Fixes
specialCharMap(#738) (9519979)v13.4.0Compare Source
Features
PageUpandPageDownoninput(#734) (f731f68)v13.3.0Compare Source
Features
v13.2.1Compare Source
Bug Fixes
v13.2.0Compare Source
Features
ArrowLeftandArrowRighton<textarea>(#686) (f8f00d4)typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v4.33.0Compare Source
Bug Fixes
exceptAfterOverloadfor abstract methods (#3943) (240fc65)asassertions and types (#3940) (40760f9)RegExpwithout flags (#3946) (0868725)v4.32.0Compare Source
Bug Fixes
export default(#3899) (ebb33ed)require(#3871) (8aa87a1)NewExpression(#3884) (ed5e459)RegExp(#3855) (ffdb5ff)Features
no-non-null-asserted-nullish-coalescingrule (#3349) (4e99961)no-restricted-imports(#3775) (ec5d506)DefinitionTypeenum (#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.2Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v4.31.1Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v4.31.0Compare Source
Bug Fixes
ReportFixFunction(#3830) (8218055)Features
no-meaningless-void-operatorrule (#3641) (ea40ab6)padding-line-between-statements(#3418) (f79ae9b)v4.30.0Compare Source
Bug Fixes
Features
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.3Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v4.29.2Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v4.29.1Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v4.29.0Compare Source
Bug Fixes
TSAsExpression(#3631) (00a4369)Features
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.
Configuration
📅 Schedule: (in timezone Asia/Tokyo)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.