DJ2LS / FreeDATA

A free, open-source, multi-platform application for sending files and messages, using the codec2 HF modems
https://wiki.freedata.app/
GNU General Public License v3.0
137 stars 17 forks source link

Bump vite-plugin-electron from 0.15.5 to 0.28.0 in /gui #602

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 8 months ago

Bumps vite-plugin-electron from 0.15.5 to 0.28.0.

Release notes

Sourced from vite-plugin-electron's releases.

v0.28.0

Please refer to CHANGELOG.md for details.

#198


  • No break changes. Just need to define "type": "module" in package.json for supports esm :)
  • By the way. Recommend using the vite-plugin-electron/simple API. It is simpler, and the main difference is its adaptation to preload scripts.
  • electron@28 Preload scripts 👉 limitations.

v0.28.0-beta.3

Please refer to CHANGELOG.md for details.

#196

v0.28.0-beta.2

Please refer to CHANGELOG.md for details.

#192


0.28.0-beta.2 (2024-01-02)

  • f557a98 feat: supports "type": "module", better esm logic

Migration to v0.28.0-beta.2

  • No break changes. Just need to define "type": "module" in package.json for supports esm :)
  • By the way. Recommend using the vite-plugin-electron/simple API. It is simpler, and the main difference is its adaptation to preload scripts.
  • electron@28 Preload scripts 👉 limitations.

v0.28.0-beta.1

Please refer to CHANGELOG.md for details.

#191

Changelog

Sourced from vite-plugin-electron's changelog.

0.28.0 (2024-01-07)

  • 20170a5 refactor: preload built format use esm by default

0.28.0-beta.3 (2024-01-05)

  • d7c0a91 feat: preload built format adapt to esm

0.28.0-beta.2 (2024-01-02)

  • f557a98 feat: supports "type": "module", better esm logic

Migration to v0.28.0-beta.2

  • No break changes. Just need to define "type": "module" in package.json for supports esm :)
  • By the way. Recommend using the vite-plugin-electron/simple API. It is simpler, and the main difference is its adaptation to preload scripts.
  • electron@28 Preload scripts 👉 limitations.

0.28.0-beta.1 (2023-12-30)

  • 9ec82b5 feat: supports electron@28, build esm by default
  • 5dd3ccd feat: bump deps to vite@5, electron@28 and others
  • 39520cc feat: upgrade to vite@5
  • 3340cfc chore: prevent encounter problem

Why v0.28.0? This is consistent with electron@28, meaning it is recommended to use electron@28+, which is the first version to support esm.

Migration to v0.28.0-beta.1

🚨 deprecated

  • Update main of package.json for esm

    {
    - "main": "dist-electron/main.js",
    + "main": "dist-electron/main.mjs",
    }
    
  • If you still need to use cjs, you need to make some changes

    Simple API

    import electron from 'vite-plugin-electron/simple'
    

    export default { plugins: [ electron({

... (truncated)

Commits
  • 364c639 Merge pull request #198 from electron-vite/v0.28.0
  • 86daafe v0.28.0
  • 20170a5 refactor: preload built format use esm by default
  • 4ec597b Merge pull request #196 from electron-vite/v0.28.0-beta.3
  • 3d96c5f v0.28.0-beta.3
  • d7c0a91 feat: preload built format adapt to esm
  • 700201b docs: update
  • 4e144e6 Merge pull request #192 from electron-vite/v0.28.0-beta.2
  • cafc9ba v0.28.0-beta.2
  • f557a98 feat: supports "type": "module", better esm logic
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)