From 8675eb97f7940af1e9c90097c79cea20dfbd2bc0 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:40:42 +0200 Subject: [PATCH] chore(deps): Update dependency @ava/typescript to v5 (#250) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@ava/typescript](https://togithub.com/avajs/typescript) | devDependencies | major | [`^4.1.0` -> `^5.0.0`](https://renovatebot.com/diffs/npm/@ava%2ftypescript/4.1.0/5.0.0) | --- ### Release Notes
avajs/typescript (@​ava/typescript) ### [`v5.0.0`](https://togithub.com/avajs/typescript/releases/tag/v5.0.0) [Compare Source](https://togithub.com/avajs/typescript/compare/v4.1.0...v5.0.0) #### What's Changed - Restrict compatibility to AVA 6 by [@​novemberborn](https://togithub.com/novemberborn) in [https://github.com/avajs/typescript/pull/54](https://togithub.com/avajs/typescript/pull/54) - Include Node.js 21 in supported engines by [@​rien](https://togithub.com/rien) in [https://github.com/avajs/typescript/pull/52](https://togithub.com/avajs/typescript/pull/52) - Include Node.js 22 in supported engines by [@​lenovouser](https://togithub.com/lenovouser) in [https://github.com/avajs/typescript/pull/53](https://togithub.com/avajs/typescript/pull/53) #### New Contributors - [@​rien](https://togithub.com/rien) made their first contribution in [https://github.com/avajs/typescript/pull/52](https://togithub.com/avajs/typescript/pull/52) - [@​lenovouser](https://togithub.com/lenovouser) made their first contribution in [https://github.com/avajs/typescript/pull/53](https://togithub.com/avajs/typescript/pull/53) **Full Changelog**: https://github.com/avajs/typescript/compare/v4.1.0...v5.0.0
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- package-lock.json | 52 +++++++++++++++++++++++------------------------ package.json | 2 +- 2 files changed, 26 insertions(+), 28 deletions(-) diff --git a/package-lock.json b/package-lock.json index a7bb9fc..f396e9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "yargs": "^17.7.2" }, "devDependencies": { - "@ava/typescript": "^4.1.0", + "@ava/typescript": "^5.0.0", "@tsconfig/node20": "^20.1.2", "@types/semver": "^7.5.8", "@types/uuid": "^10.0.0", @@ -91,68 +91,66 @@ } }, "node_modules/@ava/typescript": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@ava/typescript/-/typescript-4.1.0.tgz", - "integrity": "sha512-1iWZQ/nr9iflhLK9VN8H+1oDZqe93qxNnyYUz+jTzkYPAHc5fdZXBrqmNIgIfFhWYXK5OaQ5YtC7OmLeTNhVEg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@ava/typescript/-/typescript-5.0.0.tgz", + "integrity": "sha512-2twsQz2fUd95QK1MtKuEnjkiN47SKHZfi/vWj040EN6Eo2ZW3SNcAwncJqXXoMTYZTWtBRXYp3Fg8z+JkFI9aQ==", "dev": true, + "license": "MIT", "dependencies": { "escape-string-regexp": "^5.0.0", - "execa": "^7.1.1" + "execa": "^8.0.1" }, "engines": { - "node": "^14.19 || ^16.15 || ^18 || ^20" + "node": "^18.18 || ^20.8 || ^21 || ^22" } }, "node_modules/@ava/typescript/node_modules/execa": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-7.2.0.tgz", - "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz", + "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==", "dev": true, + "license": "MIT", "dependencies": { "cross-spawn": "^7.0.3", - "get-stream": "^6.0.1", - "human-signals": "^4.3.0", + "get-stream": "^8.0.1", + "human-signals": "^5.0.0", "is-stream": "^3.0.0", "merge-stream": "^2.0.0", "npm-run-path": "^5.1.0", "onetime": "^6.0.0", - "signal-exit": "^3.0.7", + "signal-exit": "^4.1.0", "strip-final-newline": "^3.0.0" }, "engines": { - "node": "^14.18.0 || ^16.14.0 || >=18.0.0" + "node": ">=16.17" }, "funding": { "url": "https://github.com/sindresorhus/execa?sponsor=1" } }, "node_modules/@ava/typescript/node_modules/get-stream": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", - "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz", + "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==", "dev": true, + "license": "MIT", "engines": { - "node": ">=10" + "node": ">=16" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/@ava/typescript/node_modules/human-signals": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz", - "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz", + "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==", "dev": true, + "license": "Apache-2.0", "engines": { - "node": ">=14.18.0" + "node": ">=16.17.0" } }, - "node_modules/@ava/typescript/node_modules/signal-exit": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "dev": true - }, "node_modules/@babel/code-frame": { "version": "7.23.5", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz", diff --git a/package.json b/package.json index 615fbf8..d1f2b0d 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ }, "author": "cloudquery (https://github.com/cloudquery)", "devDependencies": { - "@ava/typescript": "^4.1.0", + "@ava/typescript": "^5.0.0", "@tsconfig/node20": "^20.1.2", "@types/semver": "^7.5.8", "@types/uuid": "^10.0.0",