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

Bump send and express in /app #573

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2024

Bumps send and express. These dependencies needed to be updated together.
Updates send from 0.18.0 to 0.19.0

Release notes

Sourced from send's releases.

0.19.0

What's Changed

New Contributors

Full Changelog: pillarjs/send@0.18.0...0.19.0

Changelog

Sourced from send's changelog.

0.19.0 / 2024-09-10

  • Remove link renderization in html while redirecting
Commits
Maintainer changes

This version was pushed to npm by ulisesgascon, a new releaser for send since your current version.


Updates express from 4.18.2 to 4.21.0

Release notes

Sourced from express's releases.

4.21.0

What's Changed

New Contributors

Full Changelog: expressjs/express@4.20.0...4.21.0

4.20.0

What's Changed

Important

  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect

Other Changes

... (truncated)

Changelog

Sourced from express's changelog.

4.21.0 / 2024-09-11

  • Deprecate res.location("back") and res.redirect("back") magic string
  • deps: serve-static@1.16.2
    • includes send@0.19.0
  • deps: finalhandler@1.3.1
  • deps: qs@6.13.0

4.20.0 / 2024-09-10

  • deps: serve-static@0.16.0
    • Remove link renderization in html while redirecting
  • deps: send@0.19.0
    • Remove link renderization in html while redirecting
  • deps: body-parser@0.6.0
    • add depth option to customize the depth level in the parser
    • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect
  • deps: path-to-regexp@0.1.10
    • Adds support for named matching groups in the routes using a regex
    • Adds backtracking protection to parameters without regexes defined
  • deps: encodeurl@~2.0.0
    • Removes encoding of \, |, and ^ to align better with URL spec
  • Deprecate passing options.maxAge and options.expires to res.clearCookie
    • Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie

4.19.2 / 2024-03-25

  • Improved fix for open redirect allow list bypass

4.19.1 / 2024-03-20

  • Allow passing non-strings to res.location with new encoding handling checks

4.19.0 / 2024-03-20

  • Prevent open redirect allow list bypass due to encodeurl
  • deps: cookie@0.6.0

4.18.3 / 2024-02-29

  • Fix routing requests without method
  • deps: body-parser@1.20.2
    • Fix strict json error message on Node.js 19+
    • deps: content-type@~1.0.5

... (truncated)

Commits
Maintainer 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 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.

mageddo added 30 commits July 15, 2024 14:57
* testing no remote sovlers

* written failing test which found the bug

* test was wrong, feature is working

* extracting to specific class

* refactoring

* created tests
…#515)

* bug and test fixed

* fixing one more test

* release notes

* [Gradle Release Plugin] - new version commit:  '3.24.1-snapshot'.
#517 (#518)

* try to download the deb from the two possible urls

* release notes

* [Gradle Release Plugin] - new version commit:  '3.24.2-snapshot'.

* release notes

* one more option
* migrating thread pools to virtual threads

* using virtual thread executor when querying remote dns servers

* fixing test

* stress test related code

* configuring supervisor

* adjusting default dns

* created stress test

* created stress test

* creating docs of how to use stress tests

* more asserts

* creating collector structure

* skipping login page and set as admin

* configuring metrics

* fixing test conflict with running dps on machine

* configuring default dashboards

* changing filter time

* updating the docs

* adjusting the docs order

* linking doc

* clean code

* clean code

* release notes

* [Gradle Release Plugin] - new version commit:  '3.25.0-snapshot'.
…25.0` (#520)

* release notes

* [Gradle Release Plugin] - new version commit:  '3.25.1-snapshot'.

* upgrading logback

to be compatible with virtual threads at logging, see qos-ch/logback#737

* release notes
* toggle to swap between virtual and physical threads

* creating system property
* testing cache ttl

* testing

* adjusting test

* release notes

* clean codfe

* clean code

* clean code

* [Gradle Release Plugin] - new version commit:  '3.25.2-snapshot'.
* testing ping call

* creating toggle

* release notes

* [Gradle Release Plugin] - new version commit:  '3.25.3-snapshot'.

* testing ping on specified port

* testing ping api
* refactoring

* release notes, Log Remote Servers circuit states

* [Gradle Release Plugin] - new version commit:  '3.25.4-snapshot'.

* ignoring to half open and from half open to open transition

* refactoring

* refactoring

* comment

* add logs

* fixme notes

* comments

* adjusting fixme notes

* docs

* clean code
#522 (#529)

* testing deadlock

* removing calculate code from lock statement to prevent deadlocks

* clean code

* use single threaded queue to performe cache clear to prevent deadlocks

* clear cache in background

* add asserts

* release notes

* [Gradle Release Plugin] - new version commit:  '3.25.5-snapshot'.

* change thread name

* change docs
#530)

* release notes

* refactoring and creating test for the use case

* refactoring

* clean code

* refactoring packages

* release notes

* refactoring

* creating temp test

* release notes

* [Gradle Release Plugin] - new version commit:  '3.25.6-snapshot'.
* release notes

* removing old behavior test and activating the new one

* refactoring and testing

* refactoring tests

* refactoring

* [Gradle Release Plugin] - new version commit:  '3.25.7-snapshot'.

* disabling feature

* release notes
* release notes

* [Gradle Release Plugin] - new version commit:  '3.25.8-snapshot'.

* implementing and adjusting test to the new behavior

* testing circuit status refresh

* refactoring names

* fixing scenario
…539)

* creating flag to forcec dns server start even when in test mode

* testing
* handling and logging fatal errors

* release notes

* [Gradle Release Plugin] - new version commit:  '3.25.9-snapshot'.
…native image #480 (#537)

* upgrading rest assured due groovy error with nativeTest task

Error encountered while parsing java.lang.invoke.MutableCallSite.setTarget(MutableCallSite.java:155)
Parsing context:
   at java.lang.invoke.SwitchPoint.invalidateAll(SwitchPoint.java:225)
   at org.codehaus.groovy.vmplugin.v8.IndyInterface.invalidateSwitchPoints(IndyInterface.java:186)
   at org.codehaus.groovy.vmplugin.v8.IndyInterface$$Lambda/0x00000007c2399648.updateConstantMetaClass(Unknown Source)
�

* ignoring rest assured error and leaving it fail at tests if the problematic code will be used anyway

* int test it's working

* clean code

* fixing bug

* configuring native test at the same source set as test

* enabling native image test

* adjusting reflection generation

* adjusts

* test is working

* adjusting conf path

* print test logs to console

* trying to get logs to check why test is failing

* finding 'stream closed' cause

* handling fatal errors

* testing fatal error handling

* delete hello world int test

* re-enabling restassured

* reverting restassured feature disabling

* clean code

* updating the docs about native image test

* refactoring

* refactoring

* refactoring

* refactoring

* explaining about the kind of tests

* [Gradle Release Plugin] - new version commit:  '3.25.9-snapshot'.

* fixing test

* release notes

* refactoring the docs

* unnecessary path

* clean code

* make test repeatable

* testing test class and refactoring

* refactoring class

* fixing test

* caching

* testing

* creating flags

* wasn't using the default config when file was empty

* make test repeatable

* hostnames list must be changable

* refactoring

* refactoring

* troubleshooting

* refactorings

* testing

* refactoring

* testing

* finally fixing bug which gets the wrong list

* leading with methods

* fixing field parsing

* reverting

* clean code
* trying to exclude groovy from classpath

* enabling int tests at the ci

* enabling int tests

* caffeine native image reflection configs

* adjusting resources config

* adjusting resources include config

* add missing graal resources metadata

* clean code

* flag is now unnecessary

* release notes

* [Gradle Release Plugin] - new version commit:  '3.25.10-snapshot'.
* new template proposal

* specifying what is required and what is not

* adjusting labels and creating general content

* unify summary and motivation

* empty content
…fig (#550)

* setup resilience4j

* specifying circuit breaker strategy name

* creating agnostic interface to support multiple circuit breaker strategy types

* fixme

* [Gradle Release Plugin] - new version commit:  '3.25.11-snapshot'.

* release notes
* setup resilience4j

* specifying circuit breaker strategy name

* creating agnostic interface to support multiple circuit breaker strategy types

* fixme

* sppliting circuit breaker factory

* refactoring is done

* test is passing

* test is passing

* test is passing

* refactoring package

* [Gradle Release Plugin] - new version commit:  '3.25.11-snapshot'.

* release notes

* [Gradle Release Plugin] - new version commit:  '3.25.12-snapshot'.

* release notes

* fixme note

* fixme note
* setup resilience4j

* specifying circuit breaker strategy name

* creating agnostic interface to support multiple circuit breaker strategy types

* fixme

* sppliting circuit breaker factory

* refactoring is done

* test is passing

* test is passing

* test is passing

* refactoring package

* [Gradle Release Plugin] - new version commit:  '3.25.11-snapshot'.

* release notes

* [Gradle Release Plugin] - new version commit:  '3.25.12-snapshot'.

* release notes

* fixme note

* fixme note

* refactoring to support multiple delegates

* refactoring name

* refactoring

* implementing non resilient strategy

* refactoring and test

* removing unnecessary test

* refactoring and fixing test

* release notes

* [Gradle Release Plugin] - new version commit:  '3.25.13-snapshot'.
* Fixing SolverRemote NPE #533

* creating test
* Implementing env config file path option

* fixing compiling errors

* fixing test

* fixing test

* testing

* updating the docs

* [Gradle Release Plugin] - new version commit:  '3.26.0-snapshot'.

* release notes

* fixing arm build mirror and ajusting test

* new mirrors

* formatting

* refactoring

* clean code
mageddo and others added 12 commits September 4, 2024 20:59
* module to wait things to happen while checking on them

* testing the module
* command lines module upgrades

* new tests

* missing dep

* missing dep

* release notes

* [Gradle Release Plugin] - new version commit:  '3.27.0-snapshot'.
* build optmizations

* reduce int test time

* reduce int test time

* change level to b
* specifying config source

* adjusting tests

* updating test config files

* release notes
* release notes

* [Gradle Release Plugin] - new version commit:  '3.29.0-snapshot'.

* Creating support for testing DPS really like a integration test, crating int test for solver remote happy pah

* clean code

* clean code

* configuring templates

* configuring templates

* option to get answer ip

* comptest task wont run int test

* creating task to run all tests

* adjusting ci steps

* adjusting ci
* eager module classes

* eager module classes

* tests

* new json utils method

* release notes

* [Gradle Release Plugin] - new version commit:  '3.30.0-snapshot'.
* setup resilience4j

* specifying circuit breaker strategy name

* creating agnostic interface to support multiple circuit breaker strategy types

* fixme

* sppliting circuit breaker factory

* refactoring is done

* test is passing

* test is passing

* test is passing

* refactoring package

* [Gradle Release Plugin] - new version commit:  '3.25.11-snapshot'.

* release notes

* [Gradle Release Plugin] - new version commit:  '3.25.12-snapshot'.

* release notes

* fixme note

* fixme note

* refactoring to support multiple delegates

* refactoring name

* refactoring

* implementing non resilient strategy

* refactoring and test

* removing unnecessary test

* refactoring and fixing test

* creating a comp test to check integratio between modules

* new test detecting bug

* fixing bug and release notes

* [Gradle Release Plugin] - new version commit:  '3.25.14-snapshot'.

* comp test wont be able to be mocked, creating a int test instead

* creating dps binary executable finder

* configuring sandbox

* creating sandbox and tests

* fixing test

* setup execution

* creating a dummy signal based healthcheck

* creating a dummy signal based healthcheck

* creating a dummy signal based healthcheck

* registering and testing eager beans

* fixing test

* creating a lot of features related to watch process execution

* new way to excute command line  and specify stream handler

* killing processes after test execution

* fixing test

* fixing test

* fixing test

* fixing test

* generating all jar dep for int test automatically

* Fixing int test binary executor

* unnecessary method

* refactoring test to use json config file only

* all working

* adjusting test

* fixing test

* fixing bugs and creating tests

* refactoring inner class to upper

* reduce native image optimization for int test to reduce build time

* fixing test

* unnecessary

* clean code

* deleteing unnecessary file

* release notes

* [Gradle Release Plugin] - new version commit:  '3.29.0-snapshot'.

* Creating support for testing DPS really like a integration test, crating int test for solver remote happy pah

* clean code

* clean code

* configuring templates

* configuring templates

* option to get answer ip

* clean code

* deleting healthcheck feature

* using pair of right library
* creating empty strategy

* creating tests to validate reslience4j behavior

* more tests

* new test

* new tests and features

* notes

* refactoring and testing

* creating healthchecker

* refactoring

* implementing

* adjusting test

* clean code

* refactoring

* release notes

* [Gradle Release Plugin] - new version commit:  '3.30.1-snapshot'.
Bumps [send](https://github.com/pillarjs/send) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.

Updates `send` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/pillarjs/send/releases)
- [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
- [Commits](pillarjs/send@0.18.0...0.19.0)

Updates `express` from 4.18.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](expressjs/express@4.18.2...4.21.0)

---
updated-dependencies:
- dependency-name: send
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
...

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 Sep 18, 2024
@mageddo mageddo changed the base branch from master to feat/front-end-upgrades September 19, 2024 20:59
@mageddo mageddo merged commit 6555e39 into feat/front-end-upgrades Sep 19, 2024
1 check passed
@mageddo mageddo deleted the dependabot/npm_and_yarn/app/multi-cf87d80143 branch September 19, 2024 20:59
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.

1 participant