Skip to content

Commit 31550db

Browse files
chore: bump typescript from 5.2.2 to 5.4.3 (#2355)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.4.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.2.2...v5.4.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a3c5ca9 commit 31550db

File tree

44 files changed

+130
-125
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+130
-125
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"prettier": "^3.2",
4545
"tsup": "^8.0.1",
4646
"turbo": "^1.13.0",
47-
"typescript": "^5.2.2"
47+
"typescript": "^5.4.3"
4848
},
4949
"engines": {
5050
"node": ">=14.0.0"

packages/accounts/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"display": "@solana/accounts",
4-
"extends": "@solana/tsconfig/base.json",
4+
"extends": "../tsconfig/base.json",
55
"include": ["src"]
66
}

packages/addresses/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"lib": ["DOM", "ES2015", "ES2019.Array", "ES2020.BigInt", "ES2022.Error"]
55
},
66
"display": "@solana/addresses",
7-
"extends": "@solana/tsconfig/base.json",
7+
"extends": "../tsconfig/base.json",
88
"include": ["src"]
99
}

packages/assertions/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"display": "@solana/addresses",
4-
"extends": "@solana/tsconfig/base.json",
4+
"extends": "../tsconfig/base.json",
55
"include": ["src"],
66
"compilerOptions": {
77
"lib": ["DOM", "ES2015"]
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"compilerOptions": {
4-
"types": [
5-
"node"
6-
]
4+
"types": ["node"]
75
},
86
"display": "Build Scripts",
9-
"extends": "@solana/tsconfig/base.json"
10-
}
7+
"extends": "../tsconfig/base.json"
8+
}

packages/codecs-core/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"display": "@solana/codecs-core",
4-
"extends": "@solana/tsconfig/base.json",
4+
"extends": "../tsconfig/base.json",
55
"include": ["src"],
66
"compilerOptions": {
77
"lib": ["DOM", "ES2020", "ES2022.Error"]

packages/codecs-data-structures/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"display": "@solana/codecs-data-structures",
4-
"extends": "@solana/tsconfig/base.json",
4+
"extends": "../tsconfig/base.json",
55
"include": ["src"],
66
"compilerOptions": {
77
"lib": ["DOM", "ES2019", "ES2022.Error"]

packages/codecs-numbers/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"display": "@solana/codecs-numbers",
4-
"extends": "@solana/tsconfig/base.json",
4+
"extends": "../tsconfig/base.json",
55
"include": ["src"],
66
"compilerOptions": {
77
"lib": ["DOM", "ES2015", "ES2017.String", "ES2020.BigInt", "ES2022.Error"]

packages/codecs-strings/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"lib": ["DOM", "ES2020", "ES2020.BigInt", "ES2022.Error"]
55
},
66
"display": "@solana/codecs-strings",
7-
"extends": "@solana/tsconfig/base.json",
7+
"extends": "../tsconfig/base.json",
88
"include": ["src"]
99
}

packages/codecs/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"display": "@solana/codecs",
4-
"extends": "@solana/tsconfig/base.json",
4+
"extends": "../tsconfig/base.json",
55
"include": ["src"]
66
}

0 commit comments

Comments
 (0)