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 #68

Closed zthxxx closed 3 years ago

zthxxx commented 3 years ago

This PR contains the following updates:

Package Type Update Change
@babel/core (source) devDependencies patch 7.14.2 -> 7.14.3
@types/react-dom devDependencies patch 17.0.4 -> 17.0.5
@typescript-eslint/eslint-plugin devDependencies minor 4.23.0 -> 4.24.0
@typescript-eslint/parser devDependencies minor 4.23.0 -> 4.24.0
eslint-plugin-import devDependencies minor 2.22.1 -> 2.23.2
renovatebot/github-action action minor v25.19.1 -> v25.21.12
vite devDependencies patch 2.3.2 -> 2.3.3

Release Notes

babel/babel ### [`v7.14.3`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7143-2021-05-17) [Compare Source](https://togithub.com/babel/babel/compare/v7.14.2...v7.14.3) ##### :bug: Bug Fix - `babel-core` - [#​13321](https://togithub.com/babel/babel/pull/13321) Pass assumptions set in presets to plugins ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​13326](https://togithub.com/babel/babel/pull/13326) fix: preserve tokensLength in tryParse ([@​JLHwung](https://togithub.com/JLHwung)) - [#​13325](https://togithub.com/babel/babel/pull/13325) Parse `let` declarations whose id starts with `\` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-helper-replace-supers`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-class-static-block` - [#​13303](https://togithub.com/babel/babel/pull/13303) Don't duplicate the base class when using `constantSuper` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - Other - [#​13313](https://togithub.com/babel/babel/pull/13313) chore: add class-static-block test262 mapping ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-block-scoping` - [#​13304](https://togithub.com/babel/babel/pull/13304) Add test for fixed block scoping issue ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :microscope: Output optimization - `babel-helper-create-class-features-plugin`, `babel-helper-replace-supers`, `babel-plugin-proposal-class-static-block`, `babel-preset-env` - [#​13297](https://togithub.com/babel/babel/pull/13297) Compile static blocks without the intermediate priv field step ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
typescript-eslint/typescript-eslint ### [`v4.24.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​4240-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4230v4240-2021-05-17) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.23.0...v4.24.0) ##### Bug Fixes - **eslint-plugin:** [no-shadow] fix static class method generics shadowing class generics ([#​3393](https://togithub.com/typescript-eslint/typescript-eslint/issues/3393)) ([b1e1c8a](https://togithub.com/typescript-eslint/typescript-eslint/commit/b1e1c8a44695a58d29d19cf32ce35a8267bf506f)), closes [#​2592](https://togithub.com/typescript-eslint/typescript-eslint/issues/2592) - **eslint-plugin:** [no-unsafe-*] special case handling for the empty map constructor with no generics ([#​3394](https://togithub.com/typescript-eslint/typescript-eslint/issues/3394)) ([cae4f4a](https://togithub.com/typescript-eslint/typescript-eslint/commit/cae4f4a0f33f8c954b1670d0abcfc8edd6193a06)), closes [#​2109](https://togithub.com/typescript-eslint/typescript-eslint/issues/2109) ##### Features - **eslint-plugin:** [dot-notation] optionally allow square bracket notation where an index signature exists in conjunction with `noPropertyAccessFromIndexSignature` ([#​3361](https://togithub.com/typescript-eslint/typescript-eslint/issues/3361)) ([37ec2c2](https://togithub.com/typescript-eslint/typescript-eslint/commit/37ec2c2264add3e6ce20ac4e02d48644afda3fa8))
benmosher/eslint-plugin-import ### [`v2.23.2`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#​2232---2021-05-15) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.23.1...v2.23.2) ##### Changed - [meta] add `safe-publish-latest`; use `prepublishOnly` script for npm 7+ ### [`v2.23.1`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#​2231---2021-05-14) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.23.0...v2.23.1) ##### Fixed - [`newline-after-import`]: fix crash with `export {}` syntax ([#​2063], [#​2056], thanks [@​ljharb]) - `ExportMap`: do not crash when tsconfig lacks `.compilerOptions` ([#​2067], thanks [@​ljharb]) - [`order`]: fix alphabetical sorting ([#​2071], thanks [@​grit96]) ### [`v2.23.0`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#​2230---2021-05-13) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.22.1...v2.23.0) ##### Added - [`no-commonjs`]: Also detect require calls with expressionless template literals: ``require(`x`)`` ([#​1958], thanks [@​FloEdelmann]) - [`no-internal-modules`]: Add `forbid` option ([#​1846], thanks [@​guillaumewuip]) - add [`no-relative-packages`] \([#​1860], [#​966], thanks [@​tapayne88][@​panrafal]) - add [`no-import-module-exports`] rule: report import declarations with CommonJS exports ([#​804], thanks [@​kentcdodds] and [@​ttmarek]) - [`no-unused-modules`]: Support destructuring assignment for `export`. ([#​1997], thanks [@​s-h-a-d-o-w]) - [`order`]: support type imports ([#​2021], thanks [@​grit96]) - [`order`]: Add `warnOnUnassignedImports` option to enable warnings for out of order unassigned imports ([#​1990], thanks [@​hayes]) ##### Fixed - [`export`]/TypeScript: properly detect export specifiers as children of a TS module block ([#​1889], thanks [@​andreubotella]) - [`order`]: ignore non-module-level requires ([#​1940], thanks [@​golopot]) - [`no-webpack-loader-syntax`]/TypeScript: avoid crash on missing name ([#​1947], thanks [@​leonardodino]) - [`no-extraneous-dependencies`]: Add package.json cache ([#​1948], thanks [@​fa93hws]) - [`prefer-default-export`]: handle empty array destructuring ([#​1965], thanks [@​ljharb]) - [`no-unused-modules`]: make type imports mark a module as used (fixes [#​1924](https://togithub.com/benmosher/eslint-plugin-import/issues/1924)) ([#​1974], thanks [@​cherryblossom000]) - [`no-cycle`]: fix perf regression ([#​1944], thanks [@​Blasz]) - [`first`]: fix handling of `import = require` ([#​1963], thanks [@​MatthiasKunnen]) - [`no-cycle`]/[`extensions`]: fix isExternalModule usage ([#​1696], thanks [@​paztis]) - [`extensions`]/[`no-cycle`]/[`no-extraneous-dependencies`]: Correct module real path resolution ([#​1696], thanks [@​paztis]) - [`no-named-default`]: ignore Flow import type and typeof ([#​1983], thanks [@​christianvuerings]) - [`no-extraneous-dependencies`]: Exclude flow `typeof` imports ([#​1534], thanks [@​devongovett]) - [`newline-after-import`]: respect decorator annotations ([#​1985], thanks [@​lilling]) - [`no-restricted-paths`]: enhance performance for zones with `except` paths ([#​2022], thanks [@​malykhinvi]) - [`no-unresolved`]: check import() ([#​2026], thanks [@​aladdin-add]) ##### Changed - [Generic Import Callback] Make callback for all imports once in rules ([#​1237], thanks [@​ljqx]) - [Docs][`no-named-as-default`]: add semicolon ([#​1897], thanks [@​bicstone]) - [Docs] `no-extraneous-dependencies`: correct peerDependencies option default to `true` ([#​1993], thanks [@​dwardu]) - [Docs] `order`: Document options required to match ordering example ([#​1992], thanks [@​silviogutierrez]) - [Tests] `no-unresolved`: add tests for `import()` ([#​2012], thanks [@​davidbonnet]) - [Docs] Add import/recommended ruleset to README ([#​2034], thanks [@​edemaine])
renovatebot/github-action ### [`v25.21.12`](https://togithub.com/renovatebot/github-action/releases/v25.21.12) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v25.21.11...v25.21.12) _See the the [changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md) for changes in all releases._ ##### [25.21.12](https://togithub.com/renovatebot/github-action/compare/v25.21.11...v25.21.12) (2021-05-17) ##### Bug Fixes - **deps:** update renovate/renovate docker tag to v25.21.12 ([9ff1313](https://togithub.com/renovatebot/github-action/commit/9ff1313ee66c9de05400b55a20c8f38d9255aa5c)) ### [`v25.21.11`](https://togithub.com/renovatebot/github-action/releases/v25.21.11) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v25.21.10...v25.21.11) _See the the [changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md) for changes in all releases._ ##### [25.21.11](https://togithub.com/renovatebot/github-action/compare/v25.21.10...v25.21.11) (2021-05-17) ##### Bug Fixes - **deps:** update renovate/renovate docker tag to v25.21.11 ([2970edf](https://togithub.com/renovatebot/github-action/commit/2970edf3c6affe4ab24ac4c1c75c69049dad6381)) ### [`v25.21.10`](https://togithub.com/renovatebot/github-action/releases/v25.21.10) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v25.21.8...v25.21.10) _See the the [changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md) for changes in all releases._ ##### [25.21.10](https://togithub.com/renovatebot/github-action/compare/v25.21.8...v25.21.10) (2021-05-15) ##### Bug Fixes - **deps:** update renovate/renovate docker tag to v25.21.10 ([aaf1971](https://togithub.com/renovatebot/github-action/commit/aaf1971b9b3ade2d4cca16daab2846228a7d7aa8)) ### [`v25.21.8`](https://togithub.com/renovatebot/github-action/releases/v25.21.8) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v25.21.4...v25.21.8) _See the the [changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md) for changes in all releases._ ##### [25.21.8](https://togithub.com/renovatebot/github-action/compare/v25.21.4...v25.21.8) (2021-05-15) ##### Bug Fixes - **deps:** update renovate/renovate docker tag to v25.21.8 ([2099f3a](https://togithub.com/renovatebot/github-action/commit/2099f3a07b80f3fd0556db6ed249911f38ed5757)) ### [`v25.21.4`](https://togithub.com/renovatebot/github-action/releases/v25.21.4) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v25.21.3...v25.21.4) _See the the [changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md) for changes in all releases._ ##### [25.21.4](https://togithub.com/renovatebot/github-action/compare/v25.21.3...v25.21.4) (2021-05-15) ##### Bug Fixes - **deps:** update renovate/renovate docker tag to v25.21.4 ([4102bf7](https://togithub.com/renovatebot/github-action/commit/4102bf7551acd7a43106edfc6015cb1ae893e306)) ### [`v25.21.3`](https://togithub.com/renovatebot/github-action/releases/v25.21.3) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v25.21.1...v25.21.3) _See the the [changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md) for changes in all releases._ ##### [25.21.3](https://togithub.com/renovatebot/github-action/compare/v25.21.1...v25.21.3) (2021-05-15) ##### Bug Fixes - **deps:** update renovate/renovate docker tag to v25.21.3 ([be66ab1](https://togithub.com/renovatebot/github-action/commit/be66ab11264104e7a10a5fd99f12be492cf1ab69)) ### [`v25.21.1`](https://togithub.com/renovatebot/github-action/releases/v25.21.1) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v25.20.1...v25.21.1) _See the the [changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md) for changes in all releases._ ##### [25.21.1](https://togithub.com/renovatebot/github-action/compare/v25.20.1...v25.21.1) (2021-05-14) ##### Bug Fixes - **deps:** update renovate/renovate docker tag to v25.21.1 ([de6466e](https://togithub.com/renovatebot/github-action/commit/de6466e72e5b457d04172dda665cc8f3beabb758)) ### [`v25.20.1`](https://togithub.com/renovatebot/github-action/releases/v25.20.1) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v25.19.2...v25.20.1) _See the the [changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md) for changes in all releases._ ##### [25.20.1](https://togithub.com/renovatebot/github-action/compare/v25.19.2...v25.20.1) (2021-05-14) ##### Bug Fixes - **deps:** update renovate/renovate docker tag to v25.20.1 ([93a0700](https://togithub.com/renovatebot/github-action/commit/93a0700c8e02ac26d295e0fbbf7ba84236400fc4)) ### [`v25.19.2`](https://togithub.com/renovatebot/github-action/releases/v25.19.2) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v25.19.1...v25.19.2) _See the the [changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md) for changes in all releases._ ##### [25.19.2](https://togithub.com/renovatebot/github-action/compare/v25.19.1...v25.19.2) (2021-05-13) ##### Bug Fixes - **deps:** update renovate/renovate docker tag to v25.19.2 ([a375db0](https://togithub.com/renovatebot/github-action/commit/a375db02ed30f2736d5478fcaa76608dd5ba51e1))
vitejs/vite ### [`v2.3.3`](https://togithub.com/vitejs/vite/compare/v2.3.2...v2.3.3) [Compare Source](https://togithub.com/vitejs/vite/compare/v2.3.2...v2.3.3)

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 3 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/Dii2JC5gUpE5PJfnJZDPty7QZ4xf
✅ Preview: https://react-dev-inspector-git-renovate-all-minor-patch-zthxxx.vercel.app