Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency rollup to v4.6.1 #1751

Merged
merged 1 commit into from
Dec 4, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

rollup/rollup (rollup)

v4.6.1

Compare Source

2023-11-30

Bug Fixes
  • Resolve a situation where declaring the same var several times was considered a conflict (#​5276)
Pull Requests

v4.6.0

Compare Source

2023-11-26

Features
  • Allow this.addWatchFile in all plugin hooks (#​5270)
Bug Fixes
  • Show helpful error when native binaries are not installed due to an npm issue (#​5267)
  • Do not access this context in this.addWatchFile so it does not need to be bound when passed around (#​5270)
Pull Requests

v4.5.2

Compare Source

2023-11-24

Bug Fixes
  • Handle files with UTF-8 BOM when using the commonjs plugin (#​5268)
Pull Requests

v4.5.1

Compare Source

2023-11-21

Bug Fixes
  • Do not error when a function expression uses the same name for a parameter and its id (#​5262)
Pull Requests

v4.5.0

Compare Source

2023-11-18

Bug Fixes
  • Show a proper error when using native Rollup on armv7 musl Linux (#​5255)
Pull Requests

v4.4.1

Compare Source

2023-11-14

Bug Fixes
  • Do not flag duplicate function declarations in function scopes as syntax errors (#​5248)
Pull Requests

v4.4.0

Compare Source

2023-11-12

Features
  • Replace SWC linting with faster internal linting to error on duplicate declarations etc. (#​5207)
Bug Fixes
  • Show proper error when an entry exports non-existing bindings (#​5207)
Pull Requests

v4.3.1

Compare Source

2023-11-11

Bug Fixes
  • Fix rename error when handling errors in watch mode (#​5240)
  • Prevent warning when using --forceExit (#​5245)
Pull Requests

v4.3.0

Compare Source

2023-11-03

Features
  • Add forceExit CLI flag for situations where the CLI does not exit gracefully (#​5195)
Bug Fixes
  • Properly catch errors when removing a temporary config file fails (#​5198)
Pull Requests

v4.2.0

Compare Source

2023-10-31

Features
  • Run parsing in multiple threads and introduce parseAstAsync helper function (#​5202)
Pull Requests

v4.1.6

Compare Source

2023-10-31

Bug Fixes
  • Fix a bug where emtpy block comments in certain positions could freeze Rollup (#​5231)
Pull Requests

v4.1.5

Compare Source

2023-10-28

Bug Fixes
  • Fix an issue where actual entries that were also implicit entries could remain implicit (#​5220)
Pull Requests

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@codecov
Copy link

codecov bot commented Oct 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (236e1b1) 97.53% compared to head (902149b) 97.53%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1751   +/-   ##
=======================================
  Coverage   97.53%   97.53%           
=======================================
  Files           9        9           
  Lines         770      770           
  Branches      121      121           
=======================================
  Hits          751      751           
  Misses         18       18           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title chore(deps): update dependency rollup to v4.1.5 chore(deps): update dependency rollup to v4.1.6 Oct 31, 2023
@renovate renovate bot force-pushed the renovate/rollup-4.x branch from 93d7393 to 74b3374 Compare October 31, 2023 06:19
@renovate renovate bot changed the title chore(deps): update dependency rollup to v4.1.6 chore(deps): update dependency rollup to v4.2.0 Oct 31, 2023
@renovate renovate bot force-pushed the renovate/rollup-4.x branch from 74b3374 to e223440 Compare October 31, 2023 09:21
@renovate renovate bot changed the title chore(deps): update dependency rollup to v4.2.0 chore(deps): update dependency rollup to v4.3.0 Nov 3, 2023
@renovate renovate bot force-pushed the renovate/rollup-4.x branch from e223440 to c9aca46 Compare November 3, 2023 21:07
@renovate renovate bot changed the title chore(deps): update dependency rollup to v4.3.0 chore(deps): update dependency rollup to v4.3.1 Nov 11, 2023
@renovate renovate bot force-pushed the renovate/rollup-4.x branch from c9aca46 to 874ed97 Compare November 11, 2023 09:41
@renovate renovate bot changed the title chore(deps): update dependency rollup to v4.3.1 chore(deps): update dependency rollup to v4.4.0 Nov 12, 2023
@renovate renovate bot force-pushed the renovate/rollup-4.x branch from 874ed97 to 1f0da25 Compare November 12, 2023 09:54
@renovate renovate bot changed the title chore(deps): update dependency rollup to v4.4.0 chore(deps): update dependency rollup to v4.4.1 Nov 14, 2023
@renovate renovate bot force-pushed the renovate/rollup-4.x branch from 1f0da25 to b3802c3 Compare November 14, 2023 08:33
@renovate renovate bot changed the title chore(deps): update dependency rollup to v4.4.1 chore(deps): update dependency rollup to v4.5.0 Nov 18, 2023
@renovate renovate bot force-pushed the renovate/rollup-4.x branch from b3802c3 to 3f6569e Compare November 18, 2023 06:52
@renovate renovate bot changed the title chore(deps): update dependency rollup to v4.5.0 chore(deps): update dependency rollup to v4.5.1 Nov 21, 2023
@renovate renovate bot force-pushed the renovate/rollup-4.x branch from 3f6569e to 70669a5 Compare November 21, 2023 22:59
@renovate renovate bot changed the title chore(deps): update dependency rollup to v4.5.1 chore(deps): update dependency rollup to v4.5.2 Nov 24, 2023
@renovate renovate bot force-pushed the renovate/rollup-4.x branch from 70669a5 to 94a302f Compare November 24, 2023 07:13
@renovate renovate bot changed the title chore(deps): update dependency rollup to v4.5.2 chore(deps): update dependency rollup to v4.6.0 Nov 26, 2023
@renovate renovate bot force-pushed the renovate/rollup-4.x branch from 94a302f to 206499d Compare November 26, 2023 15:11
@renovate renovate bot changed the title chore(deps): update dependency rollup to v4.6.0 chore(deps): update dependency rollup to v4.6.1 Nov 30, 2023
@renovate renovate bot force-pushed the renovate/rollup-4.x branch from 206499d to 902149b Compare November 30, 2023 06:13
@goblindegook goblindegook merged commit df25151 into main Dec 4, 2023
3 checks passed
@goblindegook goblindegook deleted the renovate/rollup-4.x branch December 4, 2023 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant