-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps-dev): bump vite and @sveltejs/vite-plugin-svelte in /examples/todo-list/sveltejs-todo-list #418
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
base: master
Are you sure you want to change the base?
Conversation
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte). These dependencies needed to be updated together. Updates `vite` from 3.2.7 to 4.5.9 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.9/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.9/packages/vite) Updates `@sveltejs/vite-plugin-svelte` from 1.0.1 to 5.0.3 - [Release notes](https://github.com/sveltejs/vite-plugin-svelte/releases) - [Changelog](https://github.com/sveltejs/vite-plugin-svelte/blob/main/packages/vite-plugin-svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/vite-plugin-svelte/commits/@sveltejs/[email protected]/packages/vite-plugin-svelte) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development - dependency-name: "@sveltejs/vite-plugin-svelte" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
Reviewer's Guide by SourceryThis pull request updates the vite and @sveltejs/vite-plugin-svelte dependencies in the /examples/todo-list/sveltejs-todo-list directory. The vite dependency was updated from 3.2.7 to 4.5.9, and the @sveltejs/vite-plugin-svelte dependency was updated from 1.0.1 to 5.0.3. These updates include bug fixes, security enhancements, and new features. Class diagram showing major changes in Vite 4.5.xclassDiagram
class ViteServer {
+allowedHosts: string[]
+cors: boolean
+origin: string
+verifyToken()
+checkHostHeader()
}
class VitePreview {
+allowedHosts: string[]
}
note for ViteServer "New security features added in v4.5.6:
- Host header checking
- CORS disabled by default
- WebSocket token verification"
note for VitePreview "New allowedHosts option
for preview server"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
Bumps vite and @sveltejs/vite-plugin-svelte. These dependencies needed to be updated together.
Updates
vite
from 3.2.7 to 4.5.9Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
edad4d2
release: v4.5.98f63cd6
fix: allow CORS from loopback addresses by default (#19249)0bc52e0
fix:preview.allowedHosts
with specific values was not respected (#19246)947f0c1
release: v4.5.83680bad
fix: try parseserver.origin
URL (#19241)fe86acb
release: v4.5.7f4d3c46
fix:crypto.getRandomValues
is not available in old Node versions (#19237)9e460f5
release: v4.5.6ef1049d
fix!: check host header to prevent DNS rebinding attacks and introduce `serve...c065a77
fix: verify token for HMR WebSocket connectionUpdates
@sveltejs/vite-plugin-svelte
from 1.0.1 to 5.0.3Release notes
Sourced from
@sveltejs/vite-plugin-svelte
's releases.... (truncated)
Changelog
Sourced from
@sveltejs/vite-plugin-svelte
's changelog.... (truncated)
Commits
2a89666
Version Packages (#1056)47184d4
Use optional chaining to catch null error codes in error.js (#1054)d215c88
chore(deps): bump deps and update test case to match new svelte export (#1049)0e8ebf3
Version Packages (#1045)e41edff
fix: update warning codes for svelte5 (#1044)1b302f1
chore(deps): update all non-major dependencies (#1042)12dc87c
chore(deps): update all non-major dependencies (#1041)0c06e1f
Version Packages (#1039)5389d31
fix: handle peer dep warning (#1038)5192b92
Version Packages (#1036)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.
Summary by Sourcery
Update Vite to 4.5.9 and @sveltejs/vite-plugin-svelte to 5.0.3 in the Svelte TODO list example.
Build: