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 v13 #113

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 -> 13.1.1

Release Notes

sindresorhus/globby ### [`v13.1.1`](https://togithub.com/sindresorhus/globby/releases/v13.1.1) [Compare Source](https://togithub.com/sindresorhus/globby/compare/v13.1.0...v13.1.1) - Fix duplicated result when using globstar ([#​231](https://togithub.com/sindresorhus/globby/issues/231)) [`f9d35ae`](https://togithub.com/sindresorhus/globby/commit/f9d35ae) ### [`v13.1.0`](https://togithub.com/sindresorhus/globby/releases/v13.1.0) [Compare Source](https://togithub.com/sindresorhus/globby/compare/v13.0.0...v13.1.0) - Add [`ignoreFiles`](https://togithub.com/sindresorhus/globby#ignorefiles) option ([#​228](https://togithub.com/sindresorhus/globby/issues/228)) [`895d6ec`](https://togithub.com/sindresorhus/globby/commit/895d6ec) ### [`v13.0.0`](https://togithub.com/sindresorhus/globby/releases/v13.0.0) [Compare Source](https://togithub.com/sindresorhus/globby/compare/v12.2.0...v13.0.0) ##### Breaking - Rename `generateGlobTasks` to `generateGlobTasksSync` ([#​221](https://togithub.com/sindresorhus/globby/issues/221)) [`51c8f68`](https://togithub.com/sindresorhus/globby/commit/51c8f68) - Remove `ignore` option for `isGitIgnored` and `isGitIgnoredSync` ([#​225](https://togithub.com/sindresorhus/globby/issues/225)) [`2e43cc4`](https://togithub.com/sindresorhus/globby/commit/2e43cc4) - This option never worked correctly. ##### Improvements - Improve performance with mutiple patterns ([#​222](https://togithub.com/sindresorhus/globby/issues/222)) [`04fbd5b`](https://togithub.com/sindresorhus/globby/commit/04fbd5b) - Add async `generateGlobTasks` method ([#​221](https://togithub.com/sindresorhus/globby/issues/221)) [`51c8f68`](https://togithub.com/sindresorhus/globby/commit/51c8f68) ##### Fixes - Fix bug with `objectMode` option ([#​210](https://togithub.com/sindresorhus/globby/issues/210)) [`1852fc5`](https://togithub.com/sindresorhus/globby/commit/1852fc5) ### [`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/HeUVHstCU41DeYbud4XpvpL6gTwy
✅ Preview: https://react-dev-inspector-git-renovate-globby-13x-zthxxx.vercel.app

zthxxx commented 2 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 13.x releases. However, if you upgrade to 13.x manually then Renovate will then reenable updates for minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.