Skip to content

Bump vite from 2.8.6 to 4.0.2 [LBC-275]#429

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/vite-4.0.2
Closed

Bump vite from 2.8.6 to 4.0.2 [LBC-275]#429
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/vite-4.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Dec 19, 2022

Bumps vite from 2.8.6 to 4.0.2.

Release notes

Sourced from vite's releases.

create-vite@4.0.0

Please refer to CHANGELOG.md for details.

create-vite@4.0.0-beta.0

Please refer to CHANGELOG.md for details.

create-vite@3.2.1

Please refer to CHANGELOG.md for details.

create-vite@3.2.0

Please refer to CHANGELOG.md for details.

create-vite@3.1.0

Please refer to CHANGELOG.md for details.

create-vite@3.0.2

Please refer to CHANGELOG.md for details.

create-vite@3.0.1

Please refer to CHANGELOG.md for details.

create-vite@2.9.5

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

4.0.2 (2022-12-18)

4.0.1 (2022-12-12)

4.0.0 (2022-12-09)

Vite 4 Announcement Cover Image

Read the announcement blog post: Announcing Vite 4

Quick links:

Docs in other languages:

... (truncated)

Commits

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.8.6 to 4.0.2.
- [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/v4.0.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 Dec 19, 2022
@janbaykara janbaykara changed the title Bump vite from 2.8.6 to 4.0.2 Bump vite from 2.8.6 to 4.0.2 [LBC-275] Dec 19, 2022
@linear
Copy link
Copy Markdown

linear Bot commented Dec 19, 2022

LBC-275 "Bump vite from 2.8.6 to 4.0.2" (commonknowledge/leftbookclub #429)

Bumps vite from 2.8.6 to 4.0.2.

Release notes

Sourced from vite's releases.

create-vite@4.0.0

Please refer to CHANGELOG.md for details.

create-vite@4.0.0-beta.0

Please refer to CHANGELOG.md for details.

create-vite@3.2.1

Please refer to CHANGELOG.md for details.

create-vite@3.2.0

Please refer to CHANGELOG.md for details.

create-vite@3.1.0

Please refer to CHANGELOG.md for details.

create-vite@3.0.2

Please refer to CHANGELOG.md for details.

create-vite@3.0.1

Please refer to CHANGELOG.md for details.

create-vite@2.9.5

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

4.0.2 (2022-12-18)

  • fix: fix the error message in the toOutputFilePathWithoutRuntime function (#11367) (8820f75), closes #11367
  • fix: make vite optimize prebundle for dev (#11387) (b4ced0f), closes #11387
  • fix: revert #11290 (#11412) (6587d2f), closes #11290 #11412
  • fix: server and preview open fails to add slash before relative path (#11394) (57276b7), closes #11394
  • fix: skip applescript when no Chromium browser found (fixes #11205) (#11406) (274d1f3), closes #11205 #11406
  • fix(deps): update dependency ufo to v1 (#11372) (4288300), closes #11372
  • chore: typecheck create-vite (#11295) (af86e5b), closes #11295
  • chore(deps): update dependency convert-source-map to v2 (#10548) (8dc6528), closes #10548
  • chore(deps): update dependency mlly to v1 (#11370) (9662d4d), closes #11370

4.0.1 (2022-12-12)

  • feat: show server url by pressing u (#11319) (8c0bb7b), closes #11319
  • feat(html): clickable error position for html parse error (#11334) (2e15f3d), closes #11334
  • fix: ?inline warning for .css.js file (#11347) (729fb1a), closes #11347
  • fix: check if build exists so preview doesn't show 404s due to nonexistent build (#10564) (0a1db8c), closes #10564
  • fix: derive useDefineForClassFields value from tsconfig.compilerOptions.target (fixes #10296) (# (42976d8), closes #10296 #11301
  • fix: preview fallback (#11312) (cfedf9c), closes #11312
  • fix: respect base when using /__open-in-editor (#11337) (8856c2e), closes #11337
  • fix: wrongly resolve to optimized doppelganger (#11290) (34fec41), closes #11290
  • fix(env): test NODE_ENV override before expand (#11309) (d0a9281), closes #11309
  • fix(preview): Revert #10564 - throw Error on missing outDir (#11335) (3aaa0ea), closes #10564 #11335 #10564
  • docs: fix banner image in [CHANGELOG.md](http://CHANGELOG.md) (#11336) (45b66f4), closes #11336
  • chore: enable @typescript-eslint/ban-ts-comment (#11326) (e58a4f0), closes #11326
  • chore: fix format (#11311) (9c2b1c0), closes #11311
  • chore: update changelog release notes for 4.0 (#11285) (83abd37), closes #11285
  • chore(deps): update all non-major dependencies (#11321) (dcc0004), closes #11321
  • chore(esbuild): add test for configuration overrides (#11267) (f897b64), closes #11267

4.0.0 (2022-12-09)

Vite 4 Announcement Cover Image

Read the announcement blog post: Announcing Vite 4

Quick links:

  • Docs
  • Migration Guide

Docs in other languages:

  • 简体中文
  • 日本語

... (truncated)

Commits
  • 8ec44a5 release: v4.0.2
  • 6587d2f fix: revert #11290 (#11412)
  • 274d1f3 fix: skip applescript when no Chromium browser found (fixes #11205) (#11406)
  • b4ced0f fix: make vite optimize prebundle for dev (#11387)
  • 57276b7 fix: server and preview open fails to add slash before relative path (#11394)
  • af86e5b chore: typecheck create-vite (#11295)
  • 4288300 fix(deps): update dependency ufo to v1 (#11372)
  • 8dc6528 chore(deps): update dependency convert-source-map to v2 (#10548)
  • 9662d4d chore(deps): update dependency mlly to v1 (#11370)
  • 8820f75 fix: fix the error message in the toOutputFilePathWithoutRuntime function (...
  • 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

commonknowledge/leftbookclub #429 by @dependabot[bot] on GitHub

via LinearSync

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Dec 26, 2022

Superseded by #433.

@dependabot dependabot Bot closed this Dec 26, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/vite-4.0.2 branch December 26, 2022 21:05
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