Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

chore(deps): update dependency rollup to v3.9.0 #385

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 31, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rollup (source) 3.2.3 -> 3.9.0 age adoption passing confidence

Release Notes

rollup/rollup

v3.9.0

Compare Source

2022-12-28

Features
  • Support ES2022 arbitrary module namespace identifiers (#​4770)
  • Add optional version property to plugin type (#​4771)
Pull Requests

v3.8.1

Compare Source

2022-12-23

Bug Fixes
  • Reduce memory footprint when explicitly passing cache: false (#​4762)
  • Fix a crash when preserving modules and reexporting namespaces (#​4766)
Pull Requests

v3.8.0

Compare Source

2022-12-22

Features
  • Deduplicate ESM exports and reexports when preserving modules (#​4759)
Bug Fixes
  • Handle files that are emitted as a side effect of the manualChunks option (#​4759)
Pull Requests

v3.7.5

Compare Source

2022-12-17

Bug Fixes
  • Avoid name shadowing when default exporting a class that matches the name of another class (#​4756)
  • Do not display the error message both in a separate line and in the stack trace in rollup CLI (#​4749)
  • Make type of RollupWarning.cause compatible with Error.cause (#​4757)
  • Do not swallow side effects when interacting with modules namespaces nested in another object (#​4758)
Pull Requests

v3.7.4

Compare Source

2022-12-13

Bug Fixes
  • Do not remove calls to .exec and .test for included stateful regular expressions (#​4742)
Pull Requests

v3.7.3

Compare Source

2022-12-11

Bug Fixes
  • Ensure this.getFileName no longer returns a placeholder as soon as hash placeholders have been resolved (#​4747)
Pull Requests

v3.7.2

Compare Source

2022-12-10

Bug Fixes
  • Improve chunk generation performance when one module is dynamically imported by many other modules (#​4736)
Pull Requests

v3.7.1

Compare Source

2022-12-09

Bug Fixes
Pull Requests

v3.7.0

Compare Source

2022-12-08

Features
  • Do not treat .test and .exec on regular expressions as side effects (#​4737)
Pull Requests

v3.6.0

Compare Source

2022-12-05

Features
  • extend this.getModuleInfo with information about exports (#​4731)
Pull Requests

v3.5.1

Compare Source

2022-12-01

Bug Fixes
  • Accept functions returning a config in defineConfig (#​4728)
Pull Requests
  • #​4728: Overload defineConfig to accept a RollupOptionsFunction parameter (@​Septh)

v3.5.0

Compare Source

2022-11-27

Features
  • Add treeshake.manualPureFunctions to override static analysis for explicit function names (#​4718)
Bug Fixes
  • Do not throw when a plugin uses this.load without awaiting its result (#​4725)
Pull Requests

v3.4.0

Compare Source

2022-11-22

Features
  • Do not keep unused Object.freeze calls on object literals (#​4720)
Pull Requests

v3.3.0

Compare Source

2022-11-12

Features
  • Add "experimentalMinChunkSize" option to merge smaller chunks into larger ones (#​4705)
  • Automatically deduplicate assets again when the source is a Buffer (#​4712)
  • Deduplicate Buffer with string assets (#​4712)
Bug Fixes
  • Support plugins with object hooks when using perf: true (#​4707)
Pull Requests

v3.2.5

Compare Source

2022-11-01

Bug Fixes
  • We deconflicting classes, ensure the original class name still does not shadow variables (#​4697)
Pull Requests

v3.2.4

Compare Source

2022-10-31

Bug Fixes
  • Always use forward slashes in chunk ids when preserving modules, even on Windows (#​4693)
  • Escape problematic characters in ids when rewriting import.meta.url (#​4693)
Pull Requests

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Oct 31, 2022

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 6a76831
Status: ✅  Deploy successful!
Preview URL: https://e9469078.2022-hp.pages.dev
Branch Preview URL: https://renovate-rollup-3-x.2022-hp.pages.dev

View logs

@github-actions
Copy link

@renovate renovate bot changed the title Update dependency rollup to v3.2.4 Update dependency rollup to v3.2.5 Nov 1, 2022
@github-actions
Copy link

github-actions bot commented Nov 1, 2022

@renovate renovate bot changed the title Update dependency rollup to v3.2.5 Update dependency rollup to v3.3.0 Nov 12, 2022
@github-actions
Copy link

@renovate renovate bot changed the title Update dependency rollup to v3.3.0 Update dependency rollup to v3.4.0 Nov 22, 2022
@github-actions
Copy link

@renovate renovate bot changed the title Update dependency rollup to v3.4.0 Update dependency rollup to v3.5.0 Nov 27, 2022
@github-actions
Copy link

@renovate renovate bot changed the title Update dependency rollup to v3.5.0 Update dependency rollup to v3.5.1 Dec 1, 2022
@github-actions
Copy link

github-actions bot commented Dec 1, 2022

@renovate renovate bot changed the title Update dependency rollup to v3.5.1 Update dependency rollup to v3.6.0 Dec 5, 2022
@github-actions
Copy link

github-actions bot commented Dec 5, 2022

@renovate renovate bot changed the title Update dependency rollup to v3.6.0 Update dependency rollup to v3.7.0 Dec 8, 2022
@github-actions
Copy link

github-actions bot commented Dec 8, 2022

❌ failed...

Open the report at https://storage.googleapis.com/lighthouse-infrastructure.appspot.com/reports/1670478596533-955.report.html

auditProperty actual expected level
performance 0.81 0.9 ❌ error

@renovate renovate bot changed the title Update dependency rollup to v3.7.0 Update dependency rollup to v3.7.1 Dec 9, 2022
@github-actions
Copy link

github-actions bot commented Dec 9, 2022

@renovate renovate bot changed the title Update dependency rollup to v3.7.1 Update dependency rollup to v3.7.2 Dec 10, 2022
@github-actions
Copy link

@renovate renovate bot changed the title Update dependency rollup to v3.7.2 Update dependency rollup to v3.7.3 Dec 11, 2022
@github-actions
Copy link

@renovate renovate bot changed the title Update dependency rollup to v3.7.3 Update dependency rollup to v3.7.4 Dec 13, 2022
@github-actions
Copy link

@renovate renovate bot changed the title Update dependency rollup to v3.7.4 Update dependency rollup to v3.7.5 Dec 17, 2022
@github-actions
Copy link

@renovate renovate bot changed the title Update dependency rollup to v3.7.5 chore(deps): update dependency rollup to v3.7.5 Dec 18, 2022
@renovate renovate bot changed the title chore(deps): update dependency rollup to v3.7.5 chore(deps): update dependency rollup to v3.8.0 Dec 22, 2022
@github-actions
Copy link

@renovate renovate bot changed the title chore(deps): update dependency rollup to v3.8.0 chore(deps): update dependency rollup to v3.8.1 Dec 23, 2022
@github-actions
Copy link

@renovate renovate bot changed the title chore(deps): update dependency rollup to v3.8.1 chore(deps): update dependency rollup to v3.9.0 Dec 28, 2022
@github-actions
Copy link

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants