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 vite-plugin-electron-renderer from 0.12.1 to 0.14.1 #3

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps vite-plugin-electron-renderer from 0.12.1 to 0.14.1.

Release notes

Sourced from vite-plugin-electron-renderer's releases.

v0.14.1

Please refer to CHANGELOG.md for details.

#61

v0.14.0

Please refer to CHANGELOG.md for details.

#58

v0.13.14

Please refer to CHANGELOG.md for details.

#56

v0.13.13

Please refer to CHANGELOG.md for details.

#55

v0.13.12

Please refer to CHANGELOG.md for details.

#53

v0.13.11

Please refer to CHANGELOG.md for details.

#52

v0.13.10

Please refer to CHANGELOG.md for details.

#49

v0.13.9

Please refer to CHANGELOG.md for details.

#48

v0.13.8

Please refer to CHANGELOG.md for details.

#47

v0.13.7

Please refer to CHANGELOG.md for details.

#45

... (truncated)

Changelog

Sourced from vite-plugin-electron-renderer's changelog.

0.14.1 (2023-04-15)

  • ffef5f2 chore: bump vite-plugin-utils to 0.4.1
  • 7d8471e chore: add comments
  • 4d50e2f fix: better .cjs file import path #60
  • 274cf00 chore(v0.14.1): cleanup

0.14.0 (2023-04-13)

Break!

export interface RendererOptions {
  resolve?: {
-   [id: string]: (() => string | { platform: 'browser' | 'node' } | Promise<string | { platform: 'browser' | 'node' }>)
+   [module: string]: {
+     type: 'cjs' | 'esm',
+     build?: (args: {
+       cjs: (module: string) => Promise<string>,
+       esm: (module: string, buildOptions?: import('esbuild').BuildOptions) => Promise<string>,
+     }) => Promise<string>
+   }
  }
}

Main Changed

  1. on-demand pre-bundle builtin, third-part C/C++, esm modules
  2. support full custom pre-bundle
  • 98c4d27 docs: v0.14.0
  • af6bb2b chore(examples): update quick-start
  • 110c854 chore: better build script
  • cd1b5bb chore: remove .npmrc
  • b8038f5 refactor(v0.14.0): better options.resolve
  • 7c5afae refactor(v0.14.0): on-demand pre-bundle

0.13.14 (2023-03-31)

0.13.13 (2023-03-29)

  • 8c044c9 fix: require instead await import

0.13.12 (2023-03-28)

  • 7f6b3a4 fix: correctly path
  • a7b1132 docs: update

... (truncated)

Commits

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 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-renderer](https://github.com/electron-vite/vite-plugin-electron-renderer) from 0.12.1 to 0.14.1.
- [Release notes](https://github.com/electron-vite/vite-plugin-electron-renderer/releases)
- [Changelog](https://github.com/electron-vite/vite-plugin-electron-renderer/blob/main/CHANGELOG.md)
- [Commits](electron-vite/vite-plugin-electron-renderer@v0.12.1...v0.14.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 1, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 1, 2023

Superseded by #7.

@dependabot dependabot bot closed this Jun 1, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vite-plugin-electron-renderer-0.14.1 branch June 1, 2023 11:07
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