Skip to content

Commit

Permalink
deps: Bump @rollup/plugin-typescript from 11.1.6 to 12.1.0 (#1732)
Browse files Browse the repository at this point in the history
Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 11.1.6 to 12.1.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md"><code>@​rollup/plugin-typescript</code>'s changelog</a>.</em></p>
<blockquote>
<h2>v12.1.0</h2>
<p><em>2024-09-22</em></p>
<h3>Features</h3>
<ul>
<li>feat: add transformers factory. (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/typescript/issues/1668">#1668</a>)</li>
</ul>
<h2>v12.0.0</h2>
<p><em>2024-09-22</em></p>
<h3>Breaking Changes</h3>
<ul>
<li>fix!: correctly resolve filenames of declaration files for <code>output.file</code> (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/typescript/issues/1728">#1728</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rollup/plugins/commit/28b970103133709966efea0aec24baa63f85355f"><code>28b9701</code></a> chore(release): typescript v12.1.0</li>
<li><a href="https://github.com/rollup/plugins/commit/2c09b57a32f717e23e2d2c9bacf1be5c556325e5"><code>2c09b57</code></a> feat(typescript): add transformers factory. (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/typescript/issues/1668">#1668</a>)</li>
<li><a href="https://github.com/rollup/plugins/commit/5afda373fd23da898dfcb82063a58136dfa81659"><code>5afda37</code></a> chore(release): typescript v12.0.0</li>
<li><a href="https://github.com/rollup/plugins/commit/a85b6491baf40ca13da3b98cd7df5dff35f6c774"><code>a85b649</code></a> fix(typescript)!: correctly resolve filenames of declaration files for `outpu...</li>
<li>See full diff in <a href="https://github.com/rollup/plugins/commits/typescript-v12.1.0/packages/typescript">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@rollup/plugin-typescript&package-manager=npm_and_yarn&previous-version=11.1.6&new-version=12.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>
  • Loading branch information
dependabot[bot] authored Sep 25, 2024
1 parent 7139320 commit 853c417
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rollup-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@rollup/plugin-replace": "5.0.7",
"@rollup/plugin-typescript": "11.1.6"
"@rollup/plugin-typescript": "12.1.0"
},
"peerDependencies": {
"@rollup/wasm-node": "^4"
Expand Down

0 comments on commit 853c417

Please sign in to comment.