Skip to content

Commit 9329fc2

Browse files
authored
fix(deps): Update dependency @ava/typescript to v6 (#332)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@ava/typescript](https://redirect.github.com/avajs/typescript) | devDependencies | major | [`^5.0.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/@ava%2ftypescript/5.0.0/6.0.0) | --- ### Release Notes <details> <summary>avajs/typescript (@&#8203;ava/typescript)</summary> ### [`v6.0.0`](https://redirect.github.com/avajs/typescript/releases/tag/v6.0.0) [Compare Source](https://redirect.github.com/avajs/typescript/compare/v5.0.0...v6.0.0) #### What's Changed - Drop Node.js 18 and 21, explicitly support 24 - We're now publishing to npm with [provenance attestations](https://www.npmjs.com/package/@&#8203;ava/typescript#provenance) #### New Contributors - [@&#8203;LitoMore](https://redirect.github.com/LitoMore) made their first contribution in [https://github.com/avajs/typescript/pull/59](https://redirect.github.com/avajs/typescript/pull/59) **Full Changelog**: avajs/typescript@v5.0.0...v6.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent 31f35e2 commit 9329fc2

File tree

2 files changed

+7
-127
lines changed

2 files changed

+7
-127
lines changed

package-lock.json

Lines changed: 6 additions & 126 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"author": "cloudquery (https://github.com/cloudquery)",
5252
"devDependencies": {
53-
"@ava/typescript": "^5.0.0",
53+
"@ava/typescript": "^6.0.0",
5454
"@tsconfig/node20": "^20.1.2",
5555
"@types/semver": "^7.5.8",
5656
"@types/uuid": "^10.0.0",

0 commit comments

Comments
 (0)