Skip to content

Commit 514285a

Browse files
author
Release Workflow
committed
chore(release): typescript v8.4.0
1 parent a21db7d commit 514285a

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

packages/typescript/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @rollup/plugin-typescript ChangeLog
22

3+
## v8.4.0
4+
5+
_2022-08-23_
6+
7+
### Features
8+
9+
- feat: allow override of forced `noEmit` and `emitDeclarationOnly` compiler options (#1242)
10+
311
## v8.3.4
412

513
_2022-07-28_

packages/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rollup/plugin-typescript",
3-
"version": "8.3.4",
3+
"version": "8.4.0",
44
"publishConfig": {
55
"access": "public"
66
},

packages/typescript/test/fixtures/incremental-single/tsconfig.tsbuildinfo

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -391,11 +391,6 @@
391391
"signature": "ef91066d2057cca50511e3af2d4aa54e07913a15f9cee1748f256139318eb413",
392392
"affectsGlobalScope": false
393393
},
394-
"../../../../../node_modules/.pnpm/@[email protected]/node_modules/@babel/types/lib/index.d.ts": {
395-
"version": "a17ba25a194979a88bfd925e849d76b63f68c4160b69a99c5d723eac5ffddaf0",
396-
"signature": "a17ba25a194979a88bfd925e849d76b63f68c4160b69a99c5d723eac5ffddaf0",
397-
"affectsGlobalScope": false
398-
},
399394
"../../../../../node_modules/.pnpm/@[email protected]/node_modules/@babel/parser/typings/babel-parser.d.ts": {
400395
"version": "8678956904af215fe917b2df07b6c54f876fa64eb1f8a158e4ff38404cef3ff4",
401396
"signature": "8678956904af215fe917b2df07b6c54f876fa64eb1f8a158e4ff38404cef3ff4",
@@ -757,7 +752,7 @@
757752
},
758753
"referencedMap": {
759754
"../../../../../node_modules/.pnpm/@[email protected]/node_modules/@babel/parser/typings/babel-parser.d.ts": [
760-
"../../../../../node_modules/.pnpm/@babel+types@7.14.5/node_modules/@babel/types/lib/index.d.ts"
755+
"../../../../../node_modules/.pnpm/@babel+types@7.12.1/node_modules/@babel/types/lib/index.d.ts"
761756
],
762757
"../../../../../node_modules/.pnpm/@[email protected]/node_modules/@types/babel__core/index.d.ts": [
763758
"../../../../../node_modules/.pnpm/@[email protected]/node_modules/@babel/parser/typings/babel-parser.d.ts",
@@ -1159,7 +1154,7 @@
11591154
},
11601155
"exportedModulesMap": {
11611156
"../../../../../node_modules/.pnpm/@[email protected]/node_modules/@babel/parser/typings/babel-parser.d.ts": [
1162-
"../../../../../node_modules/.pnpm/@babel+types@7.14.5/node_modules/@babel/types/lib/index.d.ts"
1157+
"../../../../../node_modules/.pnpm/@babel+types@7.12.1/node_modules/@babel/types/lib/index.d.ts"
11631158
],
11641159
"../../../../../node_modules/.pnpm/@[email protected]/node_modules/@types/babel__core/index.d.ts": [
11651160
"../../../../../node_modules/.pnpm/@[email protected]/node_modules/@babel/parser/typings/babel-parser.d.ts",
@@ -1562,7 +1557,6 @@
15621557
"semanticDiagnosticsPerFile": [
15631558
"../../../../../node_modules/.pnpm/@[email protected]/node_modules/@babel/parser/typings/babel-parser.d.ts",
15641559
"../../../../../node_modules/.pnpm/@[email protected]/node_modules/@babel/types/lib/index.d.ts",
1565-
"../../../../../node_modules/.pnpm/@[email protected]/node_modules/@babel/types/lib/index.d.ts",
15661560
"../../../../../node_modules/.pnpm/@[email protected]/node_modules/@types/babel__core/index.d.ts",
15671561
"../../../../../node_modules/.pnpm/@[email protected]/node_modules/@types/babel__generator/index.d.ts",
15681562
"../../../../../node_modules/.pnpm/@[email protected]/node_modules/@types/babel__template/index.d.ts",

0 commit comments

Comments
 (0)