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/plugin-replace to v5 - abandoned #136

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 12, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rollup/plugin-replace (source) ^2.4.2 -> ^5.0.0 age adoption passing confidence

Release Notes

rollup/plugins (@​rollup/plugin-replace)

v5.0.7

2024-06-05

Bugfixes
  • fix: add missing sourceMap documentation (#​1698)

v5.0.6

2024-06-05

Bugfixes
  • fix: ternary operator replacement (#​1712)

v5.0.5

2023-10-29

Bugfixes
  • fix: prevent variable before colons from being replaced when preventAssigment is true (#​1609)

v5.0.4

Compare Source

2023-10-15

Bugfixes
  • fix: bump magic-string version #​1596

v5.0.3

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595

v5.0.2

Compare Source

2022-12-17

Bugfixes

v5.0.1

Compare Source

2022-10-21

Updates
  • chore: update rollup dependencies (3038271)

v5.0.0

2022-10-10

Breaking Changes

v4.0.0

2022-02-22

Breaking Changes
  • fix: do not escape delimiters (#​1088)

v3.1.0

2022-02-11

Features
  • feat: typeofReplacements option (#​1084)

v3.0.1

2021-12-28

Bugfixes
  • fix: add types for sourceMap option (#​1066)
Updates
  • docs: clarify delimiters typing (#​1013)

v3.0.0

2021-07-16

Breaking Changes
  • fix!: issues with nested objects replacements (#​903)

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.

renovate bot and others added 18 commits August 11, 2024 19:55
chore(deps): update dependency typescript to v4.9.5
chore(deps): update actions/checkout action to v4
chore(deps): update actions/setup-node action to v4
chore(deps): update dependency tslib to v2.6.3
chore(deps): update jest monorepo to v27.5.1
fix(deps): update dependency snabbdom to v3.6.2
fix(table): table cell proerty default style
Copy link
Contributor

coderabbitai bot commented Aug 12, 2024

Walkthrough

The update to the @rollup/plugin-replace dependency in the package.json file reflects a shift from version ^2.4.2 to ^5.0.0. This change signifies an upgrade that may introduce new features, improvements, and potentially breaking changes affecting the Rollup bundler's behavior during code processing. Understanding the implications of this update will require reviewing the specifics of the new version's changes.

Changes

File Change Summary
package.json Updated @rollup/plugin-replace from ^2.4.2 to ^5.0.0

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant Rollup
    participant Plugin

    User->>Rollup: Initiate build
    Rollup->>Plugin: Process replacements
    Plugin-->>Rollup: Return modified code
    Rollup-->>User: Output final bundle
Loading

Poem

🐇 In the garden of code, I hop with delight,
A plugin upgraded, oh what a sight!
From version two to five, we leap and we bound,
New features await, innovation profound.
With each joyful change, our build takes flight,
Hopping through syntax, we dance in the light! 🌼✨


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 605a3ad and f80c40d.

Files ignored due to path filters (1)
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
Files selected for processing (1)
  • package.json (1 hunks)
Additional comments not posted (1)
package.json (1)

60-60: Verify compatibility and test the build process.

The update of @rollup/plugin-replace to version ^5.0.0 may introduce breaking changes. Ensure that the build process is tested thoroughly to confirm compatibility with the new version, especially considering changes related to the sourceMap option and preventAssignment handling.

@cycleccc cycleccc force-pushed the master branch 3 times, most recently from f5bc89b to e37a391 Compare August 17, 2024 09:21
Copy link
Contributor Author

renovate bot commented Aug 18, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Copy link
Contributor Author

renovate bot commented Sep 23, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@renovate renovate bot changed the title chore(deps): update dependency @rollup/plugin-replace to v5 chore(deps): update dependency @rollup/plugin-replace to v5 - abandoned Sep 23, 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.

2 participants