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-swc3 to ^0.9.1 #61

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 17, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rollup-plugin-swc3 ^0.8.2 -> ^0.9.1 age adoption passing confidence

Release Notes

SukkaW/rollup-plugin-swc (rollup-plugin-swc3)

v0.9.1

Compare Source

  • The support for 'use client' and 'use server' has been separated into a standalone rollup plugin rollup-swc-preserve-directives, maintained by @​huozhi and me. The previous preserveUseDirective named export is retained for the backward compatibility.

v0.9.0

Compare Source

  • Add support for bundling library for React Server Component with the proper 'use client' and 'use server' directives handling:

    • Merge duplicated directives in the final bundles
    • Multiple output chunks will have their own separated directives, useful when bundling client only code and server only code in different bundles.
    • Not enabled by default. manually opt-in by changing two lines of code in your rollup.config.js:
    // rollup.config.js
    // Import `preserveUseDirective` from `rollup-plugin-swc3`...
    - import { swc } from 'rollup-plugin-swc3';
    + import { swc, preserveUseDirective } from 'rollup-plugin-swc3';
    
    export default {
      input: 'xxxx',
      output: {},
      plugins: [
        swc(),
    +   preserveUseDirective()
      ];
    }

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3dfc348 to 0e55ad5 Compare July 17, 2023 10:49
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Jul 17, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a65474b to a510972 Compare July 17, 2023 14:06
@renovate renovate bot changed the title fix(deps): update all non-major dependencies fix(deps): update all non-major dependencies - autoclosed Jul 17, 2023
@renovate renovate bot closed this Jul 17, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch July 17, 2023 15:34
@renovate renovate bot changed the title fix(deps): update all non-major dependencies - autoclosed fix(deps): update all non-major dependencies Jul 17, 2023
@renovate renovate bot reopened this Jul 17, 2023
@renovate renovate bot restored the renovate/all-minor-patch branch July 17, 2023 16:27
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update dependency rollup-plugin-swc3 to ^0.9.1 Jul 17, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a510972 to ac7a6f2 Compare July 17, 2023 16:40
@cyco130
Copy link
Owner

cyco130 commented Jul 17, 2023

rollup-plugin-swc3 0.9.1 seems to have a bug. Not updating.

@cyco130 cyco130 closed this Jul 17, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Jul 17, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^0.9.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/all-minor-patch branch July 17, 2023 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant