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 the development-dependencies group across 1 directory with 22 updates #45

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 25, 2024

Bumps the development-dependencies group with 22 updates in the / directory:

Package From To
@electron-forge/cli 7.4.0 7.6.0
@electron-forge/maker-deb 7.4.0 7.6.0
@electron-forge/maker-rpm 7.4.0 7.6.0
@electron-forge/maker-squirrel 7.4.0 7.6.0
@electron-forge/maker-zip 7.4.0 7.6.0
@electron-forge/plugin-auto-unpack-natives 7.4.0 7.6.0
@electron-forge/plugin-fuses 7.4.0 7.6.0
@electron-forge/plugin-vite 7.4.0 7.6.0
@electron-forge/publisher-github 7.4.0 7.6.0
electron 32.1.0 33.2.1
eslint 9.10.0 9.17.0
eslint-import-resolver-typescript 3.6.3 3.7.0
eslint-plugin-import-x 4.2.1 4.6.1
eslint-plugin-react 7.36.1 7.37.3
eslint-plugin-react-hooks 5.1.0-rc.0 5.1.0
eslint-plugin-tailwindcss 3.17.4 3.17.5
postcss 8.4.47 8.4.49
prettier 3.3.3 3.4.2
tailwindcss 3.4.12 3.4.17
typescript 5.6.2 5.7.2
typescript-eslint 8.6.0 8.18.2
vite 5.4.6 6.0.5

Updates @electron-forge/cli from 7.4.0 to 7.6.0

Release notes

Sourced from @​electron-forge/cli's releases.

v7.6.0

What's Changed

Added Forge preStart hook

Electron Forge v7.6.0 adds a new preStart hook that improves Forge's starting logic, specifically allowing multiple plugins to customize their start logic, rather than just one. This addition fixes an issue where a project containing multiple plugins that hooked into the app's start would collide.

Allow omittingACL from publisher-s3 plugin upload

v7.6.0 also allows users of the publisher-s3 plugin to omit the ACL from the upload request, per Amazon's recommendation of using bucket owner-enforced permissions.

Bug Fixes and Improvements

Other Changes

New Contributors

Full Changelog: electron/forge@v7.5.0...v7.6.0

v7.5.0

What's Changed

Improved ESM module support

Electron Forge v7.5.0 adds support for loading Forge modules (plugins, makers, publishers etc.) that use ESM for their module format. This change allows both official Forge modules and third-party modules to use ESM syntax.

Change in Vite support policy

v7.5.0 also makes refinements to our Vite plugin, fixing an issue that users identified as breaking between 7.2.0 and 7.3.0 (electron/forge#3506). Users upgrading from any past version of Forge to 7.5.0 should now not experience breaking config changes.

... (truncated)

Changelog

Sourced from @​electron-forge/cli's changelog.

6.0.2 (2022-11-14)

6.0.1 (2022-11-08)

6.0.0 (2022-11-02)

6.0.0-beta.75 (2022-11-01)

New Features

6.0.0-beta.74 (2022-11-01)

Bug Fixes
  • do not proxify class instances in forge config (#3039) (a89ed7d3)
Other Changes
  • add proper package test for webpack ts template (#3040) (6e9cca35)

6.0.0-beta.73 (2022-11-01)

Bug Fixes

6.0.0-beta.72 (2022-10-31)

6.0.0-beta.71 (2022-10-31)

Bug Fixes
  • packager: "packaging application" log never stops when building for multiple architectures (#3006) (247f52ab)
  • publish: ignore unnecessary files when publishing to npm (#3024) (ab8ea661)
  • template-base: use minimum instead of exact version when replacing ELECTRON_FORGE/VERSION in templates (#3030) (7aaa7029)
  • use @​electron-forge/cli hint for project resolution (#3023) (b5d05874)
  • restore isProd in the webpack plugin (#3021) (531788ba)

6.0.0-beta.70 (2022-10-28)

Bug Fixes

6.0.0-beta.69 (2022-10-27)

... (truncated)

Commits
  • 37a66f2 v7.6.0
  • c9a6247 fix(plugin-vite): merge Vite build.lib config (#3721)
  • 73e8190 build(deps): bump cross-spawn from 7.0.3 to 7.0.5 (#3762)
  • 2b6da59 feat(publisher-s3): allow ACL omission (#3728)
  • f947936 fix(vite-template): fix vite template start failed after package (#3713)
  • a2d704e feat: add preStart hook and port existing startLogic impls (#3720)
  • cbb6416 build(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 (#3745)
  • 09ca523 build(deps): bump actions/setup-node from 4.0.4 to 4.1.0 (#3748)
  • 32e4d19 build(deps): bump dsanders11/project-actions from 1.3.0 to 1.4.0 (#3749)
  • a202c95 chore: bump electronjs/node to 2.3.1 (main) (#3746)
  • Additional commits viewable in compare view

Updates @electron-forge/maker-deb from 7.4.0 to 7.6.0

Release notes

Sourced from @​electron-forge/maker-deb's releases.

v7.6.0

What's Changed

Added Forge preStart hook

Electron Forge v7.6.0 adds a new preStart hook that improves Forge's starting logic, specifically allowing multiple plugins to customize their start logic, rather than just one. This addition fixes an issue where a project containing multiple plugins that hooked into the app's start would collide.

Allow omittingACL from publisher-s3 plugin upload

v7.6.0 also allows users of the publisher-s3 plugin to omit the ACL from the upload request, per Amazon's recommendation of using bucket owner-enforced permissions.

Bug Fixes and Improvements

Other Changes

New Contributors

Full Changelog: electron/forge@v7.5.0...v7.6.0

v7.5.0

What's Changed

Improved ESM module support

Electron Forge v7.5.0 adds support for loading Forge modules (plugins, makers, publishers etc.) that use ESM for their module format. This change allows both official Forge modules and third-party modules to use ESM syntax.

Change in Vite support policy

v7.5.0 also makes refinements to our Vite plugin, fixing an issue that users identified as breaking between 7.2.0 and 7.3.0 (electron/forge#3506). Users upgrading from any past version of Forge to 7.5.0 should now not experience breaking config changes.

... (truncated)

Changelog

Sourced from @​electron-forge/maker-deb's changelog.

6.0.2 (2022-11-14)

6.0.1 (2022-11-08)

6.0.0 (2022-11-02)

6.0.0-beta.75 (2022-11-01)

New Features

6.0.0-beta.74 (2022-11-01)

Bug Fixes
  • do not proxify class instances in forge config (#3039) (a89ed7d3)
Other Changes
  • add proper package test for webpack ts template (#3040) (6e9cca35)

6.0.0-beta.73 (2022-11-01)

Bug Fixes

6.0.0-beta.72 (2022-10-31)

6.0.0-beta.71 (2022-10-31)

Bug Fixes
  • packager: "packaging application" log never stops when building for multiple architectures (#3006) (247f52ab)
  • publish: ignore unnecessary files when publishing to npm (#3024) (ab8ea661)
  • template-base: use minimum instead of exact version when replacing ELECTRON_FORGE/VERSION in templates (#3030) (7aaa7029)
  • use @​electron-forge/cli hint for project resolution (#3023) (b5d05874)
  • restore isProd in the webpack plugin (#3021) (531788ba)

6.0.0-beta.70 (2022-10-28)

Bug Fixes

6.0.0-beta.69 (2022-10-27)

... (truncated)

Commits
  • 37a66f2 v7.6.0
  • c9a6247 fix(plugin-vite): merge Vite build.lib config (#3721)
  • 73e8190 build(deps): bump cross-spawn from 7.0.3 to 7.0.5 (#3762)
  • 2b6da59 feat(publisher-s3): allow ACL omission (#3728)
  • f947936 fix(vite-template): fix vite template start failed after package (#3713)
  • a2d704e feat: add preStart hook and port existing startLogic impls (#3720)
  • cbb6416 build(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 (#3745)
  • 09ca523 build(deps): bump actions/setup-node from 4.0.4 to 4.1.0 (#3748)
  • 32e4d19 build(deps): bump dsanders11/project-actions from 1.3.0 to 1.4.0 (#3749)
  • a202c95 chore: bump electronjs/node to 2.3.1 (main) (#3746)
  • Additional commits viewable in compare view

Updates @electron-forge/maker-rpm from 7.4.0 to 7.6.0

Release notes

Sourced from @​electron-forge/maker-rpm's releases.

v7.6.0

What's Changed

Added Forge preStart hook

Electron Forge v7.6.0 adds a new preStart hook that improves Forge's starting logic, specifically allowing multiple plugins to customize their start logic, rather than just one. This addition fixes an issue where a project containing multiple plugins that hooked into the app's start would collide.

Allow omittingACL from publisher-s3 plugin upload

v7.6.0 also allows users of the publisher-s3 plugin to omit the ACL from the upload request, per Amazon's recommendation of using bucket owner-enforced permissions.

Bug Fixes and Improvements

Other Changes

New Contributors

Full Changelog: electron/forge@v7.5.0...v7.6.0

v7.5.0

What's Changed

Improved ESM module support

Electron Forge v7.5.0 adds support for loading Forge modules (plugins, makers, publishers etc.) that use ESM for their module format. This change allows both official Forge modules and third-party modules to use ESM syntax.

Change in Vite support policy

v7.5.0 also makes refinements to our Vite plugin, fixing an issue that users identified as breaking between 7.2.0 and 7.3.0 (electron/forge#3506). Users upgrading from any past version of Forge to 7.5.0 should now not experience breaking config changes.

... (truncated)

Changelog

Sourced from @​electron-forge/maker-rpm's changelog.

6.0.2 (2022-11-14)

6.0.1 (2022-11-08)

6.0.0 (2022-11-02)

6.0.0-beta.75 (2022-11-01)

New Features

6.0.0-beta.74 (2022-11-01)

Bug Fixes
  • do not proxify class instances in forge config (#3039) (a89ed7d3)
Other Changes
  • add proper package test for webpack ts template (#3040) (6e9cca35)

6.0.0-beta.73 (2022-11-01)

Bug Fixes

6.0.0-beta.72 (2022-10-31)

6.0.0-beta.71 (2022-10-31)

Bug Fixes
  • packager: "packaging application" log never stops when building for multiple architectures (#3006) (247f52ab)
  • publish: ignore unnecessary files when publishing to npm (#3024) (ab8ea661)
  • template-base: use minimum instead of exact version when replacing ELECTRON_FORGE/VERSION in templates (#3030) (7aaa7029)
  • use @​electron-forge/cli hint for project resolution (#3023) (b5d05874)
  • restore isProd in the webpack plugin (#3021) (531788ba)

6.0.0-beta.70 (2022-10-28)

Bug Fixes

6.0.0-beta.69 (2022-10-27)

... (truncated)

Commits
  • 37a66f2 v7.6.0
  • c9a6247 fix(plugin-vite): merge Vite build.lib config (#3721)
  • 73e8190 build(deps): bump cross-spawn from 7.0.3 to 7.0.5 (#3762)
  • 2b6da59 feat(publisher-s3): allow ACL omission (#3728)
  • f947936 fix(vite-template): fix vite template start failed after package (#3713)
  • a2d704e feat: add preStart hook and port existing startLogic impls (#3720)
  • cbb6416 build(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 (#3745)
  • 09ca523 build(deps): bump actions/setup-node from 4.0.4 to 4.1.0 (#3748)
  • 32e4d19 build(deps): bump dsanders11/project-actions from 1.3.0 to 1.4.0 (#3749)
  • a202c95 chore: bump electronjs/node to 2.3.1 (main) (#3746)
  • Additional commits viewable in compare view

Updates @electron-forge/maker-squirrel from 7.4.0 to 7.6.0

Release notes

Sourced from @​electron-forge/maker-squirrel's releases.

v7.6.0

What's Changed

Added Forge preStart hook

Electron Forge v7.6.0 adds a new preStart hook that improves Forge's starting logic, specifically allowing multiple plugins to customize their start logic, rather than just one. This addition fixes an issue where a project containing multiple plugins that hooked into the app's start would collide.

Allow omittingACL from publisher-s3 plugin upload

v7.6.0 also allows users of the publisher-s3 plugin to omit the ACL from the upload request, per Amazon's recommendation of using bucket owner-enforced permissions.

Bug Fixes and Improvements

Other Changes

New Contributors

Full Changelog: electron/forge@v7.5.0...v7.6.0

v7.5.0

What's Changed

Improved ESM module support

Electron Forge v7.5.0 adds support for loading Forge modules (plugins, makers, publishers etc.) that use ESM for their module format. This change allows both official Forge modules and third-party modules to use ESM syntax.

Change in Vite support policy

v7.5.0 also makes refinements to our Vite plugin, fixing an issue that users identified as breaking between 7.2.0 and 7.3.0 (electron/forge#3506). Users upgrading from any past version of Forge to 7.5.0 should now not experience breaking config changes.

... (truncated)

Changelog

Sourced from @​electron-forge/maker-squirrel's changelog.

6.0.2 (2022-11-14)

6.0.1 (2022-11-08)

6.0.0 (2022-11-02)

6.0.0-beta.75 (2022-11-01)

New Features

6.0.0-beta.74 (2022-11-01)

Bug Fixes
  • do not proxify class instances in forge config (#3039) (a89ed7d3)
Other Changes
  • add proper package test for webpack ts template (#3040) (6e9cca35)

6.0.0-beta.73 (2022-11-01)

Bug Fixes

6.0.0-beta.72 (2022-10-31)

6.0.0-beta.71 (2022-10-31)

Bug Fixes
  • packager: "packaging application" log never stops when building for multiple architectures (#3006) (247f52ab)
  • publish: ignore unnecessary files when publishing to npm (#3024) (ab8ea661)
  • template-base: use minimum instead of exact version when replacing ELECTRON_FORGE/VERSION in templates (#3030) (7aaa7029)
  • use @​electron-forge/cli hint for project resolution (#3023) (b5d05874)
  • restore isProd in the webpack plugin (#3021) (531788ba)

6.0.0-beta.70 (2022-10-28)

Bug Fixes

6.0.0-beta.69 (2022-10-27)

... (truncated)

Commits
  • 37a66f2 v7.6.0
  • c9a6247 fix(plugin-vite): merge Vite build.lib config (#3721)
  • 73e8190 build(deps): bump cross-spawn from 7.0.3 to 7.0.5 (#3762)
  • 2b6da59 feat(publisher-s3): allow ACL omission (#3728)
  • f947936 fix(vite-template): fix vite template start failed after package (#3713)
  • a2d704e feat: add preStart hook and port existing startLogic impls (#3720)
  • cbb6416 build(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 (#3745)
  • 09ca523 build(deps): bump actions/setup-node from 4.0.4 to 4.1.0 (#3748)
  • 32e4d19 build(deps): bump dsanders11/project-actions from 1.3.0 to 1.4.0 (#3749)
  • a202c95 chore: bump electronjs/node to 2.3.1 (main) (#3746)
  • Additional commits viewable in compare view

Updates @electron-forge/maker-zip from 7.4.0 to 7.6.0

Release notes

Sourced from @​electron-forge/maker-zip's releases.

v7.6.0

What's Changed

Added Forge preStart hook

Electron Forge v7.6.0 adds a new preStart hook that improves Forge's starting logic, specifically allowing multiple plugins to customize their start logic, rather than just one. This addition fixes an issue where a project containing multiple plugins that hooked into the app's start would collide.

Allow omittingACL from publisher-s3 plugin upload

v7.6.0 also allows users of the publisher-s3 plugin to omit the ACL from the upload request, per Amazon's recommendation of using bucket owner-enforced permissions.

Bug Fixes and Improvements

Other Changes

New Contributors

Full Changelog: electron/forge@v7.5.0...v7.6.0

v7.5.0

What's Changed

Improved ESM module support

Electron Forge v7.5.0 adds support for loading Forge modules (plugins, makers, publishers etc.) that use ESM for their module format. This change allows both official Forge modules and third-party modules to use ESM syntax.

Change in Vite support policy

v7.5.0 also makes refinements to our Vite plugin, fixing an issue that users identified as breaking between 7.2.0 and 7.3.0 (electron/forge#3506). Users upgrading from any past version of Forge to 7.5.0 should now not experience breaking config changes.

... (truncated)

Changelog

Sourced from @​electron-forge/maker-zip's changelog.

6.0.2 (2022-11-14)

6.0.1 (2022-11-08)

6.0.0 (2022-11-02)

6.0.0-beta.75 (2022-11-01)

New Features

6.0.0-beta.74 (2022-11-01)

Bug Fixes
  • do not proxify class instances in forge config (#3039) (a89ed7d3)
Other Changes
  • add proper package test for webpack ts template (#3040) (6e9cca35)

6.0.0-beta.73 (2022-11-01)

Bug Fixes

6.0.0-beta.72 (2022-10-31)

6.0.0-beta.71 (2022-10-31)

Bug Fixes
  • packager: "packaging application" log never stops when building for multiple architectures (#3006) (247f52ab)
  • publish: ignore unnecessary files when publishing to npm (#3024) (ab8ea661)
  • template-base: use minimum instead of exact version when replacing ELECTRON_FORGE/VERSION in templates (#3030) (7aaa7029)
  • use @​electron-forge/cli hint for project resol...

    Description has been truncated

…dates

Bumps the development-dependencies group with 22 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@electron-forge/cli](https://github.com/electron/forge) | `7.4.0` | `7.6.0` |
| [@electron-forge/maker-deb](https://github.com/electron/forge) | `7.4.0` | `7.6.0` |
| [@electron-forge/maker-rpm](https://github.com/electron/forge) | `7.4.0` | `7.6.0` |
| [@electron-forge/maker-squirrel](https://github.com/electron/forge) | `7.4.0` | `7.6.0` |
| [@electron-forge/maker-zip](https://github.com/electron/forge) | `7.4.0` | `7.6.0` |
| [@electron-forge/plugin-auto-unpack-natives](https://github.com/electron/forge) | `7.4.0` | `7.6.0` |
| [@electron-forge/plugin-fuses](https://github.com/electron/forge) | `7.4.0` | `7.6.0` |
| [@electron-forge/plugin-vite](https://github.com/electron/forge/tree/HEAD/packages/plugin/vite) | `7.4.0` | `7.6.0` |
| [@electron-forge/publisher-github](https://github.com/electron/forge) | `7.4.0` | `7.6.0` |
| [electron](https://github.com/electron/electron) | `32.1.0` | `33.2.1` |
| [eslint](https://github.com/eslint/eslint) | `9.10.0` | `9.17.0` |
| [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) | `3.6.3` | `3.7.0` |
| [eslint-plugin-import-x](https://github.com/un-ts/eslint-plugin-import-x) | `4.2.1` | `4.6.1` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.36.1` | `7.37.3` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `5.1.0-rc.0` | `5.1.0` |
| [eslint-plugin-tailwindcss](https://github.com/francoismassart/eslint-plugin-tailwindcss) | `3.17.4` | `3.17.5` |
| [postcss](https://github.com/postcss/postcss) | `8.4.47` | `8.4.49` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.2` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.12` | `3.4.17` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.2` | `5.7.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.6.0` | `8.18.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.6` | `6.0.5` |



Updates `@electron-forge/cli` from 7.4.0 to 7.6.0
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](electron/forge@v7.4.0...v7.6.0)

Updates `@electron-forge/maker-deb` from 7.4.0 to 7.6.0
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](electron/forge@v7.4.0...v7.6.0)

Updates `@electron-forge/maker-rpm` from 7.4.0 to 7.6.0
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](electron/forge@v7.4.0...v7.6.0)

Updates `@electron-forge/maker-squirrel` from 7.4.0 to 7.6.0
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](electron/forge@v7.4.0...v7.6.0)

Updates `@electron-forge/maker-zip` from 7.4.0 to 7.6.0
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](electron/forge@v7.4.0...v7.6.0)

Updates `@electron-forge/plugin-auto-unpack-natives` from 7.4.0 to 7.6.0
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](electron/forge@v7.4.0...v7.6.0)

Updates `@electron-forge/plugin-fuses` from 7.4.0 to 7.6.0
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](electron/forge@v7.4.0...v7.6.0)

Updates `@electron-forge/plugin-vite` from 7.4.0 to 7.6.0
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](https://github.com/electron/forge/commits/v7.6.0/packages/plugin/vite)

Updates `@electron-forge/publisher-github` from 7.4.0 to 7.6.0
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](electron/forge@v7.4.0...v7.6.0)

Updates `electron` from 32.1.0 to 33.2.1
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v32.1.0...v33.2.1)

Updates `eslint` from 9.10.0 to 9.17.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.10.0...v9.17.0)

Updates `eslint-import-resolver-typescript` from 3.6.3 to 3.7.0
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases)
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md)
- [Commits](import-js/eslint-import-resolver-typescript@v3.6.3...v3.7.0)

Updates `eslint-plugin-import-x` from 4.2.1 to 4.6.1
- [Release notes](https://github.com/un-ts/eslint-plugin-import-x/releases)
- [Changelog](https://github.com/un-ts/eslint-plugin-import-x/blob/master/CHANGELOG.md)
- [Commits](un-ts/eslint-plugin-import-x@v4.2.1...v4.6.1)

Updates `eslint-plugin-react` from 7.36.1 to 7.37.3
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.36.1...v7.37.3)

Updates `eslint-plugin-react-hooks` from 5.1.0-rc.0 to 5.1.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

Updates `eslint-plugin-tailwindcss` from 3.17.4 to 3.17.5
- [Release notes](https://github.com/francoismassart/eslint-plugin-tailwindcss/releases)
- [Commits](francoismassart/eslint-plugin-tailwindcss@v3.17.4...v3.17.5)

Updates `postcss` from 8.4.47 to 8.4.49
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.47...8.4.49)

Updates `prettier` from 3.3.3 to 3.4.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.3...3.4.2)

Updates `tailwindcss` from 3.4.12 to 3.4.17
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.17/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.12...v3.4.17)

Updates `typescript` from 5.6.2 to 5.7.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.2...v5.7.2)

Updates `typescript-eslint` from 8.6.0 to 8.18.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.2/packages/typescript-eslint)

Updates `vite` from 5.4.6 to 6.0.5
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.0.5/packages/vite)

---
updated-dependencies:
- dependency-name: "@electron-forge/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@electron-forge/maker-deb"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@electron-forge/maker-rpm"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@electron-forge/maker-squirrel"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@electron-forge/maker-zip"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@electron-forge/plugin-auto-unpack-natives"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@electron-forge/plugin-fuses"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@electron-forge/plugin-vite"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@electron-forge/publisher-github"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: electron
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: eslint-import-resolver-typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: eslint-plugin-import-x
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: eslint-plugin-react-hooks
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: eslint-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 1, 2025

Superseded by #47.

@dependabot dependabot bot closed this Jan 1, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/development-dependencies-abf6afd2f1 branch January 1, 2025 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants