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.11.0 #1049

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 8, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v0.11.0

Compare Source

  • Fix #​58
    • rollup-plugin-swc3 now will only perform module resolution inside the files specified in include and exclude options.
  • Replace rollup-swc-preserve-directives with rollup-preserve-directives

v0.10.4

Compare Source

  • Bump rollup-swc-preserve-directives to the latest version

v0.10.3

Compare Source

v0.10.2

Compare Source

  • Add warning message when tsconfig is invalid
  • Add rollup 4 official support

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)

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.

@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 148b4fc to fd20ab2 Compare August 27, 2023 09:25
@renovate renovate bot force-pushed the renovate/rollup-plugin-swc3-0.x branch from fd20ab2 to bcdcfd3 Compare December 6, 2023 07:21
@renovate renovate bot changed the title chore(deps): update dependency rollup-plugin-swc3 to ^0.10.0 chore(deps): update dependency rollup-plugin-swc3 to ^0.11.0 Dec 6, 2023
@renovate renovate bot force-pushed the renovate/rollup-plugin-swc3-0.x branch from bcdcfd3 to 57405ed Compare December 12, 2023 07:57
Copy link

github-actions bot commented Dec 12, 2023

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
dist/index.js 866 B (0%) 17 ms (0%) 10 ms (+203.06% 🔺) 27 ms

@renovate renovate bot force-pushed the renovate/rollup-plugin-swc3-0.x branch from 57405ed to cfe5782 Compare December 12, 2023 08:25
@apertureless apertureless merged commit e679114 into main Dec 12, 2023
6 checks passed
@apertureless apertureless deleted the renovate/rollup-plugin-swc3-0.x branch December 12, 2023 08:30
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.

1 participant