From bfe41897d7b7d64dfaa800707a43fadb31d0d8f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Tue, 28 Nov 2023 15:13:19 +0100 Subject: [PATCH 1/2] Update jest-light-runner & jest --- package.json | 6 +- packages/babel-core/test/errors-stacks.js | 2 +- yarn.lock | 828 ++++++++++------------ 3 files changed, 386 insertions(+), 450 deletions(-) diff --git a/package.json b/package.json index 5c453ba563a5..24d865029c16 100644 --- a/package.json +++ b/package.json @@ -67,9 +67,9 @@ "husky": "^8.0.3", "import-meta-resolve": "^4.0.0", "is-ci": "^3.0.1", - "jest": "^30.0.0-alpha.1", - "jest-light-runner": "^0.6.0-alpha.1", - "jest-worker": "^30.0.0-alpha.1", + "jest": "^30.0.0-alpha.2", + "jest-light-runner": "^0.6.0", + "jest-worker": "^30.0.0-alpha.2", "lint-staged": "^15.1.0", "mergeiterator": "^1.4.4", "prettier": "^3.1.0", diff --git a/packages/babel-core/test/errors-stacks.js b/packages/babel-core/test/errors-stacks.js index d91395cf7e8b..102dff85bd30 100644 --- a/packages/babel-core/test/errors-stacks.js +++ b/packages/babel-core/test/errors-stacks.js @@ -27,7 +27,7 @@ function expectError(run) { // visible when using --run-in-band, comes from inside jest but doesn't have an // associated file path. stack = stack.replace( - /(?:\n\s*at [^\n]+?node_modules\/(?:@?jest|piscina)[^\n]+|\n\s*at async Promise.all[^\n]+)+/g, + /(?:\n\s*at [^\n]+?node_modules\/(?:@?jest|tinypool)[^\n]+|\n\s*at async Promise.all[^\n]+)+/g, "\n at ... internal jest frames ...", ); // Remove node internal frames, since they change by version diff --git a/yarn.lock b/yarn.lock index 93a548bae222..8ff6425e886b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -28,13 +28,6 @@ __metadata: languageName: node linkType: hard -"@assemblyscript/loader@npm:^0.10.1": - version: 0.10.1 - resolution: "@assemblyscript/loader@npm:0.10.1" - checksum: 62f3a070052f578c28bdb860b046c6a079f03755fd5b1c97cc4dd17869c1f292fd50cbafc5fb804073d71ba6b6a50b8bce976724d8a0ce402ffe8957e9a5b9ec - languageName: node - linkType: hard - "@babel-baseline/core@npm:@babel/core@7.23.2, @babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3": version: 7.23.2 resolution: "@babel/core@npm:7.23.2" @@ -4462,50 +4455,50 @@ __metadata: languageName: node linkType: hard -"@jest/console@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "@jest/console@npm:30.0.0-alpha.1" +"@jest/console@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "@jest/console@npm:30.0.0-alpha.2" dependencies: - "@jest/types": "npm:30.0.0-alpha.1" + "@jest/types": "npm:30.0.0-alpha.2" "@types/node": "npm:*" chalk: "npm:^4.0.0" - jest-message-util: "npm:30.0.0-alpha.1" - jest-util: "npm:30.0.0-alpha.1" + jest-message-util: "npm:30.0.0-alpha.2" + jest-util: "npm:30.0.0-alpha.2" slash: "npm:^3.0.0" - checksum: 4d74fb765b916afef71af77c188aff6491cc27c504d36ff0ad02a4ec608c7a77f45af2068c8dd5726dc977703e6ec290186b44d7dd8fc45ddb8f42cf6f130966 + checksum: 9a22e29339f86eaefce146a0c913b1499eb0e27d2c2970ec3b0b09039f37c939acd53e95be8b96915ba94e3d51a8bb3bffe724f75bcb572dd72128262e452d67 languageName: node linkType: hard -"@jest/core@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "@jest/core@npm:30.0.0-alpha.1" +"@jest/core@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "@jest/core@npm:30.0.0-alpha.2" dependencies: - "@jest/console": "npm:30.0.0-alpha.1" - "@jest/reporters": "npm:30.0.0-alpha.1" - "@jest/test-result": "npm:30.0.0-alpha.1" - "@jest/transform": "npm:30.0.0-alpha.1" - "@jest/types": "npm:30.0.0-alpha.1" + "@jest/console": "npm:30.0.0-alpha.2" + "@jest/reporters": "npm:30.0.0-alpha.2" + "@jest/test-result": "npm:30.0.0-alpha.2" + "@jest/transform": "npm:30.0.0-alpha.2" + "@jest/types": "npm:30.0.0-alpha.2" "@types/node": "npm:*" ansi-escapes: "npm:^4.2.1" chalk: "npm:^4.0.0" ci-info: "npm:^4.0.0" exit: "npm:^0.1.2" graceful-fs: "npm:^4.2.9" - jest-changed-files: "npm:30.0.0-alpha.1" - jest-config: "npm:30.0.0-alpha.1" - jest-haste-map: "npm:30.0.0-alpha.1" - jest-message-util: "npm:30.0.0-alpha.1" - jest-regex-util: "npm:30.0.0-alpha.1" - jest-resolve: "npm:30.0.0-alpha.1" - jest-resolve-dependencies: "npm:30.0.0-alpha.1" - jest-runner: "npm:30.0.0-alpha.1" - jest-runtime: "npm:30.0.0-alpha.1" - jest-snapshot: "npm:30.0.0-alpha.1" - jest-util: "npm:30.0.0-alpha.1" - jest-validate: "npm:30.0.0-alpha.1" - jest-watcher: "npm:30.0.0-alpha.1" + jest-changed-files: "npm:30.0.0-alpha.2" + jest-config: "npm:30.0.0-alpha.2" + jest-haste-map: "npm:30.0.0-alpha.2" + jest-message-util: "npm:30.0.0-alpha.2" + jest-regex-util: "npm:30.0.0-alpha.2" + jest-resolve: "npm:30.0.0-alpha.2" + jest-resolve-dependencies: "npm:30.0.0-alpha.2" + jest-runner: "npm:30.0.0-alpha.2" + jest-runtime: "npm:30.0.0-alpha.2" + jest-snapshot: "npm:30.0.0-alpha.2" + jest-util: "npm:30.0.0-alpha.2" + jest-validate: "npm:30.0.0-alpha.2" + jest-watcher: "npm:30.0.0-alpha.2" micromatch: "npm:^4.0.4" - pretty-format: "npm:30.0.0-alpha.1" + pretty-format: "npm:30.0.0-alpha.2" slash: "npm:^3.0.0" strip-ansi: "npm:^6.0.0" peerDependencies: @@ -4513,28 +4506,28 @@ __metadata: peerDependenciesMeta: node-notifier: optional: true - checksum: 4e7e45f14d866a0ac096b3d27272a251d1d41550ff35bb782f5978715abe69304b77b6a7bd116f1576240c9988d98f43f1b7a4195192086a30071d2dfe564c5f + checksum: 4de076fb223c1425dff17b42049aeab751c286b787b18da4db337b827076ce866623fe1f1d9828aa1d88ce067a982231630b08048ee47cca16908286b42dd53e languageName: node linkType: hard -"@jest/environment@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "@jest/environment@npm:30.0.0-alpha.1" +"@jest/environment@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "@jest/environment@npm:30.0.0-alpha.2" dependencies: - "@jest/fake-timers": "npm:30.0.0-alpha.1" - "@jest/types": "npm:30.0.0-alpha.1" + "@jest/fake-timers": "npm:30.0.0-alpha.2" + "@jest/types": "npm:30.0.0-alpha.2" "@types/node": "npm:*" - jest-mock: "npm:30.0.0-alpha.1" - checksum: d83ffe997fcbf19b398be24a8b0bda51bfd99e8f04cc7a1933f9b9fa8e60560f7a8d216824188b2ff57e3e04117c9551a393d81c0c9f937b724e008889c957a8 + jest-mock: "npm:30.0.0-alpha.2" + checksum: f7a1318daa97bb9476f3112b7e787c2a5b78700c59012ef7b3e036afe2d21b4f0b35d37af18f8c4936aee821864e81fcaa4b565c283733bcab99ea7b2c47f2ba languageName: node linkType: hard -"@jest/expect-utils@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "@jest/expect-utils@npm:30.0.0-alpha.1" +"@jest/expect-utils@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "@jest/expect-utils@npm:30.0.0-alpha.2" dependencies: - jest-get-type: "npm:30.0.0-alpha.1" - checksum: def3c51111037374a725691cb9da881c967e4d0e753046f70fa7081847f559817b4af809c3e5804edaff43497b13787c7c63c9c59ce6a607fe41d0119041ae93 + jest-get-type: "npm:30.0.0-alpha.2" + checksum: 0849a10011d6b1cdadde60754d084d5f05a157be3a5011bf5bc035c26c8486b541d8550679a623f4666ed9e41278b60878f5e876a83943b309236719dd721cb9 languageName: node linkType: hard @@ -4547,51 +4540,51 @@ __metadata: languageName: node linkType: hard -"@jest/expect@npm:30.0.0-alpha.1, @jest/expect@npm:^30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "@jest/expect@npm:30.0.0-alpha.1" +"@jest/expect@npm:30.0.0-alpha.2, @jest/expect@npm:^30.0.0-alpha.1": + version: 30.0.0-alpha.2 + resolution: "@jest/expect@npm:30.0.0-alpha.2" dependencies: - expect: "npm:30.0.0-alpha.1" - jest-snapshot: "npm:30.0.0-alpha.1" - checksum: a96d6d2bdbd740ee8c1fd1418b8782c328fb2e6ba2aa4335617ae46be3d30ce75bc3572f9f726fa61261e8e7808f0593beb991c952e0dc286cb3d7f6275c39b5 + expect: "npm:30.0.0-alpha.2" + jest-snapshot: "npm:30.0.0-alpha.2" + checksum: 47d53321abc40554786de69250fff7a3342da2f6e85901309e0bb02ab0940aac7842438acffeec2563ef00e301955ebd7242a7b43b2418ad4237c117da013a6b languageName: node linkType: hard -"@jest/fake-timers@npm:30.0.0-alpha.1, @jest/fake-timers@npm:^30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "@jest/fake-timers@npm:30.0.0-alpha.1" +"@jest/fake-timers@npm:30.0.0-alpha.2, @jest/fake-timers@npm:^30.0.0-alpha.1": + version: 30.0.0-alpha.2 + resolution: "@jest/fake-timers@npm:30.0.0-alpha.2" dependencies: - "@jest/types": "npm:30.0.0-alpha.1" + "@jest/types": "npm:30.0.0-alpha.2" "@sinonjs/fake-timers": "npm:^11.1.0" "@types/node": "npm:*" - jest-message-util: "npm:30.0.0-alpha.1" - jest-mock: "npm:30.0.0-alpha.1" - jest-util: "npm:30.0.0-alpha.1" - checksum: 8177728da68b55e5b40d9e408fc2f1285235fb5495991b4fa3fd54f0943227a1505fd778c64bb4caee14c33a0fe2a672a7f91620db3a3f8f387976cd80cbbb0b + jest-message-util: "npm:30.0.0-alpha.2" + jest-mock: "npm:30.0.0-alpha.2" + jest-util: "npm:30.0.0-alpha.2" + checksum: 7e113acf68688bb5ebe130de7c887dd7d48124b0d3308d634377b7ed4ead9784234f3ca5637aeb24f82538f1b97b66f00e155273e25282e13997c8d71fe47ed6 languageName: node linkType: hard -"@jest/globals@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "@jest/globals@npm:30.0.0-alpha.1" +"@jest/globals@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "@jest/globals@npm:30.0.0-alpha.2" dependencies: - "@jest/environment": "npm:30.0.0-alpha.1" - "@jest/expect": "npm:30.0.0-alpha.1" - "@jest/types": "npm:30.0.0-alpha.1" - jest-mock: "npm:30.0.0-alpha.1" - checksum: 400f45a570918fddc416dc015287a4c230c405577f3b2fdedb92b6f47099fa3627b880b797ec5adad862a1713d31536eff91006ecf443b6428e91f4517e86329 + "@jest/environment": "npm:30.0.0-alpha.2" + "@jest/expect": "npm:30.0.0-alpha.2" + "@jest/types": "npm:30.0.0-alpha.2" + jest-mock: "npm:30.0.0-alpha.2" + checksum: 31cbff192b6dfe793818585d53dee77621f9635ee2fd0ea2c2b5227bbc82f8cea6bd69ba45fee71a8ee5aa9adc88393f1e2eb87351ad5e308e5fe21dfcc381a4 languageName: node linkType: hard -"@jest/reporters@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "@jest/reporters@npm:30.0.0-alpha.1" +"@jest/reporters@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "@jest/reporters@npm:30.0.0-alpha.2" dependencies: "@bcoe/v8-coverage": "npm:^0.2.3" - "@jest/console": "npm:30.0.0-alpha.1" - "@jest/test-result": "npm:30.0.0-alpha.1" - "@jest/transform": "npm:30.0.0-alpha.1" - "@jest/types": "npm:30.0.0-alpha.1" + "@jest/console": "npm:30.0.0-alpha.2" + "@jest/test-result": "npm:30.0.0-alpha.2" + "@jest/transform": "npm:30.0.0-alpha.2" + "@jest/types": "npm:30.0.0-alpha.2" "@jridgewell/trace-mapping": "npm:^0.3.18" "@types/node": "npm:*" chalk: "npm:^4.0.0" @@ -4604,9 +4597,9 @@ __metadata: istanbul-lib-report: "npm:^3.0.0" istanbul-lib-source-maps: "npm:^4.0.0" istanbul-reports: "npm:^3.1.3" - jest-message-util: "npm:30.0.0-alpha.1" - jest-util: "npm:30.0.0-alpha.1" - jest-worker: "npm:30.0.0-alpha.1" + jest-message-util: "npm:30.0.0-alpha.2" + jest-util: "npm:30.0.0-alpha.2" + jest-worker: "npm:30.0.0-alpha.2" slash: "npm:^3.0.0" string-length: "npm:^4.0.1" strip-ansi: "npm:^6.0.0" @@ -4616,16 +4609,16 @@ __metadata: peerDependenciesMeta: node-notifier: optional: true - checksum: 0d9ba91d5e9ab53de1b8b5d0f6f8be2d0f75dcb1f4eedbec49abf525df63ac9b9b1aecac0dc03ae6ac6da25794fb303fb635782dabbf9f03182193a2eef11efd + checksum: f98c667de117585f483256a5bab816306c5a5f51ef108cc0855800e28352da7cf7165f273ced98edff7ffd3137585515986f7d7d327dbc51a01b3bc3132f95d0 languageName: node linkType: hard -"@jest/schemas@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "@jest/schemas@npm:30.0.0-alpha.1" +"@jest/schemas@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "@jest/schemas@npm:30.0.0-alpha.2" dependencies: "@sinclair/typebox": "npm:^0.31.0" - checksum: a83f0fa581e65ac69114c60003626609af6704b346448d0d45fae65c15aad66a0f6023cab8cf03c29a1d9f85d643fd072cf2c41d4703631015be852ad81a08fb + checksum: cb99a995c55554db30f2f397eb9fae3fb61ad5250411f9de21a5ee87ee06a9704544bcc8415a70f2c0c2398ab8195c2a7f0f0d8c029d847e91b67dea7d34b32e languageName: node linkType: hard @@ -4638,75 +4631,75 @@ __metadata: languageName: node linkType: hard -"@jest/source-map@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "@jest/source-map@npm:30.0.0-alpha.1" +"@jest/source-map@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "@jest/source-map@npm:30.0.0-alpha.2" dependencies: "@jridgewell/trace-mapping": "npm:^0.3.18" callsites: "npm:^3.0.0" graceful-fs: "npm:^4.2.9" - checksum: 3dda1a5c64c2b02434b6db57a92671c9388c1489f87fd5af47420c53a236103ddbecb7edeed0714154749095b886689623fe747c2f148188ed5bc3d476ada9df + checksum: f2fbd7ce0cdfb29817cb97eddedbf71f56acd51cc8c3fc3cf03ccfc1264ab3a63bce264a61654228390851e2bfe6bfb9879fead05ee9ecac7a6ad9bbce9fd90c languageName: node linkType: hard -"@jest/test-result@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "@jest/test-result@npm:30.0.0-alpha.1" +"@jest/test-result@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "@jest/test-result@npm:30.0.0-alpha.2" dependencies: - "@jest/console": "npm:30.0.0-alpha.1" - "@jest/types": "npm:30.0.0-alpha.1" + "@jest/console": "npm:30.0.0-alpha.2" + "@jest/types": "npm:30.0.0-alpha.2" "@types/istanbul-lib-coverage": "npm:^2.0.0" collect-v8-coverage: "npm:^1.0.0" - checksum: bd88bc52a6a26a711fe88e50c1289263bb6ba7aadccff04bfee7c2c7c670612086fae66fa2c1ad5d12dbdd85ae0500b61f0de3ceba8d9c54f4ed8d50f48f9e9f + checksum: d5f73c7e54bc731958d660dba97d2842b77935532eba5886da34faf43d4d821fdd0b756905bd6c3a3346d16a5914b40e309136baae4e16d58c1c067eba9be50a languageName: node linkType: hard -"@jest/test-sequencer@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "@jest/test-sequencer@npm:30.0.0-alpha.1" +"@jest/test-sequencer@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "@jest/test-sequencer@npm:30.0.0-alpha.2" dependencies: - "@jest/test-result": "npm:30.0.0-alpha.1" + "@jest/test-result": "npm:30.0.0-alpha.2" graceful-fs: "npm:^4.2.9" - jest-haste-map: "npm:30.0.0-alpha.1" + jest-haste-map: "npm:30.0.0-alpha.2" slash: "npm:^3.0.0" - checksum: 407fdd2cef31bd2d069a3a83f865a29b8a00292d31e1e120df5a626d967559ceb5816e3a4158970d5dce19dd9f21cf6ad7927d57a3a541f5ddb9af2ad5af94f0 + checksum: 95557e9402f8146b374d7539e45e5b58fc313107932e3442daa641c5bd60e324030219f514003a9fbe48ea980c903268e91296fdbb9b8670bc0f6e3ec662a1ef languageName: node linkType: hard -"@jest/transform@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "@jest/transform@npm:30.0.0-alpha.1" +"@jest/transform@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "@jest/transform@npm:30.0.0-alpha.2" dependencies: "@babel/core": "npm:^7.11.6" - "@jest/types": "npm:30.0.0-alpha.1" + "@jest/types": "npm:30.0.0-alpha.2" "@jridgewell/trace-mapping": "npm:^0.3.18" babel-plugin-istanbul: "npm:^6.1.1" chalk: "npm:^4.0.0" convert-source-map: "npm:^2.0.0" fast-json-stable-stringify: "npm:^2.1.0" graceful-fs: "npm:^4.2.9" - jest-haste-map: "npm:30.0.0-alpha.1" - jest-regex-util: "npm:30.0.0-alpha.1" - jest-util: "npm:30.0.0-alpha.1" + jest-haste-map: "npm:30.0.0-alpha.2" + jest-regex-util: "npm:30.0.0-alpha.2" + jest-util: "npm:30.0.0-alpha.2" micromatch: "npm:^4.0.4" pirates: "npm:^4.0.4" slash: "npm:^3.0.0" - write-file-atomic: "npm:^4.0.2" - checksum: f52f47a9c2be52704b533428aa3c9f9a7e77ff5484b6ff945b2757344d71eef4a369e1f9d36cb6402140ea23bea265410771bc580d397a4cefa3c0949e2c751d + write-file-atomic: "npm:^5.0.0" + checksum: 9144d4ecc381d2ee67bb256f2bf5c8fce1d8ea025e734a97be2668aa1fa9db4036ff536f641e80447e4a7c247c5c3e014c1037945e2fd9dbc9399c1676033d81 languageName: node linkType: hard -"@jest/types@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "@jest/types@npm:30.0.0-alpha.1" +"@jest/types@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "@jest/types@npm:30.0.0-alpha.2" dependencies: - "@jest/schemas": "npm:30.0.0-alpha.1" + "@jest/schemas": "npm:30.0.0-alpha.2" "@types/istanbul-lib-coverage": "npm:^2.0.0" "@types/istanbul-reports": "npm:^3.0.0" "@types/node": "npm:*" "@types/yargs": "npm:^17.0.8" chalk: "npm:^4.0.0" - checksum: 2e75e8bb10682e3307b8a22216a4106abd9b1777f630f0af7865354c74cbb24dd5d400732dae092274e52ca69d0141cbd72c1c952c3e56a7debf11add36c6cf0 + checksum: 02dd71a6f51e3c9fd4e35bae9fd6df0d53f311f8a5331f73ff521c2ae0b70867e7051b26b7e6e2b83eb4b25c5631034096f1feebaa180ef40c3ebfffe719e6ed languageName: node linkType: hard @@ -6602,20 +6595,20 @@ __metadata: languageName: node linkType: hard -"babel-jest@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "babel-jest@npm:30.0.0-alpha.1" +"babel-jest@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "babel-jest@npm:30.0.0-alpha.2" dependencies: - "@jest/transform": "npm:30.0.0-alpha.1" + "@jest/transform": "npm:30.0.0-alpha.2" "@types/babel__core": "npm:^7.1.14" babel-plugin-istanbul: "npm:^6.1.1" - babel-preset-jest: "npm:30.0.0-alpha.1" + babel-preset-jest: "npm:30.0.0-alpha.2" chalk: "npm:^4.0.0" graceful-fs: "npm:^4.2.9" slash: "npm:^3.0.0" peerDependencies: "@babel/core": ^7.11.0 - checksum: 4137b55009bd3464791f8045be2a44b18e8fcbef46d2c8f68919062a18e3d36e1dc846d2e3952dcbc968f63139b2969efe9a76bbef6efad2686e422536a614d4 + checksum: 1b1d718bfe9124d408f43014ade3a2314b15e839558e2d62700580f22fccbca06c11e92121e003f4649e96df0dd39038d8b3ce5162c5ab57b2388132cc9fa5e0 languageName: node linkType: hard @@ -6632,15 +6625,15 @@ __metadata: languageName: node linkType: hard -"babel-plugin-jest-hoist@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "babel-plugin-jest-hoist@npm:30.0.0-alpha.1" +"babel-plugin-jest-hoist@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "babel-plugin-jest-hoist@npm:30.0.0-alpha.2" dependencies: "@babel/template": "npm:^7.3.3" "@babel/types": "npm:^7.3.3" "@types/babel__core": "npm:^7.1.14" "@types/babel__traverse": "npm:^7.0.6" - checksum: 24d100fb6a44e1c6bdb4721914ce6aa3093a1b31fa7c21a722c5977439c5a880efd976e10fb0a4243be14242370f840e7c289a33f7f35849d6c404402eaf45d6 + checksum: 0313df6597d7be4239f1bf83406f1c640bcffbb75d91e0adca5ecb9d926e503fd60d832208a483f3354ef6f60a1ab677cb52a2b0758c809a5277715036b03d30 languageName: node linkType: hard @@ -6747,15 +6740,15 @@ __metadata: languageName: node linkType: hard -"babel-preset-jest@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "babel-preset-jest@npm:30.0.0-alpha.1" +"babel-preset-jest@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "babel-preset-jest@npm:30.0.0-alpha.2" dependencies: - babel-plugin-jest-hoist: "npm:30.0.0-alpha.1" + babel-plugin-jest-hoist: "npm:30.0.0-alpha.2" babel-preset-current-node-syntax: "npm:^1.0.0" peerDependencies: "@babel/core": ^7.11.0 - checksum: 416a1e993812c36ea6222136456f5faca8f05d04c34820a66e9af6421bded9db075b33402ae81909d0d53b7699e9aeafbf8870b2c162021a9a61d6f4e35444de + checksum: 2ea53710b330ec0117a29e0ba519df46b6f37fed1418fe7d64f2c5e10c87bce0a0127a6b06d60a62c2a35bb0a4ca55637276700744b898c7565277fa8a8b833d languageName: node linkType: hard @@ -6810,9 +6803,9 @@ __metadata: husky: "npm:^8.0.3" import-meta-resolve: "npm:^4.0.0" is-ci: "npm:^3.0.1" - jest: "npm:^30.0.0-alpha.1" - jest-light-runner: "npm:^0.6.0-alpha.1" - jest-worker: "npm:^30.0.0-alpha.1" + jest: "npm:^30.0.0-alpha.2" + jest-light-runner: "npm:^0.6.0" + jest-worker: "npm:^30.0.0-alpha.2" lint-staged: "npm:^15.1.0" mergeiterator: "npm:^1.4.4" prettier: "npm:^3.1.0" @@ -6852,7 +6845,7 @@ __metadata: languageName: node linkType: hard -"base64-js@npm:^1.0.2, base64-js@npm:^1.2.0": +"base64-js@npm:^1.0.2": version: 1.5.1 resolution: "base64-js@npm:1.5.1" checksum: 669632eb3745404c2f822a18fc3a0122d2f9a7a13f7fb8b5823ee19d1d2ff9ee5b52c53367176ea4ad093c332fd5ab4bd0ebae5a8e27917a4105a4cfc86b1005 @@ -8339,10 +8332,10 @@ __metadata: languageName: node linkType: hard -"diff-sequences@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "diff-sequences@npm:30.0.0-alpha.1" - checksum: 63d97f0607f2f28e75438948d1617b20312522941bf6c4d2c628b06c3dafce41474454285cebbb14c36eb605ee5a4c8d026592e226343e8ee25816b59de7ddf9 +"diff-sequences@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "diff-sequences@npm:30.0.0-alpha.2" + checksum: 9408f618d494c6e8f9179595dfd2d56dee68bb052cac022314c34f4945abaea777b9420605a09a5a3d77f258b0b75d63cc9daaf89e6e64cc1339bbd085c0c0e3 languageName: node linkType: hard @@ -9134,13 +9127,6 @@ __metadata: languageName: node linkType: hard -"eventemitter-asyncresource@npm:^1.0.0": - version: 1.0.0 - resolution: "eventemitter-asyncresource@npm:1.0.0" - checksum: 3cfbbc3490bd429a165bff6336289ff810f7df214796f25000d2097a5a0883eae51542a78674916ff99bbd4c66811911b310df1cb4fc96dfc9546ba9dfc89f8f - languageName: node - linkType: hard - "eventemitter3@npm:^5.0.1": version: 5.0.1 resolution: "eventemitter3@npm:5.0.1" @@ -9270,16 +9256,16 @@ __metadata: languageName: node linkType: hard -"expect@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "expect@npm:30.0.0-alpha.1" +"expect@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "expect@npm:30.0.0-alpha.2" dependencies: - "@jest/expect-utils": "npm:30.0.0-alpha.1" - jest-get-type: "npm:30.0.0-alpha.1" - jest-matcher-utils: "npm:30.0.0-alpha.1" - jest-message-util: "npm:30.0.0-alpha.1" - jest-util: "npm:30.0.0-alpha.1" - checksum: a5c04c9c585cbe52e838efaf86ea255d1f2a65dbef95f18687f21eb5194b01820cd5976cf90e5e6342957514fa28d49fae3f319c9ebd58013b6088b2afb3555d + "@jest/expect-utils": "npm:30.0.0-alpha.2" + jest-get-type: "npm:30.0.0-alpha.2" + jest-matcher-utils: "npm:30.0.0-alpha.2" + jest-message-util: "npm:30.0.0-alpha.2" + jest-util: "npm:30.0.0-alpha.2" + checksum: 3337af62dd57b438b83bda10daf4683e9c006c2ec510a48f297f9ddedc632cc496f90443db16b00f7274b619532fa414984ed33667a2bc2acbdf6ebc03c689b5 languageName: node linkType: hard @@ -10437,24 +10423,6 @@ __metadata: languageName: node linkType: hard -"hdr-histogram-js@npm:^2.0.1": - version: 2.0.3 - resolution: "hdr-histogram-js@npm:2.0.3" - dependencies: - "@assemblyscript/loader": "npm:^0.10.1" - base64-js: "npm:^1.2.0" - pako: "npm:^1.0.3" - checksum: c88970b2df733daad3eb30adfbe44517dc03bb816c49ed3e85d03dc40df38a0a25109a20d0620baf968048ae57720dac3958c35081a056f264f33c22368690d3 - languageName: node - linkType: hard - -"hdr-histogram-percentiles-obj@npm:^3.0.0": - version: 3.0.0 - resolution: "hdr-histogram-percentiles-obj@npm:3.0.0" - checksum: 8fb15ab608997faf7716b641c032c538320f2479aee99af89d40aa5b9215f15b879d096e32745b552f7c50081acced7182bf58133d53dc61230aede5ac255d53 - languageName: node - linkType: hard - "hmac-drbg@npm:^1.0.1": version: 1.0.1 resolution: "hmac-drbg@npm:1.0.1" @@ -11377,58 +11345,58 @@ __metadata: languageName: node linkType: hard -"jest-changed-files@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "jest-changed-files@npm:30.0.0-alpha.1" +"jest-changed-files@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "jest-changed-files@npm:30.0.0-alpha.2" dependencies: execa: "npm:^5.0.0" - jest-util: "npm:30.0.0-alpha.1" + jest-util: "npm:30.0.0-alpha.2" p-limit: "npm:^3.1.0" - checksum: 44b5283ed02d59e208eb8b3610783e323e79de459c7b2333ef578deb886caffcf91df446f09b86bb9fa5605f455e3402a06bab99e184df7324677445e9a54ea1 + checksum: cc381c763055d449c6e4c29b99f21cf0e417d5bd09ab83e7a2f72369d73dcd4e0f451b75d3e0fd47bbeea1579add3cbd4360c4be6cc6ecda5f315595d387aa7c languageName: node linkType: hard -"jest-circus@npm:30.0.0-alpha.1, jest-circus@npm:^30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "jest-circus@npm:30.0.0-alpha.1" +"jest-circus@npm:30.0.0-alpha.2, jest-circus@npm:^30.0.0-alpha.1": + version: 30.0.0-alpha.2 + resolution: "jest-circus@npm:30.0.0-alpha.2" dependencies: - "@jest/environment": "npm:30.0.0-alpha.1" - "@jest/expect": "npm:30.0.0-alpha.1" - "@jest/test-result": "npm:30.0.0-alpha.1" - "@jest/types": "npm:30.0.0-alpha.1" + "@jest/environment": "npm:30.0.0-alpha.2" + "@jest/expect": "npm:30.0.0-alpha.2" + "@jest/test-result": "npm:30.0.0-alpha.2" + "@jest/types": "npm:30.0.0-alpha.2" "@types/node": "npm:*" chalk: "npm:^4.0.0" co: "npm:^4.6.0" dedent: "npm:^1.0.0" is-generator-fn: "npm:^2.0.0" - jest-each: "npm:30.0.0-alpha.1" - jest-matcher-utils: "npm:30.0.0-alpha.1" - jest-message-util: "npm:30.0.0-alpha.1" - jest-runtime: "npm:30.0.0-alpha.1" - jest-snapshot: "npm:30.0.0-alpha.1" - jest-util: "npm:30.0.0-alpha.1" + jest-each: "npm:30.0.0-alpha.2" + jest-matcher-utils: "npm:30.0.0-alpha.2" + jest-message-util: "npm:30.0.0-alpha.2" + jest-runtime: "npm:30.0.0-alpha.2" + jest-snapshot: "npm:30.0.0-alpha.2" + jest-util: "npm:30.0.0-alpha.2" p-limit: "npm:^3.1.0" - pretty-format: "npm:30.0.0-alpha.1" + pretty-format: "npm:30.0.0-alpha.2" pure-rand: "npm:^6.0.0" slash: "npm:^3.0.0" stack-utils: "npm:^2.0.3" - checksum: b9c66a79d8506ab49d0179430917e8faf00e5656133c220c0b88c7f8132479698051fdedfde7595eb4871f852e6fbed473b60124d5168850b644a5b7fc109c2f + checksum: b453a9004aa5c0d4fbbc6551646cf691075fda0c19920acb864b046136b123ea175565adae004f21b4265c79f62b37738a71a5652bfeb6146a0e783f00b68d6f languageName: node linkType: hard -"jest-cli@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "jest-cli@npm:30.0.0-alpha.1" +"jest-cli@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "jest-cli@npm:30.0.0-alpha.2" dependencies: - "@jest/core": "npm:30.0.0-alpha.1" - "@jest/test-result": "npm:30.0.0-alpha.1" - "@jest/types": "npm:30.0.0-alpha.1" + "@jest/core": "npm:30.0.0-alpha.2" + "@jest/test-result": "npm:30.0.0-alpha.2" + "@jest/types": "npm:30.0.0-alpha.2" chalk: "npm:^4.0.0" exit: "npm:^0.1.2" import-local: "npm:^3.0.2" - jest-config: "npm:30.0.0-alpha.1" - jest-util: "npm:30.0.0-alpha.1" - jest-validate: "npm:30.0.0-alpha.1" + jest-config: "npm:30.0.0-alpha.2" + jest-util: "npm:30.0.0-alpha.2" + jest-validate: "npm:30.0.0-alpha.2" yargs: "npm:^17.3.1" peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -11437,34 +11405,34 @@ __metadata: optional: true bin: jest: bin/jest.js - checksum: cf8558a69a93ea2dacda0951c95f5ec23b89784842076365d53eec576a65827a88bca13fc3a268ee5a88d791128d67fabfed979966d8db25486b15f54a7ed891 + checksum: 03727c301e3488150eb21e39d1b33fb852689eea605c949c56fa9d6ac551c3c9e288c4715d69e5697ddd5c765724c40fe4fcbfcbab7033fe4075f15ee0e32009 languageName: node linkType: hard -"jest-config@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "jest-config@npm:30.0.0-alpha.1" +"jest-config@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "jest-config@npm:30.0.0-alpha.2" dependencies: "@babel/core": "npm:^7.11.6" - "@jest/test-sequencer": "npm:30.0.0-alpha.1" - "@jest/types": "npm:30.0.0-alpha.1" - babel-jest: "npm:30.0.0-alpha.1" + "@jest/test-sequencer": "npm:30.0.0-alpha.2" + "@jest/types": "npm:30.0.0-alpha.2" + babel-jest: "npm:30.0.0-alpha.2" chalk: "npm:^4.0.0" ci-info: "npm:^4.0.0" deepmerge: "npm:^4.2.2" glob: "npm:^7.1.3" graceful-fs: "npm:^4.2.9" - jest-circus: "npm:30.0.0-alpha.1" - jest-environment-node: "npm:30.0.0-alpha.1" - jest-get-type: "npm:30.0.0-alpha.1" - jest-regex-util: "npm:30.0.0-alpha.1" - jest-resolve: "npm:30.0.0-alpha.1" - jest-runner: "npm:30.0.0-alpha.1" - jest-util: "npm:30.0.0-alpha.1" - jest-validate: "npm:30.0.0-alpha.1" + jest-circus: "npm:30.0.0-alpha.2" + jest-environment-node: "npm:30.0.0-alpha.2" + jest-get-type: "npm:30.0.0-alpha.2" + jest-regex-util: "npm:30.0.0-alpha.2" + jest-resolve: "npm:30.0.0-alpha.2" + jest-runner: "npm:30.0.0-alpha.2" + jest-util: "npm:30.0.0-alpha.2" + jest-validate: "npm:30.0.0-alpha.2" micromatch: "npm:^4.0.4" parse-json: "npm:^5.2.0" - pretty-format: "npm:30.0.0-alpha.1" + pretty-format: "npm:30.0.0-alpha.2" slash: "npm:^3.0.0" strip-json-comments: "npm:^3.1.1" peerDependencies: @@ -11475,19 +11443,19 @@ __metadata: optional: true ts-node: optional: true - checksum: 543dcb6a7e20f21a63c1079edf7152974b881d185e9a2a55fac4cba5f03fbc0d15390ae92ed28188423c4b24609be319919894eefc0bfb15ad3fa676ac4f48e2 + checksum: aaafd194792c95571911306c96bcd7953d08b5dd49e19e1816eed35009fd8c952af435da879ec7dc609036014fe0bd5943d2ff2076a9f461328d1041c10a4b43 languageName: node linkType: hard -"jest-diff@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "jest-diff@npm:30.0.0-alpha.1" +"jest-diff@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "jest-diff@npm:30.0.0-alpha.2" dependencies: chalk: "npm:^4.0.0" - diff-sequences: "npm:30.0.0-alpha.1" - jest-get-type: "npm:30.0.0-alpha.1" - pretty-format: "npm:30.0.0-alpha.1" - checksum: 7089c5bb91113d9f57263b11d565eae5cb17c1e5c56b9f9bd05b40b302ee3c23e42076f26666cc66c29128d33bb780e9ae5b04e74fc0418f14751d8203a0ec82 + diff-sequences: "npm:30.0.0-alpha.2" + jest-get-type: "npm:30.0.0-alpha.2" + pretty-format: "npm:30.0.0-alpha.2" + checksum: 3adef5722c99e4368653d6df87e5754ed04c254684e68d28c2c26a10eef509bf70d7a7fa874471583e88c5227eddbc852e81dca94a0925bb044ed1c3dcb49fa3 languageName: node linkType: hard @@ -11503,46 +11471,46 @@ __metadata: languageName: node linkType: hard -"jest-docblock@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "jest-docblock@npm:30.0.0-alpha.1" +"jest-docblock@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "jest-docblock@npm:30.0.0-alpha.2" dependencies: detect-newline: "npm:^3.0.0" - checksum: 102309ed492c50a2fb8a16ec618fcf516cdfcf657dd609985462a6fc271a714c6cf2c85562957075e00ad45019e95ceb4e653c02f18350ec63638758e0b33153 + checksum: c97d06fde7b894af14d9f3542fe61f3a9d3e9bf4c62e5abb5a16ac5e86fb6a56b69f3b0f466f8370352c9c28ad2e0b7e7a257774b87d506fda3529b3127028f0 languageName: node linkType: hard -"jest-each@npm:30.0.0-alpha.1, jest-each@npm:^30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "jest-each@npm:30.0.0-alpha.1" +"jest-each@npm:30.0.0-alpha.2, jest-each@npm:^30.0.0-alpha.1": + version: 30.0.0-alpha.2 + resolution: "jest-each@npm:30.0.0-alpha.2" dependencies: - "@jest/types": "npm:30.0.0-alpha.1" + "@jest/types": "npm:30.0.0-alpha.2" chalk: "npm:^4.0.0" - jest-get-type: "npm:30.0.0-alpha.1" - jest-util: "npm:30.0.0-alpha.1" - pretty-format: "npm:30.0.0-alpha.1" - checksum: b9cf3a6aa95d0d48cfcce86acad265ef506b985a8a8431e75906e9e8448e83ec2e90ab33db6a096e384802d705871ebefacc13fc6d0aabca0ca72b64aae4ec0f + jest-get-type: "npm:30.0.0-alpha.2" + jest-util: "npm:30.0.0-alpha.2" + pretty-format: "npm:30.0.0-alpha.2" + checksum: f9448939a20f4a13fcf41475d683099888a0d70969009913e470ee3097751902d8ff8c87de20cc3a231655b51f93a0629dc5f8959d81f6aa9140b11386ef9f44 languageName: node linkType: hard -"jest-environment-node@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "jest-environment-node@npm:30.0.0-alpha.1" +"jest-environment-node@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "jest-environment-node@npm:30.0.0-alpha.2" dependencies: - "@jest/environment": "npm:30.0.0-alpha.1" - "@jest/fake-timers": "npm:30.0.0-alpha.1" - "@jest/types": "npm:30.0.0-alpha.1" + "@jest/environment": "npm:30.0.0-alpha.2" + "@jest/fake-timers": "npm:30.0.0-alpha.2" + "@jest/types": "npm:30.0.0-alpha.2" "@types/node": "npm:*" - jest-mock: "npm:30.0.0-alpha.1" - jest-util: "npm:30.0.0-alpha.1" - checksum: 72e20b7a6126acea873c4f1792850ec7209b4ba37f1c2722c01b406f8ea589b4b8516fb5f48337d0313f4aa7fa55a7c9ec0adbc622cce32cedcb9cb32cd614ae + jest-mock: "npm:30.0.0-alpha.2" + jest-util: "npm:30.0.0-alpha.2" + checksum: 0dcc1ec7bbbf84544eca2a66a8724d87af21238169607b4114b7aab591f7b0375276d358416dfc891a964df144abd5e5cf37e44710e35553734040f9dc86a66d languageName: node linkType: hard -"jest-get-type@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "jest-get-type@npm:30.0.0-alpha.1" - checksum: 25df67fc790230efb2cf79779f46d0de7810793cb96c0e392c10d56f7797a90ed1b40e7b639aac8c8974aea83fcd80fc93e61809c33d7d9f52808b3e52be42f1 +"jest-get-type@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "jest-get-type@npm:30.0.0-alpha.2" + checksum: 327a7cf615206854f8f3bde0295a93965a4eb7a1760078eee21096f9fe5a3111024c10244c6058c4ed3d538f441b4b8abaf21b1a9b706abef3929b9dcbe98b58 languageName: node linkType: hard @@ -11553,41 +11521,41 @@ __metadata: languageName: node linkType: hard -"jest-haste-map@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "jest-haste-map@npm:30.0.0-alpha.1" +"jest-haste-map@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "jest-haste-map@npm:30.0.0-alpha.2" dependencies: - "@jest/types": "npm:30.0.0-alpha.1" + "@jest/types": "npm:30.0.0-alpha.2" "@types/node": "npm:*" anymatch: "npm:^3.0.3" fb-watchman: "npm:^2.0.0" fsevents: "npm:^2.3.2" graceful-fs: "npm:^4.2.9" - jest-regex-util: "npm:30.0.0-alpha.1" - jest-util: "npm:30.0.0-alpha.1" - jest-worker: "npm:30.0.0-alpha.1" + jest-regex-util: "npm:30.0.0-alpha.2" + jest-util: "npm:30.0.0-alpha.2" + jest-worker: "npm:30.0.0-alpha.2" micromatch: "npm:^4.0.4" walker: "npm:^1.0.8" dependenciesMeta: fsevents: optional: true - checksum: 81ce7be47bfc9fef17e2d7a2b751d6848e2ea6b222f2ab6010283b2e4c16234d17d34ff3f5903fc329568ec52661071b0c69cdb04d6f82b3486093cf2a72893d + checksum: fee48919794d37a106ccfd415ae7c2280cce8a74ebb11857c3ea7a53ae6c8fbc52c0810174d65ee6ad558146f356f8b5b0915b4ee42cb18683ae435cf8f0361b languageName: node linkType: hard -"jest-leak-detector@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "jest-leak-detector@npm:30.0.0-alpha.1" +"jest-leak-detector@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "jest-leak-detector@npm:30.0.0-alpha.2" dependencies: - jest-get-type: "npm:30.0.0-alpha.1" - pretty-format: "npm:30.0.0-alpha.1" - checksum: 0e824856c05a84decf0bfab427ce2a161aa9bd94070bf8161efca8b6ed91098d042df346fb3dc124e0018da6336b40c162be74a5b36a644d9306f01a5837a5a8 + jest-get-type: "npm:30.0.0-alpha.2" + pretty-format: "npm:30.0.0-alpha.2" + checksum: e8589191da06b0379ce749bbf00c05b9ed50f0c9fa99734d8a6ebfb40772a9eba5035ac06a4e7a95d926d6ae75cdbbc7f42c88dba6f8daf1d2a389e0e800ea70 languageName: node linkType: hard -"jest-light-runner@npm:^0.6.0-alpha.1": - version: 0.6.0-alpha.1 - resolution: "jest-light-runner@npm:0.6.0-alpha.1" +"jest-light-runner@npm:^0.6.0": + version: 0.6.0 + resolution: "jest-light-runner@npm:0.6.0" dependencies: "@jest/expect": "npm:^30.0.0-alpha.1" "@jest/fake-timers": "npm:^30.0.0-alpha.1" @@ -11595,23 +11563,23 @@ __metadata: jest-each: "npm:^30.0.0-alpha.1" jest-mock: "npm:^30.0.0-alpha.1" jest-snapshot: "npm:^30.0.0-alpha.1" - piscina: "npm:^3.1.0" supports-color: "npm:^9.2.1" + tinypool: "npm:^0.8.1" peerDependencies: jest: ^27.5.0 || ^28.0.0 || ^29.0.0|| ^30.0.0-0 - checksum: 799aa21414ce31b87d777a15c574ff755293944e04f539d62f37866faafde40d750fcfe94603c339278ea38850178987ddcbf80c558d38ec10f15e5052749c8d + checksum: 74103180fa2b997e46b7ba08e3afa6b673dd35d0c15fcecf825f9b7768c53c4f416bcdb261285b234375caaf45dd7cab397d5def7d95271c8d75ac59237fbf86 languageName: node linkType: hard -"jest-matcher-utils@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "jest-matcher-utils@npm:30.0.0-alpha.1" +"jest-matcher-utils@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "jest-matcher-utils@npm:30.0.0-alpha.2" dependencies: chalk: "npm:^4.0.0" - jest-diff: "npm:30.0.0-alpha.1" - jest-get-type: "npm:30.0.0-alpha.1" - pretty-format: "npm:30.0.0-alpha.1" - checksum: 92dddb8db1a21d9f034d97e4b4722ace4b941397274c9004b29768960aeee84212d0ccf4081b7becc5842176499227a6c268e461ca51f480c296df24cca20798 + jest-diff: "npm:30.0.0-alpha.2" + jest-get-type: "npm:30.0.0-alpha.2" + pretty-format: "npm:30.0.0-alpha.2" + checksum: 33090994c0e17ce2bc204b528d81ac2d318722e17f13d853deffbf4cbece9b0078f96f4507d4a5235122894faca2f4ebd3a1c245e07773d28e09a245247c104b languageName: node linkType: hard @@ -11627,20 +11595,20 @@ __metadata: languageName: node linkType: hard -"jest-message-util@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "jest-message-util@npm:30.0.0-alpha.1" +"jest-message-util@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "jest-message-util@npm:30.0.0-alpha.2" dependencies: "@babel/code-frame": "npm:^7.12.13" - "@jest/types": "npm:30.0.0-alpha.1" + "@jest/types": "npm:30.0.0-alpha.2" "@types/stack-utils": "npm:^2.0.0" chalk: "npm:^4.0.0" graceful-fs: "npm:^4.2.9" micromatch: "npm:^4.0.4" - pretty-format: "npm:30.0.0-alpha.1" + pretty-format: "npm:30.0.0-alpha.2" slash: "npm:^3.0.0" stack-utils: "npm:^2.0.3" - checksum: 7a419f6684e3d6cd5b02f963cdb0712c9105aff37ca8d48c018ebfde33a3645447b233ab95d260402ff4a6a0e9c35f3f3fcd1c22f93061ad4a63386b6381efcc + checksum: c90372b2d566270d36c1f98b2b9b90d02f6fb7732590a0530cafb55d2614fb843956d27ecacae89def1260fd77263077555b8013fd59b8170e65a425d4db47fa languageName: node linkType: hard @@ -11661,14 +11629,14 @@ __metadata: languageName: node linkType: hard -"jest-mock@npm:30.0.0-alpha.1, jest-mock@npm:^30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "jest-mock@npm:30.0.0-alpha.1" +"jest-mock@npm:30.0.0-alpha.2, jest-mock@npm:^30.0.0-alpha.1": + version: 30.0.0-alpha.2 + resolution: "jest-mock@npm:30.0.0-alpha.2" dependencies: - "@jest/types": "npm:30.0.0-alpha.1" + "@jest/types": "npm:30.0.0-alpha.2" "@types/node": "npm:*" - jest-util: "npm:30.0.0-alpha.1" - checksum: 0b009fd46b9e2b522fbac1055dd365d5c7dd8b2c4283d83dcd7f9cb85628860dd2ee42dccdaf820168acf35d095b9e5543e56b865d8892646730bdf79b7fdf41 + jest-util: "npm:30.0.0-alpha.2" + checksum: d028912d880066c9770e6c91072b4be16a2c733b50ec1be6ad3bf74bfaff15279791402b101791d735d993ceadb47639fd8f6e26b1ae229acfd5dee827e24280 languageName: node linkType: hard @@ -11684,139 +11652,139 @@ __metadata: languageName: node linkType: hard -"jest-regex-util@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "jest-regex-util@npm:30.0.0-alpha.1" - checksum: 7f54e4661d0953583676d0fc6b61b3246cf9d8296561491859d2b58d250a57cf137b399fc42bbf69f74784beef530fb4ef30b2c3b1699f9b9e408fb76acdb414 +"jest-regex-util@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "jest-regex-util@npm:30.0.0-alpha.2" + checksum: edfd975eeb63d6fc4907ccffa4df3afdc2d3dcf97f0ec738661bad76dc3319c192574bc56c17567916f8e6becd983c95e0d41f54d59db3bd746af0c0083fb8b4 languageName: node linkType: hard -"jest-resolve-dependencies@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "jest-resolve-dependencies@npm:30.0.0-alpha.1" +"jest-resolve-dependencies@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "jest-resolve-dependencies@npm:30.0.0-alpha.2" dependencies: - jest-regex-util: "npm:30.0.0-alpha.1" - jest-snapshot: "npm:30.0.0-alpha.1" - checksum: 2e7e7b6b1cc3cb13d37f40fdb50ae1c24ad0f92a428d4ef1f4f1c3724fb8083036b9656e7d7c3f8ad66658172b6a87443b56ac5ec08264364d2b01b203cef89b + jest-regex-util: "npm:30.0.0-alpha.2" + jest-snapshot: "npm:30.0.0-alpha.2" + checksum: 496ffe48408e4a351516eb2550f63587abcf9eed06ac966cbb7be8c8840321df9066ba855cb893c1b429d7b60ee862c9265ca36e0de79d9f706817845619f3c5 languageName: node linkType: hard -"jest-resolve@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "jest-resolve@npm:30.0.0-alpha.1" +"jest-resolve@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "jest-resolve@npm:30.0.0-alpha.2" dependencies: chalk: "npm:^4.0.0" graceful-fs: "npm:^4.2.9" - jest-haste-map: "npm:30.0.0-alpha.1" + jest-haste-map: "npm:30.0.0-alpha.2" jest-pnp-resolver: "npm:^1.2.2" - jest-util: "npm:30.0.0-alpha.1" - jest-validate: "npm:30.0.0-alpha.1" + jest-util: "npm:30.0.0-alpha.2" + jest-validate: "npm:30.0.0-alpha.2" resolve: "npm:^1.20.0" resolve.exports: "npm:^2.0.0" slash: "npm:^3.0.0" - checksum: 41aa41a6849da4dcc40525e6f69fd03a9fb094781c84f0ff879466dee46361cacf6229679e1fe2d0ab0692ca620cef22f844dbff3e1d13928a9ffe4249a15127 + checksum: 09a41f2e815ef43a740953df2e8c4dbc9ca380067fcbd60956e0eedf6d456501d24d5fd502ec9c96af21bf691744308dc71d33fe25dac88deb22099dbedd8d2f languageName: node linkType: hard -"jest-runner@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "jest-runner@npm:30.0.0-alpha.1" +"jest-runner@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "jest-runner@npm:30.0.0-alpha.2" dependencies: - "@jest/console": "npm:30.0.0-alpha.1" - "@jest/environment": "npm:30.0.0-alpha.1" - "@jest/test-result": "npm:30.0.0-alpha.1" - "@jest/transform": "npm:30.0.0-alpha.1" - "@jest/types": "npm:30.0.0-alpha.1" + "@jest/console": "npm:30.0.0-alpha.2" + "@jest/environment": "npm:30.0.0-alpha.2" + "@jest/test-result": "npm:30.0.0-alpha.2" + "@jest/transform": "npm:30.0.0-alpha.2" + "@jest/types": "npm:30.0.0-alpha.2" "@types/node": "npm:*" chalk: "npm:^4.0.0" emittery: "npm:^0.13.1" graceful-fs: "npm:^4.2.9" - jest-docblock: "npm:30.0.0-alpha.1" - jest-environment-node: "npm:30.0.0-alpha.1" - jest-haste-map: "npm:30.0.0-alpha.1" - jest-leak-detector: "npm:30.0.0-alpha.1" - jest-message-util: "npm:30.0.0-alpha.1" - jest-resolve: "npm:30.0.0-alpha.1" - jest-runtime: "npm:30.0.0-alpha.1" - jest-util: "npm:30.0.0-alpha.1" - jest-watcher: "npm:30.0.0-alpha.1" - jest-worker: "npm:30.0.0-alpha.1" + jest-docblock: "npm:30.0.0-alpha.2" + jest-environment-node: "npm:30.0.0-alpha.2" + jest-haste-map: "npm:30.0.0-alpha.2" + jest-leak-detector: "npm:30.0.0-alpha.2" + jest-message-util: "npm:30.0.0-alpha.2" + jest-resolve: "npm:30.0.0-alpha.2" + jest-runtime: "npm:30.0.0-alpha.2" + jest-util: "npm:30.0.0-alpha.2" + jest-watcher: "npm:30.0.0-alpha.2" + jest-worker: "npm:30.0.0-alpha.2" p-limit: "npm:^3.1.0" source-map-support: "npm:0.5.13" - checksum: 80852519cfbbb4873399306df8bfe79b0d7482fe243de83394c087f32daddb42b22e39aac6286d968ea2f8b9783d640ae6a8056d336578959972d7b66910ac0c + checksum: c2a0ce4ae506a4944a2c3e5bbaa9bd2cd951aec6ed3c804ef97374bbca5d683d1b898838dbfbeedeb6720a3c8a07c154385fbb8802c6c63f1d91e60122ef658f languageName: node linkType: hard -"jest-runtime@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "jest-runtime@npm:30.0.0-alpha.1" +"jest-runtime@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "jest-runtime@npm:30.0.0-alpha.2" dependencies: - "@jest/environment": "npm:30.0.0-alpha.1" - "@jest/fake-timers": "npm:30.0.0-alpha.1" - "@jest/globals": "npm:30.0.0-alpha.1" - "@jest/source-map": "npm:30.0.0-alpha.1" - "@jest/test-result": "npm:30.0.0-alpha.1" - "@jest/transform": "npm:30.0.0-alpha.1" - "@jest/types": "npm:30.0.0-alpha.1" + "@jest/environment": "npm:30.0.0-alpha.2" + "@jest/fake-timers": "npm:30.0.0-alpha.2" + "@jest/globals": "npm:30.0.0-alpha.2" + "@jest/source-map": "npm:30.0.0-alpha.2" + "@jest/test-result": "npm:30.0.0-alpha.2" + "@jest/transform": "npm:30.0.0-alpha.2" + "@jest/types": "npm:30.0.0-alpha.2" "@types/node": "npm:*" chalk: "npm:^4.0.0" cjs-module-lexer: "npm:^1.0.0" collect-v8-coverage: "npm:^1.0.0" glob: "npm:^7.1.3" graceful-fs: "npm:^4.2.9" - jest-haste-map: "npm:30.0.0-alpha.1" - jest-message-util: "npm:30.0.0-alpha.1" - jest-mock: "npm:30.0.0-alpha.1" - jest-regex-util: "npm:30.0.0-alpha.1" - jest-resolve: "npm:30.0.0-alpha.1" - jest-snapshot: "npm:30.0.0-alpha.1" - jest-util: "npm:30.0.0-alpha.1" + jest-haste-map: "npm:30.0.0-alpha.2" + jest-message-util: "npm:30.0.0-alpha.2" + jest-mock: "npm:30.0.0-alpha.2" + jest-regex-util: "npm:30.0.0-alpha.2" + jest-resolve: "npm:30.0.0-alpha.2" + jest-snapshot: "npm:30.0.0-alpha.2" + jest-util: "npm:30.0.0-alpha.2" slash: "npm:^3.0.0" strip-bom: "npm:^4.0.0" - checksum: 2738fc7161ac8fbcbc0b63ba7bf1b5696bf217940a1c403c010c219c55e23bb5f2c1c3a4be1b356ffe3385fd764652051c148411b426cd52ab28963a3ae4b31a + checksum: c7ea5a3dba6c380ad6b3807902acd2093f04033f371de73c9da39535635d2f598a871059b3bf201b6159b721d22229db00c6ba1785537efd5d572f8ae1bd7501 languageName: node linkType: hard -"jest-snapshot@npm:30.0.0-alpha.1, jest-snapshot@npm:^30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "jest-snapshot@npm:30.0.0-alpha.1" +"jest-snapshot@npm:30.0.0-alpha.2, jest-snapshot@npm:^30.0.0-alpha.1": + version: 30.0.0-alpha.2 + resolution: "jest-snapshot@npm:30.0.0-alpha.2" dependencies: "@babel/core": "npm:^7.11.6" "@babel/generator": "npm:^7.7.2" "@babel/plugin-syntax-jsx": "npm:^7.7.2" "@babel/plugin-syntax-typescript": "npm:^7.7.2" "@babel/types": "npm:^7.3.3" - "@jest/expect-utils": "npm:30.0.0-alpha.1" - "@jest/transform": "npm:30.0.0-alpha.1" - "@jest/types": "npm:30.0.0-alpha.1" + "@jest/expect-utils": "npm:30.0.0-alpha.2" + "@jest/transform": "npm:30.0.0-alpha.2" + "@jest/types": "npm:30.0.0-alpha.2" babel-preset-current-node-syntax: "npm:^1.0.0" chalk: "npm:^4.0.0" - expect: "npm:30.0.0-alpha.1" + expect: "npm:30.0.0-alpha.2" graceful-fs: "npm:^4.2.9" - jest-diff: "npm:30.0.0-alpha.1" - jest-get-type: "npm:30.0.0-alpha.1" - jest-matcher-utils: "npm:30.0.0-alpha.1" - jest-message-util: "npm:30.0.0-alpha.1" - jest-util: "npm:30.0.0-alpha.1" + jest-diff: "npm:30.0.0-alpha.2" + jest-get-type: "npm:30.0.0-alpha.2" + jest-matcher-utils: "npm:30.0.0-alpha.2" + jest-message-util: "npm:30.0.0-alpha.2" + jest-util: "npm:30.0.0-alpha.2" natural-compare: "npm:^1.4.0" - pretty-format: "npm:30.0.0-alpha.1" + pretty-format: "npm:30.0.0-alpha.2" semver: "npm:^7.5.3" synckit: "npm:^0.8.5" - checksum: 398b53b7a85de6c9dc0611c74e7214cd5968ca6b226dfab7439823862fdc1fbb4926990f340a6090502db42fd47fa05c1e606e051ea56de6ff75d460d1a848b5 + checksum: aa4666b26ba2e9467d27ebfc64c221c8cdb972b05411ff2801cb8714c33e0c0b306a83e67385b7c1d6771322cefcfc6ef1d2c07ad046c2ee68c466c3182c745f languageName: node linkType: hard -"jest-util@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "jest-util@npm:30.0.0-alpha.1" +"jest-util@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "jest-util@npm:30.0.0-alpha.2" dependencies: - "@jest/types": "npm:30.0.0-alpha.1" + "@jest/types": "npm:30.0.0-alpha.2" "@types/node": "npm:*" chalk: "npm:^4.0.0" ci-info: "npm:^4.0.0" graceful-fs: "npm:^4.2.9" - picomatch: "npm:^2.2.3" - checksum: 21b550f01dd0ed989a7ad9c26ce89ba08afd3f384d45a90d93ec285681314c71c28617e4de27cd8ccbed779887340dabd2bcdd4dc29f102370fcb554f3509988 + picomatch: "npm:^3.0.0" + checksum: 0f42c4fb1219de2a26c9a0cb7e772b63fb514cbcd43ce6567f7170554495a7ccd8431bb06d7bfc22f27dd339edcd5e891ce127dc4e4b307ef0c7c9f2cb875624 languageName: node linkType: hard @@ -11834,45 +11802,45 @@ __metadata: languageName: node linkType: hard -"jest-validate@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "jest-validate@npm:30.0.0-alpha.1" +"jest-validate@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "jest-validate@npm:30.0.0-alpha.2" dependencies: - "@jest/types": "npm:30.0.0-alpha.1" + "@jest/types": "npm:30.0.0-alpha.2" camelcase: "npm:^6.2.0" chalk: "npm:^4.0.0" - jest-get-type: "npm:30.0.0-alpha.1" + jest-get-type: "npm:30.0.0-alpha.2" leven: "npm:^3.1.0" - pretty-format: "npm:30.0.0-alpha.1" - checksum: 360880fef5a23521f8fb37616df07a24d788ed07e86a4d41e32114e5586edfa777837be7c5a5d02e8324b479e8cb6b7cef663b3b0bf7a98c59b081d22672104b + pretty-format: "npm:30.0.0-alpha.2" + checksum: 0e0b376fa0117f7b04391abf6fe8b98b51a69d0c75594f4f000391a3b1e4ce5acb5325aa9d3e9ea9b353d1ccd04b53b4f5c492127b979fa0136097098a04fd4d languageName: node linkType: hard -"jest-watcher@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "jest-watcher@npm:30.0.0-alpha.1" +"jest-watcher@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "jest-watcher@npm:30.0.0-alpha.2" dependencies: - "@jest/test-result": "npm:30.0.0-alpha.1" - "@jest/types": "npm:30.0.0-alpha.1" + "@jest/test-result": "npm:30.0.0-alpha.2" + "@jest/types": "npm:30.0.0-alpha.2" "@types/node": "npm:*" ansi-escapes: "npm:^4.2.1" chalk: "npm:^4.0.0" emittery: "npm:^0.13.1" - jest-util: "npm:30.0.0-alpha.1" + jest-util: "npm:30.0.0-alpha.2" string-length: "npm:^4.0.1" - checksum: 426f9d0c2353da9e34660f19cb37187e167c3e6918490307686cb939e9fd4aaeaa6860b63be18c4e2d134f6cb955d13e2b44534a94b6fd9fd16890e563036dd5 + checksum: cfa38863564fa2640fcebac52253611740129e695ca7014d98e792e38ec4c452a1a1bd2896cdf6a2302405d1aaede884692746f3074fd2d5346407b93cd43e74 languageName: node linkType: hard -"jest-worker@npm:30.0.0-alpha.1, jest-worker@npm:^30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "jest-worker@npm:30.0.0-alpha.1" +"jest-worker@npm:30.0.0-alpha.2, jest-worker@npm:^30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "jest-worker@npm:30.0.0-alpha.2" dependencies: "@types/node": "npm:*" - jest-util: "npm:30.0.0-alpha.1" + jest-util: "npm:30.0.0-alpha.2" merge-stream: "npm:^2.0.0" supports-color: "npm:^8.0.0" - checksum: f844e32676d105b1464d17e63ba5e32aefb63d342b366fd60d77b2aea42df869350c12d22f8c9afab2c8e8856707c2e1e9934994b367769476d198fc3134bef0 + checksum: d2a60df295fd581016310689daaa109ffd6957febc6f5c2ba42288317e43865b029a73cc4e82b359d288b96ef7e951dcff1f7ec02fb6676ad47f22bfa0e4d5d6 languageName: node linkType: hard @@ -11887,14 +11855,14 @@ __metadata: languageName: node linkType: hard -"jest@npm:^30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "jest@npm:30.0.0-alpha.1" +"jest@npm:^30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "jest@npm:30.0.0-alpha.2" dependencies: - "@jest/core": "npm:30.0.0-alpha.1" - "@jest/types": "npm:30.0.0-alpha.1" + "@jest/core": "npm:30.0.0-alpha.2" + "@jest/types": "npm:30.0.0-alpha.2" import-local: "npm:^3.0.2" - jest-cli: "npm:30.0.0-alpha.1" + jest-cli: "npm:30.0.0-alpha.2" peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 peerDependenciesMeta: @@ -11902,7 +11870,7 @@ __metadata: optional: true bin: jest: bin/jest.js - checksum: b9eec16086070a91ea8ed7f16e0e56da9c24d99e5dfe2f20a902e2080732b2fd14da0529acc8f94f51076a1a2103e29c118e670732027b893bb464d85f4b3a69 + checksum: 44b49f965069dd81ae407a9e643c89e07527735839e11107e293ec7a6a64b9f79444aed20210173303ec2abd44aae40187592354308aecc796c7bcd6186aca79 languageName: node linkType: hard @@ -13054,26 +13022,6 @@ __metadata: languageName: node linkType: hard -"nice-napi@npm:^1.0.2": - version: 1.0.2 - resolution: "nice-napi@npm:1.0.2" - dependencies: - node-addon-api: "npm:^3.0.0" - node-gyp: "npm:latest" - node-gyp-build: "npm:^4.2.2" - conditions: "!os=win32" - languageName: node - linkType: hard - -"node-addon-api@npm:^3.0.0": - version: 3.2.1 - resolution: "node-addon-api@npm:3.2.1" - dependencies: - node-gyp: "npm:latest" - checksum: 681b52dfa3e15b0a8e5cf283cc0d8cd5fd2a57c559ae670fcfd20544cbb32f75de7648674110defcd17ab2c76ebef630aa7d2d2f930bc7a8cc439b20fe233518 - languageName: node - linkType: hard - "node-environment-flags-BABEL_8_BREAKING-false@npm:node-environment-flags@^1.0.5": version: 1.0.6 resolution: "node-environment-flags@npm:1.0.6" @@ -13093,17 +13041,6 @@ __metadata: languageName: node linkType: hard -"node-gyp-build@npm:^4.2.2": - version: 4.5.0 - resolution: "node-gyp-build@npm:4.5.0" - bin: - node-gyp-build: bin.js - node-gyp-build-optional: optional.js - node-gyp-build-test: build-test.js - checksum: 1f6c2b519cfbf13fc60589d40b65d9aa8c8bfaefe99763a9a982a6518a9292c83f41adf558628cfcb748e2a55418ac91718b68bb6be7e02cfac90c82e412de9b - languageName: node - linkType: hard - "node-gyp@npm:latest": version: 7.1.0 resolution: "node-gyp@npm:7.1.0" @@ -13602,7 +13539,7 @@ __metadata: languageName: node linkType: hard -"pako@npm:^1.0.3, pako@npm:~1.0.5": +"pako@npm:~1.0.5": version: 1.0.11 resolution: "pako@npm:1.0.11" checksum: 1ad07210e894472685564c4d39a08717e84c2a68a70d3c1d9e657d32394ef1670e22972a433cbfe48976cb98b154ba06855dcd3fcfba77f60f1777634bec48c0 @@ -13880,6 +13817,13 @@ __metadata: languageName: node linkType: hard +"picomatch@npm:^3.0.0": + version: 3.0.1 + resolution: "picomatch@npm:3.0.1" + checksum: 65ac837fedbd0640586f7c214f6c7481e1e12f41cdcd22a95eb6a2914d1773707ed0f0b5bd2d1e39b5ec7860b43a4c9150152332a3884cd8dd1d419b2a2fa5b5 + languageName: node + linkType: hard + "pidtree@npm:0.6.0": version: 0.6.0 resolution: "pidtree@npm:0.6.0" @@ -13926,21 +13870,6 @@ __metadata: languageName: node linkType: hard -"piscina@npm:^3.1.0": - version: 3.2.0 - resolution: "piscina@npm:3.2.0" - dependencies: - eventemitter-asyncresource: "npm:^1.0.0" - hdr-histogram-js: "npm:^2.0.1" - hdr-histogram-percentiles-obj: "npm:^3.0.0" - nice-napi: "npm:^1.0.2" - dependenciesMeta: - nice-napi: - optional: true - checksum: 46838c513c2f6bef2c838d25a0b4da7760805a111dc70333aecfa30165c4eb693989d6f481150819c1377f029a22d70df4066c8d071d832745dc00458386dfce - languageName: node - linkType: hard - "pkg-dir@npm:^3.0.0": version: 3.0.0 resolution: "pkg-dir@npm:3.0.0" @@ -14023,14 +13952,14 @@ __metadata: languageName: node linkType: hard -"pretty-format@npm:30.0.0-alpha.1": - version: 30.0.0-alpha.1 - resolution: "pretty-format@npm:30.0.0-alpha.1" +"pretty-format@npm:30.0.0-alpha.2": + version: 30.0.0-alpha.2 + resolution: "pretty-format@npm:30.0.0-alpha.2" dependencies: - "@jest/schemas": "npm:30.0.0-alpha.1" + "@jest/schemas": "npm:30.0.0-alpha.2" ansi-styles: "npm:^5.0.0" react-is: "npm:^18.0.0" - checksum: f394c09d65881ee5669dd9a934d71d3f6aefbed7b1384954146fb64dab36f68b22ffce6eed95482689c853ac201dfd55ead950ec1944b7280965b89eec0a8130 + checksum: 26fdd95bee7d4da086f320e779aeeffbdbc6c1180677dfa0938299af93a40280999202f251ec349b7cd990788d146149f8a45967eea661889bd441208a5a34cd languageName: node linkType: hard @@ -15938,6 +15867,13 @@ __metadata: languageName: node linkType: hard +"tinypool@npm:^0.8.1": + version: 0.8.1 + resolution: "tinypool@npm:0.8.1" + checksum: 3fae8acc22b7d0364eb202b64f61f0d8b10dcead6bef9b8fab1836857dcecd0e34fadc47ab309754ead2cb29bfa4b3467a9fc0daae23669b19ff403ae1364b5c + languageName: node + linkType: hard + "titleize@npm:^3.0.0": version: 3.0.0 resolution: "titleize@npm:3.0.0" @@ -17126,13 +17062,13 @@ __metadata: languageName: node linkType: hard -"write-file-atomic@npm:^4.0.2": - version: 4.0.2 - resolution: "write-file-atomic@npm:4.0.2" +"write-file-atomic@npm:^5.0.0": + version: 5.0.1 + resolution: "write-file-atomic@npm:5.0.1" dependencies: imurmurhash: "npm:^0.1.4" - signal-exit: "npm:^3.0.7" - checksum: 3be1f5508a46c190619d5386b1ac8f3af3dbe951ed0f7b0b4a0961eed6fc626bd84b50cf4be768dabc0a05b672f5d0c5ee7f42daa557b14415d18c3a13c7d246 + signal-exit: "npm:^4.0.1" + checksum: 648efddba54d478d0e4330ab6f239976df3b9752b123db5dc9405d9b5af768fa9d70ce60c52fdbe61d1200d24350bc4fbcbaf09288496c2be050de126bd95b7e languageName: node linkType: hard From 5d1ccb339117d9e0738bdfef82d7318d0a998142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Tue, 28 Nov 2023 15:27:35 +0100 Subject: [PATCH 2/2] Apply suggestions from code review --- packages/babel-core/test/errors-stacks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-core/test/errors-stacks.js b/packages/babel-core/test/errors-stacks.js index 102dff85bd30..6332b3cdf119 100644 --- a/packages/babel-core/test/errors-stacks.js +++ b/packages/babel-core/test/errors-stacks.js @@ -27,7 +27,7 @@ function expectError(run) { // visible when using --run-in-band, comes from inside jest but doesn't have an // associated file path. stack = stack.replace( - /(?:\n\s*at [^\n]+?node_modules\/(?:@?jest|tinypool)[^\n]+|\n\s*at async Promise.all[^\n]+)+/g, + /(?:\n\s*at [^\n]+?node_modules\/(?:@?jest|tinypool|piscina)[^\n]+|\n\s*at async Promise.all[^\n]+)+/g, "\n at ... internal jest frames ...", ); // Remove node internal frames, since they change by version