d1-northwind
d1-northwind copied to clipboard
Bump @cloudflare/vite-plugin from 1.0.3 to 1.6.0
Bumps @cloudflare/vite-plugin from 1.0.3 to 1.6.0.
Release notes
Sourced from @cloudflare/vite-plugin's releases.
@cloudflare/vite-plugin@1.6.0Minor Changes
#9510
590d69bThanks@jamesopstad! - Enhanced build support for Workers with assets.Assets that are imported in the entry Worker are now automatically moved to the client build output. This enables importing assets in your Worker and accessing them via the assets binding. See Static Asset Handling to find out about all the ways you can import assets in Vite.
Additionally, a broader range of build scenarios are now supported. These are:
- Assets only build with client entry/entries
- Assets only build with no client entry/entries that includes
publicdirectory assets- Worker(s) + assets build with client entry/entries
- Worker(s) + assets build with no client entry/entries that includes imported and/or
publicdirectory assets- Worker(s) build with no assets
Patch Changes
#9513
0e50072Thanks@jamesopstad! - Ensure that .dev.vars files cannot be accessed via the dev server or preview server.Updated dependencies [
1914b87,931f467,95eb47d,80b8bd9,95eb47d,9e4cd16,92305af,0b2ba45]:
- [email protected]
- [email protected]
@cloudflare/unenv-preset@2.3.3
@cloudflare/vite-plugin@1.5.1Patch Changes
- Updated dependencies [
4ab5a40,485cd08,66edd2f,d1a1787,e3b3ef5,1f84092,3261957]:
- [email protected]
- [email protected]
@cloudflare/unenv-preset@2.3.3
@cloudflare/vite-plugin@1.5.0Minor Changes
- #9341
2cef3abThanks@jamesopstad! - Support loading all asset types via assets binding. Previously only HTML assets could be loaded via the assets binding. The binding now integrates with Vite's internal middleware to load all asset types.Patch Changes
- Updated dependencies [
db2cdc6]:
@cloudflare/vite-plugin@1.4.0Minor Changes
#9173
fac2f9dThanks@edmundhung! - Enable cross-process Service bindings and Tail workers with the Dev RegistryYou can now run workers in separate dev sessions—whether
vite devorwrangler dev—and they’ll automatically discover and connect to each other:Worker A
... (truncated)
Changelog
Sourced from @cloudflare/vite-plugin's changelog.
1.6.0
Minor Changes
#9510
590d69bThanks@jamesopstad! - Enhanced build support for Workers with assets.Assets that are imported in the entry Worker are now automatically moved to the client build output. This enables importing assets in your Worker and accessing them via the assets binding. See Static Asset Handling to find out about all the ways you can import assets in Vite.
Additionally, a broader range of build scenarios are now supported. These are:
- Assets only build with client entry/entries
- Assets only build with no client entry/entries that includes
publicdirectory assets- Worker(s) + assets build with client entry/entries
- Worker(s) + assets build with no client entry/entries that includes imported and/or
publicdirectory assets- Worker(s) build with no assets
Patch Changes
#9513
0e50072Thanks@jamesopstad! - Ensure that .dev.vars files cannot be accessed via the dev server or preview server.Updated dependencies [
1914b87,931f467,95eb47d,80b8bd9,95eb47d,9e4cd16,92305af,0b2ba45]:
- [email protected]
- [email protected]
@cloudflare/unenv-preset@2.3.31.5.1
Patch Changes
- Updated dependencies [
4ab5a40,485cd08,66edd2f,d1a1787,e3b3ef5,1f84092,3261957]:
- [email protected]
- [email protected]
@cloudflare/unenv-preset@2.3.31.5.0
Minor Changes
- #9341
2cef3abThanks@jamesopstad! - Support loading all asset types via assets binding. Previously only HTML assets could be loaded via the assets binding. The binding now integrates with Vite's internal middleware to load all asset types.Patch Changes
- Updated dependencies [
db2cdc6]:1.4.0
Minor Changes
- #9173
fac2f9dThanks@edmundhung! - Enable cross-process Service bindings and Tail workers with the Dev Registry
... (truncated)
Commits
ccbeaf6Version Packages (#9557)590d69bFull build support for assets (#9510)0e50072Restrict access to .dev.vars files (#9513)b609bc2chore: app option to run the vite-plugin playground serve tests in parallel (...95eb47dadd mTLS mixed mode support (#9443)3e40fb0Version Packages (#9476)4ab5a40fix(miniflare): ensure default registry path matches wrangler settings (#9508)485cd08Bump the workerd-and-workers-types group with 2 updates (#9385)be766d2Version Packages (#9452)2cef3abIntegrate assets binding with Vite's middleware (#9341)- Additional commits viewable 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.