Skip to content

chore(deps): update dependency rollup to v3.29.5#42

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/rollup-3.x
Open

chore(deps): update dependency rollup to v3.29.5#42
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/rollup-3.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Apr 16, 2023

This PR contains the following updates:

Package Change Age Confidence
rollup (source) 3.20.23.29.5 age confidence

Release Notes

rollup/rollup (rollup)

v3.29.5

Compare Source

2024-09-21

Bug Fixes
  • Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles when run in a browser context (#​5671)
Pull Requests

v3.29.4

Compare Source

3.29.4

2023-09-28

Bug Fixes
  • Fix static analysis when an exported function uses callbacks (#​5158)
Pull Requests

v3.29.3

Compare Source

3.29.3

2023-09-24

Bug Fixes
  • Fix a bug where code was wrongly tree-shaken after mutating function parameters (#​5153)
Pull Requests

v3.29.2

Compare Source

3.29.2

2023-09-15

Bug Fixes
  • Export TreeshakingPreset type (#​5131)
Pull Requests

v3.29.1

Compare Source

3.29.1

2023-09-10

Bug Fixes
  • Fix time measurement of plugin hooks in watch mode (#​5114)
  • Ensure accessing document.currentScript in import.meta.url returns correct results (#​5118)
Pull Requests

v3.29.0

Compare Source

3.29.0

2023-09-06

Features
  • Add output.sourcemapFileNames option (#​5105)
  • Add generic type parameter for api to Plugin type (#​5112)
Bug Fixes
  • Ensure mutations of CustomEvent details are tracked (#​5123)
Pull Requests

v3.28.1

Compare Source

3.28.1

2023-08-22

Bug Fixes
  • Ensure external files with relative import paths outside the target are rendered correctly (#​5099)
Pull Requests

v3.28.0

Compare Source

3.28.0

2023-08-09

Features
  • Add a new property preliminaryFileName to generated chunks containing the file name placeholder (#​5086)
  • Improve performance of sourcemap generation by lazily decoding mappings (#​5087)
Bug Fixes
  • Make the code property of rendered modules in the output readonly (#​5091)
Pull Requests

v3.27.2

Compare Source

3.27.2

2023-08-04

Bug Fixes
  • Revert sourcemap performance improvement for now as it causes issues with Vite (#​5075)
Pull Requests

v3.27.1

Compare Source

3.27.1

2023-08-03

Bug Fixes
  • Improve performance when generating sourcemaps (#​5075)
Pull Requests

v3.27.0

Compare Source

3.27.0

2023-07-28

Features
  • Mark Object.values and Object.entries as pure if their argument does not contain getters (#​5072)
Pull Requests

v3.26.3

Compare Source

3.26.3

2023-07-17

Bug Fixes
  • Do not pass external modules to manualChunks to avoid breaking existing configs (#​5068)
Pull Requests

v3.26.2

Compare Source

3.26.2

2023-07-06

Bug Fixes
  • Improve error handling when manual chunks would contain external modules (#​5050)
Pull Requests
  • #​5050: fix: improve error for manualChunks' modules that are resolved as an external module (@​TrickyPi)

v3.26.1

Compare Source

3.26.1

2023-07-05

Bug Fixes
  • Support hasOwnProperty as exported name in CommonJS (#​5010)
  • Properly reference browser types in package file (#​5051)
Pull Requests

v3.26.0

Compare Source

3.26.0

2023-06-30

Features
  • Add --filterLogs CLI flag and ROLLUP_FILTER_LOGS environment variable for log filtering (#​5035)
Pull Requests

v3.25.3

Compare Source

3.25.3

2023-06-26

Bug Fixes
  • Fix error when inlining dynamic imports that contain unused reexported variables (#​5047)
Pull Requests

v3.25.2

Compare Source

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

v3.25.1

Compare Source

3.25.1

2023-06-12

Bug Fixes
  • Respect __NO_SIDE_EFFECTS__ for async functions (#​5031)
Pull Requests

v3.25.0

Compare Source

3.25.0

2023-06-11

Features
  • Add this.info and this.debug plugin context logging functions (#​5026)
  • Add onLog option to read, map and filter logs (#​5026)
  • Add logLevel option to fully suppress logs by level (#​5026)
  • Support function logs in this.warn, this.info and this.debug to avoid heavy computations based on log level (#​5026)
  • Add onLog plugin hook to read, filter and map logs from plugins (#​5026)
Pull Requests

v3.24.1

Compare Source

3.24.1

2023-06-10

Bug Fixes
  • Fix an issue where bundles with @rollup/plugin-commonjs were missing internal dependencies when code-splitting (#​5029)
  • Do not use process.exit(0) in watch mode to avoid issues in embedded scenarios (#​5027)
Pull Requests

v3.24.0

Compare Source

3.24.0

2023-06-07

Features
  • Add new annotation /* #__NO_SIDE_EFFECTS__ */ to mark function declarations as side effect free (#​5024)
Pull Requests
  • #​5024: feat: support #__NO_SIDE_EFFECTS__ annotation for function declaration (@​antfu)

v3.23.1

Compare Source

3.23.1

2023-06-04

Bug Fixes
  • Ensure the last segment of sourcemapBaseUrl is never omitted (#​5022)
Pull Requests

v3.23.0

Compare Source

3.23.0

2023-05-22

Features
  • Support emitting "prebuilt chunks" from plugins (#​4990)
Bug Fixes
  • Mark Sets and Maps as pure when they receive an array literal as argument (#​5005)
Pull Requests

v3.22.1

Compare Source

3.22.1

2023-05-21

Bug Fixes
  • Remove force quit again as it caused some issues (#​5004)
Pull Requests

v3.22.0

Compare Source

3.22.0

2023-05-17

Features
  • Prevent empty non-facade chunks by merging them into other suitable chunks (#​4989)
  • Avoid facade chunks in some situations involving reexports (#​4989)
  • Improve algorithm for best merge target when using experimentalMinChunkSize to take tree-shaking into account (#​4989)
Bug Fixes
  • Take side effects of external dependencies into account when merging chunks for experimentalMinChunkSize (#​4989)
Pull Requests

v3.21.8

Compare Source

3.21.8

2023-05-16

Bug Fixes
  • Allow a namespace to properly contain itself as a named export (#​4991)
Pull Requests

v3.21.7

Compare Source

3.21.7

2023-05-13

Bug Fixes
  • Show correct error on uncaught exceptions in watch mode (#​4987)
Pull Requests

v3.21.6

Compare Source

3.21.6

2023-05-09

Bug Fixes
  • Ensure Rollup CLI prints everything to stdout before exiting (#​4980)
Pull Requests

v3.21.5

Compare Source

3.21.5

2023-05-05

Bug Fixes
  • Keep all consecutive lines at the top of each module that start with a comment (#​4975)
  • Ensure that declarations inside switch cases do not use the same scope as the discriminator (#​4979)
Pull Requests

v3.21.4

Compare Source

3.21.4

2023-05-03

Bug Fixes
  • Resolve crash when shimming a missing export in an otherwise non-included module when preserving modules (#​4971)
Pull Requests

v3.21.3

Compare Source

3.21.3

2023-05-02

Bug Fixes
  • Run process.exit() when Rollup CLI finishes successfully to solve issues on some systems (#​4969)
Pull Requests

v3.21.2

Compare Source

3.21.2

2023-04-30

Bug Fixes
  • Mark global functions that trigger iterators as impure for now (#​4955)
Pull Requests

v3.21.1

Compare Source

3.21.1

2023-04-29

Bug Fixes
  • Make sure call arguments are properly deoptimized when a function uses the arguments variable (#​4965)
Pull Requests

v3.21.0

Compare Source

3.21.0

2023-04-23

Features
  • Support tree-shaking of named exports in dynamic imports when using destructuring and similar patterns (#​4952)
Pull Requests

v3.20.7

Compare Source

3.20.7

2023-04-21

Bug Fixes
  • Properly track array element mutations when iterating with a for-of loop (#​4949)
  • Handle default exporting an anonymous class that extends another class (#​4950)
Pull Requests

v3.20.6

Compare Source

3.20.6

2023-04-18

Bug Fixes
  • Revert handling of non-JS import and export names due to regressions (#​4914)
Pull Requests

v3.20.5

Compare Source

3.20.5

2023-04-18

Bug Fixes
  • Handle import and export names that are not valid JavaScript identifiers (#​4939)
Pull Requests

v3.20.4

Compare Source

3.20.4

2023-04-17

Bug Fixes
  • Do not remove breaks statements after switch statements with conditional breaks (#​4937)
Pull Requests

v3.20.3

Compare Source

3.20.3

2023-04-16

Bug Fixes
  • Reduce memory consumption for function call parameter analysis (#​4938)
  • Fix types for shouldTransformCachedModule (#​4932)
Pull Requests

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency rollup to v3.20.3 chore(deps): update dependency rollup to v3.20.4 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/rollup-3.x branch from d168b07 to f41816f Compare April 17, 2023 13:21
@renovate renovate bot changed the title chore(deps): update dependency rollup to v3.20.4 chore(deps): update dependency rollup to v3.20.5 Apr 18, 2023
@renovate renovate bot force-pushed the renovate/rollup-3.x branch from f41816f to 914f8cf Compare April 18, 2023 07:51
@renovate renovate bot changed the title chore(deps): update dependency rollup to v3.20.5 chore(deps): update dependency rollup to v3.20.6 Apr 18, 2023
@renovate renovate bot force-pushed the renovate/rollup-3.x branch 2 times, most recently from f9998ec to df30196 Compare April 21, 2023 05:30
@renovate renovate bot changed the title chore(deps): update dependency rollup to v3.20.6 chore(deps): update dependency rollup to v3.20.7 Apr 21, 2023
@renovate renovate bot force-pushed the renovate/rollup-3.x branch from df30196 to 1a3d439 Compare April 23, 2023 21:51
@renovate renovate bot changed the title chore(deps): update dependency rollup to v3.20.7 chore(deps): update dependency rollup to v3.21.0 Apr 23, 2023
@renovate renovate bot force-pushed the renovate/rollup-3.x branch from 1a3d439 to 406635c Compare April 29, 2023 05:37
@renovate renovate bot changed the title chore(deps): update dependency rollup to v3.21.0 chore(deps): update dependency rollup to v3.21.1 Apr 29, 2023
@renovate renovate bot changed the title chore(deps): update dependency rollup to v3.21.1 chore(deps): update dependency rollup to v3.21.2 Apr 30, 2023
@renovate renovate bot force-pushed the renovate/rollup-3.x branch 2 times, most recently from 9b6e624 to d2af9c5 Compare May 2, 2023 09:33
@renovate renovate bot changed the title chore(deps): update dependency rollup to v3.21.2 chore(deps): update dependency rollup to v3.21.3 May 2, 2023
@renovate renovate bot force-pushed the renovate/rollup-3.x branch from d2af9c5 to ba1933d Compare May 3, 2023 22:10
@renovate renovate bot changed the title chore(deps): update dependency rollup to v3.21.3 chore(deps): update dependency rollup to v3.21.4 May 3, 2023
@renovate renovate bot force-pushed the renovate/rollup-3.x branch from ba1933d to b9af15f Compare May 5, 2023 05:18
@renovate renovate bot changed the title chore(deps): update dependency rollup to v3.21.4 chore(deps): update dependency rollup to v3.21.5 May 5, 2023
@renovate renovate bot force-pushed the renovate/rollup-3.x branch from b9af15f to 902558d Compare May 9, 2023 20:33
@renovate renovate bot changed the title chore(deps): update dependency rollup to v3.21.5 chore(deps): update dependency rollup to v3.21.6 May 9, 2023
@renovate renovate bot force-pushed the renovate/rollup-3.x branch from 902558d to fee47ea Compare May 13, 2023 16:33
@renovate renovate bot changed the title chore(deps): update dependency rollup to v3.21.6 chore(deps): update dependency rollup to v3.21.7 May 13, 2023
@renovate renovate bot force-pushed the renovate/rollup-3.x branch from fee47ea to 02b1152 Compare May 16, 2023 09:02
@renovate renovate bot changed the title chore(deps): update dependency rollup to v3.21.7 chore(deps): update dependency rollup to v3.21.8 May 16, 2023
@renovate renovate bot force-pushed the renovate/rollup-3.x branch from 02b1152 to 32740c3 Compare May 17, 2023 08:05
@renovate renovate bot changed the title chore(deps): update dependency rollup to v3.21.8 chore(deps): update dependency rollup to v3.22.0 May 17, 2023
@renovate renovate bot force-pushed the renovate/rollup-3.x branch from 32740c3 to ba250e2 Compare May 21, 2023 21:25
@renovate renovate bot changed the title chore(deps): update dependency rollup to v3.22.0 chore(deps): update dependency rollup to v3.22.1 May 21, 2023
@renovate renovate bot force-pushed the renovate/rollup-3.x branch from abb7c55 to 4e1b16d Compare June 30, 2023 07:45
@renovate renovate bot changed the title chore(deps): update dependency rollup to v3.26.0 chore(deps): update dependency rollup to v3.26.1 Jul 5, 2023
@renovate renovate bot force-pushed the renovate/rollup-3.x branch from 4e1b16d to 1ee9c67 Compare July 5, 2023 11:07
@renovate renovate bot changed the title chore(deps): update dependency rollup to v3.26.1 chore(deps): update dependency rollup to v3.26.2 Jul 6, 2023
@renovate renovate bot force-pushed the renovate/rollup-3.x branch from 1ee9c67 to 6fcd1a6 Compare July 6, 2023 15:49
@renovate renovate bot changed the title chore(deps): update dependency rollup to v3.26.2 chore(deps): update dependency rollup to v3.26.3 Jul 17, 2023
@renovate renovate bot force-pushed the renovate/rollup-3.x branch from 6fcd1a6 to ce3676a Compare July 17, 2023 10:53
@renovate renovate bot changed the title chore(deps): update dependency rollup to v3.26.3 chore(deps): update dependency rollup to v3.27.0 Jul 28, 2023
@renovate renovate bot force-pushed the renovate/rollup-3.x branch from ce3676a to 6840731 Compare July 28, 2023 16:41
@renovate renovate bot changed the title chore(deps): update dependency rollup to v3.27.0 chore(deps): update dependency rollup to v3.27.1 Aug 3, 2023
@renovate renovate bot force-pushed the renovate/rollup-3.x branch from 6840731 to 92827ac Compare August 3, 2023 11:14
@renovate renovate bot changed the title chore(deps): update dependency rollup to v3.27.1 chore(deps): update dependency rollup to v3.27.2 Aug 4, 2023
@renovate renovate bot force-pushed the renovate/rollup-3.x branch 2 times, most recently from 9119f04 to 1cba6e4 Compare August 9, 2023 08:18
@renovate renovate bot changed the title chore(deps): update dependency rollup to v3.27.2 chore(deps): update dependency rollup to v3.28.0 Aug 9, 2023
@renovate renovate bot changed the title chore(deps): update dependency rollup to v3.28.0 chore(deps): update dependency rollup to v3.28.1 Aug 22, 2023
@renovate renovate bot force-pushed the renovate/rollup-3.x branch from 1cba6e4 to dea3b93 Compare August 22, 2023 08:38
@renovate renovate bot changed the title chore(deps): update dependency rollup to v3.28.1 chore(deps): update dependency rollup to v3.29.0 Sep 6, 2023
@renovate renovate bot force-pushed the renovate/rollup-3.x branch from dea3b93 to cc46c71 Compare September 6, 2023 08:30
@renovate renovate bot changed the title chore(deps): update dependency rollup to v3.29.0 chore(deps): update dependency rollup to v3.29.1 Sep 10, 2023
@renovate renovate bot force-pushed the renovate/rollup-3.x branch 2 times, most recently from 06de159 to 7af3b62 Compare September 15, 2023 22:57
@renovate renovate bot changed the title chore(deps): update dependency rollup to v3.29.1 chore(deps): update dependency rollup to v3.29.2 Sep 15, 2023
@renovate renovate bot changed the title chore(deps): update dependency rollup to v3.29.2 chore(deps): update dependency rollup to v3.29.3 Sep 24, 2023
@renovate renovate bot force-pushed the renovate/rollup-3.x branch from 7af3b62 to 4454029 Compare September 24, 2023 07:32
@renovate renovate bot changed the title chore(deps): update dependency rollup to v3.29.3 chore(deps): update dependency rollup to v3.29.4 Sep 28, 2023
@renovate renovate bot force-pushed the renovate/rollup-3.x branch from 4454029 to 53ec2e2 Compare September 28, 2023 06:33
@renovate renovate bot force-pushed the renovate/rollup-3.x branch from 53ec2e2 to afdce26 Compare September 21, 2024 07:34
@renovate renovate bot changed the title chore(deps): update dependency rollup to v3.29.4 chore(deps): update dependency rollup to v3.29.5 Sep 21, 2024
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.

0 participants