-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
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>
WalkthroughThe recent updates primarily involve upgrading several package dependencies, notably Changes
Poem
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? TipsChatThere are 3 ways to chat with CodeRabbit:
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)
Additionally, you can add CodeRabbit Configuration File (
|
There was a problem hiding this 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
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 withvite
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 tovite
, but there are no direct mentions ofvite
itself. Additionally, no issues or discussions were found concerningvite
version 5.4.1. It is recommended to manually review thevite
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 to5.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 to0.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 to0.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 to0.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 to0.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 to0.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 to0.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 to0.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 to0.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 to0.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 to0.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 to0.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 to0.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 to0.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 to0.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 to0.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 to0.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 to0.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 to0.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 to0.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 to0.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 to0.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 to0.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 to0.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 to0.21.5
, which aligns with the AI-generated summaries.
5860-5863
: Picocolors package version update is correct.The
picocolors
package version has been updated to1.0.1
, which aligns with the AI-generated summaries.
5910-5913
: PostCSS package version update is correct.The
postcss
package version has been updated to8.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.
Superseded by #191. |
Bumps vite from 5.2.11 to 5.4.1.
Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
b44c20c
release: v5.4.1391bb49
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: removehandleHotUpdate
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)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
esbuild
,vite
, andpostcss
, enhancing performance and features.Bug Fixes
vite
version may include bug fixes that improve the build process and runtime behavior.Chores