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 dependency globby to v12 - autoclosed #104

Closed zthxxx closed 2 years ago

zthxxx commented 2 years ago

This PR contains the following updates:

Package Type Update Change
globby devDependencies major 11.1.0 -> 12.2.0

Release Notes

sindresorhus/globby ### [`v12.2.0`](https://togithub.com/sindresorhus/globby/releases/v12.2.0) [Compare Source](https://togithub.com/sindresorhus/globby/compare/v12.1.0...v12.2.0) - Work around TypeScript type problem with `URL` global ([#​206](https://togithub.com/sindresorhus/globby/issues/206)) [`1224230`](https://togithub.com/sindresorhus/globby/commit/1224230) - Accept `URL` in function returned by `isGitIgnored` ([#​207](https://togithub.com/sindresorhus/globby/issues/207)) [`a9fc794`](https://togithub.com/sindresorhus/globby/commit/a9fc794) ### [`v12.1.0`](https://togithub.com/sindresorhus/globby/releases/v12.1.0) [Compare Source](https://togithub.com/sindresorhus/globby/compare/v12.0.2...v12.1.0) - Support `URL` for the `cwd` option ([#​201](https://togithub.com/sindresorhus/globby/issues/201)) [`73c0aca`](https://togithub.com/sindresorhus/globby/commit/73c0aca) ### [`v12.0.2`](https://togithub.com/sindresorhus/globby/releases/v12.0.2) [Compare Source](https://togithub.com/sindresorhus/globby/compare/v12.0.1...v12.0.2) - Ensure async method is completely async [`e167725`](https://togithub.com/sindresorhus/globby/commit/e167725) ### [`v12.0.1`](https://togithub.com/sindresorhus/globby/releases/v12.0.1) [Compare Source](https://togithub.com/sindresorhus/globby/compare/v12.0.0...v12.0.1) - Internal changes [`5a64253`](https://togithub.com/sindresorhus/globby/commit/5a64253) ### [`v12.0.0`](https://togithub.com/sindresorhus/globby/releases/v12.0.0) [Compare Source](https://togithub.com/sindresorhus/globby/compare/v11.1.0...v12.0.0) ##### Breaking - Require Node.js 12.20 ([#​181](https://togithub.com/sindresorhus/globby/issues/181)) [`5c32b4a`](https://togithub.com/sindresorhus/globby/commit/5c32b4a) - This package is now pure ESM. Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). - This package now uses named exports instead of a default export - `globby` → `{globby}` - `globby.sync` → `{globbySync}` - `globby.stream` → `{globbyStream}` - `globby.generateGlobTasks` → `{generateGlobTasks}` - `globby.hasMagic` → `{isDynamicPattern}` - `globby.gitignore` → `{isGitIgnored}` - `globby.gitignore.sync` → `{isGitIgnoredSync}` ```diff -const globby = require('globby'); +import {globby} from 'globby'; ```

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



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/6u4epH9PdAnLbb1ad5Ub1DTgp1og
✅ Preview: https://react-dev-inspector-git-renovate-globby-12x-zthxxx.vercel.app