Conversation
e8e811e to
1ef7d84
Compare
|
As I tested, |
@fisker, as you mentioned, |
|
@fisker, I've updated the way of generating vitest globals by using |
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [globals](https://github.com/sindresorhus/globals) | devDependencies | minor | [`15.13.0` -> `15.14.0`](https://renovatebot.com/diffs/npm/globals/15.13.0/15.14.0) | --- ### Release Notes <details> <summary>sindresorhus/globals (globals)</summary> ### [`v15.14.0`](https://github.com/sindresorhus/globals/releases/tag/v15.14.0) [Compare Source](sindresorhus/globals@v15.13.0...v15.14.0) - Add `vitest` globals ([#​274](sindresorhus/globals#274)) [`06a5723`](sindresorhus/globals@06a5723) </details> --- ### 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 PR is renamed to start with "rebase!". 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Related work items: #30372
Hello @sindresorhus! I'm opening a PR to add
vitestglobals.A similar PR was previously opened in #210, but it was closed due to the package's management policy at that time (as discussed in #82). However, since ESLint no longer bundles globals and new environments are now being added to the globals package, I believe it's appropriate to open this request.
I've added these by referencing the official Vitest globals definition file: https://github.com/vitest-dev/vitest/blob/main/packages/vitest/globals.d.ts.