From c0bbf257e9b16b80fd1588b5b02b17ba62e7bb88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 12:11:43 +0000 Subject: [PATCH] chore(deps): update dependency @swc-node/register to ^1.10.7 --- package.json | 2 +- yarn.lock | 228 +++++++++++++++++++++++++++++++++++++++++++++------ 2 files changed, 205 insertions(+), 25 deletions(-) diff --git a/package.json b/package.json index ba36d20c4..44aba4948 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@changesets/cli": "^2.27.1", "@commitlint/cli": "^18.4.3", "@pkgr/rollup": "^5.0.0", - "@swc-node/register": "^1.6.8", + "@swc-node/register": "^1.10.7", "@types/jest": "^29.5.11", "@types/node": "^20.10.6", "clean-pkg-json": "^1.2.0", diff --git a/yarn.lock b/yarn.lock index ca98460ea..7a12d3f57 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2627,6 +2627,34 @@ __metadata: languageName: node linkType: hard +"@emnapi/core@npm:^1.1.0": + version: 1.2.0 + resolution: "@emnapi/core@npm:1.2.0" + dependencies: + "@emnapi/wasi-threads": "npm:1.0.1" + tslib: "npm:^2.4.0" + checksum: a9cf024c1982cd965f6888d1b4514926ad3675fa9d0bd792c9a0770fb592c4c4d20aa1e97a225a7682f9c7900231751434820d5558fd5a00929c2ee976ce5265 + languageName: node + linkType: hard + +"@emnapi/runtime@npm:^1.1.0": + version: 1.2.0 + resolution: "@emnapi/runtime@npm:1.2.0" + dependencies: + tslib: "npm:^2.4.0" + checksum: 7005ff8b67724c9e61b6cd79a3decbdb2ce25d24abd4d3d187472f200ee6e573329c30264335125fb136bd813aa9cf9f4f7c9391d04b07dd1e63ce0a3427be57 + languageName: node + linkType: hard + +"@emnapi/wasi-threads@npm:1.0.1": + version: 1.0.1 + resolution: "@emnapi/wasi-threads@npm:1.0.1" + dependencies: + tslib: "npm:^2.4.0" + checksum: 1e0c8036b8d53e9b07cc9acf021705ef6c86ab6b13e1acda7fffaf541a2d3565072afb92597419173ced9ea14f6bf32fce149106e669b5902b825e8b499e5c6c + languageName: node + linkType: hard + "@es-joy/jsdoccomment@npm:~0.41.0": version: 0.41.0 resolution: "@es-joy/jsdoccomment@npm:0.41.0" @@ -3529,6 +3557,17 @@ __metadata: languageName: node linkType: hard +"@napi-rs/wasm-runtime@npm:^0.2.4": + version: 0.2.4 + resolution: "@napi-rs/wasm-runtime@npm:0.2.4" + dependencies: + "@emnapi/core": "npm:^1.1.0" + "@emnapi/runtime": "npm:^1.1.0" + "@tybys/wasm-util": "npm:^0.9.0" + checksum: 1040de49b2ef509db207e2517465dbf7fb3474f20e8ec32897672a962ff4f59872385666dac61dc9dbeae3cae5dad265d8dc3865da756adeb07d1634c67b03a1 + languageName: node + linkType: hard + "@nicolo-ribaudo/eslint-scope-5-internals@npm:5.1.1-v1": version: 5.1.1-v1 resolution: "@nicolo-ribaudo/eslint-scope-5-internals@npm:5.1.1-v1" @@ -3622,6 +3661,78 @@ __metadata: languageName: node linkType: hard +"@oxc-resolver/binding-darwin-arm64@npm:1.10.0": + version: 1.10.0 + resolution: "@oxc-resolver/binding-darwin-arm64@npm:1.10.0" + conditions: os=darwin & cpu=arm64 + languageName: node + linkType: hard + +"@oxc-resolver/binding-darwin-x64@npm:1.10.0": + version: 1.10.0 + resolution: "@oxc-resolver/binding-darwin-x64@npm:1.10.0" + conditions: os=darwin & cpu=x64 + languageName: node + linkType: hard + +"@oxc-resolver/binding-linux-arm-gnueabihf@npm:1.10.0": + version: 1.10.0 + resolution: "@oxc-resolver/binding-linux-arm-gnueabihf@npm:1.10.0" + conditions: os=linux & cpu=arm + languageName: node + linkType: hard + +"@oxc-resolver/binding-linux-arm64-gnu@npm:1.10.0": + version: 1.10.0 + resolution: "@oxc-resolver/binding-linux-arm64-gnu@npm:1.10.0" + conditions: os=linux & cpu=arm64 & libc=glibc + languageName: node + linkType: hard + +"@oxc-resolver/binding-linux-arm64-musl@npm:1.10.0": + version: 1.10.0 + resolution: "@oxc-resolver/binding-linux-arm64-musl@npm:1.10.0" + conditions: os=linux & cpu=arm64 & libc=musl + languageName: node + linkType: hard + +"@oxc-resolver/binding-linux-x64-gnu@npm:1.10.0": + version: 1.10.0 + resolution: "@oxc-resolver/binding-linux-x64-gnu@npm:1.10.0" + conditions: os=linux & cpu=x64 & libc=glibc + languageName: node + linkType: hard + +"@oxc-resolver/binding-linux-x64-musl@npm:1.10.0": + version: 1.10.0 + resolution: "@oxc-resolver/binding-linux-x64-musl@npm:1.10.0" + conditions: os=linux & cpu=x64 & libc=musl + languageName: node + linkType: hard + +"@oxc-resolver/binding-wasm32-wasi@npm:1.10.0": + version: 1.10.0 + resolution: "@oxc-resolver/binding-wasm32-wasi@npm:1.10.0" + dependencies: + "@napi-rs/wasm-runtime": "npm:^0.2.4" + conditions: cpu=wasm32 + languageName: node + linkType: hard + +"@oxc-resolver/binding-win32-arm64-msvc@npm:1.10.0": + version: 1.10.0 + resolution: "@oxc-resolver/binding-win32-arm64-msvc@npm:1.10.0" + conditions: os=win32 & cpu=arm64 + languageName: node + linkType: hard + +"@oxc-resolver/binding-win32-x64-msvc@npm:1.10.0": + version: 1.10.0 + resolution: "@oxc-resolver/binding-win32-x64-msvc@npm:1.10.0" + conditions: os=win32 & cpu=x64 + languageName: node + linkType: hard + "@pkgjs/parseargs@npm:^0.11.0": version: 0.11.0 resolution: "@pkgjs/parseargs@npm:0.11.0" @@ -3951,39 +4062,41 @@ __metadata: languageName: node linkType: hard -"@swc-node/core@npm:^1.10.6": - version: 1.10.6 - resolution: "@swc-node/core@npm:1.10.6" +"@swc-node/core@npm:^1.13.3": + version: 1.13.3 + resolution: "@swc-node/core@npm:1.13.3" peerDependencies: - "@swc/core": ">= 1.3" - checksum: cadcd927b3ab02a2888b7da43d80d5a6e19b4100e5b757ef7a4148123ce2940202053a0c412f20664e1eb18185fca26371f3cac3f866c4d2b1df5e8d2e63b99f + "@swc/core": ">= 1.4.13" + "@swc/types": ">= 0.1" + checksum: 01f69d6124691569cedd2e6d0c6d3e33ab96d8fca6607780d64359c884750cfd77541e112e545cf37d9f0ee5fdccd57fbf9eb07cfd0ae26f8cca88c974e82e08 languageName: node linkType: hard -"@swc-node/register@npm:^1.6.8": - version: 1.6.8 - resolution: "@swc-node/register@npm:1.6.8" +"@swc-node/register@npm:^1.10.7": + version: 1.10.7 + resolution: "@swc-node/register@npm:1.10.7" dependencies: - "@swc-node/core": "npm:^1.10.6" - "@swc-node/sourcemap-support": "npm:^0.3.0" - colorette: "npm:^2.0.19" - debug: "npm:^4.3.4" - pirates: "npm:^4.0.5" - tslib: "npm:^2.5.0" + "@swc-node/core": "npm:^1.13.3" + "@swc-node/sourcemap-support": "npm:^0.5.1" + colorette: "npm:^2.0.20" + debug: "npm:^4.3.5" + oxc-resolver: "npm:^1.10.0" + pirates: "npm:^4.0.6" + tslib: "npm:^2.6.3" peerDependencies: - "@swc/core": ">= 1.3" + "@swc/core": ">= 1.4.13" typescript: ">= 4.3" - checksum: 681da27f9dbe7aa976c6873a2a0094d14237a4d51dea7c3c54d58e00e5375593d136b2d6e80e24412128cf338b238fc73206b3b69711698ee8fd6ceb40081551 + checksum: f988792db5186090060f9c7c4ed47d15ce47c62ac762388ed66743cf0e96524e32cb839e2635516af8cc5ef37f799b42dc2ae52e5bda60939407d50ac0d928a1 languageName: node linkType: hard -"@swc-node/sourcemap-support@npm:^0.3.0": - version: 0.3.0 - resolution: "@swc-node/sourcemap-support@npm:0.3.0" +"@swc-node/sourcemap-support@npm:^0.5.1": + version: 0.5.1 + resolution: "@swc-node/sourcemap-support@npm:0.5.1" dependencies: source-map-support: "npm:^0.5.21" - tslib: "npm:^2.5.0" - checksum: 331aac139159918377202723e5e4b34164714f29118c494d31d5ca19b9b7e54f958bcd94cae675a7854e84ed043f366b3041aa94377f80d3d9cbe891da1ed3de + tslib: "npm:^2.6.3" + checksum: 5ac7e701a0683e0e6760c8078d4bb2829daa78c4946dcc729c75588b87112afc7352f7c8cd90cea9417b5f7494418d374a354795344c4cf81152bce3d5a17853 languageName: node linkType: hard @@ -4031,6 +4144,15 @@ __metadata: languageName: node linkType: hard +"@tybys/wasm-util@npm:^0.9.0": + version: 0.9.0 + resolution: "@tybys/wasm-util@npm:0.9.0" + dependencies: + tslib: "npm:^2.4.0" + checksum: f9fde5c554455019f33af6c8215f1a1435028803dc2a2825b077d812bed4209a1a64444a4ca0ce2ea7e1175c8d88e2f9173a36a33c199e8a5c671aa31de8242d + languageName: node + linkType: hard + "@types/acorn@npm:^4.0.0": version: 4.0.6 resolution: "@types/acorn@npm:4.0.6" @@ -5926,7 +6048,7 @@ __metadata: languageName: node linkType: hard -"colorette@npm:^2.0.19, colorette@npm:^2.0.20": +"colorette@npm:^2.0.20": version: 2.0.20 resolution: "colorette@npm:2.0.20" checksum: e94116ff33b0ff56f3b83b9ace895e5bf87c2a7a47b3401b8c3f3226e050d5ef76cf4072fb3325f9dc24d1698f9b730baf4e05eeaf861d74a1883073f4c98a40 @@ -6327,6 +6449,18 @@ __metadata: languageName: node linkType: hard +"debug@npm:^4.3.5": + version: 4.3.5 + resolution: "debug@npm:4.3.5" + dependencies: + ms: "npm:2.1.2" + peerDependenciesMeta: + supports-color: + optional: true + checksum: 082c375a2bdc4f4469c99f325ff458adad62a3fc2c482d59923c260cb08152f34e2659f72b3767db8bb2f21ca81a60a42d1019605a412132d7b9f59363a005cc + languageName: node + linkType: hard + "decamelize-keys@npm:^1.1.0": version: 1.1.1 resolution: "decamelize-keys@npm:1.1.1" @@ -12201,6 +12335,45 @@ __metadata: languageName: node linkType: hard +"oxc-resolver@npm:^1.10.0": + version: 1.10.0 + resolution: "oxc-resolver@npm:1.10.0" + dependencies: + "@oxc-resolver/binding-darwin-arm64": "npm:1.10.0" + "@oxc-resolver/binding-darwin-x64": "npm:1.10.0" + "@oxc-resolver/binding-linux-arm-gnueabihf": "npm:1.10.0" + "@oxc-resolver/binding-linux-arm64-gnu": "npm:1.10.0" + "@oxc-resolver/binding-linux-arm64-musl": "npm:1.10.0" + "@oxc-resolver/binding-linux-x64-gnu": "npm:1.10.0" + "@oxc-resolver/binding-linux-x64-musl": "npm:1.10.0" + "@oxc-resolver/binding-wasm32-wasi": "npm:1.10.0" + "@oxc-resolver/binding-win32-arm64-msvc": "npm:1.10.0" + "@oxc-resolver/binding-win32-x64-msvc": "npm:1.10.0" + dependenciesMeta: + "@oxc-resolver/binding-darwin-arm64": + optional: true + "@oxc-resolver/binding-darwin-x64": + optional: true + "@oxc-resolver/binding-linux-arm-gnueabihf": + optional: true + "@oxc-resolver/binding-linux-arm64-gnu": + optional: true + "@oxc-resolver/binding-linux-arm64-musl": + optional: true + "@oxc-resolver/binding-linux-x64-gnu": + optional: true + "@oxc-resolver/binding-linux-x64-musl": + optional: true + "@oxc-resolver/binding-wasm32-wasi": + optional: true + "@oxc-resolver/binding-win32-arm64-msvc": + optional: true + "@oxc-resolver/binding-win32-x64-msvc": + optional: true + checksum: 154fa92fb51cf54af2f736ac1f3e2e30907c192470b23e8489f938cb00b676e18502b49bd26ca54be5d2fbbc2485788fa69b26c2cebf2c7b398135cea302854e + languageName: node + linkType: hard + "p-defer@npm:^1.0.0": version: 1.0.0 resolution: "p-defer@npm:1.0.0" @@ -12522,7 +12695,7 @@ __metadata: languageName: node linkType: hard -"pirates@npm:^4.0.4, pirates@npm:^4.0.5": +"pirates@npm:^4.0.4, pirates@npm:^4.0.6": version: 4.0.6 resolution: "pirates@npm:4.0.6" checksum: 00d5fa51f8dded94d7429700fb91a0c1ead00ae2c7fd27089f0c5b63e6eca36197fe46384631872690a66f390c5e27198e99006ab77ae472692ab9c2ca903f36 @@ -15144,7 +15317,7 @@ __metadata: "@commitlint/cli": "npm:^18.4.3" "@pkgr/core": "npm:^0.1.0" "@pkgr/rollup": "npm:^5.0.0" - "@swc-node/register": "npm:^1.6.8" + "@swc-node/register": "npm:^1.10.7" "@types/jest": "npm:^29.5.11" "@types/node": "npm:^20.10.6" clean-pkg-json: "npm:^1.2.0" @@ -15451,6 +15624,13 @@ __metadata: languageName: node linkType: hard +"tslib@npm:^2.4.0, tslib@npm:^2.6.3": + version: 2.6.3 + resolution: "tslib@npm:2.6.3" + checksum: 2598aef53d9dbe711af75522464b2104724d6467b26a60f2bdac8297d2b5f1f6b86a71f61717384aa8fd897240467aaa7bcc36a0700a0faf751293d1331db39a + languageName: node + linkType: hard + "tsutils@npm:3, tsutils@npm:^3.21.0": version: 3.21.0 resolution: "tsutils@npm:3.21.0"