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

Upgrade to TypeScript 4.6 #811

Merged
merged 15 commits into from
Mar 23, 2022
Merged
7 changes: 7 additions & 0 deletions .changeset/brown-experts-tease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"skuba": minor
---

deps: TypeScript 4.6

This major release includes breaking changes. See the [TypeScript 4.5](https://devblogs.microsoft.com/typescript/announcing-typescript-4-5/) and [TypeScript 4.6](https://devblogs.microsoft.com/typescript/announcing-typescript-4-6/) announcements for more information.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"ts-node-dev": "^2.0.0-0",
"tsconfig-paths": "^3.11.0",
"tsconfig-seek": "1.0.2",
"typescript": "~4.4.4"
"typescript": "~4.6.2"
},
"description": "SEEK development toolkit for backend applications and packages",
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions src/cli/configure/processing/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const createImportFromExpression = (
factory.createNamedImports(
importNames.map((importName) =>
factory.createImportSpecifier(
false,
undefined,
factory.createIdentifier(importName),
),
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8009,10 +8009,10 @@ typedarray-to-buffer@^3.1.5:
dependencies:
is-typedarray "^1.0.0"

typescript@~4.4.4:
version "4.4.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
typescript@~4.6.2:
version "4.6.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4"
integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==

uglify-js@^3.1.4:
version "3.15.2"
Expand Down