Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ts-bridge to 0.5.1 #251

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@
"@metamask/eslint-config-jest": "^12.1.0",
"@metamask/eslint-config-nodejs": "^12.1.0",
"@metamask/eslint-config-typescript": "^12.1.0",
"@ts-bridge/cli": "^0.1.4",
"@ts-bridge/shims": "^0.1.1",
"@ts-bridge/cli": "^0.5.1",
"@types/jest": "^28.1.6",
"@types/node": "^18.18",
"@typescript-eslint/eslint-plugin": "^5.43.0",
Expand Down
41 changes: 15 additions & 26 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1014,8 +1014,7 @@ __metadata:
"@metamask/eslint-config-jest": "npm:^12.1.0"
"@metamask/eslint-config-nodejs": "npm:^12.1.0"
"@metamask/eslint-config-typescript": "npm:^12.1.0"
"@ts-bridge/cli": "npm:^0.1.4"
"@ts-bridge/shims": "npm:^0.1.1"
"@ts-bridge/cli": "npm:^0.5.1"
"@types/jest": "npm:^28.1.6"
"@types/node": "npm:^18.18"
"@typescript-eslint/eslint-plugin": "npm:^5.43.0"
Expand Down Expand Up @@ -1216,30 +1215,27 @@ __metadata:
languageName: node
linkType: hard

"@ts-bridge/cli@npm:^0.1.4":
version: 0.1.4
resolution: "@ts-bridge/cli@npm:0.1.4"
"@ts-bridge/cli@npm:^0.5.1":
version: 0.5.1
resolution: "@ts-bridge/cli@npm:0.5.1"
dependencies:
"@ts-bridge/resolver": "npm:^0.1.2"
chalk: "npm:^5.3.0"
resolve.exports: "npm:^2.0.2"
cjs-module-lexer: "npm:^1.3.1"
yargs: "npm:^17.7.2"
peerDependencies:
"@ts-bridge/shims": ^0.1.1
typescript: ">=4.8.0"
peerDependenciesMeta:
"@ts-bridge/shims":
optional: true
bin:
ts-bridge: ./dist/index.js
tsbridge: ./dist/index.js
checksum: 10/db83db5d283d7341f53f042f115884f514acd1ce6c7e14975b821b39cc4852f3cd6e41790a8cbb2b8615f0e5de77e5bdcec0745935b41267b2af4db031400c84
checksum: 10/691abe737617597c6ec0a296a67eedf47fc93cc2682658970326ad8f5c63376f987ee92502191ed3e81e917515d101bab7ca83f06b3b489449c3b674356cc306
languageName: node
linkType: hard

"@ts-bridge/shims@npm:^0.1.1":
version: 0.1.1
resolution: "@ts-bridge/shims@npm:0.1.1"
checksum: 10/df15df15450f0a6305033655a0afa2458a76362d644eab046d9899b9dc9ba200023144dc8d80040f68cd74f12ba4f2da2ea2c4c950d552ff66688eccd658e2f0
"@ts-bridge/resolver@npm:^0.1.2":
version: 0.1.2
resolution: "@ts-bridge/resolver@npm:0.1.2"
checksum: 10/4126154e0344f4fdf35612f65d4459e993dcf914fe765ce95d8237a6ccb85e092bd31a6d31765cc24c0280a0e243ed2385f8b355d7fb13ba7c36e95e3caf1613
languageName: node
linkType: hard

Expand Down Expand Up @@ -2284,10 +2280,10 @@ __metadata:
languageName: node
linkType: hard

"cjs-module-lexer@npm:^1.0.0":
version: 1.2.2
resolution: "cjs-module-lexer@npm:1.2.2"
checksum: 10/f80f84bfdcc53379cc18e25ea3c0cdb4595c142b8e28df304f5c88f38202e1bccf13e845401593656781f79fb43273e1d402d6187d0eeee8dca5ddecee1dcad4
"cjs-module-lexer@npm:^1.0.0, cjs-module-lexer@npm:^1.3.1":
version: 1.4.1
resolution: "cjs-module-lexer@npm:1.4.1"
checksum: 10/6e830a1e00a34d416949bbc1924f3e8da65cef4a6a09e2b7fa35722e2d1c34bf378d3baca987b698d1cbc3eb83e44b044039b4e82755c96f30e0f03d1d227637
languageName: node
linkType: hard

Expand Down Expand Up @@ -5859,13 +5855,6 @@ __metadata:
languageName: node
linkType: hard

"resolve.exports@npm:^2.0.2":
version: 2.0.2
resolution: "resolve.exports@npm:2.0.2"
checksum: 10/f1cc0b6680f9a7e0345d783e0547f2a5110d8336b3c2a4227231dd007271ffd331fd722df934f017af90bae0373920ca0d4005da6f76cb3176c8ae426370f893
languageName: node
linkType: hard

"resolve@npm:1.22.8, resolve@npm:^1.18.1, resolve@npm:^1.20.0, resolve@npm:^1.22.0, resolve@npm:^1.22.1, resolve@npm:^1.22.4":
version: 1.22.8
resolution: "resolve@npm:1.22.8"
Expand Down