-
Notifications
You must be signed in to change notification settings - Fork 379
Conversation
Contributor
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| rollup (source) | ^4.18.1 -> ^4.21.3 |
Release Notes
rollup/rollup (rollup)
v4.21.3
2024-09-12
Bug Fixes
- Always respect side effects in left-hand side of optional chain (# 5642)
- Update stack trace for augmented errors to not hide relevant information (# 5640)
Pull Requests
- # 5636: chore(deps): lock file maintenance minor/patch updates (@ renovate[bot])
- # 5637: chore(deps): lock file maintenance (@ renovate[bot])
- # 5640: fix: keep the message of stack up-to-date (@ TrickyPi)
- # 5642: fix: include left-side effect of optional chaining in the end of hasEffectsAsChainElement (@ TrickyPi)
v4.21.2
2024-08-30
Bug Fixes
- Handle IIFE/UMD namespace definitions conflicting with a builtin property (# 5605)
Pull Requests
- # 5605: fix: Wrong namespace property definition (@ thirumurugan-git, @ lukastaegert)
- # 5630: chore(deps): lock file maintenance minor/patch updates (@ renovate[bot])
- # 5631: chore(deps): lock file maintenance (@ renovate[bot])
- # 5632: chore(deps): lock file maintenance (@ renovate[bot])
v4.21.1
2024-08-26
Bug Fixes
- Ensure
closeWatcherhook is called when watch mode is aborted via Ctrl+C (# 5618) - Do not produce invalid code for
import.meta.urlin compact mode (# 5624) - Do not throw when generating chunk names when preserving modules in Windows (# 5625)
Pull Requests
- # 5591: chore(deps): update dependency @ types/eslint to v9 (@ renovate[bot], @ lukastaegert)
- # 5618: preload the WASM file even though the version is undefined. (@ TrickyPi)
- # 5619: Call and await closeWatcher hooks on exit signals (@ lukastaegert)
- # 5622: chore(deps): lock file maintenance minor/patch updates (@ renovate[bot], @ lukastaegert)
- # 5624: fix: add space for DOCUMENT_CURRENT_SCRIPT template (@ TrickyPi)
- # 5625: fix: get the right chunk name for preserve modules in Windows (@ TrickyPi, @ lukastaegert)
v4.21.0
2024-08-18
Features
- Add option to configure directory for virtual modules when preserving modules (# 5602)
Pull Requests
- # 5602: feat: introduce the virtualDirname option to customize the virtual directory name (@ TrickyPi)
- # 5607: chore(deps): update typescript-eslint monorepo to v8 (major) (@ renovate[bot], @ lukastaegert)
- # 5608: chore(deps): lock file maintenance minor/patch updates (@ renovate[bot])
- # 5611: chore: fix the
noConflictoption in REPL. (@ 7086cmd) - # 5613: chore(deps): lock file maintenance minor/patch updates (@ renovate[bot])
- # 5614: chore(deps): lock file maintenance (@ renovate[bot])
v4.20.0
2024-08-03
Features
- Allow plugins to specify the original file name when emitting assets (# 5596)
Pull Requests
- # 5596: Add originalFIleName property to emitted assets (@ lukastaegert)
- # 5599: chore(deps): update dependency eslint-plugin-unicorn to v55 (@ renovate[bot], @ lukastaegert)
- # 5600: chore(deps): lock file maintenance minor/patch updates (@ renovate[bot], @ lukastaegert)
v4.19.2
2024-08-01
Bug Fixes
- Avoid "cannot get value of null" error when using optional chaining with namespaces (# 5597)
Pull Requests
- # 5597: Fix retrieval of literal values for chained namespaces (@ lukastaegert)
v4.19.1
2024-07-27
Bug Fixes
- Do not remove parantheses when tree-shaking logical expressions (# 5584)
- Do not ignore side effects in calls left of an optional chaining operator (# 5589)
Pull Requests
- # 5584: fix: find whitespace from operator position to start (@ TrickyPi)
- # 5587: docs: improve command by code-group (@ thinkasany, @ lukastaegert)
- # 5589: Fix side effect detection in optional chains (@ lukastaegert)
- # 5592: chore(deps): lock file maintenance minor/patch updates (@ renovate[bot])
- # 5593: chore(deps): lock file maintenance minor/patch updates (@ renovate[bot])
- # 5594: chore(deps): lock file maintenance (@ renovate[bot])
- # 5595: chore(deps): lock file maintenance (@ renovate[bot])
v4.19.0
2024-07-20
Features
- Implement support for decorators (# 5562)
Bug Fixes
- Improve soucemap generation when tree-shaking logical expressions (# 5581)
Pull Requests
- # 5562: feat: implementing decorator support (@ TrickyPi, @ lukastaegert)
- # 5570: refactor(finalisers): condition branch (@ Simon-He95, @ zhangmo8)
- # 5572: Improve chunk and asset type information in docs (@ lukastaegert)
- # 5573: Switch to audit resolver to ignore requirejs vulnerability (@ lukastaegert)
- # 5575: chore(deps): update dependency inquirer to v10 (@ renovate[bot], @ lukastaegert)
- # 5576: chore(deps): lock file maintenance minor/patch updates (@ renovate[bot], @ lukastaegert)
- # 5580: chore(deps): lock file maintenance minor/patch updates (@ renovate[bot], @ lukastaegert)
- # 5581: When tree-shaking logical expression, make sure to remove all trailing white-space. (@ lukastaegert)
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 was generated by Mend Renovate. View the repository job log.
Collaborator
|
Preview: https://patternfly-react-pr-10991.surge.sh A11y report: https://patternfly-react-pr-10991-a11y.surge.sh |
tlabaj
approved these changes
Sep 13, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.