Compare commits

..

2 commits

Author SHA1 Message Date
Graham Christensen
062b9f53fa
Merge pull request #166 from detsys-pr-bot/detsys-ts-update-79634332de50a2cde17cf8d6fe41258af3d4bedf
Some checks failed
CI / validate (push) Has been cancelled
CI / typescript-action (push) Has been cancelled
Update `detsys-ts`: Bump vite from 6.2.3 to 6.2.4 in the npm_and_yarn group (#85)
2025-03-31 16:30:23 -04:00
grahamc
84d025eee7 Update detsys-ts for: Bump vite from 6.2.3 to 6.2.4 in the npm_and_yarn group (#85) (79634332de50a2cde17cf8d6fe41258af3d4bedf) 2025-03-31 19:40:03 +00:00
3 changed files with 85 additions and 85 deletions

42
dist/index.js vendored
View file

@ -81544,7 +81544,7 @@ class PCancelable {
Object.setPrototypeOf(PCancelable.prototype, Promise.prototype);
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.6/node_modules/got/dist/source/core/errors.js
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.7/node_modules/got/dist/source/core/errors.js
// A hacky check to prevent circular references.
function isRequest(x) {
@ -83331,13 +83331,13 @@ getContentLength_fn = function() {
};
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.6/node_modules/got/dist/source/core/utils/is-form-data.js
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.7/node_modules/got/dist/source/core/utils/is-form-data.js
function is_form_data_isFormData(body) {
return distribution.nodeStream(body) && distribution.function(body.getBoundary);
}
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.6/node_modules/got/dist/source/core/utils/get-body-size.js
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.7/node_modules/got/dist/source/core/utils/get-body-size.js
@ -83361,7 +83361,7 @@ async function getBodySize(body, headers) {
return undefined;
}
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.6/node_modules/got/dist/source/core/utils/proxy-events.js
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.7/node_modules/got/dist/source/core/utils/proxy-events.js
function proxyEvents(from, to, events) {
const eventFunctions = {};
for (const event of events) {
@ -83380,7 +83380,7 @@ function proxyEvents(from, to, events) {
;// CONCATENATED MODULE: external "node:net"
const external_node_net_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:net");
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.6/node_modules/got/dist/source/core/utils/unhandle.js
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.7/node_modules/got/dist/source/core/utils/unhandle.js
// When attaching listeners, it's very easy to forget about them.
// Especially if you do error handling and set timeouts.
// So instead of checking if it's proper to throw an error on every timeout ever,
@ -83402,7 +83402,7 @@ function unhandle() {
};
}
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.6/node_modules/got/dist/source/core/timed-out.js
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.7/node_modules/got/dist/source/core/timed-out.js
const reentry = Symbol('reentry');
@ -83541,7 +83541,7 @@ function timedOut(request, delays, options) {
return cancelTimeouts;
}
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.6/node_modules/got/dist/source/core/utils/url-to-options.js
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.7/node_modules/got/dist/source/core/utils/url-to-options.js
function urlToOptions(url) {
// Cast to URL
@ -83565,7 +83565,7 @@ function urlToOptions(url) {
return options;
}
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.6/node_modules/got/dist/source/core/utils/weakable-map.js
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.7/node_modules/got/dist/source/core/utils/weakable-map.js
class WeakableMap {
weakMap;
map;
@ -83595,7 +83595,7 @@ class WeakableMap {
}
}
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.6/node_modules/got/dist/source/core/calculate-retry-delay.js
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.7/node_modules/got/dist/source/core/calculate-retry-delay.js
const calculateRetryDelay = ({ attemptCount, retryOptions, error, retryAfter, computedValue, }) => {
if (error.name === 'RetryError') {
return 1;
@ -84082,7 +84082,7 @@ class CacheableLookup {
// EXTERNAL MODULE: ./node_modules/.pnpm/http2-wrapper@2.2.1/node_modules/http2-wrapper/source/index.js
var http2_wrapper_source = __nccwpck_require__(5409);
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.6/node_modules/got/dist/source/core/parse-link-header.js
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.7/node_modules/got/dist/source/core/parse-link-header.js
function parseLinkHeader(link) {
const parsed = [];
const items = link.split(',');
@ -84117,7 +84117,7 @@ function parseLinkHeader(link) {
return parsed;
}
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.6/node_modules/got/dist/source/core/options.js
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.7/node_modules/got/dist/source/core/options.js
@ -85754,7 +85754,7 @@ class Options {
}
}
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.6/node_modules/got/dist/source/core/response.js
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.7/node_modules/got/dist/source/core/response.js
const isResponseOk = (response) => {
const { statusCode } = response;
@ -85797,19 +85797,19 @@ const parseBody = (response, responseType, parseJson, encoding) => {
}, response);
};
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.6/node_modules/got/dist/source/core/utils/is-client-request.js
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.7/node_modules/got/dist/source/core/utils/is-client-request.js
function isClientRequest(clientRequest) {
return clientRequest.writable && !clientRequest.writableEnded;
}
/* harmony default export */ const is_client_request = (isClientRequest);
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.6/node_modules/got/dist/source/core/utils/is-unix-socket-url.js
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.7/node_modules/got/dist/source/core/utils/is-unix-socket-url.js
// eslint-disable-next-line @typescript-eslint/naming-convention
function isUnixSocketURL(url) {
return url.protocol === 'unix:' || url.hostname === 'unix';
}
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.6/node_modules/got/dist/source/core/index.js
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.7/node_modules/got/dist/source/core/index.js
@ -86140,7 +86140,7 @@ class Request extends external_node_stream_.Duplex {
if (!error) {
this._bodySize = this._uploadedSize;
this.emit('uploadProgress', this.uploadProgress);
this._request.emit('upload-complete');
this._request?.emit('upload-complete');
}
callback(error);
});
@ -86816,7 +86816,7 @@ class Request extends external_node_stream_.Duplex {
}
}
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.6/node_modules/got/dist/source/as-promise/types.js
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.7/node_modules/got/dist/source/as-promise/types.js
/**
An error to be thrown when the request is aborted with `.cancel()`.
@ -86835,7 +86835,7 @@ class types_CancelError extends RequestError {
}
}
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.6/node_modules/got/dist/source/as-promise/index.js
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.7/node_modules/got/dist/source/as-promise/index.js
@ -87001,7 +87001,7 @@ function asPromise(firstRequest) {
return promise;
}
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.6/node_modules/got/dist/source/create.js
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.7/node_modules/got/dist/source/create.js
@ -87183,7 +87183,7 @@ const create = (defaults) => {
};
/* harmony default export */ const source_create = (create);
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.6/node_modules/got/dist/source/index.js
;// CONCATENATED MODULE: ./node_modules/.pnpm/got@14.4.7/node_modules/got/dist/source/index.js
const defaults = {
@ -87214,7 +87214,7 @@ var cache = __nccwpck_require__(7389);
const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:child_process");
;// CONCATENATED MODULE: external "node:path"
const external_node_path_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:path");
;// CONCATENATED MODULE: ./node_modules/.pnpm/detsys-ts@https+++codeload.github.com+DeterminateSystems+detsys-ts+tar.gz+3ef4baee587df_2c4203a88aeb01b4263ac74471915acf/node_modules/detsys-ts/dist/index.js
;// CONCATENATED MODULE: ./node_modules/.pnpm/detsys-ts@https+++codeload.github.com+DeterminateSystems+detsys-ts+tar.gz+79634332de50a_5d7d6fb0d078cc85e29b5e57a5389121/node_modules/detsys-ts/dist/index.js
var __defProp = Object.defineProperty;
var __export = (target, all) => {
for (var name in all)

View file

@ -42,6 +42,6 @@
"prettier": "^3.5.3",
"tsup": "^8.4.0",
"typescript": "^5.8.2",
"vitest": "^3.0.9"
"vitest": "^3.1.1"
}
}

View file

@ -16,7 +16,7 @@ importers:
version: 1.1.1
detsys-ts:
specifier: github:DeterminateSystems/detsys-ts
version: https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/3ef4baee587df9fe98f70036386e361fa0d6dc7e
version: https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/79634332de50a2cde17cf8d6fe41258af3d4bedf
devDependencies:
'@trivago/prettier-plugin-sort-imports':
specifier: ^4.3.0
@ -52,8 +52,8 @@ importers:
specifier: ^5.8.2
version: 5.8.2
vitest:
specifier: ^3.0.9
version: 3.0.9
specifier: ^3.1.1
version: 3.1.1
packages:
@ -725,11 +725,11 @@ packages:
resolution: {integrity: sha512-rnK6hJBS6mwc+Bkab+PGPs9OiS0i/3kdTO+CkI8V0/VrW3vmz7O2Pxjw/owOlmo6PKEIxRSeZKv/kuL9itnpYA==}
hasBin: true
'@vitest/expect@3.0.9':
resolution: {integrity: sha512-5eCqRItYgIML7NNVgJj6TVCmdzE7ZVgJhruW0ziSQV4V7PvLkDL1bBkBdcTs/VuIz0IxPb5da1IDSqc1TR9eig==}
'@vitest/expect@3.1.1':
resolution: {integrity: sha512-q/zjrW9lgynctNbwvFtQkGK9+vvHA5UzVi2V8APrp1C6fG6/MuYYkmlx4FubuqLycCeSdHD5aadWfua/Vr0EUA==}
'@vitest/mocker@3.0.9':
resolution: {integrity: sha512-ryERPIBOnvevAkTq+L1lD+DTFBRcjueL9lOUfXsLfwP92h4e+Heb+PjiqS3/OURWPtywfafK0kj++yDFjWUmrA==}
'@vitest/mocker@3.1.1':
resolution: {integrity: sha512-bmpJJm7Y7i9BBELlLuuM1J1Q6EQ6K5Ye4wcyOpOMXMcePYKSIYlpcrCm4l/O6ja4VJA5G2aMJiuZkZdnxlC3SA==}
peerDependencies:
msw: ^2.4.9
vite: ^5.0.0 || ^6.0.0
@ -739,20 +739,20 @@ packages:
vite:
optional: true
'@vitest/pretty-format@3.0.9':
resolution: {integrity: sha512-OW9F8t2J3AwFEwENg3yMyKWweF7oRJlMyHOMIhO5F3n0+cgQAJZBjNgrF8dLwFTEXl5jUqBLXd9QyyKv8zEcmA==}
'@vitest/pretty-format@3.1.1':
resolution: {integrity: sha512-dg0CIzNx+hMMYfNmSqJlLSXEmnNhMswcn3sXO7Tpldr0LiGmg3eXdLLhwkv2ZqgHb/d5xg5F7ezNFRA1fA13yA==}
'@vitest/runner@3.0.9':
resolution: {integrity: sha512-NX9oUXgF9HPfJSwl8tUZCMP1oGx2+Sf+ru6d05QjzQz4OwWg0psEzwY6VexP2tTHWdOkhKHUIZH+fS6nA7jfOw==}
'@vitest/runner@3.1.1':
resolution: {integrity: sha512-X/d46qzJuEDO8ueyjtKfxffiXraPRfmYasoC4i5+mlLEJ10UvPb0XH5M9C3gWuxd7BAQhpK42cJgJtq53YnWVA==}
'@vitest/snapshot@3.0.9':
resolution: {integrity: sha512-AiLUiuZ0FuA+/8i19mTYd+re5jqjEc2jZbgJ2up0VY0Ddyyxg/uUtBDpIFAy4uzKaQxOW8gMgBdAJJ2ydhu39A==}
'@vitest/snapshot@3.1.1':
resolution: {integrity: sha512-bByMwaVWe/+1WDf9exFxWWgAixelSdiwo2p33tpqIlM14vW7PRV5ppayVXtfycqze4Qhtwag5sVhX400MLBOOw==}
'@vitest/spy@3.0.9':
resolution: {integrity: sha512-/CcK2UDl0aQ2wtkp3YVWldrpLRNCfVcIOFGlVGKO4R5eajsH393Z1yiXLVQ7vWsj26JOEjeZI0x5sm5P4OGUNQ==}
'@vitest/spy@3.1.1':
resolution: {integrity: sha512-+EmrUOOXbKzLkTDwlsc/xrwOlPDXyVk3Z6P6K4oiCndxz7YLpp/0R0UsWVOKT0IXWjjBJuSMk6D27qipaupcvQ==}
'@vitest/utils@3.0.9':
resolution: {integrity: sha512-ilHM5fHhZ89MCp5aAaM9uhfl1c2JdxVxl3McqsdVyVNN6JffnEen8UMCdRTzOhGXNQGo5GNL9QugHrz727Wnng==}
'@vitest/utils@3.1.1':
resolution: {integrity: sha512-1XIjflyaU2k3HMArJ50bwSh3wKWPD6Q47wz/NUSmRV0zNywPc4w79ARjg/i/aNINHwA+mIALhUVqD9/aUvZNgg==}
abort-controller@3.0.0:
resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==}
@ -1011,8 +1011,8 @@ packages:
resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==}
engines: {node: '>=0.4.0'}
detsys-ts@https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/3ef4baee587df9fe98f70036386e361fa0d6dc7e:
resolution: {tarball: https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/3ef4baee587df9fe98f70036386e361fa0d6dc7e}
detsys-ts@https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/79634332de50a2cde17cf8d6fe41258af3d4bedf:
resolution: {tarball: https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/79634332de50a2cde17cf8d6fe41258af3d4bedf}
version: 1.0.0
dir-glob@3.0.1:
@ -1244,8 +1244,8 @@ packages:
resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==}
engines: {node: '>=0.8.x'}
expect-type@1.2.0:
resolution: {integrity: sha512-80F22aiJ3GLyVnS/B3HzgR6RelZVumzj9jkL0Rhz4h0xYbNW9PjlQz5h3J/SShErbXBc295vseR4/MIbVmUbeA==}
expect-type@1.2.1:
resolution: {integrity: sha512-/kP8CAwxzLVEeFrMm4kMmy4CCDlpipyA7MYLVrdJIkV0fYF0UaigQHRsxHiuY/GEea+bh4KSv3TIlgr+2UL6bw==}
engines: {node: '>=12.0.0'}
fast-deep-equal@3.1.3:
@ -1387,8 +1387,8 @@ packages:
resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==}
engines: {node: '>= 0.4'}
got@14.4.6:
resolution: {integrity: sha512-rnhwfM/PhMNJ1i17k3DuDqgj0cKx3IHxBKVv/WX1uDKqrhi2Gv3l7rhPThR/Cc6uU++dD97W9c8Y0qyw9x0jag==}
got@14.4.7:
resolution: {integrity: sha512-DI8zV1231tqiGzOiOzQWDhsBmncFW7oQDH6Zgy6pDPrqJuVZMtoSgPLLsBZQj8Jg4JFfwoOsDA8NGtLQLnIx2g==}
engines: {node: '>=20'}
graphemer@1.4.0:
@ -2271,13 +2271,13 @@ packages:
resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==}
hasBin: true
vite-node@3.0.9:
resolution: {integrity: sha512-w3Gdx7jDcuT9cNn9jExXgOyKmf5UOTb6WMHz8LGAm54eS1Elf5OuBhCxl6zJxGhEeIkgsE1WbHuoL0mj/UXqXg==}
vite-node@3.1.1:
resolution: {integrity: sha512-V+IxPAE2FvXpTCHXyNem0M+gWm6J7eRyWPR6vYoG/Gl+IscNOjXzztUhimQgTxaAoUoj40Qqimaa0NLIOOAH4w==}
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
hasBin: true
vite@6.2.3:
resolution: {integrity: sha512-IzwM54g4y9JA/xAeBPNaDXiBF8Jsgl3VBQ2YQ/wOY6fyW3xMdSoltIV3Bo59DErdqdE6RxUfv8W69DvUorE4Eg==}
vite@6.2.4:
resolution: {integrity: sha512-veHMSew8CcRzhL5o8ONjy8gkfmFJAd5Ac16oxBUjlwgX3Gq2Wqr+qNC3TjPIpy7TPV/KporLga5GT9HqdrCizw==}
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
hasBin: true
peerDependencies:
@ -2316,16 +2316,16 @@ packages:
yaml:
optional: true
vitest@3.0.9:
resolution: {integrity: sha512-BbcFDqNyBlfSpATmTtXOAOj71RNKDDvjBM/uPfnxxVGrG+FSH2RQIwgeEngTaTkuU/h0ScFvf+tRcKfYXzBybQ==}
vitest@3.1.1:
resolution: {integrity: sha512-kiZc/IYmKICeBAZr9DQ5rT7/6bD9G7uqQEki4fxazi1jdVl2mWGzedtBs5s6llz59yQhVb7FFY2MbHzHCnT79Q==}
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
hasBin: true
peerDependencies:
'@edge-runtime/vm': '*'
'@types/debug': ^4.1.12
'@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0
'@vitest/browser': 3.0.9
'@vitest/ui': 3.0.9
'@vitest/browser': 3.1.1
'@vitest/ui': 3.1.1
happy-dom: '*'
jsdom: '*'
peerDependenciesMeta:
@ -3059,43 +3059,43 @@ snapshots:
'@vercel/ncc@0.38.3': {}
'@vitest/expect@3.0.9':
'@vitest/expect@3.1.1':
dependencies:
'@vitest/spy': 3.0.9
'@vitest/utils': 3.0.9
'@vitest/spy': 3.1.1
'@vitest/utils': 3.1.1
chai: 5.2.0
tinyrainbow: 2.0.0
'@vitest/mocker@3.0.9(vite@6.2.3)':
'@vitest/mocker@3.1.1(vite@6.2.4)':
dependencies:
'@vitest/spy': 3.0.9
'@vitest/spy': 3.1.1
estree-walker: 3.0.3
magic-string: 0.30.17
optionalDependencies:
vite: 6.2.3
vite: 6.2.4
'@vitest/pretty-format@3.0.9':
'@vitest/pretty-format@3.1.1':
dependencies:
tinyrainbow: 2.0.0
'@vitest/runner@3.0.9':
'@vitest/runner@3.1.1':
dependencies:
'@vitest/utils': 3.0.9
'@vitest/utils': 3.1.1
pathe: 2.0.3
'@vitest/snapshot@3.0.9':
'@vitest/snapshot@3.1.1':
dependencies:
'@vitest/pretty-format': 3.0.9
'@vitest/pretty-format': 3.1.1
magic-string: 0.30.17
pathe: 2.0.3
'@vitest/spy@3.0.9':
'@vitest/spy@3.1.1':
dependencies:
tinyspy: 3.0.2
'@vitest/utils@3.0.9':
'@vitest/utils@3.1.1':
dependencies:
'@vitest/pretty-format': 3.0.9
'@vitest/pretty-format': 3.1.1
loupe: 3.1.3
tinyrainbow: 2.0.0
@ -3355,12 +3355,12 @@ snapshots:
delayed-stream@1.0.0: {}
detsys-ts@https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/3ef4baee587df9fe98f70036386e361fa0d6dc7e:
detsys-ts@https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/79634332de50a2cde17cf8d6fe41258af3d4bedf:
dependencies:
'@actions/cache': 4.0.3
'@actions/core': 1.11.1
'@actions/exec': 1.1.1
got: 14.4.6
got: 14.4.7
type-fest: 4.38.0
transitivePeerDependencies:
- encoding
@ -3732,7 +3732,7 @@ snapshots:
events@3.3.0: {}
expect-type@1.2.0: {}
expect-type@1.2.1: {}
fast-deep-equal@3.1.3: {}
@ -3901,7 +3901,7 @@ snapshots:
gopd@1.2.0: {}
got@14.4.6:
got@14.4.7:
dependencies:
'@sindresorhus/is': 7.0.1
'@szmarczak/http-timer': 5.0.1
@ -4791,13 +4791,13 @@ snapshots:
uuid@8.3.2: {}
vite-node@3.0.9:
vite-node@3.1.1:
dependencies:
cac: 6.7.14
debug: 4.4.0
es-module-lexer: 1.6.0
pathe: 2.0.3
vite: 6.2.3
vite: 6.2.4
transitivePeerDependencies:
- '@types/node'
- jiti
@ -4812,7 +4812,7 @@ snapshots:
- tsx
- yaml
vite@6.2.3:
vite@6.2.4:
dependencies:
esbuild: 0.25.2
postcss: 8.5.3
@ -4820,18 +4820,18 @@ snapshots:
optionalDependencies:
fsevents: 2.3.3
vitest@3.0.9:
vitest@3.1.1:
dependencies:
'@vitest/expect': 3.0.9
'@vitest/mocker': 3.0.9(vite@6.2.3)
'@vitest/pretty-format': 3.0.9
'@vitest/runner': 3.0.9
'@vitest/snapshot': 3.0.9
'@vitest/spy': 3.0.9
'@vitest/utils': 3.0.9
'@vitest/expect': 3.1.1
'@vitest/mocker': 3.1.1(vite@6.2.4)
'@vitest/pretty-format': 3.1.1
'@vitest/runner': 3.1.1
'@vitest/snapshot': 3.1.1
'@vitest/spy': 3.1.1
'@vitest/utils': 3.1.1
chai: 5.2.0
debug: 4.4.0
expect-type: 1.2.0
expect-type: 1.2.1
magic-string: 0.30.17
pathe: 2.0.3
std-env: 3.8.1
@ -4839,8 +4839,8 @@ snapshots:
tinyexec: 0.3.2
tinypool: 1.0.2
tinyrainbow: 2.0.0
vite: 6.2.3
vite-node: 3.0.9
vite: 6.2.4
vite-node: 3.1.1
why-is-node-running: 2.3.0
transitivePeerDependencies:
- jiti