solana-dev-onboarding-rs
solana-dev-onboarding-rs copied to clipboard
Bump the npm_and_yarn group across 5 directories with 8 updates
Bumps the npm_and_yarn group with 2 updates in the /demos/frontend/03_wallets_ping directory: next and serve-static. Bumps the npm_and_yarn group with 2 updates in the /demos/frontend/04_wallets_tx directory: next and serve-static. Bumps the npm_and_yarn group with 2 updates in the /demos/frontend/05_serialize_custom_data directory: next and serve-static. Bumps the npm_and_yarn group with 2 updates in the /demos/frontend/06_serialize_custom_data_II directory: next and serve-static. Bumps the npm_and_yarn group with 6 updates in the /demos/frontend/07_create_dapp_cli directory:
Package | From | To |
---|---|---|
next | 14.1.1 |
14.2.13 |
send | 0.18.0 |
0.19.0 |
express | 4.19.2 |
4.21.0 |
serve-static | 1.15.0 |
1.16.2 |
rollup | 2.79.1 |
4.22.4 |
@nx/rollup | 17.2.7 |
19.8.2 |
Updates next
from 14.1.1 to 14.2.13
Release notes
Sourced from next's releases.
v14.2.13
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- Fix missing cache-control on SSR app route (#70265)
- feat: add polyfill of URL.canParse for browser compatibility (#70228)
- Fix vercel og package memory leak (#70214)
- Fix startTime error on Android 9 with Chrome 74 (#67391)
Credits
Huge thanks to
@​raeyoung-kim
,@​huozhi
,@​devjiwonchoi
, and@​ijjk
for helping!v14.2.12
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- update prefetching jsdoc & documentation (#68047)
- Ensure we chunk revalidate tag requests (#70189)
- (backport) fix(eslint): allow typescript-eslint v8 (#70090)
- [ppr] Don't mark RSC requests as /_next/data requests (backport of #66249) (#70083)
Credits
Huge thanks to
@​alvarlagerlof
,@​wyattjoh
,@​delbaoliveira
, and@​ijjk
for helping!v14.2.11
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- fix: correct metadata url suffix (vercel/next.js#69959)
- fix: setting assetPrefix to URL format breaks HMR (#70040)
- Update revalidateTag to batch tags in one request (#65296)
Credits
Huge thanks to
@​huozhi
,@​devjiwonchoi
, and@​ijjk
for helping!v14.2.10
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- Remove invalid fallback revalidate value (vercel/next.js#69990)
- Revert server action optimization (vercel/next.js#69925)
- Add ability to customize Cache-Control (#69802)
Credits
Huge thanks to
@​huozhi
and@​ijjk
for helping!
... (truncated)
Commits
f550237
v14.2.13b0ff3d0
Fix startTime error on Android 9 with Chrome 74 (#67391)49566f5
Fix vercel og package memory leak (#70214)62fbd7f
feat: add polyfill ofURL.canParse
for browser compatibility (#70228)b503b8e
Fix missing cache-control on SSR app route (#70265)6d7ced4
v14.2.12367c6e6
update prefetching jsdoc & documentation (#68047)16ad368
Ensure we chunk revalidate tag requests (#70189)77910c8
(backport) fix(eslint): allow typescript-eslint v8 (#70090)0b907c7
[ppr] Don't mark RSC requests as /_next/data requests (backport of #66249) (#...- Additional commits viewable in compare view
Updates serve-static
from 1.15.0 to 1.16.2
Release notes
Sourced from serve-static's releases.
1.16.0
What's Changed
- Remove link renderization in html while redirecting (expressjs/serve-static#173)
New Contributors
@​UlisesGascon
made their first contribution in expressjs/serve-static#173Full Changelog: https://github.com/expressjs/serve-static/compare/v1.15.0...1.16.0
Changelog
Sourced from serve-static's changelog.
1.16.2 / 2024-09-11
- deps: encodeurl@~2.0.0
1.16.1 / 2024-09-11
- deps: [email protected]
1.16.0 / 2024-09-10
- Remove link renderization in html while redirecting
Commits
ec9c5ec
1.16.2f454d37
fix(deps): encodeurl@~2.0.077a8255
1.16.14263f49
fix(deps): [email protected]48c7397
1.16.00c11fad
Merge commit from fork- See full diff in compare view
Maintainer changes
This version was pushed to npm by wesleytodd, a new releaser for serve-static since your current version.
Updates next
from 14.1.1 to 14.2.13
Release notes
Sourced from next's releases.
v14.2.13
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- Fix missing cache-control on SSR app route (#70265)
- feat: add polyfill of URL.canParse for browser compatibility (#70228)
- Fix vercel og package memory leak (#70214)
- Fix startTime error on Android 9 with Chrome 74 (#67391)
Credits
Huge thanks to
@​raeyoung-kim
,@​huozhi
,@​devjiwonchoi
, and@​ijjk
for helping!v14.2.12
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- update prefetching jsdoc & documentation (#68047)
- Ensure we chunk revalidate tag requests (#70189)
- (backport) fix(eslint): allow typescript-eslint v8 (#70090)
- [ppr] Don't mark RSC requests as /_next/data requests (backport of #66249) (#70083)
Credits
Huge thanks to
@​alvarlagerlof
,@​wyattjoh
,@​delbaoliveira
, and@​ijjk
for helping!v14.2.11
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- fix: correct metadata url suffix (vercel/next.js#69959)
- fix: setting assetPrefix to URL format breaks HMR (#70040)
- Update revalidateTag to batch tags in one request (#65296)
Credits
Huge thanks to
@​huozhi
,@​devjiwonchoi
, and@​ijjk
for helping!v14.2.10
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- Remove invalid fallback revalidate value (vercel/next.js#69990)
- Revert server action optimization (vercel/next.js#69925)
- Add ability to customize Cache-Control (#69802)
Credits
Huge thanks to
@​huozhi
and@​ijjk
for helping!
... (truncated)
Commits
f550237
v14.2.13b0ff3d0
Fix startTime error on Android 9 with Chrome 74 (#67391)49566f5
Fix vercel og package memory leak (#70214)62fbd7f
feat: add polyfill ofURL.canParse
for browser compatibility (#70228)b503b8e
Fix missing cache-control on SSR app route (#70265)6d7ced4
v14.2.12367c6e6
update prefetching jsdoc & documentation (#68047)16ad368
Ensure we chunk revalidate tag requests (#70189)77910c8
(backport) fix(eslint): allow typescript-eslint v8 (#70090)0b907c7
[ppr] Don't mark RSC requests as /_next/data requests (backport of #66249) (#...- Additional commits viewable in compare view
Updates serve-static
from 1.15.0 to 1.16.2
Release notes
Sourced from serve-static's releases.
1.16.0
What's Changed
- Remove link renderization in html while redirecting (expressjs/serve-static#173)
New Contributors
@​UlisesGascon
made their first contribution in expressjs/serve-static#173Full Changelog: https://github.com/expressjs/serve-static/compare/v1.15.0...1.16.0
Changelog
Sourced from serve-static's changelog.
1.16.2 / 2024-09-11
- deps: encodeurl@~2.0.0
1.16.1 / 2024-09-11
- deps: [email protected]
1.16.0 / 2024-09-10
- Remove link renderization in html while redirecting
Commits
ec9c5ec
1.16.2f454d37
fix(deps): encodeurl@~2.0.077a8255
1.16.14263f49
fix(deps): [email protected]48c7397
1.16.00c11fad
Merge commit from fork- See full diff in compare view
Maintainer changes
This version was pushed to npm by wesleytodd, a new releaser for serve-static since your current version.
Updates next
from 14.1.1 to 14.2.13
Release notes
Sourced from next's releases.
v14.2.13
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- Fix missing cache-control on SSR app route (#70265)
- feat: add polyfill of URL.canParse for browser compatibility (#70228)
- Fix vercel og package memory leak (#70214)
- Fix startTime error on Android 9 with Chrome 74 (#67391)
Credits
Huge thanks to
@​raeyoung-kim
,@​huozhi
,@​devjiwonchoi
, and@​ijjk
for helping!v14.2.12
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- update prefetching jsdoc & documentation (#68047)
- Ensure we chunk revalidate tag requests (#70189)
- (backport) fix(eslint): allow typescript-eslint v8 (#70090)
- [ppr] Don't mark RSC requests as /_next/data requests (backport of #66249) (#70083)
Credits
Huge thanks to
@​alvarlagerlof
,@​wyattjoh
,@​delbaoliveira
, and@​ijjk
for helping!v14.2.11
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- fix: correct metadata url suffix (vercel/next.js#69959)
- fix: setting assetPrefix to URL format breaks HMR (#70040)
- Update revalidateTag to batch tags in one request (#65296)
Credits
Huge thanks to
@​huozhi
,@​devjiwonchoi
, and@​ijjk
for helping!v14.2.10
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- Remove invalid fallback revalidate value (vercel/next.js#69990)
- Revert server action optimization (vercel/next.js#69925)
- Add ability to customize Cache-Control (#69802)
Credits
Huge thanks to
@​huozhi
and@​ijjk
for helping!
... (truncated)
Commits
f550237
v14.2.13b0ff3d0
Fix startTime error on Android 9 with Chrome 74 (#67391)49566f5
Fix vercel og package memory leak (#70214)62fbd7f
feat: add polyfill ofURL.canParse
for browser compatibility (#70228)b503b8e
Fix missing cache-control on SSR app route (#70265)6d7ced4
v14.2.12367c6e6
update prefetching jsdoc & documentation (#68047)16ad368
Ensure we chunk revalidate tag requests (#70189)77910c8
(backport) fix(eslint): allow typescript-eslint v8 (#70090)0b907c7
[ppr] Don't mark RSC requests as /_next/data requests (backport of #66249) (#...- Additional commits viewable in compare view
Updates serve-static
from 1.15.0 to 1.16.2
Release notes
Sourced from serve-static's releases.
1.16.0
What's Changed
- Remove link renderization in html while redirecting (expressjs/serve-static#173)
New Contributors
@​UlisesGascon
made their first contribution in expressjs/serve-static#173Full Changelog: https://github.com/expressjs/serve-static/compare/v1.15.0...1.16.0
Changelog
Sourced from serve-static's changelog.
1.16.2 / 2024-09-11
- deps: encodeurl@~2.0.0
1.16.1 / 2024-09-11
- deps: [email protected]
1.16.0 / 2024-09-10
- Remove link renderization in html while redirecting
Commits
ec9c5ec
1.16.2f454d37
fix(deps): encodeurl@~2.0.077a8255
1.16.14263f49
fix(deps): [email protected]48c7397
1.16.00c11fad
Merge commit from fork- See full diff in compare view
Maintainer changes
This version was pushed to npm by wesleytodd, a new releaser for serve-static since your current version.
Updates next
from 14.1.1 to 14.2.13
Release notes
Sourced from next's releases.
v14.2.13
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- Fix missing cache-control on SSR app route (#70265)
- feat: add polyfill of URL.canParse for browser compatibility (#70228)
- Fix vercel og package memory leak (#70214)
- Fix startTime error on Android 9 with Chrome 74 (#67391)
Credits
Huge thanks to
@​raeyoung-kim
,@​huozhi
,@​devjiwonchoi
, and@​ijjk
for helping!v14.2.12
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- update prefetching jsdoc & documentation (#68047)
- Ensure we chunk revalidate tag requests (#70189)
- (backport) fix(eslint): allow typescript-eslint v8 (#70090)
- [ppr] Don't mark RSC requests as /_next/data requests (backport of #66249) (#70083)
Credits
Huge thanks to
@​alvarlagerlof
,@​wyattjoh
,@​delbaoliveira
, and@​ijjk
for helping!v14.2.11
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- fix: correct metadata url suffix (vercel/next.js#69959)
- fix: setting assetPrefix to URL format breaks HMR (#70040)
- Update revalidateTag to batch tags in one request (#65296)
Credits
Huge thanks to
@​huozhi
,@​devjiwonchoi
, and@​ijjk
for helping!v14.2.10
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- Remove invalid fallback revalidate value (vercel/next.js#69990)
- Revert server action optimization (vercel/next.js#69925)
- Add ability to customize Cache-Control (#69802)
Credits
Huge thanks to
@​huozhi
and@​ijjk
for helping!
... (truncated)
Commits
f550237
v14.2.13b0ff3d0
Fix startTime error on Android 9 with Chrome 74 (#67391)49566f5
Fix vercel og package memory leak (#70214)62fbd7f
feat: add polyfill ofURL.canParse
for browser compatibility (#70228)b503b8e
Fix missing cache-control on SSR app route (#70265)6d7ced4
v14.2.12367c6e6
update prefetching jsdoc & documentation (#68047)16ad368
Ensure we chunk revalidate tag requests (#70189)77910c8
(backport) fix(eslint): allow typescript-eslint v8 (#70090)0b907c7
[ppr] Don't mark RSC requests as /_next/data requests (backport of #66249) (#...- Additional commits viewable in compare view
Updates serve-static
from 1.15.0 to 1.16.2
Release notes
Sourced from serve-static's releases.
1.16.0
What's Changed
- Remove link renderization in html while redirecting (expressjs/serve-static#173)
New Contributors
@​UlisesGascon
made their first contribution in expressjs/serve-static#173Full Changelog: https://github.com/expressjs/serve-static/compare/v1.15.0...1.16.0
Changelog
Sourced from serve-static's changelog.
1.16.2 / 2024-09-11
- deps: encodeurl@~2.0.0
1.16.1 / 2024-09-11
- deps: [email protected]
1.16.0 / 2024-09-10
- Remove link renderization in html while redirecting
Commits
ec9c5ec
1.16.2f454d37
fix(deps): encodeurl@~2.0.077a8255
1.16.14263f49
fix(deps): [email protected]48c7397
1.16.00c11fad
Merge commit from fork- See full diff in compare view
Maintainer changes
This version was pushed to npm by wesleytodd, a new releaser for serve-static since your current version.
Updates next
from 14.1.1 to 14.2.13
Release notes
Sourced from next's releases.
v14.2.13
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- Fix missing cache-control on SSR app route (#70265)
- feat: add polyfill of URL.canParse for browser compatibility (#70228)
- Fix vercel og package memory leak (#70214)
- Fix startTime error on Android 9 with Chrome 74 (#67391)
Credits
Huge thanks to
@​raeyoung-kim
,@​huozhi
,@​devjiwonchoi
, and@​ijjk
for helping!v14.2.12
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- update prefetching jsdoc & documentation (#68047)
- Ensure we chunk revalidate tag requests (#70189)
- (backport) fix(eslint): allow typescript-eslint v8 (#70090)
- [ppr] Don't mark RSC requests as /_next/data requests (backport of #66249) (#70083)
Credits
Huge thanks to
@​alvarlagerlof
,@​wyattjoh
,@​delbaoliveira
, and@​ijjk
for helping!v14.2.11
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- fix: correct metadata url suffix (vercel/next.js#69959)
- fix: setting assetPrefix to URL format breaks HMR (#70040)
- Update revalidateTag to batch tags in one request (#65296)
Credits
Huge thanks to
@​huozhi
,@​devjiwonchoi
, and@​ijjk
for helping!v14.2.10
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- Remove invalid fallback revalidate value (vercel/next.js#69990)
- Revert server action optimization (vercel/next.js#69925)
- Add ability to customize Cache-Control (#69802)
Credits
Huge thanks to
@​huozhi
and@​ijjk
for helping!
... (truncated)
Commits
f550237
v14.2.13b0ff3d0
Fix startTime error on Android 9 with Chrome 74 (#67391)49566f5
Fix vercel og package memory leak (#70214)62fbd7f
feat: add polyfill ofURL.canParse
for browser compatibility (#70228)b503b8e
Fix missing cache-control on SSR app route (#70265)6d7ced4
v14.2.12367c6e6
update prefetching jsdoc & documentation (#68047)16ad368
Ensure we chunk revalidate tag requests (#70189)77910c8
(backport) fix(eslint): allow typescript-eslint v8 (#70090)0b907c7
[ppr] Don't mark RSC requests as /_next/data requests (backport of #66249) (#...- Additional commits viewable in compare view
Updates send
from 0.18.0 to 0.19.0
Release notes
Sourced from send's releases.
0.19.0
What's Changed
- Remove link renderization in html while redirecting (pillarjs/send#235)
New Contributors
@​UlisesGascon
made 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.
0.19.0 / 2024-09-10
- Remove link renderization in html while redirecting
Commits
9d2db99
0.19.0ae4f298
Merge commit from fork- See full diff 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.19.2 to 4.21.0
Release notes
Sourced from express's releases.
4.21.0
What's Changed
- Deprecate
"back"
magic string in redirects by@​blakeembrey
in expressjs/express#5935- [email protected] by
@​wesleytodd
in expressjs/express#5954- fix(deps): [email protected] by
@​wesleytodd
in expressjs/express#5951- Upgraded dependency qs to 6.13.0 to match qs in body-parser by
@​agadzinski93
in expressjs/express#5946New Contributors
@​agadzinski93
made their first contribution in expressjs/express#5946Full Changelog: https://github.com/expressjs/express/compare/4.20.0...4.21.0
4.20.0
What's Changed
Important
- IMPORTANT: The default
depth
level for parsing URL-encoded data is now32
(previously wasInfinity
)- Remove link renderization in html while using
res.redirect
Other Changes
- 4.19.2 Staging by
@​wesleytodd
in expressjs/express#5561- remove duplicate location test for data uri by
@​wesleytodd
in expressjs/express#5562- feat: document beta releases expectations by
@​marco-ippolito
in expressjs/express#5565- Cut down on duplicated CI runs by
@​jonchurch
in expressjs/express#5564- Add a Threat Model by
@​UlisesGascon
in expressjs/express#5526- Assign captain of encodeurl by
@​blakeembrey
in expressjs/express#5579- Nominate jonchurch as repo captain for
http-errors
,expressjs.com
,morgan
,cors
,body-parser
by@​jonchurch
in expressjs/express#5587- docs: update Security.md by
@​inigomarquinez
in expressjs/express#5590- docs: update triage nomination policy by
@​UlisesGascon
in expressjs/express#5600- Add CodeQL (SAST) by
@​UlisesGascon
in expressjs/express#5433- docs: add UlisesGascon as triage initiative captain by
@​UlisesGascon
in expressjs/express#5605- deps: encodeurl@~2.0.0 by
@​blakeembrey
in expressjs/express#5569- skip QUERY method test by
@​jonchurch
in expressjs/express#5628- ignore ETAG query test on 21 and 22, reuse skip util by
@​jonchurch
in expressjs/express#5639- add support Node.js@22 in the CI by
@​mertcanaltin
in expressjs/express#5627- doc: add table of contents, tc/triager lists to readme by
@​mertcanaltin
in expressjs/express#5619- List and sort all projects, add captains by
@​blakeembrey
in expressjs/express#5653- docs: add
@​UlisesGascon
as captain for cookie-parser by@​UlisesGascon
in expressjs/express#5666- ✨ bring back query tests for node 21 by
@​ctcpip
in expressjs/express#5690- [v4] Deprecate
res.clearCookie
acceptingoptions.maxAge
andoptions.expires
by@​jonchurch
in expressjs/express#5672- skip QUERY tests for Node 21 only, still not supported by
@​jonchurch
in expressjs/express#5695- đź“ť update people, add ctcpip to TC by
@​ctcpip
in expressjs/express#5683- remove minor version pinning from ci by
@​jonchurch
in expressjs/express#5722- Fix link variable use in attribution section of CODE OF CONDUCT by
@​IamLizu
in expressjs/express#5762- Replace Appveyor windows testing with GHA by
@​jonchurch
in expressjs/express#5599- Add OSSF Scorecard badge by
@​UlisesGascon
in expressjs/express#5436- update scorecard link by
@​bjohansebas
in expressjs/express#5814- Nominate
@​IamLizu
to the triage team by@​UlisesGascon
in expressjs/express#5836- deps: [email protected] by
@​blakeembrey
in expressjs/express#5603
... (truncated)
Changelog
Sourced from express's changelog.
4.21.0 / 2024-09-11
- Deprecate
res.location("back")
andres.redirect("back")
magic string- deps: [email protected]
- includes [email protected]
- deps: [email protected]
- deps: [email protected]
4.20.0 / 2024-09-10
- deps: [email protected]
- Remove link renderization in html while redirecting
- deps: [email protected]
- Remove link renderization in html while redirecting
- deps: [email protected]
- add
depth
option to customize the depth level in the parser- IMPORTANT: The default
depth
level for parsing URL-encoded data is now32
(previously wasInfinity
)- Remove link renderization in html while using
res.redirect
- deps: [email protected]
- 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
andoptions.expires
tores.clearCookie
- Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie
Commits
7e562c6
4.21.01bcde96
fix(deps): [email protected] (#5946)7d36477
fix(deps): [email protected] (#5951)40d2d8f
fix(deps): [email protected]77ada90
Deprecate"back"
magic string in redirects (#5935)21df421
4.20.04c9ddc1
feat: upgrade to [email protected]9ebe5d5
feat: upgrade to [email protected] (#5928)ec4a01b
feat: upgrade to [email protected] (#5926)54271f6
fix: don't render redirect values in anchor href- Additional commits viewable in compare view
Updates serve-static
from 1.15.0 to 1.16.2
Release notes
Sourced from serve-static's releases.
1.16.0
What's Changed
- Remove link renderization in html while redirecting (expressjs/serve-static#173)
New Contributors
@​UlisesGascon
made their first contribution in expressjs/serve-static#173Full Changelog: https://github.com/expressjs/serve-static/compare/v1.15.0...1.16.0
Changelog
Sourced from serve-static's changelog.
1.16.2 / 2024-09-11
- deps: encodeurl@~2.0.0
1.16.1 / 2024-09-11
- deps: [email protected]
1.16.0 / 2024-09-10
- Remove link renderization in html while redirecting
Commits
ec9c5ec
1.16.2f454d37
fix(deps): encodeurl@~2.0.077a8255
1.16.14263f49
fix(deps): [email protected]48c7397
1.16.00c11fad
Merge commit from fork- See full diff in compare view
Maintainer changes
This version was pushed to npm by wesleytodd, a new releaser for serve-static since your current version.
Updates serve-static
from 1.15.0 to 1.16.2
Release notes
Sourced from serve-static's releases.
1.16.0
What's Changed
- Remove link renderization in html while redirecting (expressjs/serve-static#173)
New Contributors
@​UlisesGascon
made their first contribution in expressjs/serve-static#173Full Changelog: https://github.com/expressjs/serve-static/compare/v1.15.0...1.16.0
Changelog
Sourced from serve-static's changelog.
1.16.2 / 2024-09-11
- deps: encodeurl@~2.0.0
1.16.1 / 2024-09-11
- deps: [email protected]
1.16.0 / 2024-09-10
- Remove link renderization in html while redirecting
Commits
ec9c5ec
1.16.2f454d37
fix(deps): encodeurl@~2.0.077a8255
1.16.14263f49
fix(deps): [email protected]48c7397
1.16.00c11fad
Merge commit from fork- See full diff in compare view
Maintainer changes
This version was pushed to npm by wesleytodd, a new releaser for serve-static since your current version.
Updates body-parser
from 1.20.2 to 1.20.3
Release notes
Sourced from body-parser's releases.
1.20.3
What's Changed
Important
- deps: qs@6....
Description has been truncated