Skip to content

Commit

Permalink
Bump @rollup/plugin-alias from 4.0.3 to 5.0.0 (#305)
Browse files Browse the repository at this point in the history
Bumps
[@rollup/plugin-alias](https://github.com/rollup/plugins/tree/HEAD/packages/alias)
from 4.0.3 to 5.0.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rollup/plugins/blob/master/packages/alias/CHANGELOG.md"><code>@​rollup/plugin-alias</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>v5.0.0</h2>
<p><em>2023-04-04</em></p>
<h3>Breaking Changes</h3>
<ul>
<li>feat: resolve entry id <a
href="https://redirect.github.com/rollup/plugins/pull/1402">#1402</a></li>
</ul>
<h2>v4.0.4</h2>
<p><em>2023-04-04</em></p>
<h3>Updates</h3>
<ul>
<li>docs: fix README esm error <a
href="https://redirect.github.com/rollup/plugins/pull/1451">#1451</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/rollup/plugins/commits/url-v5.0.0/packages/alias">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@rollup/plugin-alias&package-manager=npm_and_yarn&previous-version=4.0.3&new-version=5.0.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 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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 7, 2023
1 parent 558911f commit d325c85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.21.0",
"@rollup/plugin-alias": "^4.0.3",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1523,7 +1523,7 @@ __metadata:
"@babel/preset-typescript": ^7.21.0
"@kusto/language-service": 0.0.128
"@kusto/language-service-next": 0.0.151
"@rollup/plugin-alias": ^4.0.3
"@rollup/plugin-alias": ^5.0.0
"@rollup/plugin-babel": ^6.0.3
"@rollup/plugin-commonjs": ^24.0.1
"@rollup/plugin-node-resolve": ^15.0.1
Expand Down Expand Up @@ -2398,17 +2398,17 @@ __metadata:
languageName: node
linkType: hard

"@rollup/plugin-alias@npm:^4.0.3":
version: 4.0.3
resolution: "@rollup/plugin-alias@npm:4.0.3"
"@rollup/plugin-alias@npm:^5.0.0":
version: 5.0.0
resolution: "@rollup/plugin-alias@npm:5.0.0"
dependencies:
slash: ^4.0.0
peerDependencies:
rollup: ^1.20.0||^2.0.0||^3.0.0
peerDependenciesMeta:
rollup:
optional: true
checksum: 3efabf35bfe2a40722609397328513dcb72ed4e2d1e35082cd1c60b231af9041214285b3e74d8702e0f00e214ee5ef3022fbc442a1beb8d1b641e85cf2b10cbf
checksum: 2810bdbcaa61381998858379e353d573f266f952d7f6974366336ae0587acfdee12b992fe25c9b740f14e25092d6bf73b04bcbf71fc543d76d1a214547bc27c9
languageName: node
linkType: hard

Expand Down

0 comments on commit d325c85

Please sign in to comment.