nuxt-community / sentry-module

Sentry module for Nuxt 2
https://sentry.nuxtjs.org
MIT License
500 stars 113 forks source link

chore(deps): update devdependency globby to v13 #535

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
globby ^11.1.0 -> ^13.0.0 age adoption passing confidence

Release Notes

sindresorhus/globby ### [`v13.1.3`](https://togithub.com/sindresorhus/globby/releases/tag/v13.1.3) [Compare Source](https://togithub.com/sindresorhus/globby/compare/v13.1.2...v13.1.3) - Fix an edge-case bug ([#​242](https://togithub.com/sindresorhus/globby/issues/242)) [`917670c`](https://togithub.com/sindresorhus/globby/commit/917670c) ### [`v13.1.2`](https://togithub.com/sindresorhus/globby/releases/tag/v13.1.2) [Compare Source](https://togithub.com/sindresorhus/globby/compare/v13.1.1...v13.1.2) - Make `ignoreFiles` option accept readonly arrays ([#​235](https://togithub.com/sindresorhus/globby/issues/235)) [`810caae`](https://togithub.com/sindresorhus/globby/commit/810caae) ### [`v13.1.1`](https://togithub.com/sindresorhus/globby/releases/tag/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/tag/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/tag/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/tag/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/tag/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/tag/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/tag/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/tag/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: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 Mend Renovate. View repository job log here.

rchl commented 1 year ago

Keeping for compatibility with nuxt.

renovate[bot] commented 1 year ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 13.x releases. But if you manually upgrade to 13.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.