Skip to content

chore(deps-dev): bump vite-plugin-electron-renderer from 0.12.1 to 0.14.5#6

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/vite-plugin-electron-renderer-0.14.5
Open

chore(deps-dev): bump vite-plugin-electron-renderer from 0.12.1 to 0.14.5#6
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/vite-plugin-electron-renderer-0.14.5

Conversation

@dependabot
Copy link

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

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

Release notes

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

v0.14.5

Please refer to CHANGELOG.md for details.

#74

v0.14.4

Please refer to CHANGELOG.md for details.

#72

v0.14.3

Please refer to CHANGELOG.md for details.

#69

v0.14.2

Please refer to CHANGELOG.md for details.

#62

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

... (truncated)

Changelog

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

0.14.5 (2023-05-23)

  • 46def0c fix: bump lib-esm to 0.4.1 for #73

0.14.4 (2023-05-21)

0.14.3 (2023-05-20)

  • 6901413 chore: bump deps
  • 7a601aa test: v0.14.3
  • f7c4b46 chore: cleanup
  • caf1172 docs: explain where put type: 'cjs' module
  • 30b5bd8 fix: compatible Windows path

0.14.2 (2023-05-05)

  • 6930c08 v0.14.2
  • d99bec7 feat(build): target node14
  • af15ae0 fix: correct lookup path for require() #63 | closes #63
  • 69a6a0b chore: cleanup
  • ef1f57e docs: update
  • dd3e052 chore: cleanup

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>
+   }
  }
}

... (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.5.
- [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.5)

---
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 Jun 1, 2023
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