-
Notifications
You must be signed in to change notification settings - Fork 0
Bump the npm_and_yarn group across 2 directories with 2 updates #4
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?
Bump the npm_and_yarn group across 2 directories with 2 updates #4
Conversation
Hướng dẫn dành cho người đánh giáPR này áp dụng các nâng cấp phiên bản chính do Dependabot điều khiển cho nhóm phụ thuộc npm_and_yarn: nó cập nhật esbuild trong giao diện Obsidian và Next.js trong giao diện Web bằng cách tăng phiên bản của chúng trong package.json và tạo lại các tệp yarn.lock tương ứng. Sơ đồ trình tự: Máy chủ Dev esbuild - Kiểm soát truy cập chặt chẽ hơn (Sau v0.25.0)sequenceDiagram
actor Client
participant DevServer as "esbuild Dev Server (>=v0.25.0)"
Client->>DevServer: HTTP Request (Host: 'some.host', Origin: 'any.origin')
activate DevServer
DevServer->>DevServer: 1. Check 'Host' header against configured 'serve' hosts
alt Host header matches configured hosts
DevServer->>DevServer: 2. Perform CORS check (now stricter, default disabled)
alt CORS check passes OR not applicable (e.g. same-origin)
DevServer-->>Client: Serve content
else CORS check fails
DevServer-->>Client: Deny request (CORS error)
end
else Host header does not match configured 'serve' hosts
DevServer-->>Client: Deny request (Host mismatch)
end
deactivate DevServer
Sơ đồ trình tự: Chế độ Watch esbuild - Xử lý lỗi xây dựng (Sau v0.25.0)sequenceDiagram
actor Developer
participant Watcher as "esbuild Watch Process (>=v0.25.0)"
participant FileSystem as "Output Directory"
Developer->>Watcher: Modifies a source file
activate Watcher
Watcher->>Watcher: Trigger rebuild of project
alt Rebuild fails (e.g. syntax error)
Watcher->>FileSystem: Delete all output files
Watcher-->>Developer: Notify build failure (e.g. console error, files disappear)
else Rebuild succeeds
Watcher->>FileSystem: Write/update output files
Watcher-->>Developer: Notify build success (e.g. console message, files updated)
end
deactivate Watcher
Thay đổi cấp độ tệp
Mẹo và lệnhTương tác với Sourcery
Tùy chỉnh trải nghiệm của bạnTruy cập bảng điều khiển của bạn để:
Nhận trợ giúp
Original review guide in EnglishReviewer's GuideThis PR applies Dependabot-driven major version upgrades to the npm_and_yarn dependency group: it updates esbuild in the Obsidian interface and Next.js in the Web interface by bumping their versions in package.json and regenerating the corresponding yarn.lock files. Sequence Diagram: esbuild Dev Server - Stricter Access Control (Post v0.25.0)sequenceDiagram
actor Client
participant DevServer as "esbuild Dev Server (>=v0.25.0)"
Client->>DevServer: HTTP Request (Host: 'some.host', Origin: 'any.origin')
activate DevServer
DevServer->>DevServer: 1. Check 'Host' header against configured 'serve' hosts
alt Host header matches configured hosts
DevServer->>DevServer: 2. Perform CORS check (now stricter, default disabled)
alt CORS check passes OR not applicable (e.g. same-origin)
DevServer-->>Client: Serve content
else CORS check fails
DevServer-->>Client: Deny request (CORS error)
end
else Host header does not match configured 'serve' hosts
DevServer-->>Client: Deny request (Host mismatch)
end
deactivate DevServer
Sequence Diagram: esbuild Watch Mode - Handling Build Failures (Post v0.25.0)sequenceDiagram
actor Developer
participant Watcher as "esbuild Watch Process (>=v0.25.0)"
participant FileSystem as "Output Directory"
Developer->>Watcher: Modifies a source file
activate Watcher
Watcher->>Watcher: Trigger rebuild of project
alt Rebuild fails (e.g. syntax error)
Watcher->>FileSystem: Delete all output files
Watcher-->>Developer: Notify build failure (e.g. console error, files disappear)
else Rebuild succeeds
Watcher->>FileSystem: Write/update output files
Watcher-->>Developer: Notify build success (e.g. console message, files updated)
end
deactivate Watcher
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
2b71cfd
to
87986d8
Compare
87986d8
to
6287150
Compare
Bumps the npm_and_yarn group with 1 update in the /src/interface/obsidian directory: [esbuild](https://github.com/evanw/esbuild). Bumps the npm_and_yarn group with 1 update in the /src/interface/web directory: [next](https://github.com/vercel/next.js). Updates `esbuild` from 0.14.47 to 0.25.0 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2022.md) - [Commits](evanw/esbuild@v0.14.47...v0.25.0) Updates `next` from 14.2.25 to 15.2.4 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v14.2.25...v15.2.4) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.25.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: next dependency-version: 15.2.4 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
6287150
to
79089dc
Compare
Bumps the npm_and_yarn group with 1 update in the /src/interface/obsidian directory: esbuild.
Bumps the npm_and_yarn group with 1 update in the /src/interface/web directory: next.
Updates
esbuild
from 0.14.47 to 0.25.0Release notes
Sourced from esbuild's releases.
... (truncated)
Changelog
Sourced from esbuild's changelog.
... (truncated)
Commits
e9174d6
publish 0.25.0 to npmc27dbeb
fixhosts
inplugin-tests.js
6794f60
fixhosts
innode-unref-tests.js
de85afd
Merge commit from forkda1de1b
fix #4065: bitwise operators can return bigintsf4e9d19
switch case liveness:default
is always last7aa47c3
fix #4028: minify live/deadswitch
cases better22ecd30
minify: more constant folding for strict equality4cdf03c
fix #4053: reordering of.tsx
innode_modules
dc71977
fix #3692:0
now picks a random ephemeral portUpdates
next
from 14.2.25 to 15.2.4Release notes
Sourced from next's releases.
Commits
804aa35
v15.2.4ecb72ee
Match subrequest handling for edge and node (#77474)25f810b
exclude images and static media from dev origin check (#77417)d9bcb83
ensure /__next middleware URLs are included in the origin check (#77416)cfeaa86
remove direct ip/port bypass in dev origin check (#77414)f847302
switch development origin verification to be opt-in rather than opt-out (#77395)535e26d
v15.2.32fcae1d
Update default allowed origins list (#77212)adf5462
unify allowed origin detection handling (#77053)5e59da1
Add dev warning for cross-origin and stabilize allowedDevOrigins (#77044)You can trigger a rebase of this PR 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 <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.
Tóm tắt từ Sourcery
Nâng cấp các dependency esbuild và Next.js trong các interface tương ứng và tạo lại các file lock
Cải tiến:
Công việc vặt:
Original summary in English
Summary by Sourcery
Bump esbuild and Next.js dependencies in their respective interfaces and regenerate lock files
Enhancements:
Chores: