Skip to content

Commit

Permalink
Merge pull request #1050 from nicoespeon/dependabot/npm_and_yarn/type…
Browse files Browse the repository at this point in the history
…script-5.5.4

Bump typescript from 5.3.3 to 5.5.4
  • Loading branch information
nicoespeon authored Aug 14, 2024
2 parents 8391eae + deafa90 commit a18046c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"pretty-quick": "4.0.0",
"sinon": "18.0.0",
"tsup": "8.1.0",
"typescript": "5.3.3",
"typescript": "5.5.4",
"vsce": "2.15.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/ast/scope.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export function selectableReferencesInScope(

return referencePaths
.filter((path) => t.isIdentifier(path))
.filter(isSelectablePath);
.filter((path) => isSelectablePath(path));
}

export function referencesInScope(
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3333,7 +3333,7 @@ __metadata:
sinon: "npm:18.0.0"
ts-pattern: "npm:5.2.0"
tsup: "npm:8.1.0"
typescript: "npm:5.3.3"
typescript: "npm:5.5.4"
vsce: "npm:2.15.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -11053,23 +11053,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.3.3":
version: 5.3.3
resolution: "typescript@npm:5.3.3"
"typescript@npm:5.5.4":
version: 5.5.4
resolution: "typescript@npm:5.5.4"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/e33cef99d82573624fc0f854a2980322714986bc35b9cb4d1ce736ed182aeab78e2cb32b385efa493b2a976ef52c53e20d6c6918312353a91850e2b76f1ea44f
checksum: 10c0/422be60f89e661eab29ac488c974b6cc0a660fb2228003b297c3d10c32c90f3bcffc1009b43876a082515a3c376b1eefcce823d6e78982e6878408b9a923199c
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.3.3#optional!builtin<compat/typescript>":
version: 5.3.3
resolution: "typescript@patch:typescript@npm%3A5.3.3#optional!builtin<compat/typescript>::version=5.3.3&hash=e012d7"
"typescript@patch:typescript@npm%3A5.5.4#optional!builtin<compat/typescript>":
version: 5.5.4
resolution: "typescript@patch:typescript@npm%3A5.5.4#optional!builtin<compat/typescript>::version=5.5.4&hash=379a07"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/1d0a5f4ce496c42caa9a30e659c467c5686eae15d54b027ee7866744952547f1be1262f2d40de911618c242b510029d51d43ff605dba8fb740ec85ca2d3f9500
checksum: 10c0/73409d7b9196a5a1217b3aaad929bf76294d3ce7d6e9766dd880ece296ee91cf7d7db6b16c6c6c630ee5096eccde726c0ef17c7dfa52b01a243e57ae1f09ef07
languageName: node
linkType: hard

Expand Down

0 comments on commit a18046c

Please sign in to comment.