Bump @electron-forge/plugin-webpack from 6.0.0-beta.68 to 6.0.0-beta.70
Bumps @electron-forge/plugin-webpack from 6.0.0-beta.68 to 6.0.0-beta.70.
Release notes
Sourced from @electron-forge/plugin-webpack's releases.
6.0.0-beta.69
What's Changed
Breaking Changes
- feat!: prefer forge.config.js over package.json config by
@erickzhaoin electron/forge#2991- refactor!: better internal type safety for hooks by
@MarshallOfSoundin electron/forge#2995Features
- feat(plugin-webpack): support standalone preload entry points by
@erickzhaoin electron/forge#2950- feat: add support for forge.config.ts et. al by
@MarshallOfSoundin electron/forge#2993- feat(publisher-s3): Add sessionToken and change default fallback by
@bbourein electron/forge#2984Other Changes
- fix(plugin-webpack): keep
devDependencies,dependencies,optionalDependenciesandpeerDependenciesin the distributed package.json by@erikianin electron/forge#3007- fix(template-typescript-webpack): use new plugin syntax by
@georgexu99in electron/forge#2989- fix(template-webpack): use new plugin syntax by
@georgexu99in electron/forge#2990- build: configure import/order eslint rule by
@MarshallOfSoundin electron/forge#2997- build: actually enable husky/lint-staged by
@MarshallOfSoundin electron/forge#2999- build: add rule that enforces named exports over default exports by
@MarshallOfSoundin electron/forge#3000- refactor: rename some constructor params for MakerBase and PublisherBase by
@MarshallOfSoundin electron/forge#2994New Contributors
@bbouremade their first contribution in electron/forge#2984Full Changelog: https://github.com/electron/forge/compare/v6.0.0-beta.68...v6.0.0-beta.69
Changelog
Sourced from @electron-forge/plugin-webpack's changelog.
6.0.0-beta.70 (2022-10-28)
Bug Fixes
- template-typescript-webpack:
6.0.0-beta.69 (2022-10-27)
New Features
- publisher-s3: Add sessionToken and change default fallback (#2984) (72b80a7f)
- add support for forge.config.ts et. al (#2993) (e404bf10)
- plugin-webpack: support standalone preload entry points (#2950) (93b31c7d)
Bug Fixes
- plugin-webpack: keep
devDependencies,dependencies,optionalDependenciesandpeerDependenciesin the distributed package.json (#3007) (0f75ce08)- template-webpack: use new plugin syntax (#2990) (14721498)
- template-typescript-webpack: use new plugin syntax (#2989) (4f222f48)
Other Changes
Commits
d340c6fUpdate CHANGELOG.md for 6.0.0-beta.70235a56eRelease 6.0.0-beta.70afa9883build: add icon to MakerWixConfig (#3017)ab160d5fix(template-typescript-webpack): install ts-node (#3016)378e200fix(template-typescript-webpack): webpack entrypoint extensions (#3014)c3a8db4fix(template-typescript-webpack): clean up forge config code (#3009)0731039Release 6.0.0 beta.69 (#3011)bfb7280chore: fix links from userland migration (#3010)777197efeat!: prefer forge.config.js over package.json config (#2991)25a0a63chore: build electron-wix-msi to 5.0.0 (#3008)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by georgexu99, a new releaser for @electron-forge/plugin-webpack since your current version.
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 will merge this PR once it's up-to-date and CI passes on it, as requested by @unknownskl.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
One of your CI runs failed on this pull request, so Dependabot won't merge it.
Dependabot will still automatically merge this pull request if you amend it and your tests pass.
Superseded by #532.