Originally created by: dependabot[bot]
Updates the requirements on @crxjs/vite-plugin, @types/chrome, @types/node, sirv-cli, typescript and vitest to permit the latest version.
Updates @crxjs/vite-plugin from 2.0.0-beta.33 to 2.7.1
Sourced from @crxjs/vite-plugin's releases.
@crxjs/vite-plugin@2.3.0Minor Changes
- ee17090: * adds support for main world content scripts declared from manifest
- shows warning during development for detected main world scripts so that the dev is not surprised the hmr does not work for it
- does not touch
chrome.scripting.registerContentScriptsscripts, as they already work
@crxjs/vite-plugin@2.2.1Patch Changes
- 5ff5465: feat(vite-plugin): limit path string checking to literals
@crxjs/vite-plugin@2.2.0Minor Changes
- 1b0ada4: feat: add support for root url content script match in firefox #1056](https://github.com/href="https://github.com/crxjs/chrome-extension-tools/tree/HEAD/packages/vite-plugin/issues/1056">/issues/1056)
@crxjs/vite-plugin@2.1.0Minor Changes
- 637e12c: feat: include sourcemaps in web_accessible_resources
- 3e7a1b3: feat: allow query string in manifest html urls
@crxjs/vite-plugin@2.0.3Patch Changes
- 96c942b: fix: usage of newer picocolor api when using old dependency #1038](https://github.com/href="https://github.com/crxjs/chrome-extension-tools/tree/HEAD/packages/vite-plugin/issues/1038">/issues/1038)
- 548fb58: Add optional_host_permissions to manifest schemas
@crxjs/vite-plugin@2.0.2Patch Changes
- dcd88ee: fix: update repository url
@crxjs/vite-plugin@2.0.1Patch Changes
- b7e41e0: beatiful terminal
@crxjs/vite-plugin@2.0.0🎉 Vite support is officially out of beta! 🎉
Vite support has been around under the
@betanpm 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?
... (truncated)
Sourced from @crxjs/vite-plugin's changelog.
2.7.1
Patch Changes
- efa9c63: Update direct dependency ranges for
convert-source-map,debug, andfs-extra.- 6efde9d: Filter Vite 8/Rolldown-only options before the dev file writer calls Rollup, removing
Unknown input options: platformwarnings.2.7.0
Minor Changes
- 9f00943: Add dev HMR support for manifest-declared MAIN world content scripts.
Patch Changes
- a9cc89a: Remove unused vite-plugin dependencies and update selected dependency versions.
2.6.1
Patch Changes
- 2b88621: Coalesce file writer readiness waits so large dev-server graph updates do not repeatedly recompute the same dependency traversal. This also fixes late HMR readiness waits that could miss the shared ready event and delay content script updates.
2.6.0
Minor Changes
4f5d2ec: feat: add IIFE content script bundling
Content scripts named with
.iife.tsextension are automatically bundled as self-contained IIFE files with all dependencies inlined. This is useful for MAIN world content scripts used withchrome.scripting.executeScriptorchrome.scripting.registerContentScripts.Patch Changes
- 5316e9c: Allow
chrome-extension://andmoz-extension://origins in Vite dev-server CORS automatically. This keeps extension pages able to fetch dev-server files on Vite releases with the stricter localhost-only CORS default, including Vite4.5.6,5.4.12, and6.0.9+, without requiring projects to configureserver.cors.originmanually.- 1aee9ad: fix: dynamic content scripts failing in build --watch mode
- 2f8bab5: Fix the dev-mode loading page so it waits for the requested extension HTML file, preserves the page URL query string, allows extension-origin
... (truncated)
This version was pushed to npm by GitHub Actions, a new releaser for @crxjs/vite-plugin since your current version.
Updates @types/chrome from 0.0.268 to 0.2.2
Updates @types/node from 26.0.1 to 26.1.1
Updates sirv-cli to 3.0.1
Sourced from sirv-cli's releases.
v3.0.1
Patches
(sirv): ensure
"types"field points to real file (#169](https://github.com/href="https://redirect.github.com/lukeed/sirv/issues/169">/issues/169)) Thank you@bluwy(
sirv-cli): ensurePORTis used if available (#165](https://github.com/href="https://redirect.github.com/lukeed/sirv/issues/165">/issues/165), #164](https://github.com/href="https://redirect.github.com/lukeed/sirv/issues/164">/issues/164)) When string, always chose a random port. Thank you@pixeldrew
Full Changelog: https://github.com/lukeed/sirv/compare/v3.0.0...v3.0.1
d061616 v3.0.14407ac9 fix(sirv-cli): ensure get-port receives number (#165](https://github.com/href="https://redirect.github.com/lukeed/sirv/issues/165">/issues/165))101be8e fix(sirv): correct "types" field value (#169](https://github.com/href="https://redirect.github.com/lukeed/sirv/issues/169">/issues/169))Updates typescript from 5.9.3 to 7.0.2
Sourced from typescript's releases.
TypeScript 6.0.3
For release notes, check out the release announcement blog post.
- fixed issues query for TypeScript 6.0.0 (Beta).
- fixed issues query for TypeScript 6.0.1 (RC).
- fixed issues query for TypeScript 6.0.2 (Stable).
- fixed issues query for TypeScript 6.0.3 (Stable).
Downloads are available on:
TypeScript 6.0
For release notes, check out the release announcement blog post.
- fixed issues query for TypeScript 6.0.0 (Beta).
- fixed issues query for TypeScript 6.0.1 (RC).
- fixed issues query for TypeScript 6.0.2 (Stable).
Downloads are available on:
TypeScript 6.0 Beta
For release notes, check out the release announcement.
Downloads are available on:
This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.
Updates vitest from 4.1.9 to 4.1.10
Sourced from vitest's releases.
v4.1.10
🐞 Bug Fixes
- browser: Check fs access in builtin commands [backport to v4] - by
@hi-ogawa, Hiroshi Ogawa and OpenCode (claude-opus-4-8) in vitest-dev/vitest#10680](https://github.com/href="https://redirect.github.com/vitest-dev/vitest/issues/10680">vitest-dev/vitest/issues/10680) (5c18d)- vm: Fix external module resolve error with deps optimizer query for encoded URI [backport to v4] - by
@SveLiland@hi-ogawain vitest-dev/vitest#10661](https://github.com/href="https://redirect.github.com/vitest-dev/vitest/issues/10661">vitest-dev/vitest/issues/10661) (bae52)View changes on GitHub
db616d2 chore: release v4.1.10 (#10718](https://github.com/href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/10718">/issues/10718))bae52b5 fix(vm): fix external module resolve error with deps optimizer query for enco...
Originally posted by: dependabot[bot]
Labels
The following labels could not be found:
dependencies,security. Please create them before Dependabot can add them to a pull request.Please fix the above issues or remove invalid values from
dependabot.yml.