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.10.0 #331

Merged
merged 1 commit into from
Sep 11, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 11, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v0.10.1

Compare Source

  • Fix #​41
    • rollup-plugin-swc3 now will always provide baseUrl (resolve to an absolute path) to swc as long as the paths is specified in the tsconfig.json or jsconfig.json being read.

v0.10.0

Compare Source

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()
      ];
    }

v0.8.2

Compare Source

  • Enable CI auto publish release + npm provenance

v0.8.1

Compare Source

  • Fix TypeScript declaration of include and exclude option (#​32)

v0.8.0

Compare Source

  • Add new option extensions.
    • Along with include / exclude, this provides a granular way to specify the files that will be processed by the plugin.
    • For extensionless imports the plugin will search and resolve files for extensions in the order specified.

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.

@github-actions
Copy link

github-actions bot commented Dec 11, 2022

size-limit report 📦

Path Size
dist/index.cjs 711 B (0%)
dist/index.js 620 B (0%)

@codecov-commenter
Copy link

codecov-commenter commented Dec 11, 2022

Codecov Report

Patch has no changes to coverable lines.

❗ Current head bfa15a2 differs from pull request most recent head 748f448. Consider uploading reports for the commit 748f448 to get more accurate results

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

📢 Thoughts on this report? Let us know!.

@renovate renovate bot changed the title chore(deps): update dependency rollup-plugin-swc3 to ^0.8.0 Update dependency rollup-plugin-swc3 to ^0.8.0 Dec 17, 2022
@renovate renovate bot changed the title Update dependency rollup-plugin-swc3 to ^0.8.0 chore(deps): update dependency rollup-plugin-swc3 to ^0.8.0 Dec 17, 2022
@renovate renovate bot changed the title chore(deps): update dependency rollup-plugin-swc3 to ^0.8.0 chore(deps): update dependency rollup-plugin-swc3 to ^0.9.0 Jul 8, 2023
@renovate renovate bot force-pushed the renovate/rollup-plugin-swc3-0.x branch from 9140a65 to 34d87ce Compare July 8, 2023 09:02
@renovate renovate bot changed the title chore(deps): update dependency rollup-plugin-swc3 to ^0.9.0 chore(deps): update dependency rollup-plugin-swc3 to ^0.10.0 Aug 27, 2023
@renovate renovate bot force-pushed the renovate/rollup-plugin-swc3-0.x branch from 34d87ce to f55db18 Compare August 27, 2023 12:06
@renovate renovate bot force-pushed the renovate/rollup-plugin-swc3-0.x branch 3 times, most recently from bfa15a2 to 748f448 Compare September 11, 2023 22:13
@renovate renovate bot force-pushed the renovate/rollup-plugin-swc3-0.x branch from 748f448 to e844bf5 Compare September 11, 2023 22:44
@dangreen dangreen merged commit 087ec5f into master Sep 11, 2023
6 checks passed
@dangreen dangreen deleted the renovate/rollup-plugin-swc3-0.x branch September 11, 2023 22:53
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