Bump the npm_and_yarn group across 1 directory with 13 updates
Type: Pull Request
State: Closed
Association: Contributor
Comments: 0
(12 months ago)
(10 months ago)
(10 months ago)
dependencies javascript
Bumps the npm_and_yarn group with 7 updates in the / directory:
| Package | From | To |
|---|---|---|
| @lhci/cli | 0.10.0 |
0.15.0 |
| @open-wc/testing | 3.1.6 |
4.0.0 |
| @web/dev-server-esbuild | 0.3.2 |
1.0.4 |
| @web/test-runner | 0.14.0 |
0.20.2 |
| body-parser | 1.20.0 |
1.20.3 |
| express | 4.18.1 |
4.21.2 |
| braces | 3.0.2 |
3.0.3 |
Updates @lhci/cli from 0.10.0 to 0.15.0
Release notes
Sourced from @lhci/cli's releases.
v0.15.0
v0.15.0 (2025-06-09)
- feat: upgrade to lighthouse 12.6.1 (#1103) (6b3b50e), closes #1103
- feat(cli): change wizard default branch to main (#1069) (d04aba1), closes #1069
- feat(server): configure viewer origin from args (#1004) (f6f80cb), closes #1004
- fix(cli): improve filename sanitization for hash routes (#1084) (e83b2f6), closes #1084
- fix(cli): don't mutate collect.settings (#1068) (55ae4a5), closes #1068
- fix(cli): assert - destructure lhr from options (#1062) (2cb0d07), closes #1062
- fix(cli): respect collect puppeteerLaunchOptions.headless (#1051) (03eff8f), closes #1051
- docs: added actions-lighthouseci-compare (#1054) (de45968), closes #1054
- docs: update link to default lighthouse config (#1091) (c200e07), closes #1091
- docs: update GitHub Actions versions in README.md (#1086) (3cac9eb), closes #1086
- chore: update docker images with latest version (5e7be65)
- chore: bump lhci references to 0.14 (#1050) (82b272c), closes #1050
- chore: update versions in heroku-server recipe (#1078) (ef83477), closes #1078
- chore: Heroku Postgres Hobby plan doesn't exist anymore (#1077) (115818a), closes #1077
- chore: update versions in ci (#1104) (912d985), closes #1104
- misc(release): set npm tag correctly (6914f5b)
- misc(release): fix lint issues in changelog script (d1dcd9a)
- Fixed typo in documentation (#1100) (7779db1), closes #1100
BREAKING CHANGE
- upgrade to lighthouse 12.6.1
v0.14.0
v0.14.0 (2024-06-20)
- feat: upgrade to lighthouse 12.0.0 (#1035) (cc564a6), closes #1035
- feat: support .htm files in fallback server (#1033) (2ed3b31), closes #1033
- feat: increase column width for project name (#1006) (8fe7e8d), closes #1006
- feat: upgrade to lighthouse 12.1.0 (#1046) (8a0e3dc), closes #1046
- feat(cli): add --lhr to assert command to load LHRs from anywhere (#1024) (19c7ca6), closes #1024
- fix(cli): use ProxyAgent instead of HttpsProxyAgent (#1038) (cdf4605), closes #1038
- chore: bump lhci references to 0.13 (083d639)
- misc(release): remove hulk from release process (mostly) (36e629e)
BREAKING CHANGE
- upgrade to lighthouse 12.1.0
v0.13.0
v0.13.0 (2023-12-15)
... (truncated)
Commits
6b3b50efeat: upgrade to lighthouse 12.6.1 (#1103)912d985chore: update versions in ci (#1104)e83b2f6fix(cli): improve filename sanitization for hash routes (#1084)d04aba1feat(cli): change wizard default branch to main (#1069)115818achore: Heroku Postgres Hobby plan doesn't exist anymore (#1077)ef83477chore: update versions in heroku-server recipe (#1078)3cac9ebdocs: update GitHub Actions versions in README.md (#1086)c200e07docs: update link to default lighthouse config (#1091)7779db1Fixed typo in documentation (#1100)55ae4a5fix(cli): don't mutate collect.settings (#1068)- Additional commits viewable in compare view
Updates @open-wc/testing from 3.1.6 to 4.0.0
Release notes
Sourced from @open-wc/testing's releases.
@open-wc/testing@4.0.0Major Changes
- Updated dependencies [c69af75f]
@open-wc/testing-helpers@3.0.0If you're using a fixture like so with scoped elements:
await fixture(html`...`, { scopedElements: ... });You're gonna have to load the
@webcomponents/scoped-custom-element-registrypolyfill yourself first.
@open-wc/testing@3.2.2Patch Changes
- e94ca9aa: chore(testing): remove unused dependencies"
@open-wc/testing@3.2.1Patch Changes
- 84e38ab1: Use split versions for all lit dependencies
- Updated dependencies [84e38ab1]
@open-wc/testing-helpers@2.3.1
@open-wc/testing@3.1.8Patch Changes
- 91a5d224: fix(deps): update dependency
@types/chai-domto v1- Updated dependencies [077d07eb]
@open-wc/testing-helpers@2.2.1
@open-wc/testing@3.1.7Patch Changes
- b187c0bc: Add types export for node16 module resolution
- Updated dependencies [b187c0bc]
@open-wc/testing-helpers@2.1.4
Changelog
Sourced from @open-wc/testing's changelog.
4.0.0
Major Changes
- Updated dependencies [c69af75f]
@open-wc/testing-helpers@3.0.0If you're using a fixture like so with scoped elements:
await fixture(html`...`, { scopedElements: ... });You're gonna have to load the
@webcomponents/scoped-custom-element-registrypolyfill yourself first.3.2.2
Patch Changes
- e94ca9aa: chore(testing): remove unused dependencies"
3.2.1
Patch Changes
- 84e38ab1: Use split versions for all lit dependencies
- Updated dependencies [84e38ab1]
@open-wc/testing-helpers@2.3.13.2.0
Minor Changes
- 935c8ffe: Drop support for Node@14
Patch Changes
- 3289e0eb: Add oneDefaultPreventedEvent export into testing package and no-side-effect indexes
- Updated dependencies [935c8ffe]
- Updated dependencies [3289e0eb]
- Updated dependencies [80c6ae66]
3.1.8
Patch Changes
- 91a5d224: fix(deps): update dependency
@types/chai-domto v1
... (truncated)
Commits
9767b1aVersion Packages (#2743)c4debddVersion Packages (#2737)e94ca9achore(testing): remove unused dependencies (#2736)d91a621Version Packages14e4270feat: new a11y rules (#2686)57ddb3cVersion Packages3289e0efix(testing|testing-helpers): export oneDefaultPreventedEvent through testing...74f51a7Version Packagesf077923fix(deps): update dependency@types/chai-domto v10182490Version Packages (#2508)- Additional commits viewable in compare view
Updates @web/dev-server-esbuild from 0.3.2 to 1.0.4
Release notes
Sourced from @web/dev-server-esbuild's releases.
@web/dev-server-esbuild@1.0.4Patch Changes
- d826727: upgrade esbuild to 0.25.x
@web/dev-server-esbuild@1.0.3Patch Changes
- f506af31: Upgrade esbuild to 0.24.x
- Updated dependencies [fb33d75c]
@web/dev-server-core@0.7.4
Changelog
Sourced from @web/dev-server-esbuild's changelog.
1.0.4
Patch Changes
- d826727: upgrade esbuild to 0.25.x
1.0.3
Patch Changes
- f506af31: Upgrade esbuild to 0.24.x
- Updated dependencies [fb33d75c]
@web/dev-server-core@0.7.41.0.2
Patch Changes
- fix: update
@web/dev-server-core1.0.1
Patch Changes
- e31de569: Update
@web/dev-server-rollupto latest version1.0.0
Major Changes
8218a0a5: Update ESBuild to latest version.
ESBuild has changed how TypeScript decorators are enabled in preparation for JavaScript decorators to land in browsers. ESBuild now requires the
experimentalDecoratorskey to be set totruein thetsconfig.jsonfor TypeScript decorators to be enabled.If you are having issues with decorators after updating to this version, try setting the
experimentalDecoratorskey in yourtsconfig.json.Minor Changes
- c185cbaa: Set minimum node version to 18
Patch Changes
- Updated dependencies [c185cbaa]
@web/dev-server-core@0.7.00.4.4
Patch Changes
- ef6b2543: Use split versions for all lit dependencies
... (truncated)
Commits
3a6bf8fVersion Packagesd826727fix: upgrade esbuild to 0.25.x5f4f351Version Packagesdc23517chore: bump esbuild to 0.24.0f506af3chore: upgrade esbuild to 0.20.x03f3c6fVersion Packages54d65a4ci: align reporters across all packages90e4472ci: use workspaces to run node tests0780a22Version Packagesce40a8fupdate@web/dev-server-rollupin more places- Additional commits viewable in compare view
Updates @web/test-runner from 0.14.0 to 0.20.2
Release notes
Sourced from @web/test-runner's releases.
@web/test-runner@0.20.2Patch Changes
- 7aedbaa: Summary Reporter - re-enabled error reporting and made option to disable browser logs and error reporting in this reporter
@web/test-runner@0.20.1Patch Changes
24e3290: Improve debug message for test runner uncaught exceptions
This should make debugging easier. It wasn't very easy to figure out where the errors originated from (because of how the actual uncaught exception only happened with many concurrent builds inside a sandbox environment that is hard to debug).
Updated dependencies [79b0ba4]
@web/test-runner-chrome@0.18.1
@web/test-runner@0.20.0Minor Changes
- 86eaa21: Upgrade puppeteer version to v24
Patch Changes
- Updated dependencies [86eaa21]
@web/test-runner-chrome@0.18.0
@web/test-runner@0.19.0Minor Changes
- b546e8b5: Upgrade puppeteer-core and puppeteer to v23
Patch Changes
- Updated dependencies [b546e8b5]
@web/test-runner-chrome@0.17.0
@web/test-runner@0.18.3Patch Changes
- 6914f3b6: Show suites names for
summaryReporterwhenflattenoption is true
@web/test-runner@0.18.2Patch Changes
- 6a97a691: Unify visual-written representation of skipped tests.
@web/test-runner@0.18.1Patch Changes
... (truncated)
Changelog
Sourced from @web/test-runner's changelog.
0.20.2
Patch Changes
- 7aedbaa: Summary Reporter - re-enabled error reporting and made option to disable browser logs and error reporting in this reporter
0.20.1
Patch Changes
24e3290: Improve debug message for test runner uncaught exceptions
This should make debugging easier. It wasn't very easy to figure out where the errors originated from (because of how the actual uncaught exception only happened with many concurrent builds inside a sandbox environment that is hard to debug).
Updated dependencies [79b0ba4]
@web/test-runner-chrome@0.18.10.20.0
Minor Changes
- 86eaa21: Upgrade puppeteer version to v24
Patch Changes
- Updated dependencies [86eaa21]
@web/test-runner-chrome@0.18.00.19.0
Minor Changes
- b546e8b5: Upgrade puppeteer-core and puppeteer to v23
Patch Changes
- Updated dependencies [b546e8b5]
@web/test-runner-chrome@0.17.00.18.3
Patch Changes
- 6914f3b6: Show suites names for
summaryReporterwhenflattenoption is true0.18.2
... (truncated)
Commits
9645344Version Packages61260d5Turned error reporting back on by default to match old behviour before it was...4fa7523add back broken error reporting and make log reporting optionaldb00ed5Version Packages24e3290refactor: improve debug message for test runner uncaught exceptionsf00a581Version Packagesfcb71cdVersion Packages8834ad8Version Packagesd5ae228Version Packages (#2803)9a88d83Version Packages (#2774)- Additional commits viewable in compare view
Updates esbuild from 0.14.38 to 0.15.7
Changelog
Sourced from esbuild's changelog.
0.15.7
Add
--watch=foreverto allow esbuild to never terminate (#1511, #1885)Currently using esbuild's watch mode via
--watchfrom the CLI will stop watching if stdin is closed. The rationale is that stdin is automatically closed by the OS when the parent process exits, so stopping watch mode when stdin is closed ensures that esbuild's watch mode doesn't keep running forever after the parent process has been closed. For example, it would be bad if you wrote a shell script that didesbuild --watch &to run esbuild's watch mode in the background, and every time you run the script it creates a newesbuildprocess that runs forever.However, there are cases when it makes sense for esbuild's watch mode to never exit. One such case is within a short-lived VM where the lifetime of all processes inside the VM is expected to be the lifetime of the VM. Previously you could easily do this by piping the output of a long-lived command into esbuild's stdin such as
sleep 999999999 | esbuild --watch &. However, this possibility often doesn't occur to people, and it also doesn't work on Windows. People also sometimes attempt to keep esbuild open by piping an infinite stream of data to esbuild such as withesbuild --watch </dev/zero &which causes esbuild to spin at 100% CPU. So with this release, esbuild now has a--watch=foreverflag that will not stop watch mode when stdin is closed.Work around
PATHwithoutnodein install script (#2519)Some people install esbuild's npm package in an environment without the
nodecommand in theirPATH. This fails on Windows because esbuild's install script runs theesbuildcommand before exiting as a sanity check, and on Windows theesbuildcommand has to be a JavaScript file because of some internal details about how npm handles thebinfolder (specifically theesbuildcommand lacks the.exeextension, which is required on Windows). This release attempts to work around this problem by usingprocess.execPathinstead of"node"as the command for running node. In theory this means the installer can now still function on Windows if something is wrong withPATH.0.15.6
Lower
for awaitloops (#1930)This release lowers
for awaitloops to the equivalentforloop containingawaitwhen esbuild is configured such thatfor awaitloops are unsupported. This transform still requires at least generator functions to be supported since esbuild's lowering ofawaitcurrently relies on generators. This new transformation is mostly modeled after what the TypeScript compiler does. Here's an example:async function f() { for await (let x of y) x() }The code above will now become the following code with
--target=es2017(omitting the code for the__forAwaithelper function):async function f() { try { for (var iter = __forAwait(y), more, temp, error; more = !(temp = await iter.next()).done; more = false) { let x = temp.value; x(); } } catch (temp) { error = [temp]; } finally { try { more && (temp = iter.return) && await temp.call(iter); } finally { if (error) throw error[0]; } } }Automatically fix invalid
supportedconfigurations (#2497)The
--target=setting lets you tell esbuild to target a specific version of one or more JavaScript runtimes such aschrome80,node14and esbuild will restrict its output to only those features supported by all targeted JavaScript runtimes. More recently, esbuild introduced the--supported:setting that lets you override which features are supported on a per-feature basis. However, this now lets you configure nonsensical things such as--supported:async-await=false --supported:async-generator=true. Previously doing this could result in esbuild building successfully but producing invalid output.
... (truncated)
Commits
c0b8a53publish 0.15.7 to npm976b57avalidateawaitin shorthand destructuring8ac7529tests: ignore new top-level await test262 testsdbd21a8tests: skip new features in test2627331a34ci: upgrade to yarn 3.2.3, enable more tests31e1ceeinstall script: tiny wasm tree-shaking improvement0438f64ci: run deno tests on windows7549073ci: pin deno version to avoid test flakes6a26f59tests: use unused test innode-unref-tests037ffbbtests: removesource-mapfromjs-api-tests- Additional commits viewable in compare view
Updates body-parser from 1.20.0 to 1.20.3
Release notes
Sourced from body-parser's releases.
1.20.3
What's Changed
Important
- deps: qs@6.13.0
- add
depthoption to customize the depth level in the parser- IMPORTANT: The default
depthlevel for parsing URL-encoded data is now32(previously wasInfinity). DocumentationOther changes
- chore: add support for OSSF scorecard reporting by
@inigomarquinezin expressjs/body-parser#522- ci: fix errors in ci github action for node 8 and 9 by
@inigomarquinezin expressjs/body-parser#523- fix: pin to node@22.4.1 by
@wesleytoddin expressjs/body-parser#527- deps: qs@6.12.3 by
@melikhov-devin expressjs/body-parser#521- Add OSSF Scorecard badge by
@bjohansebasin expressjs/body-parser#531- Linter by
@UlisesGasconin expressjs/body-parser#534- Release: 1.20.3 by
@UlisesGasconin expressjs/body-parser#535New Contributors
@inigomarquinezmade their first contribution in expressjs/body-parser#522@melikhov-devmade their first contribution in expressjs/body-parser#521@bjohansebasmade their first contribution in expressjs/body-parser#531@UlisesGasconmade their first contribution in expressjs/body-parser#534Full Changelog: https://github.com/expressjs/body-parser/compare/1.20.2...1.20.3
1.20.2
- Fix strict json error message on Node.js 19+
- deps: content-type@~1.0.5
- perf: skip value escaping when unnecessary
- deps: raw-body@2.5.2
1.20.1
- deps: qs@6.11.0
- perf: remove unnecessary object clone
Changelog
Sourced from body-parser's changelog.
1.20.3 / 2024-09-10
- deps: qs@6.13.0
- add
depthoption to customize the depth level in the parser- IMPORTANT: The default
depthlevel for parsing URL-encoded data is now32(previously wasInfinity)1.20.2 / 2023-02-21
- Fix strict json error message on Node.js 19+
- deps: content-type@~1.0.5
- perf: skip value escaping when unnecessary
- deps: raw-body@2.5.2
1.20.1 / 2022-10-06
- deps: qs@6.11.0
- perf: remove unnecessary object clone
Commits
17529511.20.339744cfchore: linter (#534)b2695c4Merge commit from forkade0f3fadd scorecard to readme (#531)99a1bd6deps: qs@6.12.3 (#521)9478591fix: pin to node@22.4.183db46aci: fix errors in ci github action for node 8 and 9 (#523)9d4e212chore: add support for OSSF scorecard reporting (#522)ee913741.20.2368a93aFix strict json error message on Node.js 19+- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for body-parser since your current version.
Updates express from 4.18.1 to 4.21.2
Release notes
Sourced from express's releases.
4.21.2
What's Changed
- Add funding field (v4) by
@bjohansebasin expressjs/express#6065- deps: path-to-regexp@0.1.11 by
@blakeembreyin expressjs/express#5956- deps: bump path-to-regexp@0.1.12 by
@jonchurchin expressjs/express#6209- Release: 4.21.2 by
@UlisesGasconin expressjs/express#6094Full Changelog: https://github.com/expressjs/express/compare/4.21.1...4.21.2
4.21.1
What's Changed
- Backport a fix for CVE-2024-47764 to the 4.x branch by
@joshbukerin expressjs/express#6029- Release: 4.21.1 by
@UlisesGasconin expressjs/express#6031Full Changelog: https://github.com/expressjs/express/compare/4.21.0...4.21.1
4.21.0
What's Changed
- Deprecate
"back"magic string in redirects by@blakeembreyin expressjs/express#5935- finalhandler@1.3.1 by
@wesleytoddin expressjs/express#5954- fix(deps): serve-static@1.16.2 by
@wesleytoddin expressjs/express#5951- Upgraded dependency qs to 6.13.0 to match qs in body-parser by
@agadzinski93in expressjs/express#5946New Contributors
@agadzinski93made 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
depthlevel for parsing URL-encoded data is now32(previously wasInfinity)- Remove link renderization in html while using
res.redirectOther Changes
- 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
... (truncated)
Changelog
Sourced from express's changelog.
4.21.2 / 2024-11-06
- deps: path-to-regexp@0.1.12
- Fix backtracking protection
- deps: path-to-regexp@0.1.11
- Throws an error on invalid path values
4.21.1 / 2024-10-08
- Backported a fix for CVE-2024-47764
4.21.0 / 2024-09-11
- Deprecate
res.location("back")andres.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
depthoption to customize the depth level in the parser- IMPORTANT: The default
depthlevel for parsing URL-encoded data is now32(previously wasInfinity)- 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.maxAgeandoptions.expirestores.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
... (truncated)
Commits
1faf2284.21.22e0fb64deps: bump path-to-regexp@0.1.12 (#6209)59fc270deps: path-to-regexp@0.1.11 (#5956)51fc39cdocs: add funding (#6065)8e229f94.21.1a024c8afix(deps): cookie@0.7.17e562c64.21.01bcde96fix(deps): qs@6.13.0 (#5946)7d36477fix(deps): serve-static@1.16.2 (#5951)40d2d8ffix(deps): finalhandler@1.3.1- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by jonchurch, a new releaser for express since your current version.
Updates braces from 3.0.2 to 3.0.3
Commits
74b2db23.0.388f1429update eslint. lint, fix unit tests.415d660Snyk js braces 6838727 (#40)190510ffix tests, skip 1 test in test/braces.expand716eb9freadme bumpa5851e5Merge pull request #37 from coderaiser/fix/vulnerability2092bd1feature: braces: add maxSymbols (https://github.com/micromatch/braces/issues/...9f5b4cffix: vulnerability (https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727)98414f9remove funding file665ab5dupdate keepEscaping doc (#27)- Additional commits viewable in compare view
Updates cookie from 0.3.1 to 0.7.1
Release notes
Sourced from cookie's releases.
0.7.1
Fixed
- Allow leading dot for domain (#174)
- Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
- Add fast path for
serializewithout options, useobj.hasOwnPropertywhen parsing (#172)https://github.com/jshttp/cookie/compare/v0.7.0...v0.7.1
0.7.0
- perf: parse cookies ~10% faster (#144 by
@kurtextremand #170)- fix: narrow the validation of cookies to match RFC6265 (#167 by
@bewinsnw)- fix: add
maintopackage.jsonfor rspack (#166 by@proudparrot2)https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.0
0.6.0
- Add
partitionedoption0.5.0
- Add
priorityoption- Fix
expiresoption to reject invalid dates- pref: improve default decode speed
- pref: remove slow string split in parse
0.4.2
- pref: read value only when assigning in parse
- pref: remove unnecessary regexp in parse
0.4.1
- Fix
maxAgeoption to reject invalid values0.4.0
- Add
SameSite=Nonesupport
Commits
cf4658f0.7.16a8b8f5Allow leading dot for domain (#174)58015c0Remove more code and perf wins (#172)ab057d60.7.05f02ca8Migrate history to GitHub releasesa5d591cMigrate history to GitHub releases51968f9Skip isNaN9e7ca51perf(parse): cache length, return early (#144)d6f39b0Fix tests for old node6bb701fRemove failing scorecard- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by blakeembrey, a new releaser for cookie since your current version.
Updates express from 4.18.1 to 4.21.2
Release notes
Sourced from express's releases.
4.21.2
What's Changed
- Add funding field (v4) by
@bjohansebasin expressjs/express#6065- deps: path-to-regexp@0.1.11 by
@blakeembreyin expressjs/express#5956- deps: bump path-to-regexp@0.1.12 by
@jonchurchin expressjs/express#6209- Release: 4.21.2 by
@UlisesGasconin expressjs/express#6094Full Changelog: https://github.com/expressjs/express/compare/4.21.1...4.21.2
4.21.1
What's Changed
- Backport a fix for CVE-2024-47764 to the 4.x branch by
@joshbukerin expressjs/express#6029- Release: 4.21.1 by
@UlisesGasconin expressjs/express#6031Full Changelog: https://github.com/expressjs/express/compare/4.21.0...4.21.1
4.21.0
What's Changed
- Deprecate
"back"magic string in redirects by@blakeembreyin expressjs/express#5935- finalhandler@1.3.1 by
@wesleytoddin expressjs/express#5954- fix(deps): serve-static@1.16.2 by
@wesleytoddin expressjs/express#5951- Upgraded dependency qs to 6.13.0 to match qs in body-parser by
@agadzinski93in expressjs/express#5946New Contributors
@agadzinski93made 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
depthlevel for parsing URL-encoded data is now32(previously wasInfinity)- Remove link renderization in html while using
res.redirectOther Changes
- 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/expre...Description has been truncated
Pull Request Statistics
1
2
+11851
-1231
Package Dependencies
Technical Details
| ID: | 4645523 |
| UUID: | 2590840949 |
| Node ID: | PR_kwDODk9xUM6abRh1 |
| Host: | GitHub |
| Repository: | github/catalyst |
| Mergeable: | Yes |
| Merge State: | Unstable |