use-location-state
use-location-state copied to clipboard
chore(deps-dev): bump rollup from 2.79.1 to 3.25.3
Bumps rollup from 2.79.1 to 3.25.3.
Release notes
Sourced from rollup's releases.
v3.25.3
3.25.3
2023-06-26
Bug Fixes
- Fix error when inlining dynamic imports that contain unused reexported variables (#5047)
Pull Requests
- #5047: Do not add tree-shaken variables to namespaces when inlining dynamic imports (
@​lukastaegert
)v3.25.2
3.25.2
2023-06-24
Bug Fixes
- Handle plugin errors where
code
is not a string (#5042)- Use current transformed source when generating code frames with positions in transform hooks (#5045)
Pull Requests
- #5038: chore(deps): lock file maintenance minor/patch updates (
@​renovate
[bot])- #5040: Fix typo in index.md (
@​vHeemstra
)- #5042: fix: a plugin error can contains numeric code (
@​TrickyPi
)- #5045: Fix
this.error
withpos
intransform
hook (@​sapphi-red
)- #5046: chore(deps): update dependency locate-character to v3 (
@​renovate
[bot])v3.25.1
3.25.1
2023-06-12
Bug Fixes
- Respect
__NO_SIDE_EFFECTS__
for async functions (#5031)Pull Requests
v3.25.0
3.25.0
2023-06-11
Features
... (truncated)
Changelog
Sourced from rollup's changelog.
3.25.3
2023-06-26
Bug Fixes
- Fix error when inlining dynamic imports that contain unused reexported variables (#5047)
Pull Requests
- #5047: Do not add tree-shaken variables to namespaces when inlining dynamic imports (
@​lukastaegert
)3.25.2
2023-06-24
Bug Fixes
- Handle plugin errors where
code
is not a string (#5042)- Use current transformed source when generating code frames with positions in transform hooks (#5045)
Pull Requests
- #5038: chore(deps): lock file maintenance minor/patch updates (
@​renovate
[bot])- #5040: Fix typo in index.md (
@​vHeemstra
)- #5042: fix: a plugin error can contains numeric code (
@​TrickyPi
)- #5045: Fix
this.error
withpos
intransform
hook (@​sapphi-red
)- #5046: chore(deps): update dependency locate-character to v3 (
@​renovate
[bot])3.25.1
2023-06-12
Bug Fixes
- Respect
__NO_SIDE_EFFECTS__
for async functions (#5031)Pull Requests
3.25.0
2023-06-11
Features
... (truncated)
Commits
ce45350
3.25.383d21a4
Do not add tree-shaken variables to namespaces when inlining dynamic imports ...7ed978f
3.25.291bf079
chore(deps): update dependency locate-character to v3 (#5046)978069a
Fixthis.error
withpos
intransform
hook (#5045)463b31d
fix: a plugin error can contains numeric code (#5042)a30161f
chore(deps): lock file maintenance minor/patch updates (#5038)833314c
Fix typo in index.md (#5040)63b7125
3.25.1b1341bf
fix:__NO_SIDE_EFFECTS__
annotation for async function (#5031)- Additional commits viewable in compare view
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 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 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)