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

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.3 -> 7.14.6
@babel/types (source) devDependencies patch 7.14.4 -> 7.14.5
@types/node devDependencies patch 14.17.1 -> 14.17.3
@types/react devDependencies patch 17.0.9 -> 17.0.11
@types/react-dom devDependencies patch 17.0.6 -> 17.0.7
@typescript-eslint/eslint-plugin devDependencies minor 4.26.0 -> 4.27.0
@typescript-eslint/parser devDependencies minor 4.26.0 -> 4.27.0
@umijs/types devDependencies patch 3.4.23 -> 3.4.25
eslint (source) devDependencies minor 7.27.0 -> 7.28.0
react-dev-inspector dependencies minor 1.5.3 -> 1.6.0
renovatebot/github-action action minor v25.35.5 -> v25.41.1
umi dependencies patch 3.4.23 -> 3.4.25
vite devDependencies patch 2.3.6 -> 2.3.7

Release Notes

babel/babel ### [`v7.14.6`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7146-2021-06-14) [Compare Source](https://togithub.com/babel/babel/compare/v7.14.5...v7.14.6) ##### :bug: Bug Fix - `babel-plugin-transform-spread` - [#​13459](https://togithub.com/babel/babel/pull/13459) babel-plugin-transform-spread add missing argument in build calls ([@​zxbodya](https://togithub.com/zxbodya)) - [#​13439](https://togithub.com/babel/babel/pull/13439) Correctly transform spreads of arrays with holes ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helpers`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-modules-commonjs` - [#​13444](https://togithub.com/babel/babel/pull/13444) fix destructuring of empty string ([@​lala7573](https://togithub.com/lala7573)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties` - [#​13429](https://togithub.com/babel/babel/pull/13429) fix: reference to class expression in private method ([@​lala7573](https://togithub.com/lala7573)) - `babel-parser` - [#​13428](https://togithub.com/babel/babel/pull/13428) \[ts] Support override modifiers for parameter properties ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#​13449](https://togithub.com/babel/babel/pull/13449) Disallow JSX tag forming after TS non-null assertion ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - [#​13423](https://togithub.com/babel/babel/pull/13423) Faster babel build ([@​JLHwung](https://togithub.com/JLHwung)) ##### :running_woman: Performance - `babel-parser` - [#​13453](https://togithub.com/babel/babel/pull/13453) Faster readRegexp ([@​JLHwung](https://togithub.com/JLHwung)) ### [`v7.14.5`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7145-2021-06-09) [Compare Source](https://togithub.com/babel/babel/compare/v7.14.3...v7.14.5) ##### :eyeglasses: Spec Compliance - `babel-plugin-proposal-do-expressions`, `babel-traverse` - [#​13122](https://togithub.com/babel/babel/pull/13122) fix: hoist variable declaration within do block ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​13409](https://togithub.com/babel/babel/pull/13409) Relax import assertion key-is-type constraint ([@​JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-parser` - [#​13418](https://togithub.com/babel/babel/pull/13418) fix(parser): correctly parse record and tuple tokens ([@​fedeci](https://togithub.com/fedeci)) - [#​13410](https://togithub.com/babel/babel/pull/13410) fix: throw when `async()` call param is object with assignement ([@​tony-go](https://togithub.com/tony-go)) - [#​13396](https://togithub.com/babel/babel/pull/13396) Add support for d flag of regex literals in parser ([@​ota-meshi](https://togithub.com/ota-meshi)) - `babel-helpers` - [#​13404](https://togithub.com/babel/babel/pull/13404) fix generate-helpers failing in URL-encoded path ([@​lightmare](https://togithub.com/lightmare)) ##### :house: Internal - `babel-helper-hoist-variables` - [#​13442](https://togithub.com/babel/babel/pull/13442) Disallow dependency cycles ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​13440](https://togithub.com/babel/babel/pull/13440) update test fixtures ([@​JLHwung](https://togithub.com/JLHwung)) - [#​13431](https://togithub.com/babel/babel/pull/13431) Reduce `exprAllowed` usage ([@​JLHwung](https://togithub.com/JLHwung)) - [#​13422](https://togithub.com/babel/babel/pull/13422) fix(`@babel/parser`): fix tokenizer context update code ([@​Eyoatam](https://togithub.com/Eyoatam)) - Other - [#​13420](https://togithub.com/babel/babel/pull/13420) chore: specify [@​babel/eslint-parser](https://togithub.com/babel/eslint-parser) deps ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-cli`, `babel-code-frame`, `babel-compat-data`, `babel-core`, `babel-generator`, `babel-helper-annotate-as-pure`, `babel-helper-builder-binary-assignment-operator-visitor`, `babel-helper-builder-react-jsx`, `babel-helper-compilation-targets`, `babel-helper-create-class-features-plugin`, `babel-helper-create-regexp-features-plugin`, `babel-helper-define-map`, `babel-helper-explode-assignable-expression`, `babel-helper-fixtures`, `babel-helper-function-name`, `babel-helper-get-function-arity`, `babel-helper-hoist-variables`, `babel-helper-member-expression-to-functions`, `babel-helper-module-imports`, `babel-helper-module-transforms`, `babel-helper-optimise-call-expression`, `babel-helper-plugin-test-runner`, `babel-helper-plugin-utils`, `babel-helper-remap-async-to-generator`, `babel-helper-replace-supers`, `babel-helper-simple-access`, `babel-helper-skip-transparent-expression-wrappers`, `babel-helper-split-export-declaration`, `babel-helper-transform-fixture-test-runner`, `babel-helper-validator-identifier`, `babel-helper-validator-option`, `babel-helper-wrap-function`, `babel-helpers`, `babel-highlight`, `babel-node`, `babel-parser`, `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`, `babel-plugin-external-helpers`, `babel-plugin-proposal-async-do-expressions`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-class-static-block`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-do-expressions`, `babel-plugin-proposal-dynamic-import`, `babel-plugin-proposal-export-default-from`, `babel-plugin-proposal-export-namespace-from`, `babel-plugin-proposal-function-bind`, `babel-plugin-proposal-function-sent`, `babel-plugin-proposal-json-strings`, `babel-plugin-proposal-logical-assignment-operators`, `babel-plugin-proposal-nullish-coalescing-operator`, `babel-plugin-proposal-numeric-separator`, `babel-plugin-proposal-object-rest-spread`, `babel-plugin-proposal-optional-catch-binding`, `babel-plugin-proposal-optional-chaining`, `babel-plugin-proposal-partial-application`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-proposal-private-methods`, `babel-plugin-proposal-private-property-in-object`, `babel-plugin-proposal-record-and-tuple`, `babel-plugin-proposal-throw-expressions`, `babel-plugin-proposal-unicode-property-regex`, `babel-plugin-syntax-async-do-expressions`, `babel-plugin-syntax-class-static-block`, `babel-plugin-syntax-decimal`, `babel-plugin-syntax-decorators`, `babel-plugin-syntax-do-expressions`, `babel-plugin-syntax-export-default-from`, `babel-plugin-syntax-flow`, `babel-plugin-syntax-function-bind`, `babel-plugin-syntax-function-sent`, `babel-plugin-syntax-import-assertions`, `babel-plugin-syntax-jsx`, `babel-plugin-syntax-module-blocks`, `babel-plugin-syntax-partial-application`, `babel-plugin-syntax-pipeline-operator`, `babel-plugin-syntax-private-property-in-object`, `babel-plugin-syntax-record-and-tuple`, `babel-plugin-syntax-throw-expressions`, `babel-plugin-syntax-top-level-await`, `babel-plugin-syntax-typescript`, `babel-plugin-transform-arrow-functions`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-block-scoped-functions`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-computed-properties`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-dotall-regex`, `babel-plugin-transform-duplicate-keys`, `babel-plugin-transform-exponentiation-operator`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-for-of`, `babel-plugin-transform-function-name`, `babel-plugin-transform-instanceof`, `babel-plugin-transform-jscript`, `babel-plugin-transform-literals`, `babel-plugin-transform-member-expression-literals`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-modules-umd`, `babel-plugin-transform-named-capturing-groups-regex`, `babel-plugin-transform-new-target`, `babel-plugin-transform-object-assign`, `babel-plugin-transform-object-set-prototype-of-to-assign`, `babel-plugin-transform-object-super`, `babel-plugin-transform-parameters`, `babel-plugin-transform-property-literals`, `babel-plugin-transform-property-mutators`, `babel-plugin-transform-proto-to-assign`, `babel-plugin-transform-react-constant-elements`, `babel-plugin-transform-react-display-name`, `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-react-jsx-compat`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx-self`, `babel-plugin-transform-react-jsx-source`, `babel-plugin-transform-react-jsx`, `babel-plugin-transform-react-pure-annotations`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-reserved-words`, `babel-plugin-transform-runtime`, `babel-plugin-transform-shorthand-properties`, `babel-plugin-transform-spread`, `babel-plugin-transform-sticky-regex`, `babel-plugin-transform-strict-mode`, `babel-plugin-transform-template-literals`, `babel-plugin-transform-typeof-symbol`, `babel-plugin-transform-typescript`, `babel-plugin-transform-unicode-escapes`, `babel-plugin-transform-unicode-regex`, `babel-preset-env`, `babel-preset-flow`, `babel-preset-react`, `babel-preset-typescript`, `babel-register`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`, `babel-standalone`, `babel-template`, `babel-traverse`, `babel-types` - [#​13363](https://togithub.com/babel/babel/pull/13363) chore: setup Yarn constraints ([@​merceyz](https://togithub.com/merceyz)) ##### :running_woman: Performance - `babel-parser` - [#​13408](https://togithub.com/babel/babel/pull/13408) Use set in parser scope ([@​JLHwung](https://togithub.com/JLHwung)) - [#​13386](https://togithub.com/babel/babel/pull/13386) Faster checkReservedWord ([@​JLHwung](https://togithub.com/JLHwung)) - [#​13406](https://togithub.com/babel/babel/pull/13406) Back parser state `exportedIdentifiers` by set ([@​JLHwung](https://togithub.com/JLHwung))
typescript-eslint/typescript-eslint ### [`v4.27.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​4270-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4261v4270-2021-06-14) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.26.1...v4.27.0) ##### Bug Fixes - **eslint-plugin:** allow explicit any for no-unsafe-return ([#​3498](https://togithub.com/typescript-eslint/typescript-eslint/issues/3498)) ([b15a2b2](https://togithub.com/typescript-eslint/typescript-eslint/commit/b15a2b2a02dc9af2b47b77eb3aede73ffa85ac66)) - **typescript-estree:** allow providing more one than one existing program in config ([#​3508](https://togithub.com/typescript-eslint/typescript-eslint/issues/3508)) ([4f1806e](https://togithub.com/typescript-eslint/typescript-eslint/commit/4f1806e548affb7265da360d1fc8d033e25de325)) - **typescript-estree:** support override modifier for parameter property ([#​3485](https://togithub.com/typescript-eslint/typescript-eslint/issues/3485)) ([33b9f69](https://togithub.com/typescript-eslint/typescript-eslint/commit/33b9f69a681cd3219a2acca5b0b2fa67609f099e)) ##### Features - **ast-spec:** specify `LogicalExpression`'s `operator` type ([#​3497](https://togithub.com/typescript-eslint/typescript-eslint/issues/3497)) ([9e343fd](https://togithub.com/typescript-eslint/typescript-eslint/commit/9e343fdaa0b04ed007b873c781e8cc98fc1fb7f5)) - **ast-spec:** specify `PunctuatorToken`'s `value` type ([#​3496](https://togithub.com/typescript-eslint/typescript-eslint/issues/3496)) ([fdb1d81](https://togithub.com/typescript-eslint/typescript-eslint/commit/fdb1d81f0fcf75a9216e6a90469f18c24c91f718)) - **eslint-plugin:** \[prefer-literal-enum-member] add allowBitwiseExpressions option ([#​3515](https://togithub.com/typescript-eslint/typescript-eslint/issues/3515)) ([288092a](https://togithub.com/typescript-eslint/typescript-eslint/commit/288092a085fdd9abaffe0aa1d0b37a8844dd86ff)) - **typescript-estree:** add opt-in inference for single runs and create programs for projects up front ([#​3512](https://togithub.com/typescript-eslint/typescript-eslint/issues/3512)) ([06c2d9b](https://togithub.com/typescript-eslint/typescript-eslint/commit/06c2d9ba5442330f56637ecb14fae7e41696699c)) - allow user to provide TS program instance in parser options ([#​3484](https://togithub.com/typescript-eslint/typescript-eslint/issues/3484)) ([e855b18](https://togithub.com/typescript-eslint/typescript-eslint/commit/e855b18b8feee0edb5c617c11006861426a6f530)) #### [4.26.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.26.0...v4.26.1) (2021-06-07) ##### Bug Fixes - **eslint-plugin:** \[prefer-includes] ignore option chaining before indexOfs ([#​3432](https://togithub.com/typescript-eslint/typescript-eslint/issues/3432)) ([bf0cddb](https://togithub.com/typescript-eslint/typescript-eslint/commit/bf0cddbe5291bbc03e2d79aa680f93680222b67f)) - **eslint-plugin:** fix doc url generation ([#​3475](https://togithub.com/typescript-eslint/typescript-eslint/issues/3475)) ([fc5f171](https://togithub.com/typescript-eslint/typescript-eslint/commit/fc5f171b1ade2b45a1a4268b6d22926d420282a6)), closes [#​3473](https://togithub.com/typescript-eslint/typescript-eslint/issues/3473) ### [`v4.26.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​4261-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4260v4261-2021-06-07) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.26.0...v4.26.1) ##### Bug Fixes - **eslint-plugin:** \[prefer-includes] ignore option chaining before indexOfs ([#​3432](https://togithub.com/typescript-eslint/typescript-eslint/issues/3432)) ([bf0cddb](https://togithub.com/typescript-eslint/typescript-eslint/commit/bf0cddbe5291bbc03e2d79aa680f93680222b67f)) - **eslint-plugin:** fix doc url generation ([#​3475](https://togithub.com/typescript-eslint/typescript-eslint/issues/3475)) ([fc5f171](https://togithub.com/typescript-eslint/typescript-eslint/commit/fc5f171b1ade2b45a1a4268b6d22926d420282a6)), closes [#​3473](https://togithub.com/typescript-eslint/typescript-eslint/issues/3473)
umijs/umi ### [`v3.4.25`](https://togithub.com/umijs/umi/releases/v3.4.25) [Compare Source](https://togithub.com/umijs/umi/compare/v3.4.24...v3.4.25) - fix: history require failed when mpa ([#​6684](https://togithub.com/umijs/umi/issues/6684)) [`d09f688`](https://togithub.com/umijs/umi/commit/d09f688a) ### [`v3.4.24`](https://togithub.com/umijs/umi/releases/v3.4.24) [Compare Source](https://togithub.com/umijs/umi/compare/v3.4.23...v3.4.24) - fix: do no replace in other os ([#​6658](https://togithub.com/umijs/umi/issues/6658)) [`bc53358`](https://togithub.com/umijs/umi/commit/bc533580) - chore: update README.md [`5072b5b`](https://togithub.com/umijs/umi/commit/5072b5b9)
eslint/eslint ### [`v7.28.0`](https://togithub.com/eslint/eslint/releases/v7.28.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.27.0...v7.28.0) - [`1237705`](https://togithub.com/eslint/eslint/commit/1237705dd08c209c5e3136045ec51a4ba87a3abe) Upgrade: [@​eslint/eslintrc](https://togithub.com/eslint/eslintrc) to 0.4.2 ([#​14672](https://togithub.com/eslint/eslint/issues/14672)) (Milos Djermanovic) - [`123fb86`](https://togithub.com/eslint/eslint/commit/123fb8648731c2c23313c544ffa1872d3024fe68) Docs: Add Feedback Needed triage description ([#​14670](https://togithub.com/eslint/eslint/issues/14670)) (Nicholas C. Zakas) - [`c545163`](https://togithub.com/eslint/eslint/commit/c5451635b4e89827cfc8d8d77083647c74506e42) Update: support multiline /*eslint-env*/ directives (fixes [#​14652](https://togithub.com/eslint/eslint/issues/14652)) ([#​14660](https://togithub.com/eslint/eslint/issues/14660)) (薛定谔的猫) - [`8d1e75a`](https://togithub.com/eslint/eslint/commit/8d1e75a31b3e3d67130709a219bdd07ce6f3cf74) Upgrade: glob-parent version in package.json ([#​14658](https://togithub.com/eslint/eslint/issues/14658)) (Hamza Najeeb) - [`1f048cb`](https://togithub.com/eslint/eslint/commit/1f048cb0eec660d2052f1758f4b2ad7b1cb424e1) Fix: no-implicit-coercion false positive with `String()` (fixes [#​14623](https://togithub.com/eslint/eslint/issues/14623)) ([#​14641](https://togithub.com/eslint/eslint/issues/14641)) (Milos Djermanovic) - [`d709abf`](https://togithub.com/eslint/eslint/commit/d709abfdde087325d4578b6709dc61040b8ca9d8) Chore: fix comment location in no-unused-vars ([#​14648](https://togithub.com/eslint/eslint/issues/14648)) (Milos Djermanovic) - [`e44ce0a`](https://togithub.com/eslint/eslint/commit/e44ce0a8acfaad513c385150c25e76e82a1b8f12) Fix: no-duplicate-imports allow unmergeable (fixes [#​12758](https://togithub.com/eslint/eslint/issues/12758), fixes [#​12760](https://togithub.com/eslint/eslint/issues/12760)) ([#​14238](https://togithub.com/eslint/eslint/issues/14238)) (Soufiane Boutahlil) - [`bb66a3d`](https://togithub.com/eslint/eslint/commit/bb66a3d91af426dac9a7ffdbe47bdbbc0ffd4dd7) New: add `getPhysicalFilename()` method to rule context (fixes [#​11989](https://togithub.com/eslint/eslint/issues/11989)) ([#​14616](https://togithub.com/eslint/eslint/issues/14616)) (Nitin Kumar) - [`2e43dac`](https://togithub.com/eslint/eslint/commit/2e43dacd24337a82d4184fac9b44d497675f46ef) Docs: fix `no-sequences` example ([#​14643](https://togithub.com/eslint/eslint/issues/14643)) (Nitin Kumar) - [`958ff4e`](https://togithub.com/eslint/eslint/commit/958ff4e8a5102f204f1484d09985e28a79790996) Docs: add note for arrow functions in no-seq rule ([#​14578](https://togithub.com/eslint/eslint/issues/14578)) (Nitin Kumar) - [`e4f111b`](https://togithub.com/eslint/eslint/commit/e4f111b67d114adbf76a9c9dbb18fa4f49bc91b6) Fix: arrow-body-style crash with object pattern (fixes [#​14633](https://togithub.com/eslint/eslint/issues/14633)) ([#​14635](https://togithub.com/eslint/eslint/issues/14635)) (Milos Djermanovic) - [`ec28b5a`](https://togithub.com/eslint/eslint/commit/ec28b5a2bdc69f34ce29d670f5e84d2446774a00) Chore: upgrade eslint-plugin-eslint-plugin ([#​14590](https://togithub.com/eslint/eslint/issues/14590)) (薛定谔的猫) - [`85a2725`](https://togithub.com/eslint/eslint/commit/85a2725b1fade5538e727102d9701ccb503e54d4) Docs: Update README team and sponsors (ESLint Jenkins)
zthxxx/react-dev-inspector ### [`v1.6.0`](https://togithub.com/zthxxx/react-dev-inspector/compare/v1.5.3...v1.6.0) [Compare Source](https://togithub.com/zthxxx/react-dev-inspector/compare/v1.5.3...v1.6.0)
renovatebot/github-action ### [`v25.41.1`](https://togithub.com/renovatebot/github-action/releases/v25.41.1) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v25.41.0...v25.41.1) *See the the [changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md) for changes in all releases.* ##### [25.41.1](https://togithub.com/renovatebot/github-action/compare/v25.41.0...v25.41.1) (2021-06-15) ##### Bug Fixes - **deps:** update dependency [@​actions/core](https://togithub.com/actions/core) to v1.4.0 ([be97c86](https://togithub.com/renovatebot/github-action/commit/be97c86a6d7f8e61b2be4a1441b6c9909a3512b2)) - **deps:** update dependency [@​actions/exec](https://togithub.com/actions/exec) to v1.1.0 ([15633b9](https://togithub.com/renovatebot/github-action/commit/15633b98f000e2955095e3375d41092f7e98211f)) - **deps:** update renovate/renovate docker tag to v25.41.1 ([d586d9e](https://togithub.com/renovatebot/github-action/commit/d586d9e954c3705d11fd54f51d7e15ebd3e4794a)) ### [`v25.41.0`](https://togithub.com/renovatebot/github-action/releases/v25.41.0) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v25.40.1...v25.41.0) *See the the [changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md) for changes in all releases.* #### [25.41.0](https://togithub.com/renovatebot/github-action/compare/v25.40.1...v25.41.0) (2021-06-12) ##### Bug Fixes - **deps:** update renovate/renovate docker tag to v25.41.0 ([4c7edfa](https://togithub.com/renovatebot/github-action/commit/4c7edfa8c184110ff00d08c78afd64f12c098c04)) ### [`v25.40.1`](https://togithub.com/renovatebot/github-action/releases/v25.40.1) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v25.40.0...v25.40.1) *See the the [changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md) for changes in all releases.* ##### [25.40.1](https://togithub.com/renovatebot/github-action/compare/v25.40.0...v25.40.1) (2021-06-12) ##### Bug Fixes - **deps:** update renovate/renovate docker tag to v25.40.1 ([17ac4b0](https://togithub.com/renovatebot/github-action/commit/17ac4b0f06a3b56a8e1672cdfc4b607be2ac24fd)) ### [`v25.40.0`](https://togithub.com/renovatebot/github-action/releases/v25.40.0) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v25.39.1...v25.40.0) *See the the [changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md) for changes in all releases.* #### [25.40.0](https://togithub.com/renovatebot/github-action/compare/v25.39.1...v25.40.0) (2021-06-12) ##### Bug Fixes - **deps:** update renovate/renovate docker tag to v25.40.0 ([5f0324b](https://togithub.com/renovatebot/github-action/commit/5f0324b9a5c414fa740a513faaf626ee7a713ddc)) ### [`v25.39.1`](https://togithub.com/renovatebot/github-action/releases/v25.39.1) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v25.39.0...v25.39.1) *See the the [changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md) for changes in all releases.* ##### [25.39.1](https://togithub.com/renovatebot/github-action/compare/v25.39.0...v25.39.1) (2021-06-11) ##### Bug Fixes - **deps:** update renovate/renovate docker tag to v25.39.1 ([17e8458](https://togithub.com/renovatebot/github-action/commit/17e84587651c57cea210b14534c2ac20a993ed99)) ### [`v25.39.0`](https://togithub.com/renovatebot/github-action/releases/v25.39.0) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v25.38.5...v25.39.0) *See the the [changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md) for changes in all releases.* #### [25.39.0](https://togithub.com/renovatebot/github-action/compare/v25.38.5...v25.39.0) (2021-06-11) ##### Bug Fixes - **deps:** update renovate/renovate docker tag to v25.39.0 ([d39eb5c](https://togithub.com/renovatebot/github-action/commit/d39eb5cc070bf2c8df9d00ba13b9bf16e238a304)) ### [`v25.38.5`](https://togithub.com/renovatebot/github-action/releases/v25.38.5) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v25.38.4...v25.38.5) *See the the [changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md) for changes in all releases.* ##### [25.38.5](https://togithub.com/renovatebot/github-action/compare/v25.38.4...v25.38.5) (2021-06-11) ##### Bug Fixes - **deps:** update renovate/renovate docker tag to v25.38.5 ([8621cb9](https://togithub.com/renovatebot/github-action/commit/8621cb97ceb9f832ffc4151f7d6a956288309a6d)) ### [`v25.38.4`](https://togithub.com/renovatebot/github-action/releases/v25.38.4) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v25.38.3...v25.38.4) *See the the [changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md) for changes in all releases.* ##### [25.38.4](https://togithub.com/renovatebot/github-action/compare/v25.38.3...v25.38.4) (2021-06-11) ##### Bug Fixes - **deps:** update renovate/renovate docker tag to v25.38.4 ([0c65d04](https://togithub.com/renovatebot/github-action/commit/0c65d04fe17f586504b1fc801b9f4d6d9c840be4)) ### [`v25.38.3`](https://togithub.com/renovatebot/github-action/releases/v25.38.3) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v25.38.2...v25.38.3) *See the the [changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md) for changes in all releases.* ##### [25.38.3](https://togithub.com/renovatebot/github-action/compare/v25.38.2...v25.38.3) (2021-06-10) ##### Bug Fixes - **deps:** update renovate/renovate docker tag to v25.38.3 ([22198b2](https://togithub.com/renovatebot/github-action/commit/22198b269e7fa1681e3febec3686619ed424ca00)) ### [`v25.38.2`](https://togithub.com/renovatebot/github-action/releases/v25.38.2) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v25.38.0...v25.38.2) *See the the [changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md) for changes in all releases.* ##### [25.38.2](https://togithub.com/renovatebot/github-action/compare/v25.38.0...v25.38.2) (2021-06-08) ##### Bug Fixes - **deps:** update renovate/renovate docker tag to v25.38.2 ([a8589b4](https://togithub.com/renovatebot/github-action/commit/a8589b4c79fa9f28d5f963fd89da301c6ba47281)) ### [`v25.38.0`](https://togithub.com/renovatebot/github-action/releases/v25.38.0) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v25.37.2...v25.38.0) *See the the [changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md) for changes in all releases.* #### [25.38.0](https://togithub.com/renovatebot/github-action/compare/v25.37.2...v25.38.0) (2021-06-07) ##### Bug Fixes - **deps:** update renovate/renovate docker tag to v25.38.0 ([a51ad0a](https://togithub.com/renovatebot/github-action/commit/a51ad0a173cd5b047f7c4ea2db8f9b53537d3019)) ### [`v25.37.2`](https://togithub.com/renovatebot/github-action/releases/v25.37.2) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v25.37.1...v25.37.2) *See the the [changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md) for changes in all releases.* ##### [25.37.2](https://togithub.com/renovatebot/github-action/compare/v25.37.1...v25.37.2) (2021-06-07) ##### Bug Fixes - **deps:** update renovate/renovate docker tag to v25.37.2 ([cedc25f](https://togithub.com/renovatebot/github-action/commit/cedc25f403f95420516479498ab95529b10f7fa2)) ### [`v25.37.1`](https://togithub.com/renovatebot/github-action/releases/v25.37.1) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v25.36.3...v25.37.1) *See the the [changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md) for changes in all releases.* ##### [25.37.1](https://togithub.com/renovatebot/github-action/compare/v25.36.3...v25.37.1) (2021-06-07) ##### Bug Fixes - **deps:** update renovate/renovate docker tag to v25.37.1 ([b2d55d1](https://togithub.com/renovatebot/github-action/commit/b2d55d1f211a1cab832363ed80fe84f744596721)) ### [`v25.36.3`](https://togithub.com/renovatebot/github-action/releases/v25.36.3) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v25.36.1...v25.36.3) *See the the [changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md) for changes in all releases.* ##### [25.36.3](https://togithub.com/renovatebot/github-action/compare/v25.36.1...v25.36.3) (2021-06-05) ##### Bug Fixes - **deps:** update renovate/renovate docker tag to v25.36.3 ([4b8e50d](https://togithub.com/renovatebot/github-action/commit/4b8e50dbb69373e4c4e0f357430d28ee3bd3a4f0)) ### [`v25.36.1`](https://togithub.com/renovatebot/github-action/releases/v25.36.1) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v25.36.0...v25.36.1) *See the the [changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md) for changes in all releases.* ##### [25.36.1](https://togithub.com/renovatebot/github-action/compare/v25.36.0...v25.36.1) (2021-06-04) ##### Bug Fixes - **deps:** update renovate/renovate docker tag to v25.36.1 ([5c23a85](https://togithub.com/renovatebot/github-action/commit/5c23a85d64d7710387fd2c52654f69e9bd193524)) ### [`v25.36.0`](https://togithub.com/renovatebot/github-action/releases/v25.36.0) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v25.35.5...v25.36.0) *See the the [changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md) for changes in all releases.* #### [25.36.0](https://togithub.com/renovatebot/github-action/compare/v25.35.5...v25.36.0) (2021-06-02) ##### Bug Fixes - **deps:** update renovate/renovate docker tag to v25.36.0 ([#​546](https://togithub.com/renovatebot/github-action/issues/546)) ([109b3b9](https://togithub.com/renovatebot/github-action/commit/109b3b97da743d63e6797115116624799766b6c3))
vitejs/vite ### [`v2.3.7`](https://togithub.com/vitejs/vite/compare/v2.3.6...v2.3.7) [Compare Source](https://togithub.com/vitejs/vite/compare/v2.3.6...v2.3.7)

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