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

Bump vite from 5.3.5 to 5.3.6 #11253

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 4, 2024

Bumps vite from 5.3.5 to 5.3.6.

Changelog

Sourced from vite's changelog.

5.3.6 (2024-09-16)

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 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.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 4, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vite-5.3.6 branch from 2a623de to 053da48 Compare October 9, 2024 09:12
@somebody1234 somebody1234 added CI: Ready to merge This PR is eligible for automatic merge CI: No changelog needed Do not require a changelog entry for this PR. labels Oct 9, 2024
@jdunkerley
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vite-5.3.6 branch 2 times, most recently from e07f6cc to 6ffc01a Compare October 14, 2024 16:13
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vite-5.3.6 branch from 6ffc01a to 7305f0e Compare October 21, 2024 10:33
@farmaazon
Copy link
Contributor

Bumping vite version is causing a vite build error:

 INFO ide_ci::program::command: pnpm ⚠️ x Build failed in 4.42s
 INFO ide_ci::program::command: pnpm ⚠️ error during build:
 INFO ide_ci::program::command: pnpm ⚠️ [vite]: Rollup failed to resolve import "ws" from "/home/adam-praca/dev/enso_2/node_modules/.pnpm/enso-support@[email protected]+enso-org+enso-bot.git#aa903b6e639a31930ee4fff55c5639e4471fa48d/node_modules/enso-support/chat.ts".
 INFO ide_ci::program::command: pnpm ⚠️ This is most likely unintended because it can break your application at runtime.
 INFO ide_ci::program::command: pnpm ⚠️ If you do want to externalize this module explicitly add it to
 INFO ide_ci::program::command: pnpm ⚠️ `build.rollupOptions.external`
 INFO ide_ci::program::command: pnpm ⚠️     at viteWarn (file:///home/adam-praca/dev/enso_2/node_modules/.pnpm/[email protected]_@[email protected][email protected]/node_modules/vite/dist/node/chunks/dep-D1AKSjGu.js:65268:17)
 INFO ide_ci::program::command: pnpm ⚠️     at onwarn (file:///home/adam-praca/dev/enso_2/node_modules/.pnpm/@[email protected][email protected]_@[email protected][email protected]_/node_modules/@vitejs/plugin-react/dist/index.mjs:266:9)
 INFO ide_ci::program::command: pnpm ⚠️     at onRollupWarning (file:///home/adam-praca/dev/enso_2/node_modules/.pnpm/[email protected]_@[email protected][email protected]/node_modules/vite/dist/node/chunks/dep-D1AKSjGu.js:65298:5)
 INFO ide_ci::program::command: pnpm ⚠️     at onwarn (file:///home/adam-praca/dev/enso_2/node_modules/.pnpm/[email protected]_@[email protected][email protected]/node_modules/vite/dist/node/chunks/dep-D1AKSjGu.js:64963:7)
 INFO ide_ci::program::command: pnpm ⚠️     at file:///home/adam-praca/dev/enso_2/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/es/shared/node-entry.js:18483:13
 INFO ide_ci::program::command: pnpm ⚠️     at Object.logger [as onLog] (file:///home/adam-praca/dev/enso_2/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/es/shared/node-entry.js:20131:9)
 INFO ide_ci::program::command: pnpm ⚠️     at ModuleLoader.handleInvalidResolvedId (file:///home/adam-praca/dev/enso_2/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/es/shared/node-entry.js:19073:26)
 INFO ide_ci::program::command: pnpm ⚠️     at file:///home/adam-praca/dev/enso_2/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/es/shared/node-entry.js:19031:26

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.3.5 to 5.3.6.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.3.6/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.3.6/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vite-5.3.6 branch from 7305f0e to f71f1d8 Compare October 21, 2024 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI: No changelog needed Do not require a changelog entry for this PR. CI: Ready to merge This PR is eligible for automatic merge 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.

4 participants