build(deps): bump send and express in /projects/hslayers-server
Bumps send to 1.1.0 and updates ancestor dependency express. These dependencies need to be updated together.
Updates send from 0.18.0 to 1.1.0
Release notes
Sourced from send's releases.
1.1.0
What's Changed
- Remove link renderization in html while redirecting (pillarjs/send#235)
- fix: engines node@>=18 by
@wesleytoddin pillarjs/send#233- Do not serve files when path ends with / by
@rmhaideraliin pillarjs/send#224- Release: 1.1.0 by
@UlisesGasconin pillarjs/send#236New Contributors
@rmhaideralimade their first contribution in pillarjs/send#224Full Changelog: https://github.com/pillarjs/send/compare/v1.0.0...1.1.0
0.19.0
What's Changed
- Remove link renderization in html while redirecting (pillarjs/send#235)
New Contributors
@UlisesGasconmade their first contribution in pillarjs/send#235Full Changelog: https://github.com/pillarjs/send/compare/0.18.0...0.19.0
Changelog
Sourced from send's changelog.
1.1.0 / 2024-09-10
- Changes from 0.19.0
1.0.0 / 2024-07-25
- Drop support for Node.js <18.0
statuses@^2.0.1range-parser@^1.2.1on-finished@^2.4.1ms@^2.1.3mime-types@^2.1.35http-errors@^2.0.0fresh@^0.5.2etag@^1.8.1escape-html@^1.0.3encodeurl@^2.0.0destroy@^1.2.0debug@^4.3.51.0.0-beta.2 / 2024-03-04
- Changes from 0.18.0
1.0.0-beta.1 / 2022-02-04
- Drop support for Node.js 0.8
- Remove
hiddenoption -- usedotfilesoption- Remove
fromalias toroot-- userootdirectly- Remove
send.etag()-- useetaginoptions- Remove
send.index()-- useindexinoptions- Remove
send.maxage()-- usemaxAgeinoptions- Remove
send.root()-- userootinoptions- Use
mime-typesfor file to content type mapping -- removedsend.mime- deps: [email protected]
- Add
DEBUG_HIDE_DATEenvironment variable- Change timer to per-namespace instead of global
- Change non-TTY date format
- Remove
DEBUG_FDenvironment variable support- Support 256 namespace colors
0.19.0 / 2024-09-10
- Remove link renderization in html while redirecting
Commits
dc6b5d41.1.08eaab61Merge commit from fork9774100Do not serve files when path ends with / in windows (#224)672e5c3fix: engines node@>=1891c184e1.0.0ddfb7d7fix: update history.md56b1817Merge branch '1.0'0c0d374fix(deps): statuses@^2.0.1b0e3e2dfix(deps): range-parser@^1.2.12d5841afix(deps): on-finished@^2.4.1- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for send since your current version.
Updates express from 4.20.0 to 5.0.0
Release notes
Sourced from express's releases.
5.0.0
What's Changed
- 4.19.2 Staging by
@wesleytoddin expressjs/express#5561- remove duplicate location test for data uri by
@wesleytoddin expressjs/express#5562- feat: document beta releases expectations by
@marco-ippolitoin expressjs/express#5565- Cut down on duplicated CI runs by
@jonchurchin expressjs/express#5564- Add a Threat Model by
@UlisesGasconin expressjs/express#5526- Assign captain of encodeurl by
@blakeembreyin expressjs/express#5579- Nominate jonchurch as repo captain for
http-errors,expressjs.com,morgan,cors,body-parserby@jonchurchin expressjs/express#5587- docs: update Security.md by
@inigomarquinezin expressjs/express#5590- docs: update triage nomination policy by
@UlisesGasconin expressjs/express#5600- Add CodeQL (SAST) by
@UlisesGasconin expressjs/express#5433- docs: add UlisesGascon as triage initiative captain by
@UlisesGasconin expressjs/express#5605- Use object with null prototype for various app properties by
@EvanHahnin expressjs/express#4861- deps: encodeurl@~2.0.0 by
@blakeembreyin expressjs/express#5569- skip QUERY method test by
@jonchurchin expressjs/express#5628- ignore ETAG query test on 21 and 22, reuse skip util by
@jonchurchin expressjs/express#5639- add support Node.js@22 in the CI by
@mertcanaltinin expressjs/express#5627- doc: add table of contents, tc/triager lists to readme by
@mertcanaltinin expressjs/express#5619- List and sort all projects, add captains by
@blakeembreyin expressjs/express#5653- Call callback once on listen error by
@wesleytoddin expressjs/express#3216- docs: add
@UlisesGasconas captain for cookie-parser by@UlisesGasconin expressjs/express#5666- ✨ bring back query tests for node 21 by
@ctcpipin expressjs/express#5690- [v4] Deprecate
res.clearCookieacceptingoptions.maxAgeandoptions.expiresby@jonchurchin expressjs/express#5672- skip QUERY tests for Node 21 only, still not supported by
@jonchurchin expressjs/express#5695- 📝 update people, add ctcpip to TC by
@ctcpipin expressjs/express#5683- remove minor version pinning from ci by
@jonchurchin expressjs/express#5722- Fix link variable use in attribution section of CODE OF CONDUCT by
@IamLizuin expressjs/express#5762- Replace Appveyor windows testing with GHA by
@jonchurchin expressjs/express#5599- Add OSSF Scorecard badge by
@UlisesGasconin expressjs/express#5436- Throw on invalid status codes by
@jonchurchin expressjs/express#4212- Use Array.flat instead of array-flatten by
@almicin expressjs/express#5677- Adopt Node@18 as the minimum supported version by
@UlisesGasconin expressjs/express#5803- Ignore
expiresandmaxAgeinres.clearCookie()by@jonchurchin expressjs/express#5792- [email protected] by
@wesleytoddin expressjs/express#5786- chore: upgrade
debugdep from 3.10 to 4.3.6 by@carpassein expressjs/express#5829- refactor: replace 'path-is-absolute' dep with node:path isAbsolute method by
@carpassein expressjs/express#5830- update scorecard link by
@bjohansebasin expressjs/express#5814- Nominate
@IamLizuto the triage team by@UlisesGasconin expressjs/express#5836- deps: [email protected] by
@blakeembreyin expressjs/express#5603- docs: specify new instructions for
questionanddiscussby@IamLizuin expressjs/express#5835- 5.x: Upgrading
merge-descriptorswith allowing minors by@RobinTailin expressjs/express#5782- 4.x: Upgrade
merge-descriptorsdependency by@RobinTailin expressjs/express#5781- WIP: serve-static@2 by
@wesleytoddin expressjs/express#5790- chore: upgrade qs dp from 6.11.0 to 6.13.0 by
@carpassein expressjs/express#5847- Upgrade cookie signature by
@IamLizuin expressjs/express#5833- accepts@2 by
@wesleytoddin expressjs/express#5881- mime-types@3 by
@wesleytoddin expressjs/express#5882- type-is@^2.0.0 by
@wesleytoddin expressjs/express#5883- content-disposition@^1.0.0 by
@wesleytoddin expressjs/express#5884
... (truncated)
Changelog
Sourced from express's changelog.
5.0.0 / 2024-09-10
- remove:
path-is-absolutedependency - usepath.isAbsoluteinstead- breaking:
res.status()accepts only integers, and input must be greater than 99 and less than 1000
- will throw a
RangeError: Invalid status code: ${code}. Status code must be greater than 99 and less than 1000.for inputs outside this range- will throw a
TypeError: Invalid status code: ${code}. Status code must be an integer.for non integer inputs- deps: [email protected]
res.redirect('back')andres.location('back')is no longer a supported magic string, explicitly usereq.get('Referrer') || '/'.- change:
res.clearCookiewill ignore user providedmaxAgeandexpiresoptions- deps: cookie-signature@^1.2.1
- deps: [email protected]
- deps: merge-descriptors@^2.0.0
- deps: serve-static@^2.1.0
- deps: [email protected]
- deps: accepts@^2.0.0
- deps: mime-types@^3.0.0
application/javascript=>text/javascript- deps: type-is@^2.0.0
- deps: content-disposition@^1.0.0
- deps: finalhandler@^2.0.0
- deps: fresh@^2.0.0
- deps: body-parser@^2.0.1
- deps: send@^1.1.0
5.0.0-beta.3 / 2024-03-25
This incorporates all changes after 4.19.1 up to 4.19.2.
5.0.0-beta.2 / 2024-03-20
This incorporates all changes after 4.17.2 up to 4.19.1.
5.0.0-beta.1 / 2022-02-14
This is the first Express 5.0 beta release, based off 4.17.2 and includes changes from 5.0.0-alpha.8.
- change:
- Default "query parser" setting to
'simple'- Requires Node.js 4+
- Use
mime-typesfor file to content type mapping- deps: [email protected]
- deps: [email protected]
req.bodyis no longer always initialized to{}
... (truncated)
Commits
344b0225.0.00c49926fix(deps): send@^1.1.0b3906cbfix(deps): serve-static@^2.1.0fed8c2afix(deps): body-parser@^2.0.1bdd81f8Deletebackas a magic string (#5933)6c98f80🔧 update CI, remove unsupported versions, clean upf9256efMerge branch '5.0' into 5-mergee5feb9fMerge tag '4.20.0' into 5.00264908feat(deps)!: router@^2.0.0 (#5885)4d713d2update to [email protected] (#5916)- Additional commits viewable in compare view
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 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.
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
task @jmacura: needs to review, if our code is compatible with express 5.0
express 5.0 is still a beta, but more importantly, express >= 5 requires Node 18 to run (https://expressjs.com/en/starter/installing.html). This is not viable on most of Lesprojekt's production servers. Updating hslayers-server would require also upgrading Node, which in turn would most likely require whole OS upgrade. Need to discuss with @fzadrazil and @bvj possible scenarios.
Installing Node 18 does not require OS upgrade. https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-rocky-linux-9
(un)update: as of today, express 5 is still marked next in the npm, while express 4 is the latest version.
update: express 5 is expected to go into latest tag in January (per this comment). I consider it safe to update now. Will investigate.
update: as of March, latest express is still 4.21.x. The plan to move v5 from next to latest was postponed to minor release 5.1.
I think it does not block us from update though.
update: express v5 is marked as latest in npm since express 5.1.
@dependabot recreate
Looks like these dependencies are up-to-date now, so this is no longer needed.