chore(deps): update dependency rollup-plugin-swc3 to v0.11.2 #412

Merged
saluu merged 1 commit from renovate/rollup-plugin-swc3-0.x into main 2024-06-15 20:17:54 +02:00
Collaborator

This PR contains the following updates:

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

Release Notes

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

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: Enabled.

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 Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [rollup-plugin-swc3](https://github.com/SukkaW/rollup-plugin-swc) | [`0.11.0` -> `0.11.2`](https://renovatebot.com/diffs/npm/rollup-plugin-swc3/0.11.0/0.11.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/rollup-plugin-swc3/0.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/rollup-plugin-swc3/0.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/rollup-plugin-swc3/0.11.0/0.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rollup-plugin-swc3/0.11.0/0.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>SukkaW/rollup-plugin-swc (rollup-plugin-swc3)</summary> ### [`v0.11.2`](https://github.com/SukkaW/rollup-plugin-swc/blob/HEAD/CHANGELOG.md#0112) [Compare Source](https://github.com/SukkaW/rollup-plugin-swc/compare/0.11.1...0.11.2) - 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. ```js 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`](https://github.com/SukkaW/rollup-plugin-swc/blob/HEAD/CHANGELOG.md#0111) [Compare Source](https://github.com/SukkaW/rollup-plugin-swc/compare/0.11.0...0.11.1) - Fix [#&#8203;63](https://github.com/SukkaW/rollup-plugin-swc/issues/63) - Previously, `rollup-plugin-swc3` only handled relative `compilerOptions.baseUrl` when `compilerOptions.paths` is specified. It is fixed in [#&#8203;64](https://github.com/SukkaW/rollup-plugin-swc/pull/64), now `rollup-plugin-swc3` will handle relative `compilerOptions.baseUrl` as long as it is specified. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41Ny40IiwidXBkYXRlZEluVmVyIjoiMzYuNTcuNCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
renovate-bot force-pushed renovate/rollup-plugin-swc3-0.x from 196bdbca83 to bb8a73415b 2024-05-09 11:01:15 +02:00 Compare
renovate-bot changed title from chore(deps): update dependency rollup-plugin-swc3 to v0.11.1 to chore(deps): update dependency rollup-plugin-swc3 to v0.11.2 2024-05-09 11:01:15 +02:00
renovate-bot force-pushed renovate/rollup-plugin-swc3-0.x from bb8a73415b to b7273df533 2024-06-15 17:01:55 +02:00 Compare
renovate-bot force-pushed renovate/rollup-plugin-swc3-0.x from b7273df533 to 9240b044d2 2024-06-15 18:01:51 +02:00 Compare
renovate-bot force-pushed renovate/rollup-plugin-swc3-0.x from 9240b044d2 to 62337d88a0 2024-06-15 19:01:10 +02:00 Compare
renovate-bot force-pushed renovate/rollup-plugin-swc3-0.x from 62337d88a0 to ae43c35014 2024-06-15 20:01:06 +02:00 Compare
saluu merged commit d3808b2ef2 into main 2024-06-15 20:17:54 +02:00
saluu deleted branch renovate/rollup-plugin-swc3-0.x 2024-06-15 20:17:54 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: dungeonslayers/ds4#412
No description provided.