rollup-plugin-typescript2
Advanced tools
Comparing version 0.35.0 to 0.36.0
{ | ||
"name": "rollup-plugin-typescript2", | ||
"version": "0.35.0", | ||
"version": "0.36.0", | ||
"description": "Seamless integration between Rollup and TypeScript. Now with errors.", | ||
@@ -29,3 +29,3 @@ "main": "dist/rollup-plugin-typescript2.cjs.js", | ||
"build-self": "rimraf dist/* && rollup -c rollup.config.self.js", | ||
"lint": "tslint -c ./tslint.json src/*.ts __tests__/*.ts ./*.js", | ||
"lint": "eslint .", | ||
"test": "jest", | ||
@@ -39,4 +39,4 @@ "test:watch": "jest --watch", | ||
"fs-extra": "^10.0.0", | ||
"semver": "^7.3.7", | ||
"tslib": "^2.4.0" | ||
"semver": "^7.5.4", | ||
"tslib": "^2.6.2" | ||
}, | ||
@@ -59,5 +59,8 @@ "peerDependencies": { | ||
"@types/semver": "7.3.12", | ||
"@typescript-eslint/eslint-plugin": "^6.7.3", | ||
"@typescript-eslint/parser": "^6.7.3", | ||
"colors": "1.4.0", | ||
"eslint": "^8.50.0", | ||
"graphlib": "2.1.8", | ||
"jest": "^28.0.0", | ||
"jest": "^29.7.0", | ||
"lodash": "4.17.21", | ||
@@ -68,6 +71,5 @@ "object-hash": "3.0.0", | ||
"rollup-plugin-re": "1.0.7", | ||
"rollup-plugin-typescript2": "0.34.0", | ||
"ts-jest": "^28.0.0", | ||
"tslint": "6.1.3", | ||
"typescript": "^4.6.3" | ||
"rollup-plugin-typescript2": "0.35.0", | ||
"ts-jest": "^29.1.1", | ||
"typescript": "^5.1.3" | ||
}, | ||
@@ -74,0 +76,0 @@ "repository": { |
@@ -51,3 +51,2 @@ # rollup-plugin-typescript2 | ||
* `declarationDir`: Rollup's `output.file` or `output.dir` (*unless `useTsconfigDeclarationDir` is true in the plugin options*) | ||
* `moduleResolution`: `node` (*`classic` is [deprecated](https://www.typescriptlang.org/docs/handbook/module-resolution.html). It also breaks this plugin, see [#12](https://github.com/ezolenko/rollup-plugin-typescript2/issues/12) and [#14](https://github.com/ezolenko/rollup-plugin-typescript2/issues/14)*) | ||
* `allowNonTsExtensions`: true to let other plugins on the chain generate typescript; update plugin's `include` filter to pick them up (see [#111](https://github.com/ezolenko/rollup-plugin-typescript2/issues/111)) | ||
@@ -59,2 +58,5 @@ | ||
* `moduleResolution`: defaults to `node10` (same as `node`), but value from tsconfig is used if specified. Other valid (but mostly untested) values are `node16`, `nodenext` and `bundler`. If in doubt, use `node10`. | ||
* `classic` is [deprecated](https://www.typescriptlang.org/docs/handbook/module-resolution.html) and changed to `node10`. It also breaks this plugin, see [#12](https://github.com/ezolenko/rollup-plugin-typescript2/issues/12) and [#14](https://github.com/ezolenko/rollup-plugin-typescript2/issues/14). | ||
### Some options need additional configuration on plugin side | ||
@@ -61,0 +63,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4534840
51529
249
25
Updatedsemver@^7.5.4
Updatedtslib@^2.6.2