From c7099b7b43125c554b17407a0ac784236be6a625 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 12:25:57 -0700 Subject: [PATCH] chore(deps): update all non-major dependencies (#7508) 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 | |---|---|---|---|---|---| | [glob](https://togithub.com/isaacs/node-glob) | [`10.0.0` -> `10.1.0`](https://renovatebot.com/diffs/npm/glob/10.0.0/10.1.0) | [![age](https://badges.renovateapi.com/packages/npm/glob/10.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/glob/10.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/glob/10.1.0/compatibility-slim/10.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/glob/10.1.0/confidence-slim/10.0.0)](https://docs.renovatebot.com/merge-confidence/) | | [rollup](https://rollupjs.org/) ([source](https://togithub.com/rollup/rollup)) | [`3.20.2` -> `3.20.4`](https://renovatebot.com/diffs/npm/rollup/3.20.2/3.20.4) | [![age](https://badges.renovateapi.com/packages/npm/rollup/3.20.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/rollup/3.20.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/rollup/3.20.4/compatibility-slim/3.20.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/rollup/3.20.4/confidence-slim/3.20.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
isaacs/node-glob ### [`v10.1.0`](https://togithub.com/isaacs/node-glob/blob/HEAD/changelog.md#​1010) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.0.0...v10.1.0) - Return `'.'` instead of the empty string `''` when the current working directory is returned as a match. - Add `posix: true` option to return `/` delimited paths, even on Windows.
rollup/rollup ### [`v3.20.4`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​3204) [Compare Source](https://togithub.com/rollup/rollup/compare/v3.20.3...v3.20.4) *2023-04-17* ##### Bug Fixes - Do not remove breaks statements after switch statements with conditional breaks ([#​4937](https://togithub.com/rollup/rollup/issues/4937)) ##### Pull Requests - [#​4937](https://togithub.com/rollup/rollup/pull/4937): fix: handle conditional breaks in nested switch statement cases ([@​TrickyPi](https://togithub.com/TrickyPi) and [@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v3.20.3`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​3203) [Compare Source](https://togithub.com/rollup/rollup/compare/v3.20.2...v3.20.3) *2023-04-16* ##### Bug Fixes - Reduce memory consumption for function call parameter analysis ([#​4938](https://togithub.com/rollup/rollup/issues/4938)) - Fix types for `shouldTransformCachedModule` ([#​4932](https://togithub.com/rollup/rollup/issues/4932)) ##### Pull Requests - [#​4925](https://togithub.com/rollup/rollup/pull/4925): chore: repl style add scoped ([@​btea](https://togithub.com/btea)) - [#​4926](https://togithub.com/rollup/rollup/pull/4926): docs: Update the x_google_ignorelist url ([@​jecfish](https://togithub.com/jecfish)) - [#​4932](https://togithub.com/rollup/rollup/pull/4932): Allow shouldTransformCachedModule to return null ([@​bluwy](https://togithub.com/bluwy)) - [#​4935](https://togithub.com/rollup/rollup/pull/4935): Bump peter-evans/create-or-update-comment from 2 to 3 ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [#​4936](https://togithub.com/rollup/rollup/pull/4936): Disable puppeteer sandbox to fix Vercel deployment ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4938](https://togithub.com/rollup/rollup/pull/4938): Improve memory usage for parameter deoptimizations ([@​lukastaegert](https://togithub.com/lukastaegert))
--- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] 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://app.renovatebot.com/dashboard#github/apollographql/apollo-server). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 44 ++++++++++++++++++++--------------------- package.json | 4 ++-- smoke-test/package.json | 2 +- 3 files changed, 25 insertions(+), 25 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7a782b834e1..d4f80e6d0f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "eslint": "8.38.0", "eslint-plugin-import": "2.27.5", "express": "4.18.2", - "glob": "10.0.0", + "glob": "10.1.0", "graphql": "16.6.0", "graphql-tag": "2.12.6", "jest": "29.5.0", @@ -71,7 +71,7 @@ "qs-middleware": "1.0.3", "requisition": "1.7.0", "rimraf": "5.0.0", - "rollup": "3.20.2", + "rollup": "3.20.4", "supertest": "6.3.3", "test-listen": "1.1.0", "ts-jest": "29.1.0", @@ -8426,15 +8426,15 @@ } }, "node_modules/glob": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.0.0.tgz", - "integrity": "sha512-zmp9ZDC6NpDNLujV2W2n+3lH+BafIVZ4/ct+Yj3BMZTH/+bgm/eVjHzeFLwxJrrIGgjjS2eiQLlpurHsNlEAtQ==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.1.0.tgz", + "integrity": "sha512-daGobsYuT0G4hng24B5LbeLNvwKZYRhWyDl3RvqqAGZjJnCopWWK6PWnAGBY1M/vdA63QE+jddhZcYp+74Bq6Q==", "dev": true, "dependencies": { "fs.realpath": "^1.0.0", "minimatch": "^9.0.0", "minipass": "^5.0.0", - "path-scurry": "^1.6.4" + "path-scurry": "^1.7.0" }, "engines": { "node": ">=16 || 14 >=14.17" @@ -11780,9 +11780,9 @@ } }, "node_modules/path-scurry": { - "version": "1.6.4", - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.6.4.tgz", - "integrity": "sha512-Qp/9IHkdNiXJ3/Kon++At2nVpnhRiPq/aSvQN+H3U1WZbvNRK0RIQK/o4HMqPoXjpuGJUEWpHSs6Mnjxqh3TQg==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.7.0.tgz", + "integrity": "sha512-UkZUeDjczjYRE495+9thsgcVgsaCPkaw80slmfVFgllxY+IO8ubTsOpFVjDPROBqJdHfVPUFRHPBV/WciOVfWg==", "dev": true, "dependencies": { "lru-cache": "^9.0.0", @@ -12549,9 +12549,9 @@ } }, "node_modules/rollup": { - "version": "3.20.2", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.20.2.tgz", - "integrity": "sha512-3zwkBQl7Ai7MFYQE0y1MeQ15+9jsi7XxfrqwTb/9EK8D9C9+//EBR4M+CuA1KODRaNbFez/lWxA5vhEGZp4MUg==", + "version": "3.20.4", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.20.4.tgz", + "integrity": "sha512-n7J4tuctZXUErM9Uc916httwqmTc63zzCr2+TLCiSCpfO/Xuk3g/marGN1IlRJZi+QF3XMYx75PxXRfZDVgaRw==", "dev": true, "bin": { "rollup": "dist/bin/rollup" @@ -21107,15 +21107,15 @@ } }, "glob": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.0.0.tgz", - "integrity": "sha512-zmp9ZDC6NpDNLujV2W2n+3lH+BafIVZ4/ct+Yj3BMZTH/+bgm/eVjHzeFLwxJrrIGgjjS2eiQLlpurHsNlEAtQ==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.1.0.tgz", + "integrity": "sha512-daGobsYuT0G4hng24B5LbeLNvwKZYRhWyDl3RvqqAGZjJnCopWWK6PWnAGBY1M/vdA63QE+jddhZcYp+74Bq6Q==", "dev": true, "requires": { "fs.realpath": "^1.0.0", "minimatch": "^9.0.0", "minipass": "^5.0.0", - "path-scurry": "^1.6.4" + "path-scurry": "^1.7.0" }, "dependencies": { "brace-expansion": { @@ -23460,9 +23460,9 @@ "dev": true }, "path-scurry": { - "version": "1.6.4", - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.6.4.tgz", - "integrity": "sha512-Qp/9IHkdNiXJ3/Kon++At2nVpnhRiPq/aSvQN+H3U1WZbvNRK0RIQK/o4HMqPoXjpuGJUEWpHSs6Mnjxqh3TQg==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.7.0.tgz", + "integrity": "sha512-UkZUeDjczjYRE495+9thsgcVgsaCPkaw80slmfVFgllxY+IO8ubTsOpFVjDPROBqJdHfVPUFRHPBV/WciOVfWg==", "dev": true, "requires": { "lru-cache": "^9.0.0", @@ -23973,9 +23973,9 @@ } }, "rollup": { - "version": "3.20.2", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.20.2.tgz", - "integrity": "sha512-3zwkBQl7Ai7MFYQE0y1MeQ15+9jsi7XxfrqwTb/9EK8D9C9+//EBR4M+CuA1KODRaNbFez/lWxA5vhEGZp4MUg==", + "version": "3.20.4", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.20.4.tgz", + "integrity": "sha512-n7J4tuctZXUErM9Uc916httwqmTc63zzCr2+TLCiSCpfO/Xuk3g/marGN1IlRJZi+QF3XMYx75PxXRfZDVgaRw==", "dev": true, "requires": { "fsevents": "~2.3.2" diff --git a/package.json b/package.json index 2ad4954c776..6d1f409c902 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "eslint": "8.38.0", "eslint-plugin-import": "2.27.5", "express": "4.18.2", - "glob": "10.0.0", + "glob": "10.1.0", "graphql": "16.6.0", "graphql-tag": "2.12.6", "jest": "29.5.0", @@ -98,7 +98,7 @@ "qs-middleware": "1.0.3", "requisition": "1.7.0", "rimraf": "5.0.0", - "rollup": "3.20.2", + "rollup": "3.20.4", "supertest": "6.3.3", "test-listen": "1.1.0", "ts-jest": "29.1.0", diff --git a/smoke-test/package.json b/smoke-test/package.json index 9983b31b154..0eef2b09863 100644 --- a/smoke-test/package.json +++ b/smoke-test/package.json @@ -8,7 +8,7 @@ "@rollup/plugin-json": "6.0.0", "@rollup/plugin-node-resolve": "15.0.2", "@types/make-fetch-happen": "10.0.1", - "rollup": "3.20.2" + "rollup": "3.20.4" }, "volta": { "extends": "../package.json"