Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency vite to v3.2.11 #363

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 6, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vite (source) 3.1.4 -> 3.2.11 age adoption passing confidence

Release Notes

vitejs/vite (vite)

v3.2.11

Compare Source

Please refer to CHANGELOG.md for details.

v3.2.10

Compare Source

Please refer to CHANGELOG.md for details.

v3.2.8

Compare Source

Please refer to CHANGELOG.md for details.

v3.2.7

Compare Source

Please refer to CHANGELOG.md for details.

v3.2.6

Compare Source

v3.2.5

Compare Source

v3.2.4

Compare Source

v3.2.3

Compare Source

v3.2.2

Compare Source

v3.2.1

Compare Source

v3.2.0

Compare Source

Main Changes
Multiple Entries for Library Mode

Library mode now supports multiple entries:

  lib: {
    entry: {
        primary: 'src/index.ts',
        secondary: 'src/secondary.ts'
    },
    formats: ['es', 'cjs']
  }
  // => primary.es.js, primary.cjs.js, secondary.es.js, secondary.cjs.js

Check out the PR #​7047, and the build.lib config docs

build.modulePreload options

Vite now allows filtering and modifying module preload dependencies for each entry and async chunk. experimental.renderBuiltUrl will also get called for preload asset paths. And build.modulePreload.resolveDependencies will be called both for JS dynamic imports preload lists and also for HTML preload lists for chunks imported from entry HTML files. Refer to the PR for more context #​9938 and check out the modulePreload config docs. Note: build.modulePreloadPolyfill is now deprecated, please migrate to build.modulePreload.polyfill.

Include Duplicate Assets in the Manifest

Laravel and other backends integrations will now get entries for every asset file, even if they have been de-duplicated. See #​9928 for more information.

Customizable ErrorOverlay

You can now customize the ErrorOverlay by using css parts. Check out the PR for more details: #​10234.

Features
Bug Fixes
Previous Changelogs
3.2.0-beta.4 (2022-10-24)

See 3.2.0-beta.4 changelog

3.2.0-beta.3 (2022-10-20)

See 3.2.0-beta.3 changelog

3.2.0-beta.2 (2022-10-14)

See 3.2.0-beta.2 changelog

3.2.0-beta.1 (2022-10-10)

See 3.2.0-beta.1 changelog

3.2.0-beta.0 (2022-10-05)

See 3.2.0-beta.0 changelog

v3.1.8

Compare Source

Please refer to CHANGELOG.md for details.

v3.1.7

Compare Source

Please refer to CHANGELOG.md for details.

v3.1.6

Compare Source

Please refer to CHANGELOG.md for details.

v3.1.5

Compare Source

Please refer to CHANGELOG.md for details.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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-approve-2[bot]
renovate-approve-2 bot previously approved these changes Oct 6, 2022
renovate-approve[bot]
renovate-approve bot previously approved these changes Oct 6, 2022
@renovate renovate bot force-pushed the renovate/vite-3.x branch from 4c6301f to 54602b0 Compare October 6, 2022 15:44
@renovate renovate bot changed the title chore(deps): update dependency vite to v3.1.5 chore(deps): update dependency vite to v3.1.6 Oct 6, 2022
@renovate renovate bot force-pushed the renovate/vite-3.x branch from 54602b0 to 2bc74d8 Compare October 10, 2022 08:44
@renovate renovate bot changed the title chore(deps): update dependency vite to v3.1.6 chore(deps): update dependency vite to v3.1.7 Oct 10, 2022
@renovate renovate bot force-pushed the renovate/vite-3.x branch from 2bc74d8 to 8c4fa62 Compare October 13, 2022 09:07
@renovate renovate bot changed the title chore(deps): update dependency vite to v3.1.7 chore(deps): update dependency vite to v3.1.8 Oct 13, 2022
@renovate renovate bot force-pushed the renovate/vite-3.x branch from 8c4fa62 to 268e274 Compare October 19, 2022 04:43
@renovate renovate bot force-pushed the renovate/vite-3.x branch from 268e274 to 9c95f23 Compare October 26, 2022 16:54
@renovate renovate bot changed the title chore(deps): update dependency vite to v3.1.8 chore(deps): update dependency vite to v3.2.0 Oct 26, 2022
@renovate renovate bot force-pushed the renovate/vite-3.x branch from 9c95f23 to 00d17d5 Compare October 28, 2022 11:55
@renovate renovate bot changed the title chore(deps): update dependency vite to v3.2.0 chore(deps): update dependency vite to v3.2.1 Oct 28, 2022
@renovate renovate bot force-pushed the renovate/vite-3.x branch from 00d17d5 to 0b9cd02 Compare October 31, 2022 11:08
@renovate renovate bot changed the title chore(deps): update dependency vite to v3.2.1 chore(deps): update dependency vite to v3.2.2 Oct 31, 2022
@renovate renovate bot force-pushed the renovate/vite-3.x branch from 0b9cd02 to 22f0ef2 Compare November 7, 2022 11:54
@renovate renovate bot changed the title chore(deps): update dependency vite to v3.2.2 chore(deps): update dependency vite to v3.2.3 Nov 7, 2022
@renovate renovate bot force-pushed the renovate/vite-3.x branch from 22f0ef2 to b9f6b72 Compare November 15, 2022 17:15
@renovate renovate bot changed the title chore(deps): update dependency vite to v3.2.3 chore(deps): update dependency vite to v3.2.4 Nov 15, 2022
@renovate renovate bot force-pushed the renovate/vite-3.x branch from b9f6b72 to 3239f55 Compare December 5, 2022 11:36
@renovate renovate bot changed the title chore(deps): update dependency vite to v3.2.4 chore(deps): update dependency vite to v3.2.5 Dec 5, 2022
@renovate renovate bot force-pushed the renovate/vite-3.x branch from 3239f55 to 941a61c Compare May 28, 2023 11:29
@renovate renovate bot changed the title chore(deps): update dependency vite to v3.2.5 chore(deps): update dependency vite to v3.2.7 May 28, 2023
@renovate renovate bot changed the title chore(deps): update dependency vite to v3.2.7 chore(deps): update dependency vite to v3.2.8 Jan 19, 2024
@renovate renovate bot force-pushed the renovate/vite-3.x branch from 941a61c to 9791971 Compare January 19, 2024 14:36
@renovate renovate bot force-pushed the renovate/vite-3.x branch from 9791971 to 8a1f561 Compare March 24, 2024 16:18
@renovate renovate bot changed the title chore(deps): update dependency vite to v3.2.8 chore(deps): update dependency vite to v3.2.10 Mar 24, 2024
@renovate renovate bot force-pushed the renovate/vite-3.x branch from 8a1f561 to 3ebb924 Compare September 17, 2024 08:15
@renovate renovate bot changed the title chore(deps): update dependency vite to v3.2.10 chore(deps): update dependency vite to v3.2.11 Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants