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-dev): bump vite-plugin-electron from 0.9.0 to 0.14.1 #29

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2023

Bumps vite-plugin-electron from 0.9.0 to 0.14.1.

Release notes

Sourced from vite-plugin-electron's releases.

v0.14.1

Please refer to CHANGELOG.md for details.

#163

v0.14.0

Please refer to CHANGELOG.md for details.

#161

v0.14.0-beta.0

Please refer to CHANGELOG.md for details.

#160

v0.13.0-beta.3

Please refer to CHANGELOG.md for details.

#156

v0.13.0-beta.2

Please refer to CHANGELOG.md for details.

#154

v0.13.0-beta.1

Please refer to CHANGELOG.md for details.

#149

v0.13.0-beta.0

Please refer to CHANGELOG.md for details.

#148

v0.12.0

Please refer to CHANGELOG.md for details.

#140

v0.11.2

Please refer to CHANGELOG.md for details.

#137

v0.11.1

Please refer to CHANGELOG.md for details.

#121

... (truncated)

Changelog

Sourced from vite-plugin-electron's changelog.

0.14.1 (2023-09-10)

  • ba14f55 feat(simple): Preload scripts code not split by default

0.14.0 (2023-09-01)

  • 3cc71ca feat(simple): build Preload scripts as cjs by default

0.14.0-beta.0 (2023-08-23)

  • d3cf87f feat: simple API build
  • d8c3c27 feat: simple API 🥳

See 👉 Simple API

import electron from 'vite-plugin-electron/simple'
electron({
main: {},
preload: {},
renderer: {},
})

0.13.0-beta.3 (2023-08-22)

  • 37e14b0 fix: remove apply: 'serve'
  • 4f196e3 fix: export bare vite-plugin-electron/plugin
  • 06c91f3 docs: v0.13.0

The user decides when notBundle should be used. See 👉 Not Bundle

import electron from 'vite-plugin-electron'
import { notBundle } from 'vite-plugin-electron/plugin'
export default defineConfig(({ command }) => ({
plugins: [
electron({
entry: 'electron/main.ts',
vite: {
plugins: [
command === 'serve' && notBundle(/* NotBundleOptions */),
],
},
}),
],
}))

... (truncated)

Commits
  • 6e5a033 Merge pull request #163 from electron-vite/v0.14.1
  • 35b38cb v0.14.1
  • ba14f55 feat(simple): Preload scripts code not split by default
  • 922f3c1 chore: update comments
  • 843fbc6 Merge pull request #161 from electron-vite/v0.14.0
  • 88a71b9 v0.14.0
  • 3cc71ca feat(simple): build Preload scripts as cjs by default
  • bba8014 Merge pull request #160 from electron-vite/v0.14.0-beta.0
  • 79d2378 v0.14.0-beta.0
  • d3cf87f feat: simple API build
  • 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 <dependency name> 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)

Bumps [vite-plugin-electron](https://github.com/electron-vite/vite-plugin-electron) from 0.9.0 to 0.14.1.
- [Release notes](https://github.com/electron-vite/vite-plugin-electron/releases)
- [Changelog](https://github.com/electron-vite/vite-plugin-electron/blob/main/CHANGELOG.md)
- [Commits](electron-vite/vite-plugin-electron@v0.9.0...v0.14.1)

---
updated-dependencies:
- dependency-name: vite-plugin-electron
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 1, 2023
@github-actions
Copy link

github-actions bot commented Oct 1, 2023

👋 Hey there spelunker. It looks like you've modified some files that we can't accept as contributions. The complete list of files we can't accept are:

  • package-lock.json
  • yarn.lock
  • pnpm-lock.yaml

You'll need to revert all of the files you changed in that list using GitHub Desktop or git checkout origin/main <file name>. Once you get those files reverted, we can continue with the review process. :octocat:

More discussion:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants