fix(deps): lock file maintenance minor dependencies#25
Conversation
2ccfff8 to
66acf2d
Compare
c63a9b3 to
5e980ba
Compare
e18efa3 to
c3efcdc
Compare
c14e5dd to
2dfb24c
Compare
6b4849b to
1656e4d
Compare
541d809 to
188e1de
Compare
188e1de to
0a09012
Compare
0a09012 to
5fd3a5a
Compare
5fd3a5a to
00ee417
Compare
6207719 to
e02a805
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughThe recent updates to the Changes
Possibly related PRs
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 (2 hunks)
Additional comments not posted (4)
package.json (4)
6-6: Node.js engine version update approved.The update from
16.16to16.20ensures compatibility with newer features and includes performance improvements and security patches.
16-16:eslint-plugin-importresolution update approved.The update to
2.29.1ensures consistency and avoids potential issues with newer versions.
19-30: Dependencies updates approved.The updates to the following dependencies ensure that the project uses the latest compatible versions:
@ant-design/icons:4.8.3@zoom/videosdk:1.12.0antd:4.24.16classnames:2.5.1crypto-js:4.2.0immer:9.0.21js-base64:3.7.7jsrsasign:10.9.0react:18.3.1react-dom:18.3.1react-router-dom:5.3.4
35-60: DevDependencies updates approved.The updates to the following devDependencies ensure that the project uses the latest compatible versions:
@emotion/eslint-plugin:11.12.0@types/classnames:2.3.1@types/crypto-js:4.2.2@types/jsrsasign:10.5.14@types/lodash:4.17.7@types/react:18.3.3@types/react-dom:18.3.0@typescript-eslint/eslint-plugin:5.62.0@typescript-eslint/parser:5.62.0eslint:8.57.0eslint-config-alloy:4.9.0eslint-config-prettier:8.10.0eslint-import-resolver-typescript:3.6.1eslint-import-resolver-webpack:0.13.8eslint-plugin-emotion:11.0.0eslint-plugin-prettier:4.2.1eslint-plugin-react:7.35.0eslint-plugin-react-hooks:4.6.2prettier:2.8.8react-app-rewired:2.2.1sass:1.77.8sass-loader:13.3.3typescript:4.9.5write-file-webpack-plugin:4.5.1
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 (2 hunks)
Files skipped from review as they are similar to previous changes (1)
- package.json
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 (2 hunks)
Additional comments not posted (4)
package.json (4)
6-6: Node.js Engine Version UpdatedThe Node.js engine version has been updated from
16.16to16.20. This is a minor version update likely including performance improvements and bug fixes.The change is approved as it keeps the project up-to-date with the latest stable Node.js version.
16-16: Resolution foreslint-plugin-importThe resolution for
eslint-plugin-importhas been set to2.29.1. This ensures that all sub-dependencies use this specific version, which can help avoid conflicts or bugs with different versions.The change is approved as it helps maintain consistency across the project's dependency tree.
19-30: Dependencies UpdatedSeveral dependencies have been updated to newer versions. This includes critical libraries such as
react,react-dom, andantd, which are central to the project's functionality.The updates are approved as they bring in bug fixes, performance improvements, and potentially new features without altering the public API.
35-60: Development Dependencies UpdatedSignificant updates have been made to the development dependencies, including major tools like
eslint,typescript, and various@typespackages. These updates are crucial for maintaining the development environment up-to-date and secure.The updates are approved as they enhance the development experience and ensure compatibility with the latest language and library features.
This PR contains the following updates:
4.7.0->4.8.311.7.0->11.12.02.3.1->2.3.44.1.1->4.2.210.5.1->10.5.154.14.182->4.17.2018.0.15->18.3.2418.0.6->18.3.75.30.6->5.62.05.30.6->5.62.01.3.0->1.12.174.21.6->4.24.162.3.1->2.5.14.1.1->4.2.08.20.0->8.57.14.6.2->4.9.08.5.0->8.10.23.2.7->3.10.10.13.2->0.13.102.26.0->2.32.04.2.1->4.2.57.30.1->7.37.54.6.0->4.6.29.0.15->9.0.213.7.2->3.7.810.5.26->10.9.016.16->16.202.7.1->2.8.818.2.0->18.3.118.2.0->18.3.15.3.3->5.3.41.53.0->1.92.113.0.2->13.3.34.7.4->4.9.5🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
ant-design/ant-design-icons (@ant-design/icons)
v4.8.3Compare Source
v4.8.2Compare Source
v4.8.1Compare Source
v4.8.0Compare Source
emotion-js/emotion (@emotion/eslint-plugin)
v11.12.0Compare Source
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,a1e881b,16d8a8c]:v11.11.0Compare Source
Minor Changes
336f3d50Thanks @Andarist! - Added support for cascade@layers by updating the underlying parser (stylis).Patch Changes
#3029
eed5e6cfThanks @Andarist! - Fixed importing in Node ESMUpdated dependencies [
336f3d50,eed5e6cf]:v11.10.0Compare Source
Minor Changes
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.Patch Changes
bbad8c79]:typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.62.0Compare Source
Bug Fixes
Features
ignorePrimitivesoption (#6487) (6edaa04)You can read about our versioning strategy and releases on our website.
v5.61.0Compare Source
Features
You can read about our versioning strategy and releases on our website.
5.60.1 (2023-06-26)
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v5.60.1Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v5.60.0Compare Source
Features
5.59.11 (2023-06-12)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.10 (2023-06-12)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.9 (2023-06-05)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.8 (2023-05-29)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.7 (2023-05-22)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.6 (2023-05-15)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.5 (2023-05-08)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.4 (2023-05-08)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.3 (2023-05-08)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.2 (2023-05-01)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.1 (2023-04-24)
Bug Fixes
v5.59.11Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.59.10Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.59.9Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.59.8Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.59.7Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.59.6Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.59.5Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.59.2Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.59.1Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.59.0Compare Source
Bug Fixes
Features
v5.58.0Compare Source
Bug Fixes
Features
5.57.1 (2023-04-03)
Bug Fixes
v5.57.1Compare Source
Bug Fixes
v5.57.0Compare Source
Bug Fixes
Features
no-duplicate-type-constituentsrule (#5728) (bc31078)v5.56.0Compare Source
Bug Fixes
Features
v5.55.0Compare Source
Bug Fixes
Features
5.54.1 (2023-03-06)
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.54.1Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.54.0Compare Source
Features
v5.53.0Compare Source
Features
v5.52.0Compare Source
Bug Fixes
Features
v5.51.0Compare Source
Bug Fixes
Features
verbatimModuleSyntax(#6394) (b14d3be)v5.50.0Compare Source
Bug Fixes
String.prototype.length(#5704) (09d57ce)ThisExpressionandPrivateIdentifiererrors (#6028) (85e783c)Features
key-spacingrule extension for interface & type declarations (#6211) (67706e7)v5.49.0Compare Source
Features
#privatemodifier on class members (#6259) (c8a6d80)5.48.2 (2023-01-16)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.48.1 (2023-01-09)
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.48.2Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.48.1Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.48.0Compare Source
Features
5.47.1 (2022-12-26)
Bug Fixes
Configuration
📅 Schedule: Branch creation - "before 4am on monday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.