css-render
css-render copied to clipboard
build(deps-dev): bump vite from 2.7.13 to 3.1.3 in /packages/css-render
Bumps vite from 2.7.13 to 3.1.3.
Release notes
Sourced from vite's releases.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
Changelog
Sourced from vite's changelog.
3.1.3 (2022-09-19)
- fix: esbuildOutputFromId for symlinked root (#10154) (fc5310f), closes #10154
- fix(hmr): dedupe virtual modules in module graph (#10144) (71f08e7), closes #10144
- fix(lib): respect
rollupOptions.inputin lib mode (#10116) (c948e7d), closes #101163.1.2 (2022-09-17)
3.1.1 (2022-09-15)
- fix: ensure version query for relative node_modules imports (#10016) (1b822d0), closes #10016
- fix: no quote on attrs (#10117) (f541239), closes #10117
- fix: prevent error overlay style being overridden (fixes #9969) (#9971) (a7706d0), closes #9969 #9971
- fix: proxy to secured websocket server (#10045) (9de9bc4), closes #10045
- fix: replace white with reset (#10104) (5d56e42), closes #10104
- fix(deps): update all non-major dependencies (#10077) (caf00c8), closes #10077
- fix(deps): update all non-major dependencies (#9985) (855f2f0), closes #9985
- fix(preview): send configured headers (#9976) (0d20eae), closes #9976
- chore: cleanup old changelogs (#10056) (9e65a41), closes #10056
- chore: update 3.1 changelog (#9994) (44dbcbe), closes #9994
- chore(deps): update
@rollup/plugin-node-resolveto v14 (#10078) (3390c87), closes #10078- refactor: config hook helper function (#9982) (9c1be10), closes #9982
- refactor: optimize
asyncandawaitin code (#9854) (31f5ff3), closes #98543.1.0 (2022-09-05)
Main Changes
- Vite now uses parse5, which parses HTML in the same way as the latest browser versions. This migration gives us a more robust HTML story moving forward (#9678).
- Vite now supports using objects as hooks to change execution order (#9634). Check out the RFC and the implementation upstream at rollup/rollup#4600 for details and rationale.
import { resolve } from 'node:path'; import { readdir } from 'node:fs/promises';export default function getFilesOnDisk() { return { name: 'getFilesOnDisk', writeBundle: { // run this hook sequentially even if the hook is parallel sequential: true, // push this hook to the 'post' stage, after all normal hooks order: 'post',
... (truncated)
Commits
dfa22carelease: v3.1.371f08e7fix(hmr): dedupe virtual modules in module graph (#10144)c948e7dfix(lib): respectrollupOptions.inputin lib mode (#10116)fc5310ffix: esbuildOutputFromId for symlinked root (#10154)cda361crelease: v3.1.223a51c6fix: use isOptimizable to ensure version query (#10141)d324181release: v3.1.1f541239fix: no quote on attrs (#10117)5d56e42fix: replace white with reset (#10104)caf00c8fix(deps): update all non-major dependencies (#10077)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by vitebot, a new releaser for 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 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 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)
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Updated |
|---|---|---|---|
| css-render | ✅ Ready (Inspect) | Visit Preview | Sep 19, 2022 at 6:17PM (UTC) |
Superseded by #882.