xstate-component-tree
xstate-component-tree copied to clipboard
chore(deps-dev): bump rollup from 4.12.0 to 4.17.2
Bumps rollup from 4.12.0 to 4.17.2.
Release notes
Sourced from rollup's releases.
v4.17.2
4.17.2
2024-04-30
Bug Fixes
- Fix tree-shaking problems when using spread arguments (#5503)
Pull Requests
- #5501: Slightly improve perf report (
@lukastaegert)- #5503: fix: rest element should deoptimize parameter values (
@liuly0322)v4.17.1
4.17.1
2024-04-29
Bug Fixes
- Prevent infinite recursions for certain constructor invocations (#5500)
Pull Requests
- #5500: fix: parameter variable infinite recursion error (
@liuly0322)v4.17.0
4.17.0
2024-04-27
Features
- Track function call arguments to optimize functions only called once or with the same literal values (re-release from 4.16.0) (#5483)
Bug Fixes
- Reduce browser WASM size to a fraction by changing optimization settings (#5494)
Pull Requests
- #5483: feature(fix): function parameter tracking (
@liuly0322)- #5488: Report performance in CI (
@TrickyPi)- #5489: Create FUNDING.json (
@BenJam)- #5492: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5493: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5494: Use opt-level=z for browser wasm (
@sapphi-red)v4.16.4
... (truncated)
Changelog
Sourced from rollup's changelog.
4.17.2
2024-04-30
Bug Fixes
- Fix tree-shaking problems when using spread arguments (#5503)
Pull Requests
- #5501: Slightly improve perf report (
@lukastaegert)- #5503: fix: rest element should deoptimize parameter values (
@liuly0322)4.17.1
2024-04-29
Bug Fixes
- Prevent infinite recursions for certain constructor invocations (#5500)
Pull Requests
- #5500: fix: parameter variable infinite recursion error (
@liuly0322)4.17.0
2024-04-27
Features
- Track function call arguments to optimize functions only called once or with the same literal values (re-release from 4.16.0) (#5483)
Bug Fixes
- Reduce browser WASM size to a fraction by changing optimization settings (#5494)
Pull Requests
- #5483: feature(fix): function parameter tracking (
@liuly0322)- #5488: Report performance in CI (
@TrickyPi)- #5489: Create FUNDING.json (
@BenJam)- #5492: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5493: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5494: Use opt-level=z for browser wasm (
@sapphi-red)4.16.4
2024-04-23
... (truncated)
Commits
5e955a14.17.289620aafix: rest element should deoptimize parameter values (#5503)f39b24fSlightly improve perf report (#5501)dbf0a2e4.17.1571929ffix: parameter variable infinite recursion error (#5500)91352494.17.08b30a5bExplicitly specify both Mac targets as runners switched arch82ec9b4Report performance in CI (#5488)db19272Use opt-level=z for browser wasm (#5494)d98e59dfeature(fix): function parameter tracking (#5483)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
⚠️ No Changeset found
Latest commit: d0b4c1bf33f492fc2dd55349147e9ffcc119e4f7
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Superseded by #193.