Skip to content

Update dependency @crxjs/vite-plugin to v2.4.0#17

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/crxjs-vite-plugin-2.x
Open

Update dependency @crxjs/vite-plugin to v2.4.0#17
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/crxjs-vite-plugin-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 1, 2023

This PR contains the following updates:

Package Change Age Confidence
@crxjs/vite-plugin (source) 2.0.0-beta.192.4.0 age confidence

Release Notes

crxjs/chrome-extension-tools (@​crxjs/vite-plugin)

v2.3.0

Compare Source

Minor 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.registerContentScripts scripts, as they
      already work

v2.2.1

Compare Source

Patch Changes
  • 5ff5465: feat(vite-plugin): limit path string checking to literals

v2.2.0

Compare Source

Minor Changes
  • 1b0ada4: feat: add support for root url content script match in firefox #​1056

v2.1.0

Compare Source

Minor Changes
  • 637e12c: feat: include sourcemaps in web_accessible_resources
  • 3e7a1b3: feat: allow query string in manifest html urls

v2.0.3

Compare Source

Patch Changes
  • 96c942b: fix: usage of newer picocolor api when using old dependency #​1038
  • 548fb58: Add optional_host_permissions to manifest schemas

v2.0.2

Compare Source

Patch Changes
  • dcd88ee: fix: update repository url

v2.0.1

Compare Source

Patch Changes

v2.0.0

Compare Source

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
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
  • af2fdbc: fix: filter out vite serve plugin context
  • 34980de: feat: add compatibility mode for Firefox
  • fcd4f85: fix: do not use loader for contents scripts that have no imports or
    exports
  • a3d1540: Make PR/CI checks run on windows
  • 00be1a1: fix: add new screenshot and remove the redudant code
  • 136c34f: removing unnecessary v8 dependency
  • 0dac0e3: Clean up archived files and update magic-string
  • 3ad36f0: Add project status announcements
  • 557721e: fix: infinite recursion on circular dependency
  • 0b69ce7: temporary fix for dynamic imports
  • 3333d30: Bug/back forward cache
  • 936ed77: Add inline sourcemap support to content scripts
  • a6ee0d2: Test: infinite recursion on circular dependency
  • 53534d0: Remove peerDeps, optDeps, engines
  • 42baebb: React v18 ReactDOM.render changes
  • a4982e3: Add content script module API
  • 06c9c86: fix: pass war through a set to dedupe
  • d7949bf: Fix commonjs export
  • ce84b68: Update manifest author field schema to match documentation.
  • cbce5e1: Hotfix background
  • ee860e7: fix background.type manifest property typescript type
  • 088ab78: fix: build is broken when using minify with dynamic modules (#​573)
  • 3cf9305: Fix content scripts hmr
  • 7873d9a: fix(vite): replace path.posix with pathe to fix windows build
  • bbc4d33: fix: schema of input_components
  • ef545f6: build(deps): bump rollup from 2.78.1 to 2.79.2 in
    /packages/vite-plugin build(deps): bump vite from 3.1.7 to 3.2.11 in
    /packages/vite-plugin
  • 48d8c68: Vite 5 moved vite manifest from 'manifest.json' to
    '.vite/manifest.json'. This change updates the plugin to use the new location
    if Vite major version is >4, old location otherwise.
  • 5ac019d: React conflicts with preact

v2.0.0-beta.33

Compare Source

Patch Changes
  • a336cdf: fix: make HMR working again with latest vite version
  • fcd4f85: fix: do not use loader for contents scripts that have no imports or
    exports
  • 3333d30: Bug/back forward cache

v2.0.0-beta.32

Compare Source

Patch Changes
  • 8525e04: Propagate headers in hmr-client-worker.ts/sendToServer

v2.0.0-beta.31

Compare Source

Patch Changes
  • 3ad36f0: Add project status announcements

v2.0.0-beta.30

Compare Source

Patch Changes
  • 136c34f: removing unnecessary v8 dependency
  • ee860e7: fix background.type manifest property typescript type

v2.0.0-beta.29

Compare Source

Patch Changes

v2.0.0-beta.28

Compare Source

Patch Changes
  • 0dac0e3: Clean up archived files and update magic-string

v2.0.0-beta.26

Compare Source

Major Changes
  • 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)

v2.0.0-beta.25

Compare Source

Patch Changes
  • ce84b68: Update manifest author field schema to match documentation.

v2.0.0-beta.23

Compare Source

Patch Changes

v2.0.0-beta.22

Compare Source

Patch Changes
  • ce9fe1c: Fix/web accessible resources script modules
  • 48d8c68: Vite 5 moved vite manifest from 'manifest.json' to
    '.vite/manifest.json'. This change updates the plugin to use the new location
    if Vite major version is >4, old location otherwise.

v2.0.0-beta.21

Compare Source

Patch Changes
  • cbfd0b3: Delete invalid changeset

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/crxjs-vite-plugin-2.x branch from e707aeb to 8fcb987 Compare January 11, 2024 01:55
@renovate renovate Bot changed the title Update dependency @crxjs/vite-plugin to v2.0.0-beta.21 Update dependency @crxjs/vite-plugin to v2.0.0-beta.22 Jan 11, 2024
@renovate renovate Bot changed the title Update dependency @crxjs/vite-plugin to v2.0.0-beta.22 Update dependency @crxjs/vite-plugin to v2.0.0-beta.23 Jan 14, 2024
@renovate renovate Bot force-pushed the renovate/crxjs-vite-plugin-2.x branch from 8fcb987 to b54a5f8 Compare January 14, 2024 23:06
@renovate renovate Bot force-pushed the renovate/crxjs-vite-plugin-2.x branch from b54a5f8 to 3854f1e Compare July 8, 2024 21:49
@renovate renovate Bot changed the title Update dependency @crxjs/vite-plugin to v2.0.0-beta.23 Update dependency @crxjs/vite-plugin to v2.0.0-beta.25 Jul 8, 2024
@renovate renovate Bot changed the title Update dependency @crxjs/vite-plugin to v2.0.0-beta.25 Update dependency @crxjs/vite-plugin to v2.0.0-beta.26 Oct 20, 2024
@renovate renovate Bot force-pushed the renovate/crxjs-vite-plugin-2.x branch 2 times, most recently from 6c18023 to 74609e9 Compare October 27, 2024 03:59
@renovate renovate Bot changed the title Update dependency @crxjs/vite-plugin to v2.0.0-beta.26 Update dependency @crxjs/vite-plugin to v2.0.0-beta.28 Oct 27, 2024
@renovate renovate Bot force-pushed the renovate/crxjs-vite-plugin-2.x branch from 74609e9 to ea76c5c Compare January 7, 2025 15:57
@renovate renovate Bot changed the title Update dependency @crxjs/vite-plugin to v2.0.0-beta.28 Update dependency @crxjs/vite-plugin to v2.0.0-beta.29 Jan 7, 2025
@renovate renovate Bot changed the title Update dependency @crxjs/vite-plugin to v2.0.0-beta.29 Update dependency @crxjs/vite-plugin to v2.0.0-beta.30 Jan 8, 2025
@renovate renovate Bot force-pushed the renovate/crxjs-vite-plugin-2.x branch from ea76c5c to 56df4fb Compare January 8, 2025 17:26
@renovate renovate Bot changed the title Update dependency @crxjs/vite-plugin to v2.0.0-beta.30 Update dependency @crxjs/vite-plugin to v2.0.0-beta.31 Feb 4, 2025
@renovate renovate Bot force-pushed the renovate/crxjs-vite-plugin-2.x branch from 56df4fb to 0d83293 Compare February 4, 2025 22:01
@renovate renovate Bot changed the title Update dependency @crxjs/vite-plugin to v2.0.0-beta.31 Update dependency @crxjs/vite-plugin to v2.0.0-beta.32 Feb 28, 2025
@renovate renovate Bot force-pushed the renovate/crxjs-vite-plugin-2.x branch from 0d83293 to c0dbcf4 Compare February 28, 2025 05:56
@renovate renovate Bot force-pushed the renovate/crxjs-vite-plugin-2.x branch from c0dbcf4 to 456a70e Compare May 11, 2025 15:10
@renovate renovate Bot changed the title Update dependency @crxjs/vite-plugin to v2.0.0-beta.32 Update dependency @crxjs/vite-plugin to v2.0.0-beta.33 May 11, 2025
@renovate renovate Bot force-pushed the renovate/crxjs-vite-plugin-2.x branch from 456a70e to a633da8 Compare June 10, 2025 14:34
@renovate renovate Bot changed the title Update dependency @crxjs/vite-plugin to v2.0.0-beta.33 Update dependency @crxjs/vite-plugin to v2.0.0 Jun 10, 2025
@renovate renovate Bot force-pushed the renovate/crxjs-vite-plugin-2.x branch from a633da8 to 11f6986 Compare June 16, 2025 16:59
@renovate renovate Bot changed the title Update dependency @crxjs/vite-plugin to v2.0.0 Update dependency @crxjs/vite-plugin to v2.0.1 Jun 16, 2025
@renovate renovate Bot force-pushed the renovate/crxjs-vite-plugin-2.x branch from 11f6986 to 3809f33 Compare June 17, 2025 11:05
@renovate renovate Bot changed the title Update dependency @crxjs/vite-plugin to v2.0.1 Update dependency @crxjs/vite-plugin to v2.0.2 Jun 17, 2025
@renovate renovate Bot force-pushed the renovate/crxjs-vite-plugin-2.x branch from 3809f33 to 135e018 Compare July 15, 2025 12:52
@renovate renovate Bot changed the title Update dependency @crxjs/vite-plugin to v2.0.2 Update dependency @crxjs/vite-plugin to v2.0.3 Jul 15, 2025
@renovate renovate Bot force-pushed the renovate/crxjs-vite-plugin-2.x branch from 135e018 to 01b0cae Compare August 6, 2025 21:48
@renovate renovate Bot changed the title Update dependency @crxjs/vite-plugin to v2.0.3 Update dependency @crxjs/vite-plugin to v2.1.0 Aug 6, 2025
@renovate renovate Bot force-pushed the renovate/crxjs-vite-plugin-2.x branch 2 times, most recently from 2b7e211 to 5d5e458 Compare August 17, 2025 17:41
@renovate renovate Bot changed the title Update dependency @crxjs/vite-plugin to v2.1.0 Update dependency @crxjs/vite-plugin to v2.2.0 Aug 17, 2025
@renovate renovate Bot force-pushed the renovate/crxjs-vite-plugin-2.x branch from 5d5e458 to 9911778 Compare August 31, 2025 10:31
@renovate renovate Bot force-pushed the renovate/crxjs-vite-plugin-2.x branch from 9911778 to 9656eef Compare September 25, 2025 14:01
@renovate renovate Bot force-pushed the renovate/crxjs-vite-plugin-2.x branch from 9656eef to 8368d2a Compare October 24, 2025 14:13
@renovate renovate Bot changed the title Update dependency @crxjs/vite-plugin to v2.2.0 Update dependency @crxjs/vite-plugin to v2.2.1 Oct 24, 2025
@renovate renovate Bot force-pushed the renovate/crxjs-vite-plugin-2.x branch from 8368d2a to 3e78183 Compare December 8, 2025 15:41
@renovate renovate Bot changed the title Update dependency @crxjs/vite-plugin to v2.2.1 Update dependency @crxjs/vite-plugin to v2.3.0 Dec 8, 2025
@renovate renovate Bot force-pushed the renovate/crxjs-vite-plugin-2.x branch from 3e78183 to ffa7213 Compare February 12, 2026 14:59
@renovate renovate Bot force-pushed the renovate/crxjs-vite-plugin-2.x branch from ffa7213 to 9a76c8f Compare March 16, 2026 10:46
@renovate renovate Bot changed the title Update dependency @crxjs/vite-plugin to v2.3.0 Update dependency @crxjs/vite-plugin to v2.4.0 Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants