-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps-dev): bump @rollup/plugin-typescript from 11.1.6 to 12.1.2 #5282
chore(deps-dev): bump @rollup/plugin-typescript from 11.1.6 to 12.1.2 #5282
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5282 +/- ##
=======================================
Coverage 96.87% 96.87%
=======================================
Files 30 30
Lines 3358 3358
Branches 1414 1427 +13
=======================================
Hits 3253 3253
+ Misses 105 103 -2
- Partials 0 2 +2 ☔ View full report in Codecov by Sentry. |
532bd63
to
85aff7a
Compare
@dependabot rebase |
Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 11.1.6 to 12.1.2. - [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/typescript-v12.1.2/packages/typescript) --- updated-dependencies: - dependency-name: "@rollup/plugin-typescript" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
85aff7a
to
ad9ec1d
Compare
@balajis-qb I'm trying to clear the queue of open PRs, there's a breaking change here and I don't have time to look into it, would you mind giving this one a go? |
Hi @martijnrusschen, I tried updating the output path from dist/es/index.js to dist/index-es.js and it worked without any issue. Actually we have an open issue reported in If you feel updating output file path for es build from dist/es/index.js to dist/index-es.js wont work, then I think we can use v11.1.6 for now until the issue is fixed. Let me know if I can update the output path. If needed I'll try to figure out any temporary fix without changing the output file path. |
- Updated as @rollup/plugin-typescript v12.1.2 has some issue in parsing the nested directories of declarationDir ("./dist") Related issues rollup/plugins#1813 rollup/plugins#1772
Hi @martijnrusschen, If you feel this wont work, then I think we can use v11.1.6 for now until the issue is fixed. |
🔧 Update the ES output path to be direct child of dist/ dir
Bumps @rollup/plugin-typescript from 11.1.6 to 12.1.2.
Changelog
Sourced from
@rollup/plugin-typescript
's changelog.Commits
3952b73
chore(release): typescript v12.1.2e58d29c
fix(typescript): path validation issue in validatePaths function (#1800)c358dae
chore(release): typescript v12.1.1cc55c44
fix(typescript): allow for files to be nested in folders within outDir (#1783)28b9701
chore(release): typescript v12.1.02c09b57
feat(typescript): add transformers factory. (#1668)5afda37
chore(release): typescript v12.0.0a85b649
fix(typescript)!: correctly resolve filenames of declaration files for `outpu...You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)