From e1dcc735018f53534432f236900f265fd725b987 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 13:26:12 +0000 Subject: [PATCH] fix(deps): update dependency globby to ^14.0.1 (#2467) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [globby](https://togithub.com/sindresorhus/globby) | [`^14.0.0` -> `^14.0.1`](https://renovatebot.com/diffs/npm/globby/14.0.0/14.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/globby/14.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/globby/14.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/globby/14.0.0/14.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/globby/14.0.0/14.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
sindresorhus/globby (globby) ### [`v14.0.1`](https://togithub.com/sindresorhus/globby/releases/tag/v14.0.1) [Compare Source](https://togithub.com/sindresorhus/globby/compare/v14.0.0...v14.0.1) - Fix `expandDirectories.extension` option ([#​263](https://togithub.com/sindresorhus/globby/issues/263)) [`af5d139`](https://togithub.com/sindresorhus/globby/commit/af5d139) - Fix read permission error on ignore files search ([#​259](https://togithub.com/sindresorhus/globby/issues/259)) [`3a28601`](https://togithub.com/sindresorhus/globby/commit/3a28601)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/fwouts/previewjs). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- core/package.json | 2 +- pnpm-lock.yaml | 59 ++++++++++++-------------------------- screenshot/package.json | 2 +- type-analyzer/package.json | 2 +- 4 files changed, 22 insertions(+), 43 deletions(-) diff --git a/core/package.json b/core/package.json index 55639e52ba1..31b1c75a4c5 100644 --- a/core/package.json +++ b/core/package.json @@ -36,7 +36,7 @@ "exclusive-promises": "^1.0.3", "express": "^4.18.2", "fs-extra": "^11.2.0", - "globby": "^14.0.0", + "globby": "^14.0.1", "html-escaper": "^3.0.3", "http-terminator": "^3.2.0", "pino": "^8.18.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e4ebccf600f..27a31f05fef 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -344,8 +344,8 @@ importers: specifier: ^11.2.0 version: 11.2.0 globby: - specifier: ^14.0.0 - version: 14.0.0 + specifier: ^14.0.1 + version: 14.0.1 html-escaper: specifier: ^3.0.3 version: 3.0.3 @@ -3174,8 +3174,8 @@ importers: specifier: ^16.0.0 version: link:../framework-plugins/react globby: - specifier: ^14.0.0 - version: 14.0.0 + specifier: ^14.0.1 + version: 14.0.1 playwright: specifier: ^1.41.2 version: 1.41.2 @@ -3341,8 +3341,8 @@ importers: specifier: ^1.2.1 version: 1.2.1 globby: - specifier: ^14.0.0 - version: 14.0.0 + specifier: ^14.0.1 + version: 14.0.1 prettier: specifier: ^2.8.8 version: 2.8.8 @@ -4711,7 +4711,7 @@ packages: '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.21.4) '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-replace-supers': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 + '@babel/helper-split-export-declaration': 7.22.5 '@babel/plugin-syntax-decorators': 7.22.5(@babel/core@7.21.4) transitivePeerDependencies: - supports-color @@ -4727,7 +4727,7 @@ packages: '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.21.8) '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-replace-supers': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 + '@babel/helper-split-export-declaration': 7.22.5 '@babel/plugin-syntax-decorators': 7.22.5(@babel/core@7.21.8) transitivePeerDependencies: - supports-color @@ -4743,7 +4743,7 @@ packages: '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.22.20) '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-replace-supers': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 + '@babel/helper-split-export-declaration': 7.22.5 '@babel/plugin-syntax-decorators': 7.22.5(@babel/core@7.22.20) transitivePeerDependencies: - supports-color @@ -5565,15 +5565,6 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-syntax-flow@7.18.6(@babel/core@7.22.20): - resolution: {integrity: sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.22.20 - '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-syntax-flow@7.18.6(@babel/core@7.23.7): resolution: {integrity: sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==} engines: {node: '>=6.9.0'} @@ -5741,6 +5732,7 @@ packages: dependencies: '@babel/core': 7.22.20 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.23.3): resolution: {integrity: sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==} @@ -7316,19 +7308,6 @@ packages: '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.21.8) '@babel/types': 7.23.6 - /@babel/plugin-transform-react-jsx@7.21.0(@babel/core@7.22.20): - resolution: {integrity: sha512-6OAWljMvQrZjR2DaNhVfRz6dkCAVV+ymcLUmaf8bccGOHn2v5rHJK3tTpij0BuhdYWP4LLaqj5lwcdlpAAPuvg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.22.20 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-module-imports': 7.22.15 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.22.20) - '@babel/types': 7.23.6 - /@babel/plugin-transform-react-jsx@7.21.0(@babel/core@7.23.7): resolution: {integrity: sha512-6OAWljMvQrZjR2DaNhVfRz6dkCAVV+ymcLUmaf8bccGOHn2v5rHJK3tTpij0BuhdYWP4LLaqj5lwcdlpAAPuvg==} engines: {node: '>=6.9.0'} @@ -13551,7 +13530,7 @@ packages: exclusive-promises: 1.0.3 express: 4.18.2 fs-extra: 11.2.0 - globby: 14.0.0 + globby: 14.0.1 html-escaper: 3.0.3 http-terminator: 3.2.0 pino: 8.18.0 @@ -13653,7 +13632,7 @@ packages: dependencies: '@previewjs/vfs': 2.1.2 assert-never: 1.2.1 - globby: 14.0.0 + globby: 14.0.1 prettier: 2.8.8 typescript: 5.3.3 dev: false @@ -14429,8 +14408,8 @@ packages: engines: {node: '>=6'} dev: true - /@sindresorhus/merge-streams@1.0.0: - resolution: {integrity: sha512-rUV5WyJrJLoloD4NDN1V1+LDMDWOa4OTsT4yYJwQNpTU6FWxkxHpL7eu4w+DmiH8x/EAM1otkPE1+LaspIbplw==} + /@sindresorhus/merge-streams@2.1.0: + resolution: {integrity: sha512-g3/sYJWXTAf3Ce861z4/mW9jDxN7hoNHZMEyhd3Zh7GKQPiovWNttzhRW2BeGPwPxPpLDKumL6Sg056VAMjdkg==} engines: {node: '>=18'} dev: false @@ -27907,8 +27886,8 @@ packages: '@babel/plugin-transform-react-jsx': ^7.14.9 eslint: ^8.1.0 dependencies: - '@babel/plugin-syntax-flow': 7.18.6(@babel/core@7.22.20) - '@babel/plugin-transform-react-jsx': 7.21.0(@babel/core@7.22.20) + '@babel/plugin-syntax-flow': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-react-jsx': 7.21.0(@babel/core@7.21.8) eslint: 8.56.0 lodash: 4.17.21 string-natural-compare: 3.0.1 @@ -30023,11 +30002,11 @@ packages: merge2: 1.4.1 slash: 4.0.0 - /globby@14.0.0: - resolution: {integrity: sha512-/1WM/LNHRAOH9lZta77uGbq0dAEQM+XjNesWwhlERDVenqothRbnzTrL3/LrIoEPPjeUHC3vrS6TwoyxeHs7MQ==} + /globby@14.0.1: + resolution: {integrity: sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==} engines: {node: '>=18'} dependencies: - '@sindresorhus/merge-streams': 1.0.0 + '@sindresorhus/merge-streams': 2.1.0 fast-glob: 3.3.2 ignore: 5.2.4 path-type: 5.0.0 diff --git a/screenshot/package.json b/screenshot/package.json index bf2822b42a7..6f81e18a78e 100644 --- a/screenshot/package.json +++ b/screenshot/package.json @@ -29,7 +29,7 @@ "@previewjs/chromeless": "^13.0.0", "@previewjs/core": "^29.0.0", "@previewjs/plugin-react": "^16.0.0", - "globby": "^14.0.0", + "globby": "^14.0.1", "playwright": "^1.41.2" }, "devDependencies": { diff --git a/type-analyzer/package.json b/type-analyzer/package.json index 8be2ff6683f..6a17f85cdaf 100644 --- a/type-analyzer/package.json +++ b/type-analyzer/package.json @@ -24,7 +24,7 @@ "dependencies": { "@previewjs/vfs": "^2.1.2", "assert-never": "^1.2.1", - "globby": "^14.0.0", + "globby": "^14.0.1", "prettier": "^2.8.8", "typescript": "^5.3.3" },