zthxxx / react-dev-inspector

jump to local IDE code directly from browser React component by just a simple click
https://react-dev-inspector.zthxxx.me
MIT License
1.15k stars 68 forks source link

chore(deps): update all non-major dependencies #99

Closed zthxxx closed 2 years ago

zthxxx commented 2 years ago

This PR contains the following updates:

Package Type Update Change
@commitlint/cli devDependencies minor 13.1.0 -> 13.2.0
@commitlint/config-conventional devDependencies minor 13.1.0 -> 13.2.0
@types/fs-extra devDependencies patch 9.0.12 -> 9.0.13
@types/node devDependencies minor 14.17.17 -> 14.17.19
@types/react devDependencies patch 17.0.22 -> 17.0.24
@typescript-eslint/eslint-plugin devDependencies minor 4.31.2 -> 4.32.0
@typescript-eslint/parser devDependencies minor 4.31.2 -> 4.32.0
nodemon (source) devDependencies patch 2.0.12 -> 2.0.13

Release Notes

conventional-changelog/commitlint ### [`v13.2.0`](https://togithub.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md#​1320-httpsgithubcomconventional-changelogcommitlintcomparev1310v1320-2021-09-28) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v13.1.0...v13.2.0) ##### Bug Fixes - **parse:** enforce secure version of `conventional-commits-parser` ([#​2776](https://togithub.com/conventional-changelog/commitlint/issues/2776)) ([a351801](https://togithub.com/conventional-changelog/commitlint/commit/a3518012ae11bc00a43a12b8ce935f3ffd2d04ef)) - update dependency read-pkg to v7 ([#​2721](https://togithub.com/conventional-changelog/commitlint/issues/2721)) ([7d9a3b1](https://togithub.com/conventional-changelog/commitlint/commit/7d9a3b1f2ab41c598f4d23d96805f86a4d41ae09)) - **types:** prompt messages key ([4825a52](https://togithub.com/conventional-changelog/commitlint/commit/4825a521e2c74d63a11920b48094fddc79001b3c)) - **types:** prompt messages props optional ([0bd0592](https://togithub.com/conventional-changelog/commitlint/commit/0bd0592148ab4266fd76816b19d352e2cf947f8c)) - **types:** user config prompt ([6d7a1c4](https://togithub.com/conventional-changelog/commitlint/commit/6d7a1c40e2f8a8ff22595e0e17f71f3702b0699c)) ##### Features - **load:** add cosmiconfig typescript loader ([b65aced](https://togithub.com/conventional-changelog/commitlint/commit/b65acedc3334a859811762539ec8716de3e73f85))
typescript-eslint/typescript-eslint ### [`v4.32.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md#​4320-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4312v4320-2021-09-27) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.31.2...v4.32.0) ##### Bug Fixes - **eslint-plugin:** \[consistent-type-definitions] correct fix for `export default` ([#​3899](https://togithub.com/typescript-eslint/typescript-eslint/issues/3899)) ([ebb33ed](https://togithub.com/typescript-eslint/typescript-eslint/commit/ebb33ed8bc29f69ca2a657ec5b31857c0aeb4b56)) - **eslint-plugin:** \[no-require-imports] report only global `require` ([#​3871](https://togithub.com/typescript-eslint/typescript-eslint/issues/3871)) ([8aa87a1](https://togithub.com/typescript-eslint/typescript-eslint/commit/8aa87a136e7cd7b40fbf09fcfa26bf04d1c6d5fe)) - **eslint-plugin:** \[no-shadow] ignore type-only imports properly ([#​3868](https://togithub.com/typescript-eslint/typescript-eslint/issues/3868)) ([dda9cee](https://togithub.com/typescript-eslint/typescript-eslint/commit/dda9cee68a5cd78b358a854027999c739ac623e9)) - **eslint-plugin:** \[no-var-requires] report problems within `NewExpression` ([#​3884](https://togithub.com/typescript-eslint/typescript-eslint/issues/3884)) ([ed5e459](https://togithub.com/typescript-eslint/typescript-eslint/commit/ed5e45983fa052accf3a7b5fcdbfcb15ed09490f)) - **eslint-plugin:** \[padding-line-between-statements] problems within namespaces not being reported ([#​3869](https://togithub.com/typescript-eslint/typescript-eslint/issues/3869)) ([1861356](https://togithub.com/typescript-eslint/typescript-eslint/commit/186135698b40b510ffff6a2402aa34f2726596ea)) - **eslint-plugin:** \[prefer-regexp-exec] respect flags when using `RegExp` ([#​3855](https://togithub.com/typescript-eslint/typescript-eslint/issues/3855)) ([ffdb5ff](https://togithub.com/typescript-eslint/typescript-eslint/commit/ffdb5ff9900e07374a2f3686447e3e2c78fbc38a)) - **eslint-plugin:** \[prefer-return-this-type] handle generics properly in fixer ([#​3852](https://togithub.com/typescript-eslint/typescript-eslint/issues/3852)) ([9e98b8f](https://togithub.com/typescript-eslint/typescript-eslint/commit/9e98b8f43ca6aadc9758a4e9a0d1d3c250af6cca)) - **eslint-plugin:** false-positive/negative with array index in no-unnecessary-condition ([#​3805](https://togithub.com/typescript-eslint/typescript-eslint/issues/3805)) ([bdb8f0b](https://togithub.com/typescript-eslint/typescript-eslint/commit/bdb8f0be1466e4a4b713e91199be91030650ed01)) ##### Features - **eslint-plugin:** \[no-type-alias]: add allowGenerics option ([#​3865](https://togithub.com/typescript-eslint/typescript-eslint/issues/3865)) ([4195919](https://togithub.com/typescript-eslint/typescript-eslint/commit/41959199735a6d4fe3ae7825f3087e8fb249be9f)) - **eslint-plugin:** add `no-non-null-asserted-nullish-coalescing` rule ([#​3349](https://togithub.com/typescript-eslint/typescript-eslint/issues/3349)) ([4e99961](https://togithub.com/typescript-eslint/typescript-eslint/commit/4e999614e9761f6dc7e5aa0c5bad76ab164ab3fb)) - **eslint-plugin:** add new extended rule `no-restricted-imports` ([#​3775](https://togithub.com/typescript-eslint/typescript-eslint/issues/3775)) ([ec5d506](https://togithub.com/typescript-eslint/typescript-eslint/commit/ec5d50696b249a207d322e4a2fc66582122eb010)) - **eslint-plugin-internal:** \[prefer-ast-types-enum] add `DefinitionType` enum ([#​3916](https://togithub.com/typescript-eslint/typescript-eslint/issues/3916)) ([13b7de5](https://togithub.com/typescript-eslint/typescript-eslint/commit/13b7de508e0f8eac492879ff9ab99acd8d3e977e)) #### [4.31.2](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.31.1...v4.31.2) (2021-09-20) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) #### [4.31.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.31.0...v4.31.1) (2021-09-13) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
remy/nodemon ### [`v2.0.13`](https://togithub.com/remy/nodemon/releases/v2.0.13) [Compare Source](https://togithub.com/remy/nodemon/compare/v2.0.12...v2.0.13) ##### Bug Fixes - bump update-notifier ([90e7a3e](https://togithub.com/remy/nodemon/commit/90e7a3e1e2426098f0a849558ac9086fb4e75710)), closes [#​1919](https://togithub.com/remy/nodemon/issues/1919) - release process on main ([9f82a48](https://togithub.com/remy/nodemon/commit/9f82a48ff4f18a7bf0ce3f398ef5fd2be143d57d))

Configuration

📅 Schedule: 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.



This PR has been generated by Renovate Bot.

vercel[bot] commented 2 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/zthxxx/react-dev-inspector/Eo5BzjBipNbMNbbd5bkJR9zs7yhs
✅ Preview: https://react-dev-inspector-git-renovate-all-minor-patch-zthxxx.vercel.app