mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 17:35:54 +03:00
[PR #572] [CLOSED] Bump serve-static and express in /app #597
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#597
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mageddo/dns-proxy-server/pull/572
Author: @dependabot[bot]
Created: 9/18/2024
Status: ❌ Closed
Base:
feat/front-end-upgrades← Head:dependabot/npm_and_yarn/app/multi-d66d039ac5📝 Commits (10+)
8b53625Create FUNDING.yml (#512)5321bd1#513 Refactoring on ConfigJson Module (#514)f7c5148FixingnoRemoteServerswasn't being respected at the JSON file #513 (#515)a8b99f2Mitigate arm release failure due inexistence of required debian package #517 (#518)ae30d13Use Virtual Threads (#519)0e538edEnsure thread will have names at the logs, behavior changed since3.25.0(#520)e66a6fcInternal feature toggle to disable virtual threads (#521)c2a39b9Migrating cache to caffeine (#523)bc22a7aDisable connection check at every query (#525)672dfc8More Effective RemoteSolver Circuit Check #526 (#528)📊 Changes
215 files changed (+13933 additions, -996 deletions)
View changed files
➕
.github/FUNDING.yml(+14 -0)📝
.github/ISSUE_TEMPLATE/bug-unexpected-behavior-report.md(+2 -2)📝
.github/ISSUE_TEMPLATE/feature-request.md(+35 -10)➕
.github/ISSUE_TEMPLATE/general.md(+8 -0)📝
.github/workflows/actions-deploy.yml(+12 -3)📝
.github/workflows/ci.yml(+10 -4)📝
.github/workflows/close-inative-waiting-feedback-issues.yml(+1 -1)📝
.github/workflows/docs.yml(+4 -1)📝
.github/workflows/release-latest.yml(+1 -1)📝
.gitignore(+3 -1)📝
RELEASE-NOTES.md(+103 -28)📝
app/package-lock.json(+278 -176)📝
build.gradle(+101 -15)📝
docs/content/3-configuration/_index.en.md(+28 -6)📝
docs/content/4-developing/_index.en.md(+33 -0)📝
docs/content/4-developing/compiling.en.md(+10 -3)📝
docs/content/4-developing/generating-docs.en.md(+1 -1)📝
docs/content/4-developing/releasing.en.md(+1 -1)➕
docs/content/4-developing/stress-tests.en.md(+28 -0)📝
gradle.properties(+1 -1)...and 80 more files
📄 Description
Bumps serve-static and express. These dependencies needed to be updated together.
Updates
serve-staticfrom 1.15.0 to 1.16.2Release notes
Sourced from serve-static's releases.
Changelog
Sourced from serve-static's changelog.
Commits
ec9c5ec1.16.2f454d37fix(deps): encodeurl@~2.0.077a82551.16.14263f49fix(deps): send@0.19.048c73971.16.00c11fadMerge commit from forkMaintainer changes
This version was pushed to npm by wesleytodd, a new releaser for serve-static since your current version.
Updates
expressfrom 4.18.2 to 4.21.0Release notes
Sourced from express's releases.
... (truncated)
Changelog
Sourced from express's changelog.
... (truncated)
Commits
7e562c64.21.01bcde96fix(deps): qs@6.13.0 (#5946)7d36477fix(deps): serve-static@1.16.2 (#5951)40d2d8ffix(deps): finalhandler@1.3.177ada90Deprecate"back"magic string in redirects (#5935)21df4214.20.04c9ddc1feat: upgrade to serve-static@0.16.09ebe5d5feat: upgrade to send@0.19.0 (#5928)ec4a01bfeat: upgrade to body-parser@1.20.3 (#5926)54271f6fix: don't render redirect values in anchor hrefMaintainer changes
This version was pushed to npm by wesleytodd, a new releaser for express since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.