Skip to content
This repository was archived by the owner on Jun 27, 2026. It is now read-only.

Bump the dependencies group with 4 updates - #239

Merged
hiroto7 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-1586ae20d4
Jun 10, 2026
Merged

Bump the dependencies group with 4 updates#239
hiroto7 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-1586ae20d4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 4 updates: @crxjs/vite-plugin, @tailwindcss/typography, @types/chrome and @types/react.

Updates @crxjs/vite-plugin from 2.4.0 to 2.5.0

Changelog

Sourced from @​crxjs/vite-plugin's changelog.

2.5.0

Minor Changes

  • 4756baf: feat: add HMR support for CSS declared in manifest content_scripts

  • 4756baf: add: browser_specific_settings.gecko properties

  • 4756baf: Fix "TypeError: plugins is not iterable" error when using rolldown-vite (Vite 7).

    In rolldown-vite, the buildStart hook doesn't receive options.plugins. This fix uses the configResolved hook to get plugins from the resolved config, with buildStart kept as a fallback for older Vite versions.

  • 4756baf: Fixed #852, the plugin now emits a correct URL in service-worker-loader.js when the Vite option server.https is enabled.

  • 4756baf: fix: resolve TypeScript types correctly for ESM and CJS consumers

  • 4756baf: feat: add Vite 8 beta support

Patch Changes

  • 4756baf: ci: migrate release workflow to npm trusted publishers

  • 570312a: fix: sanitize colons from output filenames on Windows

  • 4756baf: fix: copy CSS files declared in manifest content_scripts to output

  • 4756baf: Replace cheerio with node-html-parser to fix npm deprecation warning for whatwg-encoding.

    Also adds explicit vite peerDependency declaration (^3.0.0 through ^7.0.0) to enable proper version resolution when used with different vite versions.

  • 4756baf: ci: run compat tests against stable Vite 8, make the vite8 available as a peer dependency

  • 4756baf: fix: UnoCSS/TailwindCSS HMR issues with virtual CSS modules

  • 8a99b4f: made data_collection_permissions optional

  • 4756baf: fix: respect user's build.manifest setting in Vite 4+

    When users set build.manifest: false in their Vite config, the Vite manifest file (.vite/manifest.json in Vite 5+, or manifest.json in older versions) is now properly removed from the output bundle.

    CRXJS internally requires the Vite manifest to derive content script resources during build, so it forces build.manifest: true. Previously, this meant the Vite manifest was always included in the output even if the user explicitly disabled it. Now, CRXJS removes the manifest from the bundle after processing if the user didn't want it.

    Closes #1077

  • d364bd8: chore: upgrade chokidar to 5.0.0

... (truncated)

Commits
  • c6a0bc2 poll for file changes instead of wait a fixed amount of time
  • e3c75f9 use waitForRegisteredContentScripts instead of timeout
  • 198edac also test dynamic scripts in serve mode (iife feature)
  • 181fd7c use consts for script ids for clarity
  • d4534b6 abstract script ids into resulable consts
  • 2def8f7 created getServiceWorker and waitForRegisteredContentScripts helper functions
  • adee564 Merge pull request #2 from Toumash/feat/iife-extension-1158
  • c1fc77c Merge branch 'crxjs:main' into feat/1101--iife-content-scripts
  • 098795c test: more robust src/ reset in IIFE e2e fixtures
  • 7e14f9e docs: document the three IIFE declaration modes and chunk removal policy
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by toumash, a new releaser for @​crxjs/vite-plugin since your current version.

Attestation changes

This version has no provenance attestation, while the previous version (2.4.0) was attested. Review the package versions before updating.


Updates @tailwindcss/typography from 0.5.19 to 0.5.20

Release notes

Sourced from @​tailwindcss/typography's releases.

v0.5.20

Fixed

  • Support installing with stable versions of Tailwind CSS v4 (#424)
Changelog

Sourced from @​tailwindcss/typography's changelog.

[0.5.20] - 2026-06-08

Fixed

  • Support installing with stable versions of Tailwind CSS v4 (#424)
Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​tailwindcss/typography since your current version.


Updates @types/chrome from 0.1.42 to 0.1.43

Commits

Updates @types/react from 19.2.16 to 19.2.17

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 4 updates: [@crxjs/vite-plugin](https://github.com/crxjs/chrome-extension-tools/tree/HEAD/packages/vite-plugin), [@tailwindcss/typography](https://github.com/tailwindlabs/tailwindcss-typography), [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react).


Updates `@crxjs/vite-plugin` from 2.4.0 to 2.5.0
- [Release notes](https://github.com/crxjs/chrome-extension-tools/releases)
- [Changelog](https://github.com/crxjs/chrome-extension-tools/blob/main/packages/vite-plugin/CHANGELOG.md)
- [Commits](https://github.com/crxjs/chrome-extension-tools/commits/vite-plugin-v2.5.0/packages/vite-plugin)

Updates `@tailwindcss/typography` from 0.5.19 to 0.5.20
- [Release notes](https://github.com/tailwindlabs/tailwindcss-typography/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss-typography/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss-typography@v0.5.19...v0.5.20)

Updates `@types/chrome` from 0.1.42 to 0.1.43
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chrome)

Updates `@types/react` from 19.2.16 to 19.2.17
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@crxjs/vite-plugin"
  dependency-version: 2.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tailwindcss/typography"
  dependency-version: 0.5.20
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/chrome"
  dependency-version: 0.1.43
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/react"
  dependency-version: 19.2.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 8, 2026
@hiroto7
hiroto7 merged commit bbb184e into main Jun 10, 2026
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/dependencies-1586ae20d4 branch June 10, 2026 07:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant