gnehs / subtitle-translator-electron

↔️ Translate subtitle using ChatGPT
1.58k stars 98 forks source link

Bump vite-plugin-electron-renderer from 0.13.14 to 0.14.5 #61

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps vite-plugin-electron-renderer from 0.13.14 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

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)
dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.