Skip to content

Commit 790e467

Browse files
authored
chore(deps): pin typescript version (#4627)
1 parent 849d5ca commit 790e467

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

.github/dependabot.yml

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ updates:
77
directory: '/' # Location of package manifests
88
schedule:
99
interval: 'weekly'
10+
ignore:
11+
# As a library, we want to avoid bumping TypeScript, so that we don't accidentally use
12+
# language features from a version newer than our downstream users have installed
13+
- dependency-name: typescript
1014
groups:
1115
babel:
1216
patterns:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"rollup": "^4.24.0",
7373
"terser": "^5.34.1",
7474
"tslib": "^2.7.0",
75-
"typescript": "5.6.2",
75+
"typescript": "5.4.5",
7676
"typescript-eslint": "^8.8.0",
7777
"vitest": "^2.1.2"
7878
},

yarn.lock

+6-4
Original file line numberDiff line numberDiff line change
@@ -2247,9 +2247,11 @@
22472247

22482248
"@lwc/eslint-plugin-lwc-internal@link:./scripts/eslint-plugin":
22492249
version "0.0.0"
2250+
uid ""
22502251

22512252
"@lwc/test-utils-lwc-internals@link:./scripts/test-utils":
22522253
version "0.0.0"
2254+
uid ""
22532255

22542256
"@napi-rs/[email protected]", "@napi-rs/wasm-runtime@^0.2.4":
22552257
version "0.2.4"
@@ -12551,10 +12553,10 @@ typescript-eslint@^8.8.0:
1255112553
"@typescript-eslint/parser" "8.8.0"
1255212554
"@typescript-eslint/utils" "8.8.0"
1255312555

12554-
typescript@5.6.2:
12555-
version "5.6.2"
12556-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0"
12557-
integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==
12556+
typescript@5.4.5:
12557+
version "5.4.5"
12558+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
12559+
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
1255812560

1255912561
typical@^4.0.0:
1256012562
version "4.0.0"

0 commit comments

Comments
 (0)