Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 3, 2025

Bumps the patch group with 3 updates: @types/chrome, @crxjs/vite-plugin and eslint-plugin-react.

Updates @types/chrome from 0.0.306 to 0.0.329

Commits

Updates @crxjs/vite-plugin from 2.0.0-beta.26 to 2.0.2

Release notes

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

@​crxjs/vite-plugin@​2.0.2

Patch Changes

  • dcd88ee: fix: update repository url

@​crxjs/vite-plugin@​2.0.1

Patch Changes

  • b7e41e0: beatiful terminal

@​crxjs/vite-plugin@​2.0.0

🎉 Vite support is officially out of beta! 🎉

Vite support has been around under the @beta npm tag since December 16, 2021, but we're thrilled to announce that it's officially out of beta with version 2.0.0 ! 🔥

After three years of beta use, from Vite 3 to Vite 6, the plugin has proven it's stability for Chrome extension development.

What's New?

  • Revamped README: Easier setup instructions to get you coding immediately.
  • NPM Template: Quickly scaffold your extension with npm create crxjs@latest
  • Playgrounds: Enhanced playgrounds for maintainers to test and iterate swiftly.
  • CI Improvements: Windows integration and end-to-end tests on every PR to proactively catch bugs.
  • Active Maintainers: A vibrant and brand-new maintainers team 🎊
  • Discord Community: Join the discussion and connect with fellow developers ➡️ Discord.
  • Svelte Support: Enhanced support for developing extensions with Svelte!

Major Changes

  • 628b14f: Vite 3 support and new file writer

    This release adds Vite 3 support and includes a complete rewrite of the content script file writer. There are no intentional breaking changes, but Vite 3 support required significant changes under the hood, therefore this is a major release.

  • f4eb4d4: fix: workaround for the issue with chrome.runtime.getURL introduced in Chrome 130 causing CSP rejecting script due to different origin (GUID instead of chrome extension id)

Minor Changes

  • 9b0381b: Add Svelte support

Patch Changes

  • a336cdf: fix: make HMR working again with latest vite version
  • ca0dfee: WIP: fix HMR singleton issue
  • cc76555: fix: hmr error
  • 459a38e: fix: cjs require file

... (truncated)

Changelog

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

2.0.2

Patch Changes

  • dcd88ee: fix: update repository url

2.0.1

Patch Changes

  • b7e41e0: beatiful terminal

2.0.0

Major Changes

  • 628b14f: ## Vite 3 support and new file writer

    This release adds Vite 3 support and includes a complete rewrite of the content script file writer. There are no intentional breaking changes, but Vite 3 support required significant changes under the hood, therefore this is a major release.

  • f4eb4d4: fix: workaround for the issue with chrome.runtime.getURL introduced in Chrome 130 causing CSP rejecting script due to different origin (GUID instead of chrome extension id)

Minor Changes

  • 9b0381b: Add Svelte support

Patch Changes

  • a336cdf: fix: make HMR working again with latest vite version
  • ca0dfee: WIP: fix HMR singleton issue
  • cc76555: fix: hmr error
  • 459a38e: fix: cjs require file
  • 0a9ed4f: Proxy Cache-Control header
  • ce9fe1c: Fix/web accessible resources script modules
  • 3dea230: Add tip type: module to vue page
  • 47eeda7: fix(package): update cjs export path
  • b0ba786: fix: monorepo hmr
  • 1728bdd: Add newline to generated manifest.json (issue #668)
  • cbfd0b3: Delete invalid changeset
  • f5c4bd7: fix: background scripts for firefox build
  • badc910: fix: maintain ; and , during minification
  • ec9e879: chore: move rxjs to package.deps
  • ec2b79c: fix: avoid waiting for fileReady when serving
  • 8525e04: Propagate headers in hmr-client-worker.ts/sendToServer
  • d0de5c8: fix: reset contentScripts when main plugin is initialized

... (truncated)

Commits
  • 7abd6a2 Version Packages (#1035)
  • dcd88ee fix: update repository url (#1034)
  • 341d5b7 refactor(tests): remove all skipWaiting since they have no effects in e2e tes...
  • 96dfdea refactor(tests): remove not needed call to skipWaiting()
  • 9b9de9a Version Packages (#1030)
  • fa1dcec Merge pull request #1026 from Toumash/pr/inspect-plugin-for-build-step
  • d5cd204 tests: add favicon chrome api e2e test
  • a60ee33 feat: make vite inspect plugin run also on build test cases
  • bd20cee feat(vite-plugin): update plugin print text
  • be94ec4 feat: beautiful-print
  • Additional commits viewable in compare view

Updates eslint-plugin-react from 7.37.4 to 7.37.5

Release notes

Sourced from eslint-plugin-react's releases.

v7.37.5

Fixed

  • [no-unknown-property]: allow shadow root attrs on \<template> (#3912[] @​ljharb)
  • [prop-types]: support ComponentPropsWithRef from a namespace import (#3651[] @​corydeppen)
  • [jsx-no-constructed-context-values]: detect constructed context values in React 19 <Context> usage (#3910[] @​TildaDares)
  • [no-unknown-property]: allow transform-origin on rect (#3914[] @​ljharb)

Changed

#3651: jsx-eslint/eslint-plugin-react#3651 #3909: jsx-eslint/eslint-plugin-react#3909 #3910: jsx-eslint/eslint-plugin-react#3910 #3912: jsx-eslint/eslint-plugin-react#3912 #3914: jsx-eslint/eslint-plugin-react#3914 [button-has-type]: docs/rules/button-has-type.md [jsx-no-constructed-context-values]: docs/rules/jsx-no-constructed-context-values.md [no-unknown-property]: docs/rules/no-unknown-property.md [prop-types]: docs/rules/prop-types.md

Changelog

Sourced from eslint-plugin-react's changelog.

7.37.5 - 2025.04.03

Fixed

  • [no-unknown-property]: allow shadow root attrs on \<template> (#3912[] @​ljharb)
  • [prop-types]: support ComponentPropsWithRef from a namespace import (#3651[] @​corydeppen)
  • [jsx-no-constructed-context-values]: detect constructed context values in React 19 <Context> usage (#3910[] @​TildaDares)
  • [no-unknown-property]: allow transform-origin on rect (#3914[] @​ljharb)

Changed

#3914: jsx-eslint/eslint-plugin-react#3914 #3912: jsx-eslint/eslint-plugin-react#3912 #3910: jsx-eslint/eslint-plugin-react#3910 #3909: jsx-eslint/eslint-plugin-react#3909 #3651: jsx-eslint/eslint-plugin-react#3651

Commits
  • 2c98b83 Update CHANGELOG and bump version
  • 2f64dea [Fix] no-unknown-property: allow transform-origin on rect
  • 2428618 [Fix] jsx-no-constructed-context-values: detect constructed context values ...
  • 60b7316 [Tests] prop-types: use proper spacing/semis, button type
  • 90a00b9 [Fix] prop-types: support ComponentPropsWithRef from a namespace import
  • 3fd9b92 [Fix] no-unknown-property: allow shadow root attrs on \<template>
  • addad46 [Deps] update object.entries
  • 98a31f8 [Dev Deps] update @babel/core, @babel/eslint-parser
  • 7eb6ca9 [Docs] button-has-type: clean up phrasing
  • See full diff in compare view

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 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 patch group with 3 updates: [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome), [@crxjs/vite-plugin](https://github.com/crxjs/chrome-extension-tools/tree/HEAD/packages/vite-plugin) and [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react).


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

Updates `@crxjs/vite-plugin` from 2.0.0-beta.26 to 2.0.2
- [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/@crxjs/[email protected]/packages/vite-plugin)

Updates `eslint-plugin-react` from 7.37.4 to 7.37.5
- [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.37.4...v7.37.5)

---
updated-dependencies:
- dependency-name: "@types/chrome"
  dependency-version: 0.0.329
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@crxjs/vite-plugin"
  dependency-version: 2.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: eslint-plugin-react
  dependency-version: 7.37.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 3, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 7, 2025

Superseded by #716.

@dependabot dependabot bot closed this Jul 7, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/patch-2c059cc3c0 branch July 7, 2025 12:46
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant