Skip to content

Commit 43226a5

Browse files
chore(deps-dev): bump @rollup/plugin-typescript from 11.1.6 to 12.1.2 (#890)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: marco.schaefer <[email protected]>
1 parent 78c31aa commit 43226a5

File tree

11 files changed

+94
-6
lines changed

11 files changed

+94
-6
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"extends": "../../tsconfig.base.esm.json",
3+
"compilerOptions": {
4+
"declarationDir": "./dist/bundle/types",
5+
"outDir": "./dist/bundle",
6+
"rootDir": "./src",
7+
"tsBuildInfoFile": "../../.cache/tsc/core.esm.tsbuildinfo"
8+
},
9+
"include": ["./src"],
10+
"exclude": ["./**/*.test.ts"]
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"extends": "../../tsconfig.base.esm.json",
3+
"compilerOptions": {
4+
"declarationDir": "./dist/bundle/types",
5+
"outDir": "./dist/bundle",
6+
"rootDir": "./src",
7+
"tsBuildInfoFile": "../../.cache/tsc/core.esm.tsbuildinfo"
8+
},
9+
"include": ["./src"],
10+
"exclude": ["./**/*.test.ts"]
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"extends": "../../tsconfig.base.esm.json",
3+
"compilerOptions": {
4+
"declarationDir": "./dist/bundle/types",
5+
"outDir": "./dist/bundle",
6+
"rootDir": "./src",
7+
"tsBuildInfoFile": "../../.cache/tsc/core.esm.tsbuildinfo"
8+
},
9+
"include": ["./src"],
10+
"exclude": ["./**/*.test.ts"]
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"extends": "../../tsconfig.base.esm.json",
3+
"compilerOptions": {
4+
"declarationDir": "./dist/bundle/types",
5+
"outDir": "./dist/bundle",
6+
"rootDir": "./src",
7+
"tsBuildInfoFile": "../../.cache/tsc/core.esm.tsbuildinfo"
8+
},
9+
"include": ["./src"],
10+
"exclude": ["./**/*.test.ts"]
11+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@rollup/plugin-commonjs": "^28.0.2",
6161
"@rollup/plugin-node-resolve": "^16.0.0",
6262
"@rollup/plugin-terser": "^0.4.4",
63-
"@rollup/plugin-typescript": "^11.0.0",
63+
"@rollup/plugin-typescript": "^12.1.2",
6464
"@stylistic/eslint-plugin-ts": "^3.0.0",
6565
"@types/jest": "^29.2.5",
6666
"@typescript-eslint/eslint-plugin": "^5.48.2",

packages/core/tsconfig.bundle.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"extends": "../../tsconfig.base.esm.json",
3+
"compilerOptions": {
4+
"declarationDir": "./dist/bundle/types",
5+
"outDir": "./dist/bundle",
6+
"rootDir": "./src",
7+
"tsBuildInfoFile": "../../.cache/tsc/core.esm.tsbuildinfo"
8+
},
9+
"include": ["./src"],
10+
"exclude": ["./**/*.test.ts"]
11+
}

packages/react/tsconfig.bundle.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"extends": "../../tsconfig.base.esm.json",
3+
"compilerOptions": {
4+
"declarationDir": "./dist/bundle/types",
5+
"outDir": "./dist/bundle",
6+
"rootDir": "./src",
7+
"tsBuildInfoFile": "../../.cache/tsc/core.esm.tsbuildinfo"
8+
},
9+
"include": ["./src"],
10+
"exclude": ["./**/*.test.ts"]
11+
}

packages/web-sdk/tsconfig.bundle.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"extends": "../../tsconfig.base.esm.json",
3+
"compilerOptions": {
4+
"declarationDir": "./dist/bundle/types",
5+
"outDir": "./dist/bundle",
6+
"rootDir": "./src",
7+
"tsBuildInfoFile": "../../.cache/tsc/core.esm.tsbuildinfo"
8+
},
9+
"include": ["./src"],
10+
"exclude": ["./**/*.test.ts"]
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"extends": "../../tsconfig.base.esm.json",
3+
"compilerOptions": {
4+
"declarationDir": "./dist/bundle/types",
5+
"outDir": "./dist/bundle",
6+
"rootDir": "./src",
7+
"tsBuildInfoFile": "../../.cache/tsc/core.esm.tsbuildinfo"
8+
},
9+
"include": ["./src"],
10+
"exclude": ["./**/*.test.ts"]
11+
}

rollup.config.base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ exports.getRollupConfigBase = (moduleName) => {
8888
inlineSources: false,
8989
outputToFilesystem: true,
9090
sourceMap: false,
91-
tsconfig: './tsconfig.esm.json',
91+
tsconfig: './tsconfig.bundle.json',
9292
}),
9393
terser(),
9494
],

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2022,10 +2022,10 @@
20222022
smob "^1.0.0"
20232023
terser "^5.17.4"
20242024

2025-
"@rollup/plugin-typescript@^11.0.0":
2026-
version "11.1.6"
2027-
resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-11.1.6.tgz#724237d5ec12609ec01429f619d2a3e7d4d1b22b"
2028-
integrity sha512-R92yOmIACgYdJ7dJ97p4K69I8gg6IEHt8M7dUBxN3W6nrO8uUxX5ixl0yU/N3aZTi8WhPuICvOHXQvF6FaykAA==
2025+
"@rollup/plugin-typescript@^12.1.2":
2026+
version "12.1.2"
2027+
resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-12.1.2.tgz#ebaeec2e7376faa889030ccd7cb485a649e63118"
2028+
integrity sha512-cdtSp154H5sv637uMr1a8OTWB0L1SWDSm1rDGiyfcGcvQ6cuTs4MDk2BVEBGysUWago4OJN4EQZqOTl/QY3Jgg==
20292029
dependencies:
20302030
"@rollup/pluginutils" "^5.1.0"
20312031
resolve "^1.22.1"

0 commit comments

Comments
 (0)