chore(deps): bump rollup from 4.34.2 to 4.44.0
Bumps rollup from 4.34.2 to 4.44.0.
Release notes
Sourced from rollup's releases.
v4.44.0
4.44.0
2025-06-19
Features
- Remove limit on
maxParallelFileOpsas this could break watch mode with the commonjs plugin (#5986)Bug Fixes
- Provide better source mappings when coarse intermediate maps are used (#5985)
Pull Requests
- #5984: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #5985: Improve approximation of coarse sourcemap segments (
@TrickyPi)- #5986: Remove limit on max parallel file ops (
@lukastaegert)v4.43.0
4.43.0
2025-06-11
Features
- Provide new
fsoption andthis.fsAPI to replace file system (#5944)Pull Requests
- #5944: feat(options): Add an option for overriding the file system module in the JS API (
@EggDice,@lukastaegert)v4.42.0
4.42.0
2025-06-06
Features
- Add option to allow the input to be located in the output in watch mode (#5966)
Pull Requests
- #5966: feat: watch mode add
allowInputInsideOutputPathoption (@btea,@lukastaegert)v4.41.2
4.41.2
2025-06-06
... (truncated)
Changelog
Sourced from rollup's changelog.
4.44.0
2025-06-19
Features
- Remove limit on
maxParallelFileOpsas this could break watch mode with the commonjs plugin (#5986)Bug Fixes
- Provide better source mappings when coarse intermediate maps are used (#5985)
Pull Requests
- #5984: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #5985: Improve approximation of coarse sourcemap segments (
@TrickyPi)- #5986: Remove limit on max parallel file ops (
@lukastaegert)4.43.0
2025-06-11
Features
- Provide new
fsoption andthis.fsAPI to replace file system (#5944)Pull Requests
- #5944: feat(options): Add an option for overriding the file system module in the JS API (
@EggDice,@lukastaegert)4.42.0
2025-06-06
Features
- Add option to allow the input to be located in the output in watch mode (#5966)
Pull Requests
- #5966: feat: watch mode add
allowInputInsideOutputPathoption (@btea,@lukastaegert)4.41.2
2025-06-06
Bug Fixes
... (truncated)
Commits
fa4b2844.44.00b3e6bfRemove limit on max parallel file ops (#5986)95b53eeImprove approximation of coarse sourcemap segments (#5985)5dcce11fix(deps): lock file maintenance minor/patch updates (#5984)72858cb4.43.0eeca11afeat(options): Add an option for overriding the file system module in the JS ...f7633944.42.0dddc00dfeat: watch mode addallowInputInsideOutputPathoption (#5966)13b46694.41.2149d94cDebug/fix watch pipeline (#5982)- 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: 44ab058f05982e6886685983d039aa5a8e6686e4
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 #2968.