Skip to content

Comments

chore(deps-dev): bump vite from 2.0.0-beta.49 to 2.3.2#136

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/vite-2.3.2
Closed

chore(deps-dev): bump vite from 2.0.0-beta.49 to 2.3.2#136
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/vite-2.3.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2021

Bumps vite from 2.0.0-beta.49 to 2.3.2.

Changelog

Sourced from vite's changelog.

2.3.2 (2021-05-12)

Bug Fixes

2.3.1 (2021-05-12)

Notable Changes

We introduced a security fix in v2.3.0 to restrict file access outside of the workspace root. We received reports of issues with symlinks and monorepo setups, so we are marking this feature as experimental and disabling it by default to avoid disruption in the ecosystem.

A new experimental option server.fsServe.strict was added defaulting to false. This disables the restrictions by default. The fsServe restrictions are going to be enabled by default in a future version, once the issues are been resolved and the logic becomes more robust. You can opt-in to this security change using (experimental)

// vite.config.js
export default {
  server: {
    fsServe: {
      strict: true
    }
  }
}

Bug Fixes

  • bump @​rollup/plugin-commonjs to v19, fix #3312 (#3353) (c6ef6d0)
  • disable fsServe restrictions by default (#3377) (5433a65)
  • normalize url in ensureServingAccess (#3350) (deb465b)
  • use the closest package.json as root when workspace not found fo… (#3374) (42b35ac)

2.3.0 (2021-05-11)

BREAKING CHANGES

  • Browser default targets changed (PR #2976)
    • Default browser support range has changed. The minimum requirement is now native dynamic import support. Most notably, this means support for legacy Microsoft Edge (16-18) has been dropped.
    • vite/dynamic-import-polyfill removed and no longer required in custom entries

Why are there breaking changes in a minor?

  • Limited impact: The affected target browsers are ones that natively support ES6 modules (92.83% of global usage) but do not support native dynamic imports (92.34% of global usage). So this is a small range affecting only 0.49% of global usage.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by antfu, a new releaser for vite since your current version.


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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 12, 2021
@vercel
Copy link

vercel bot commented May 12, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/xlbd/tailwind-pre-processor/8yRP6GnZMusWSFmmTYkoMtUoSEGZ
✅ Preview: https://tailwind-pre-processor-git-dependabot-npmandyarnvite-232-xlbd.vercel.app

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 17, 2021

Superseded by #138.

@dependabot dependabot bot closed this May 17, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vite-2.3.2 branch May 17, 2021 21:03
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants