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

build(deps-dev): bump vite from 5.2.11 to 5.4.1 #189

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2024

Bumps vite from 5.2.11 to 5.4.1.

Release notes

Sourced from vite's releases.

create-vite@5.4.0

Please refer to CHANGELOG.md for details.

create-vite@5.3.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.4.1 (2024-08-15)

5.4.0 (2024-08-07)

5.4.0-beta.1 (2024-08-01)

5.4.0-beta.0 (2024-07-30)

5.3.5 (2024-07-25)

... (truncated)

Commits
  • b44c20c release: v5.4.1
  • 391bb49 fix(worker): handle self reference url worker in dependency for build (#17846)
  • e686d74 fix(build): avoid re-define __vite_import_meta_env__ (#17876)
  • 9018255 chore: fix picocolors import for local dev (#17884)
  • 1bda847 fix: align CorsOptions.origin type with @​types/cors (#17836)
  • e16bf1f refactor: remove handleHotUpdate from watch-package-data plugin (#17865)
  • 6700594 fix: typings for vite:preloadError (#17868)
  • d11711c fix(deps): update all non-major dependencies (#17869)
  • 4e5ce3c fix(lightningcss): search for assets with correct base path (#17856)
  • e961b31 fix: build.modulePreload.resolveDependencies is optimizable (#16083)
  • Additional commits viewable in compare view

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)

Summary by CodeRabbit

  • New Features

    • Upgraded multiple packages to their latest versions, including esbuild, vite, and postcss, enhancing performance and features.
  • Bug Fixes

    • Updated vite version may include bug fixes that improve the build process and runtime behavior.
  • Chores

    • Routine maintenance to keep dependencies up to date for long-term project sustainability.

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.2.11 to 5.4.1.
- [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/v5.4.1/packages/vite)

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

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 Aug 19, 2024
Copy link

coderabbitai bot commented Aug 19, 2024

Walkthrough

The recent updates primarily involve upgrading several package dependencies, notably vite and various esbuild packages. The vite version has been enhanced from 5.2.11 to 5.4.1, and multiple esbuild packages have transitioned to 0.21.5. This maintenance effort aims to improve performance, security, and feature sets while ensuring that existing functionality remains intact.

Changes

File Change Summary
.pnp.cjs, package.json Updated vite from 5.2.11 to 5.4.1, postcss from 8.4.38 to 8.4.41, and several esbuild packages to 0.21.5.

Poem

🐰 In the garden of code where the packages grow,
New versions are sprouting, ready to show!
With vite and postcss, they dance in delight,
Enhancing our builds, making everything bright!
Hooray for the updates, let’s give a cheer,
For a smoother experience throughout the year! 🎉


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 0ecd87e and 4981768.

Files ignored due to path filters (10)
  • .yarn/cache/@esbuild-linux-x64-npm-0.20.2-54b0127370-8.zip is excluded by !**/.yarn/**
  • .yarn/cache/@esbuild-linux-x64-npm-0.21.5-88079726c4-8.zip is excluded by !**/.yarn/**
  • .yarn/cache/esbuild-npm-0.20.2-1923187a7f-bc88050fc1.zip is excluded by !**/.yarn/**
  • .yarn/cache/esbuild-npm-0.21.5-d85dfbc965-2911c7b50b.zip is excluded by !**/.yarn/**
  • .yarn/cache/picocolors-npm-1.0.1-39442f3da8-fa68166d1f.zip is excluded by !**/.yarn/**
  • .yarn/cache/postcss-npm-8.4.41-1607021b28-f865894929.zip is excluded by !**/.yarn/**
  • .yarn/cache/vite-npm-5.2.11-fa468e8533-3f9f976cc6.zip is excluded by !**/.yarn/**
  • .yarn/cache/vite-npm-5.4.1-5f1883aa64-5bbb9e855f.zip is excluded by !**/.yarn/**
  • .yarn/install-state.gz is excluded by !**/.yarn/**
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
Files selected for processing (2)
  • .pnp.cjs (31 hunks)
  • package.json (1 hunks)
Additional comments not posted (32)
package.json (1)

41-41: Verify compatibility with vite version 5.4.1.

Ensure that the new version of vite does not introduce any breaking changes that affect the existing project setup. Review the release notes and changelog for any necessary adjustments in the codebase.

Verification successful

No immediate compatibility issues found with vite version 5.4.1.

The project files reference vitest, which is related to vite, but there are no direct mentions of vite itself. Additionally, no issues or discussions were found concerning vite version 5.4.1. It is recommended to manually review the vite changelog for any breaking changes that might indirectly affect the project.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify compatibility of `vite` version 5.4.1 with the project.

# Test: Check if any project files reference `vite` specific configurations or APIs that might have changed.
rg --type js --type ts 'vite'

# Test: Check for any existing issues or discussions related to `vite` version 5.4.1 in the repository.
gh issue list --search "vite 5.4.1"

Length of output: 189

.pnp.cjs (31)

47-47: Vite version update is correct.

The vite package version has been updated to 5.4.1, which aligns with the PR objectives.


291-294: Esbuild package version update is correct.

The @esbuild/aix-ppc64 package version has been updated to 0.21.5, which aligns with the AI-generated summaries.


314-317: Esbuild package version update is correct.

The @esbuild/android-arm package version has been updated to 0.21.5, which aligns with the AI-generated summaries.


337-340: Esbuild package version update is correct.

The @esbuild/android-arm64 package version has been updated to 0.21.5, which aligns with the AI-generated summaries.


360-363: Esbuild package version update is correct.

The @esbuild/android-x64 package version has been updated to 0.21.5, which aligns with the AI-generated summaries.


383-386: Esbuild package version update is correct.

The @esbuild/darwin-arm64 package version has been updated to 0.21.5, which aligns with the AI-generated summaries.


406-409: Esbuild package version update is correct.

The @esbuild/darwin-x64 package version has been updated to 0.21.5, which aligns with the AI-generated summaries.


429-432: Esbuild package version update is correct.

The @esbuild/freebsd-arm64 package version has been updated to 0.21.5, which aligns with the AI-generated summaries.


452-455: Esbuild package version update is correct.

The @esbuild/freebsd-x64 package version has been updated to 0.21.5, which aligns with the AI-generated summaries.


475-478: Esbuild package version update is correct.

The @esbuild/linux-arm package version has been updated to 0.21.5, which aligns with the AI-generated summaries.


498-501: Esbuild package version update is correct.

The @esbuild/linux-arm64 package version has been updated to 0.21.5, which aligns with the AI-generated summaries.


521-524: Esbuild package version update is correct.

The @esbuild/linux-ia32 package version has been updated to 0.21.5, which aligns with the AI-generated summaries.


544-547: Esbuild package version update is correct.

The @esbuild/linux-loong64 package version has been updated to 0.21.5, which aligns with the AI-generated summaries.


567-570: Esbuild package version update is correct.

The @esbuild/linux-mips64el package version has been updated to 0.21.5, which aligns with the AI-generated summaries.


590-593: Esbuild package version update is correct.

The @esbuild/linux-ppc64 package version has been updated to 0.21.5, which aligns with the AI-generated summaries.


613-616: Esbuild package version update is correct.

The @esbuild/linux-riscv64 package version has been updated to 0.21.5, which aligns with the AI-generated summaries.


636-639: Esbuild package version update is correct.

The @esbuild/linux-s390x package version has been updated to 0.21.5, which aligns with the AI-generated summaries.


659-662: Esbuild package version update is correct.

The @esbuild/linux-x64 package version has been updated to 0.21.5, which aligns with the AI-generated summaries.


682-685: Esbuild package version update is correct.

The @esbuild/netbsd-x64 package version has been updated to 0.21.5, which aligns with the AI-generated summaries.


705-708: Esbuild package version update is correct.

The @esbuild/openbsd-x64 package version has been updated to 0.21.5, which aligns with the AI-generated summaries.


728-731: Esbuild package version update is correct.

The @esbuild/sunos-x64 package version has been updated to 0.21.5, which aligns with the AI-generated summaries.


751-754: Esbuild package version update is correct.

The @esbuild/win32-arm64 package version has been updated to 0.21.5, which aligns with the AI-generated summaries.


774-777: Esbuild package version update is correct.

The @esbuild/win32-ia32 package version has been updated to 0.21.5, which aligns with the AI-generated summaries.


797-800: Esbuild package version update is correct.

The @esbuild/win32-x64 package version has been updated to 0.21.5, which aligns with the AI-generated summaries.


2604-2604: Duplicate Vite version update.

This update is a duplicate of the change in hunk 1.


3218-3244: Esbuild package and dependencies version update is correct.

The esbuild package and all related dependencies have been updated to 0.21.5, which aligns with the AI-generated summaries.


5860-5863: Picocolors package version update is correct.

The picocolors package version has been updated to 1.0.1, which aligns with the AI-generated summaries.


5910-5913: PostCSS package version update is correct.

The postcss package version has been updated to 8.4.41, which aligns with the AI-generated summaries.


7136-7139: Duplicate Vite version update.

This update is a duplicate of the change in hunk 1.


7182-7204: Duplicate Vite version update and dependencies.

This update is a duplicate of previous changes related to vite.


7210-7218: Vite related dependencies are correctly listed.

The dependencies related to vite are consistent with other changes in the update.

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 26, 2024

Superseded by #191.

@dependabot dependabot bot closed this Aug 26, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vite-5.4.1 branch August 26, 2024 13:02
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