Skip to content

chore(deps): update dependency rollup-plugin-swc3 to ^0.12.0#1115

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/rollup-plugin-swc3-0.x
Open

chore(deps): update dependency rollup-plugin-swc3 to ^0.12.0#1115
renovate[bot] wants to merge 1 commit intomainfrom
renovate/rollup-plugin-swc3-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2024

This PR contains the following updates:

Package Change Age Confidence
rollup-plugin-swc3 ^0.11.0^0.12.0 age confidence

Release Notes

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

v0.12.1

Compare Source

  • Fix: respect legacy decorators. See #​67

v0.12.0

Compare Source

  • The minimum required version has been bumped from 12 to 16.
  • Now when TypeScript 5 is detected in your projects will rollup-plugin-swc3 enable decorators by default (with decorator version 2022-03), otherwise it is depended by experimentalDecorators from tsconfig.json (and decorator version 2021-12 will be used). See #​65

v0.11.2

Compare Source

  • New feature viteMinify to use swc's minification in Vite.

    • When used, it will disable Vite's built-in minification and use swc's minification instead.
    import { defineConfig } from 'vite';
    import { viteMinify } from 'rollup-plugin-swc3'
    
    export default defineConfig({
      plugins: [
        viteMinify({
          // swc's minify option here
          // mangle: {}
          // compress: {}
        }),
      ],
    })

v0.11.1

Compare Source

  • Fix #​63
    • Previously, rollup-plugin-swc3 only handled relative compilerOptions.baseUrl when compilerOptions.paths is specified. It is fixed in #​64, now rollup-plugin-swc3 will handle relative compilerOptions.baseUrl as long as it is 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/rollup-plugin-swc3-0.x branch from 160d829 to d66c8ef Compare August 10, 2025 12:28
@renovate renovate bot force-pushed the renovate/rollup-plugin-swc3-0.x branch from d66c8ef to cc1a4f7 Compare August 31, 2025 11:24
@renovate renovate bot force-pushed the renovate/rollup-plugin-swc3-0.x branch from cc1a4f7 to 651229d Compare September 25, 2025 19:42
@renovate renovate bot force-pushed the renovate/rollup-plugin-swc3-0.x branch from 651229d to aa99f38 Compare October 21, 2025 09:59
@renovate renovate bot force-pushed the renovate/rollup-plugin-swc3-0.x branch from aa99f38 to 9b5de85 Compare November 11, 2025 01:04
@renovate renovate bot force-pushed the renovate/rollup-plugin-swc3-0.x branch from 9b5de85 to dad13dc Compare December 31, 2025 14:15
@renovate renovate bot force-pushed the renovate/rollup-plugin-swc3-0.x branch 2 times, most recently from c3f449b to d1f711f Compare January 23, 2026 18:04
@renovate renovate bot force-pushed the renovate/rollup-plugin-swc3-0.x branch from d1f711f to 5f0acbe Compare February 2, 2026 19:32
@renovate renovate bot force-pushed the renovate/rollup-plugin-swc3-0.x branch from 5f0acbe to f20cd6b Compare February 12, 2026 17:34
@renovate renovate bot force-pushed the renovate/rollup-plugin-swc3-0.x branch from f20cd6b to 574e73a Compare March 5, 2026 15:52
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.

0 participants