Commit 148b71cb authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub

build(deps-dev): bump @swc/core from 1.3.104 to 1.3.106 (#9190)

Bumps [@swc/core](https://github.com/swc-project/swc) from 1.3.104 to 1.3.106.
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/compare/v1.3.104...v1.3.106)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: default avatardependabot[bot] <support@github.com>
Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 22e4ea11
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
}, },
"devDependencies": { "devDependencies": {
"@eth-optimism/contracts-ts": "workspace:^", "@eth-optimism/contracts-ts": "workspace:^",
"@swc/core": "^1.3.104", "@swc/core": "^1.3.106",
"@vitest/coverage-istanbul": "^1.2.1", "@vitest/coverage-istanbul": "^1.2.1",
"tsup": "^8.0.1", "tsup": "^8.0.1",
"typescript": "^5.3.3", "typescript": "^5.3.3",
......
...@@ -115,7 +115,7 @@ importers: ...@@ -115,7 +115,7 @@ importers:
devDependencies: devDependencies:
tsup: tsup:
specifier: ^8.0.1 specifier: ^8.0.1
version: 8.0.1(@swc/core@1.3.104)(typescript@5.3.3) version: 8.0.1(@swc/core@1.3.106)(typescript@5.3.3)
vitest: vitest:
specifier: ^1.0.1 specifier: ^1.0.1
version: 1.0.1(@types/node@20.11.5)(jsdom@23.2.0) version: 1.0.1(@types/node@20.11.5)(jsdom@23.2.0)
...@@ -322,7 +322,7 @@ importers: ...@@ -322,7 +322,7 @@ importers:
version: 23.2.0 version: 23.2.0
tsup: tsup:
specifier: ^8.0.1 specifier: ^8.0.1
version: 8.0.1(@swc/core@1.3.104)(typescript@5.3.3) version: 8.0.1(@swc/core@1.3.106)(typescript@5.3.3)
typescript: typescript:
specifier: ^5.3.3 specifier: ^5.3.3
version: 5.3.3 version: 5.3.3
...@@ -416,7 +416,7 @@ importers: ...@@ -416,7 +416,7 @@ importers:
version: 23.2.0 version: 23.2.0
tsup: tsup:
specifier: ^8.0.1 specifier: ^8.0.1
version: 8.0.1(@swc/core@1.3.104)(typescript@5.3.3) version: 8.0.1(@swc/core@1.3.106)(typescript@5.3.3)
typescript: typescript:
specifier: ^5.3.3 specifier: ^5.3.3
version: 5.3.3 version: 5.3.3
...@@ -540,14 +540,14 @@ importers: ...@@ -540,14 +540,14 @@ importers:
specifier: workspace:^ specifier: workspace:^
version: link:../contracts-ts version: link:../contracts-ts
'@swc/core': '@swc/core':
specifier: ^1.3.104 specifier: ^1.3.106
version: 1.3.104 version: 1.3.106
'@vitest/coverage-istanbul': '@vitest/coverage-istanbul':
specifier: ^1.2.1 specifier: ^1.2.1
version: 1.2.1(vitest@1.0.1) version: 1.2.1(vitest@1.0.1)
tsup: tsup:
specifier: ^8.0.1 specifier: ^8.0.1
version: 8.0.1(@swc/core@1.3.104)(typescript@5.3.3) version: 8.0.1(@swc/core@1.3.106)(typescript@5.3.3)
typescript: typescript:
specifier: ^5.3.3 specifier: ^5.3.3
version: 5.3.3 version: 5.3.3
...@@ -5388,8 +5388,8 @@ packages: ...@@ -5388,8 +5388,8 @@ packages:
'@stablelib/wipe': 1.0.1 '@stablelib/wipe': 1.0.1
dev: true dev: true
/@swc/core-darwin-arm64@1.3.104: /@swc/core-darwin-arm64@1.3.106:
resolution: {integrity: sha512-rCnVj8x3kn6s914Adddu+zROHUn6mUEMkNKUckofs3W9OthNlZXJA3C5bS2MMTRFXCWamJ0Zmh6INFpz+f4Tfg==} resolution: {integrity: sha512-XYcbViNyHnnm7RWOAO1YipMmthM7m2aXF32b0y+JMLYFBEyFpjVX9btLkzeL7wRx/5B3I35yJNhE+xyx0Q1Gkw==}
engines: {node: '>=10'} engines: {node: '>=10'}
cpu: [arm64] cpu: [arm64]
os: [darwin] os: [darwin]
...@@ -5397,8 +5397,8 @@ packages: ...@@ -5397,8 +5397,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@swc/core-darwin-x64@1.3.104: /@swc/core-darwin-x64@1.3.106:
resolution: {integrity: sha512-LBCWGTYkn1UjyxrmcLS3vZgtCDVhwxsQMV7jz5duc7Gas8SRWh6ZYqvUkjlXMDX1yx0uvzHrkaRw445+zDRj7Q==} resolution: {integrity: sha512-YKDPhUdfuwhmOUS9+CaIwl/0Tp+f1b73BH2EIESuxSNsogZf18a8HQ8O0fQEwdiwmA5LEqw47cj+kfOWV/0+kw==}
engines: {node: '>=10'} engines: {node: '>=10'}
cpu: [x64] cpu: [x64]
os: [darwin] os: [darwin]
...@@ -5406,8 +5406,8 @@ packages: ...@@ -5406,8 +5406,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@swc/core-linux-arm-gnueabihf@1.3.104: /@swc/core-linux-arm-gnueabihf@1.3.106:
resolution: {integrity: sha512-iFbsWcx0TKHWnFBNCuUstYqRtfkyBx7FKv5To1Hx14EMuvvoCD/qUoJEiNfDQN5n/xU9g5xq4RdbjEWCFLhAbA==} resolution: {integrity: sha512-bHxxJXogvFfocLL5inZxxtx/x/WgKozigp80Vbx0viac1fPDJrqKBw2X4MzpMiuTRAGVQ03jJI6pDwbSBf+yDw==}
engines: {node: '>=10'} engines: {node: '>=10'}
cpu: [arm] cpu: [arm]
os: [linux] os: [linux]
...@@ -5415,8 +5415,8 @@ packages: ...@@ -5415,8 +5415,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@swc/core-linux-arm64-gnu@1.3.104: /@swc/core-linux-arm64-gnu@1.3.106:
resolution: {integrity: sha512-1BIIp+nUPrRHHaJ35YJqrwXPwYSITp5robqqjyTwoKGw2kq0x+A964kpWul6v0d7A9Ial8fyH4m13eSWBodD2A==} resolution: {integrity: sha512-c7jue++CHLgtpeaakEukoCLT9eNrImizbleE9Y7Is8CHqLq/7DG4s+7ma9DFKXIzW2MpTg9byIEQfpqSphVW6A==}
engines: {node: '>=10'} engines: {node: '>=10'}
cpu: [arm64] cpu: [arm64]
os: [linux] os: [linux]
...@@ -5424,8 +5424,8 @@ packages: ...@@ -5424,8 +5424,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@swc/core-linux-arm64-musl@1.3.104: /@swc/core-linux-arm64-musl@1.3.106:
resolution: {integrity: sha512-IyDNkzpKwvLqmRwTW+s8f8OsOSSj1N6juZKbvNHpZRfWZkz3T70q3vJlDBWQwy8z8cm7ckd7YUT3eKcSBPPowg==} resolution: {integrity: sha512-51EaC3Q8qAhLtWVnAVqoYX/gk3tK31cCBzUpwCcmhianhEBM2/WtKRAS4MqPhE8VVZuN3WjO2c2JaF2mX0yuoA==}
engines: {node: '>=10'} engines: {node: '>=10'}
cpu: [arm64] cpu: [arm64]
os: [linux] os: [linux]
...@@ -5433,8 +5433,8 @@ packages: ...@@ -5433,8 +5433,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@swc/core-linux-x64-gnu@1.3.104: /@swc/core-linux-x64-gnu@1.3.106:
resolution: {integrity: sha512-MfX/wiRdTjE5uXHTDnaX69xI4UBfxIhcxbVlMj//N+7AX/G2pl2UFityfVMU2HpM12BRckrCxVI8F/Zy3DZkYQ==} resolution: {integrity: sha512-tOUi8BB6jAeCXgx7ESLNnX7nrbMVKQ/XajK77v7Ad4SXf9HYArnimBJpXUUyVFJTXLSv4e6c7s6XHHqXb5Lwcg==}
engines: {node: '>=10'} engines: {node: '>=10'}
cpu: [x64] cpu: [x64]
os: [linux] os: [linux]
...@@ -5442,8 +5442,8 @@ packages: ...@@ -5442,8 +5442,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@swc/core-linux-x64-musl@1.3.104: /@swc/core-linux-x64-musl@1.3.106:
resolution: {integrity: sha512-5yeILaxA31gGEmquErO8yxlq1xu0XVt+fz5mbbKXKZMRRILxYxNzAGb5mzV41r0oHz6Vhv4AXX/WMCmeWl+HkQ==} resolution: {integrity: sha512-binLw4Lbd83NPy4/m/teH2nbaifxveSD+sKDvpxywRbvYW2I0w/iCBpUBcbnl16TQF4TPOGpq5YwG9lVxPVw5g==}
engines: {node: '>=10'} engines: {node: '>=10'}
cpu: [x64] cpu: [x64]
os: [linux] os: [linux]
...@@ -5451,8 +5451,8 @@ packages: ...@@ -5451,8 +5451,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@swc/core-win32-arm64-msvc@1.3.104: /@swc/core-win32-arm64-msvc@1.3.106:
resolution: {integrity: sha512-rwcImsYnWDWGmeESG0XdGGOql5s3cG5wA8C4hHHKdH76zamPfDKKQFBsjmoNi0f1IsxaI9AJPeOmD4bAhT1ZoQ==} resolution: {integrity: sha512-n4ttBWr8tM7DPzwcEOIBTyTMHZTzCmbic/HTtxEsPyMAf/Daen+yrTKzjPP6k2usfSrjkxA780RSJJxI1N8r2w==}
engines: {node: '>=10'} engines: {node: '>=10'}
cpu: [arm64] cpu: [arm64]
os: [win32] os: [win32]
...@@ -5460,8 +5460,8 @@ packages: ...@@ -5460,8 +5460,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@swc/core-win32-ia32-msvc@1.3.104: /@swc/core-win32-ia32-msvc@1.3.106:
resolution: {integrity: sha512-ICDA+CJLYC7NkePnrbh/MvXwDQfy3rZSFgrVdrqRosv9DKHdFjYDnA9++7ozjrIdFdBrFW2NR7pyUcidlwhNzA==} resolution: {integrity: sha512-GhDNIwxE5FhkujESI6h/4ysT3wxwmrzTUlZYaR8rRui6a6SdX9feIPUHPEE5o5hpyp+xqlmvRxKkRxOnwsq8iA==}
engines: {node: '>=10'} engines: {node: '>=10'}
cpu: [ia32] cpu: [ia32]
os: [win32] os: [win32]
...@@ -5469,8 +5469,8 @@ packages: ...@@ -5469,8 +5469,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@swc/core-win32-x64-msvc@1.3.104: /@swc/core-win32-x64-msvc@1.3.106:
resolution: {integrity: sha512-fZJ1Ju62U4lMZVU+nHxLkFNcu0hG5Y0Yj/5zjrlbuX5N8J5eDndWAFsVnQhxRTZqKhZB53pvWRQs5FItSDqgXg==} resolution: {integrity: sha512-2M6yWChuMS1+/MPo3Dor0SOMkvmiugonWlzsZBAu/oZboH2xKrHSRv7brsBujb2Oe47r+NsbV+vq9tnnP9Vl1Q==}
engines: {node: '>=10'} engines: {node: '>=10'}
cpu: [x64] cpu: [x64]
os: [win32] os: [win32]
...@@ -5478,8 +5478,8 @@ packages: ...@@ -5478,8 +5478,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@swc/core@1.3.104: /@swc/core@1.3.106:
resolution: {integrity: sha512-9LWH/qzR/Pmyco+XwPiPfz59T1sryI7o5dmqb593MfCkaX5Fzl9KhwQTI47i21/bXYuCdfa9ySZuVkzXMirYxA==} resolution: {integrity: sha512-++QPSPkFq2qELYVScxNHJC42hKQChjiTWS2P0QQ5JWT4NHb9lmNSfrc1ylFIyImwRnxsW2MTBALLYLf95EFAsg==}
engines: {node: '>=10'} engines: {node: '>=10'}
requiresBuild: true requiresBuild: true
peerDependencies: peerDependencies:
...@@ -5491,16 +5491,16 @@ packages: ...@@ -5491,16 +5491,16 @@ packages:
'@swc/counter': 0.1.1 '@swc/counter': 0.1.1
'@swc/types': 0.1.5 '@swc/types': 0.1.5
optionalDependencies: optionalDependencies:
'@swc/core-darwin-arm64': 1.3.104 '@swc/core-darwin-arm64': 1.3.106
'@swc/core-darwin-x64': 1.3.104 '@swc/core-darwin-x64': 1.3.106
'@swc/core-linux-arm-gnueabihf': 1.3.104 '@swc/core-linux-arm-gnueabihf': 1.3.106
'@swc/core-linux-arm64-gnu': 1.3.104 '@swc/core-linux-arm64-gnu': 1.3.106
'@swc/core-linux-arm64-musl': 1.3.104 '@swc/core-linux-arm64-musl': 1.3.106
'@swc/core-linux-x64-gnu': 1.3.104 '@swc/core-linux-x64-gnu': 1.3.106
'@swc/core-linux-x64-musl': 1.3.104 '@swc/core-linux-x64-musl': 1.3.106
'@swc/core-win32-arm64-msvc': 1.3.104 '@swc/core-win32-arm64-msvc': 1.3.106
'@swc/core-win32-ia32-msvc': 1.3.104 '@swc/core-win32-ia32-msvc': 1.3.106
'@swc/core-win32-x64-msvc': 1.3.104 '@swc/core-win32-x64-msvc': 1.3.106
dev: true dev: true
/@swc/counter@0.1.1: /@swc/counter@0.1.1:
...@@ -16644,7 +16644,7 @@ packages: ...@@ -16644,7 +16644,7 @@ packages:
resolution: {integrity: sha512-Tyrf5mxF8Ofs1tNoxA13lFeZ2Zrbd6cKbuH3V+MQ5sb6DtBj5FjrXVsRWT8YvNAQTqNoz66dz1WsbigI22aEnw==} resolution: {integrity: sha512-Tyrf5mxF8Ofs1tNoxA13lFeZ2Zrbd6cKbuH3V+MQ5sb6DtBj5FjrXVsRWT8YvNAQTqNoz66dz1WsbigI22aEnw==}
dev: true dev: true
/tsup@8.0.1(@swc/core@1.3.104)(typescript@5.3.3): /tsup@8.0.1(@swc/core@1.3.106)(typescript@5.3.3):
resolution: {integrity: sha512-hvW7gUSG96j53ZTSlT4j/KL0q1Q2l6TqGBFc6/mu/L46IoNWqLLUzLRLP1R8Q7xrJTmkDxxDoojV5uCVs1sVOg==} resolution: {integrity: sha512-hvW7gUSG96j53ZTSlT4j/KL0q1Q2l6TqGBFc6/mu/L46IoNWqLLUzLRLP1R8Q7xrJTmkDxxDoojV5uCVs1sVOg==}
engines: {node: '>=18'} engines: {node: '>=18'}
hasBin: true hasBin: true
...@@ -16663,7 +16663,7 @@ packages: ...@@ -16663,7 +16663,7 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@swc/core': 1.3.104 '@swc/core': 1.3.106
bundle-require: 4.0.1(esbuild@0.19.7) bundle-require: 4.0.1(esbuild@0.19.7)
cac: 6.7.14 cac: 6.7.14
chokidar: 3.5.3 chokidar: 3.5.3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment