Skip to content

Bump vite and @modular-css/vite#249

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-1eab229469
Open

Bump vite and @modular-css/vite#249
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-1eab229469

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps vite and @modular-css/vite. These dependencies needed to be updated together.
Updates vite from 4.0.4 to 8.0.7

Release notes

Sourced from vite's releases.

v8.0.7

Please refer to CHANGELOG.md for details.

v8.0.6

Please refer to CHANGELOG.md for details.

v8.0.5

Please refer to CHANGELOG.md for details.

v8.0.4

Please refer to CHANGELOG.md for details.

create-vite@8.0.3

Please refer to CHANGELOG.md for details.

v8.0.3

Please refer to CHANGELOG.md for details.

create-vite@8.0.2

Please refer to CHANGELOG.md for details.

v8.0.2

Please refer to CHANGELOG.md for details.

create-vite@8.0.1

Please refer to CHANGELOG.md for details.

v8.0.1

Please refer to CHANGELOG.md for details.

plugin-legacy@8.0.1

Please refer to CHANGELOG.md for details.

create-vite@8.0.0

Please refer to CHANGELOG.md for details.

plugin-legacy@8.0.0

Please refer to CHANGELOG.md for details.

v8.0.0

Please refer to CHANGELOG.md for details.

v8.0.0-beta.18

Please refer to CHANGELOG.md for details.

v8.0.0-beta.17

Please refer to CHANGELOG.md for details.

v8.0.0-beta.16

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vite's changelog.

8.0.7 (2026-04-07)

Bug Fixes

  • use sync dns.getDefaultResultOrder instead of dns.promises (#22185) (5c05b04)

8.0.6 (2026-04-07)

Features

Bug Fixes

Performance Improvements

  • early return in getLocalhostAddressIfDiffersFromDNS when DNS order is verbatim (#22151) (56ec256)

Miscellaneous Chores

8.0.5 (2026-04-06)

Bug Fixes

  • apply server.fs check to env transport (#22159) (f02d9fd)
  • avoid path traversal with optimize deps sourcemap handler (#22161) (79f002f)
  • check server.fs after stripping query as well (#22160) (a9a3df2)
  • disallow referencing files outside the package from sourcemap (#22158) (f05f501)

8.0.4 (2026-04-06)

Features

  • allow esbuild 0.28 as peer deps (#22155) (b0da973)
  • hmr: truncate list of files on hmr update (#21535) (d00e806)
  • optimizer: log when dependency scanning or bundling takes over 1s (#21797) (f61a1ab)

Bug Fixes

  • hasBothRollupOptionsAndRolldownOptions should return false for proxy case (#22043) (99897d2)
  • add types for vite/modulepreload-polyfill (#22126) (17330d2)
  • deps: update all non-major dependencies (#22073) (6daa10f)
  • deps: update all non-major dependencies (#22143) (22b0166)
  • resolve: resolve tsconfig paths starting with # (#22038) (3460fc5)
  • ssr: use browser platform for webworker SSR builds (fix #21969) (#21963) (364c227)

Documentation

... (truncated)

Commits
  • fdb2e6f release: v8.0.7
  • 5c05b04 fix: use sync dns.getDefaultResultOrder instead of dns.promises (#22185)
  • 7b3086f release: v8.0.6
  • af71fb2 chore: replace remaining prettier script (#22179)
  • 51d3e48 feat: update rolldown to 1.0.0-rc.13 (#22097)
  • 17a8f9e fix(optimize-deps): hoist CJS interop assignment (#22156)
  • d5081c2 fix(css): avoid mutating sass error multiple times (#22115)
  • 56ec256 perf: early return in getLocalhostAddressIfDiffersFromDNS when DNS order is...
  • bdc53ab chore(create-vite): remove unnecessary DOM.Iterable (#22168)
  • 1a12d4c release: v8.0.5
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for vite since your current version.


Updates @modular-css/vite from 29.1.3 to 30.2.5

Release notes

Sourced from @​modular-css/vite's releases.

@​modular-css/vite@​30.2.5

Patch Changes

  • Updated dependencies [4bfb323]:
    • @​modular-css/processor@​29.2.0
    • @​modular-css/css-to-js@​29.1.4

@​modular-css/vite@​30.2.4

Patch Changes

  • Updated dependencies [c84470f]:
    • @​modular-css/css-to-js@​29.1.3

@​modular-css/vite@​30.2.2

Patch Changes

  • Updated dependencies [46b1362]:
    • @​modular-css/processor@​29.1.0
    • @​modular-css/css-to-js@​29.1.2

@​modular-css/vite@​30.2.1

Patch Changes

  • Updated dependencies [21ac173]:
    • @​modular-css/css-to-js@​29.1.1

@​modular-css/vite@​30.2.0

Minor Changes

  • #1040 17b6ae2 Thanks @​tivac! - ## CSS coverage & warnings on unused classes

    Added dev.warn and dev.coverage as supported options for @modular-css/css-to-js package, and by extension @modular-css/rollup, @modular-css/vite, and @modular-css/webpack.

    dev.warn will cause unknown classes requested from JS to log a warning to the console, instead of the current errors that are thrown.

    dev.coverage will cause a global named mcssCoverage to be created which will track accesses of all exported classes per file and allow you to identify unused styles.

    Example of a mcssCoverage object

    {
        "packages/vite/tests/specimens/shared/static-c.mcss" : { c : 0 },
        "packages/vite/tests/specimens/static/a.mcss" : { a : 1 },
        "packages/vite/tests/specimens/static/b.mcss" : { b : 1 },
    }

Patch Changes

... (truncated)

Changelog

Sourced from @​modular-css/vite's changelog.

30.2.5

Patch Changes

  • Updated dependencies [4bfb323]:
    • @​modular-css/processor@​29.2.0
    • @​modular-css/css-to-js@​29.1.4

30.2.4

Patch Changes

  • Updated dependencies [c84470f]:
    • @​modular-css/css-to-js@​29.1.3

30.2.3

Patch Changes

30.2.2

Patch Changes

  • Updated dependencies [46b1362]:
    • @​modular-css/processor@​29.1.0
    • @​modular-css/css-to-js@​29.1.2

30.2.1

Patch Changes

  • Updated dependencies [21ac173]:
    • @​modular-css/css-to-js@​29.1.1

30.2.0

Minor Changes

  • #1040 17b6ae2 Thanks @​tivac! - ## CSS coverage & warnings on unused classes

    Added dev.warn and dev.coverage as supported options for @modular-css/css-to-js package, and by extension @modular-css/rollup, @modular-css/vite, and @modular-css/webpack.

    dev.warn will cause unknown classes requested from JS to log a warning to the console, instead of the current errors that are thrown.

    dev.coverage will cause a global named mcssCoverage to be created which will track accesses of all exported classes per file and allow you to identify unused styles.

    Example of a mcssCoverage object

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​modular-css/vite since your current version.


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 this major version will 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 version will 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 dependency will 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.

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [@modular-css/vite](https://github.com/tivac/modular-css/tree/HEAD/packages/vite). These dependencies needed to be updated together.

Updates `vite` from 4.0.4 to 8.0.7
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.0.7/packages/vite)

Updates `@modular-css/vite` from 29.1.3 to 30.2.5
- [Release notes](https://github.com/tivac/modular-css/releases)
- [Changelog](https://github.com/tivac/modular-css/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/tivac/modular-css/commits/@modular-css/vite@30.2.5/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 8.0.7
  dependency-type: direct:development
- dependency-name: "@modular-css/vite"
  dependency-version: 30.2.5
  dependency-type: direct:development
...

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 Apr 8, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 8, 2026

Deploy Preview for lyrite failed.

Name Link
🔨 Latest commit 263ee55
🔍 Latest deploy log https://app.netlify.com/projects/lyrite/deploys/69d635228d2ba200087129f7

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.

0 participants