Skip to content

Commit

Permalink
chore(deps-dev): update development dependencies (#980)
Browse files Browse the repository at this point in the history
* chore(deps-dev): update development dependencies

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Fix lint errors

Signed-off-by: Andrew Haines <[email protected]>

* Update transitive dependencies

Signed-off-by: Andrew Haines <[email protected]>

---------

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Andrew Haines <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Andrew Haines <[email protected]>
  • Loading branch information
renovate[bot] and haines committed Jul 22, 2024
1 parent 3e9b476 commit 13b60da
Show file tree
Hide file tree
Showing 6 changed files with 327 additions and 320 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.4.1
22.5.1
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"packageManager": "[email protected]",
"engines": {
"node": "22.4.1",
"node": "22.5.1",
"pnpm": "9.5.0"
},
"scripts": {
Expand Down Expand Up @@ -51,21 +51,21 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.3",
"@microsoft/api-documenter": "7.25.4",
"@microsoft/api-extractor": "7.47.0",
"@microsoft/api-documenter": "7.25.7",
"@microsoft/api-extractor": "7.47.2",
"@tsconfig/node18": "18.2.4",
"@tsconfig/strictest": "2.0.5",
"@types/node": "18.19.39",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"@types/node": "18.19.41",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"concurrently": "8.2.2",
"depcheck": "1.4.7",
"eslint": "8.57.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-tsdoc": "0.3.0",
"prettier": "3.3.2",
"prettier": "3.3.3",
"prettier-plugin-pkg": "0.18.1",
"ts-proto": "1.181.0",
"ts-proto": "1.181.1",
"tsx": "4.16.2",
"typescript": "5.5.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/embedded/src/bundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class Bundle {

const etag =
source instanceof Response
? source.headers.get("ETag") ?? undefined
? (source.headers.get("ETag") ?? undefined)
: undefined;

const exports = await instantiate(source, {
Expand Down
Loading

0 comments on commit 13b60da

Please sign in to comment.