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

Bump electron-vite from 1.0.29 to 2.0.0 #11

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2024

Bumps electron-vite from 1.0.29 to 2.0.0.

Release notes

Sourced from electron-vite's releases.

v2.0.0

Please refer to CHANGELOG.md and the electron-vite 2 Announcement Blog Post for details.

v2.0.0-beta.4

Please refer to CHANGELOG.md for details.

v2.0.0-beta.3

Please refer to CHANGELOG.md for details.

v2.0.0-beta.2

Please refer to CHANGELOG.md for details.

v2.0.0-beta.1

Please refer to CHANGELOG.md for details.

v2.0.0-beta.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from electron-vite's changelog.

v2.0.0 (2024-01-09)

  • feat: bump minimum node version to 18
  • feat: migrate to ESM
  • feat: support vite 5
  • feat: add package.json to export map
  • feat: support ESM in Electron
  • feat: env variables prefixed with VITE_ will be shared in main process and renderer
  • feat: support for passing arguments to electron in dev and preview commands (#339)
  • feat: config file supports "type": "module" in package.json
  • fix: emit assets when ssr is enabled
  • fix: externalizeDepPlugin not work
  • fix: electron's export subpaths also need to be externalized (#372)
  • perf: improve package.json resolve
  • perf: use magic-string hires boundary for sourcemaps
  • perf: build compatilibity target for Electron 28
  • pref: resolve import meta url in CommonJS format
  • perf(worker): ESM syntax
  • perf: package version
  • perf: dev error message
  • perf(externalizeDepsPlugin): use cached package data to improve performance
  • perf: loadEnv api also needs to load shared env variables prefixed with VITE_
  • refactor: build
  • refactor: file hashes use url-safe base64 encoded hashes in vite 5 (rollup 4)
  • refactor: remove Electron 11, 12 build compatilibity target
  • refactor: use dynamic import directly
  • build: use rollup-plugin-dts
  • chore(deps): update all non-major dependencies
  • chore(deps): update lint-staged to v15
  • chore(deps): update eslint-config-prettier to v9
  • chore(deps): update @​rollup/plugin-typescript to v11
  • chore(deps): update rollup to v4
  • chore(deps): update vite to v5
  • chore(deps): update esbuild to v0.19
  • chore(deps): update typescript to 5.3.3
  • chore: improve prettier config
  • chore: update homepage

v2.0.0-beta.4 (2024-01-06)

See v2.0.0-beta.4 changelog

v2.0.0-beta.3 (2024-01-04)

See v2.0.0-beta.3 changelog

v2.0.0-beta.2 (2023-12-19)

See v2.0.0-beta.2 changelog

... (truncated)

Commits
  • 7f13ea2 release: v2.0.0
  • 932fc55 release: v2.0.0-beta.4
  • a12646f fix: electorn's export subpaths also need to be externalized #372
  • 921aa9d release: v2.0.0-beta.3
  • 694e134 feat: config file supports "type": "module" in package.json
  • 40a1b64 release: v2.0.0-beta.2
  • 476ef54 chore: format
  • 9b04362 feat: support for passing arguments to electron in dev and preview comm...
  • a8f5182 perf: loadEnv api also needs to load shared env variables prefixed with VITE_
  • 0c98f33 perf(externalizeDepsPlugin): use cached package data to improve performance
  • 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 [electron-vite](https://github.com/alex8088/electron-vite) from 1.0.29 to 2.0.0.
- [Release notes](https://github.com/alex8088/electron-vite/releases)
- [Changelog](https://github.com/alex8088/electron-vite/blob/master/CHANGELOG.md)
- [Commits](alex8088/electron-vite@v1.0.29...v2.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 1, 2024
@con-cis con-cis merged commit c1107e0 into master Feb 1, 2024
12 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/electron-vite-2.0.0 branch February 1, 2024 20:37
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.

1 participant