An in-range update of express-session is breaking the build π¨
Version 1.15.1 of express-session just got published.
| Branch | Build failing π¨ |
|---|---|
| Dependency | express-session |
| Current Version | 1.15.0 |
| Type | dependency |
This version is covered by your current version range and after updating it in your project the build failed.
As express-session is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you itβs very likely also breaking them. I recommend you give this issue a very high priority. Iβm sure you can resolve this :muscle:
Status Details
- β continuous-integration/travis-ci/push The Travis CI build failed Details
Release Notes
1.15.1- deps: [email protected]
- Fix deprecation messages in WebStorm and other editors
- Undeprecate
DEBUG_FDset to1or2
Commits
The new version differs by 3 commits .
8e561281.15.1f855053build: [email protected]eba2521deps: [email protected]
See the full diff.
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot :palm_tree:
Version 1.15.2 just got published.
Your tests are still failing with this version. Compare the changes π¨
Release Notes
1.15.2- deps: [email protected]
- Fix
DEBUG_MAX_ARRAY_LENGTH
- Fix
- deps: uid-safe@~2.1.4
- Remove
base64-urldependency
- Remove
Commits
The new version differs by 16 commits .
d0518901.15.24b033b3docs: fix rendering of express-sessions store in listb5a0437deps: [email protected]5fd74d2build: fix istanbul ignore scope3a7e3d2deps: [email protected]4a4c2eftests: remove express from more tests66e518btests: fix req.secret test9a014fdbuild: [email protected]2604a6cdocs: add connect-cloudant-store to the list of session storesfff51d6deps: uid-safe@~2.1.4304678bbuild: test on Node.js 8.x nightly27f6489docs: update install code block style14b5480build: [email protected]edfe52dbuild: [email protected]c4b2fb9build: [email protected]
There are 16 commits in total. See the full diff.
Version 1.15.3 just got published.
Your tests are still failing with this version. Compare the changes π¨
Release Notes
1.15.3- deps: [email protected]
- deps: [email protected]
Commits
The new version differs by 9 commits.
ff4c5111.15.30595f89build: [email protected]4866502build: [email protected]98b9005deps: [email protected]762c041docs: add express-session-cache-manager to the list of session storesd0df7abdocs: add note that req.session.id is alias of req.sessionIDe01ca86docs: add connect-memjs to the list of session stores32c2b10build: [email protected]4aa57a0deps: [email protected]
See the full diff
Version 1.15.4 just got published.
Your tests are still failing with this version. Compare the changes π¨
Commits
The new version differs by 7 commits.
7b26d571.15.4fc9d474build: [email protected]d367b33build: [email protected]5a227d6docs: add dynamodb-store to the list of session stores239e1b9docs: mention redirects in for session.save() use501b31fdeps: [email protected]3a7fbaabuild: support Node.js 8.x
See the full diff
Version 1.15.5 just got published.
Your tests are still failing with this version. Compare the changes π¨
Release Notes
1.15.5- Fix
TypeErrorwhenreq.urlis an empty string - deps: depd@~1.1.1
- Remove unnecessary
Bufferloading
Commits
The new version differs by 8 commits.
d63a3e91.15.5c226301Fix TypeError when req.url is an empty string62c4d15tests: add test for mounted middleware8518200tests: move the cookie path tests2b08370docs: improve code readability310d288deps: depd@~1.1.1fc60bb6build: [email protected]521e6bdtests: add leak checking for variables and handles
See the full diff
Version 1.15.6 just got published.
Your tests are still failing with this version. Compare the changes π¨
Release Notes
1.15.6- deps: [email protected]
- deps: parseurl@~1.3.2
- perf: reduce overhead for full URLs
- perf: unroll the "fast-path"
RegExp
- deps: uid-safe@~2.1.5
- perf: remove only trailing
=
- perf: remove only trailing
- deps: [email protected]
Commits
The new version differs by 13 commits.
89fd7151.15.6d4344fbbuild: [email protected]6cf886ddeps: [email protected]d190faadeps: [email protected]f24d228lint: run eslint against README44ee046docs: remove trailing newline in README68e210ddeps: parseurl@~1.3.28b4f668lint: add editorconfig and eslint to enforce917b03ddocs: add memorystore to the list of session stores65781ddbuild: [email protected]71c9d7cbuild: [email protected]11b3e97deps: uid-safe@~2.1.50e97d6fdocs: fix formatting in history
See the full diff
- The
dependencyexpress-session was updated from1.15.6to1.16.0.
Your tests are still failing with this version. Compare changes
Release Notes for v1.16.0
- Catch invalid
cookie.maxAgevalue earlier - Deprecate setting
cookie.maxAgeto aDateobject - Fix issue where
resave: falsemay not save altered sessions - Remove
utils-mergedependency - Use
safe-bufferfor improved Buffer API - Use
Set-Cookieas cookie header name for compatibility - deps: depd@~2.0.0
- Replace internal
evalusage withFunctionconstructor - Use instance methods on
processto check for listeners - perf: remove argument reassignment
- Replace internal
- deps: on-headers@~1.0.2
- Fix
res.writeHeadpatch missing return value
- Fix
Commits
The new version differs by 86 commits.
b1f09841.16.0e77cbfabuild: add version script for npm version releases9495367docs: update badge for level-session-store store6e514a4build: [email protected]dc5262adocs: add connect-arango to the list of session storese926b88build: [email protected]a7cf57fbuild: [email protected]03aa560build: [email protected]cc5c83alint: ensure strict equality checksed8a50fbuild: [email protected]3e0d548tests: move some code into support/2f0759cbuild: [email protected]4cbb93fbuild: simplify & speed up logic in Travis CI build stepseda02b2deps: on-headers@~1.0.23602d29build: [email protected]
There are 86 commits in total.
See the full diff
- The
dependencyexpress-session was updated from1.16.0to1.16.1.
Your tests are still failing with this version. Compare changes
Release Notes for 1.16.1
- Fix error passing
dataoption toCookieconstructor - Fix uncaught error from bad session data
- The
dependencyexpress-session was updated from1.16.1to1.16.2.
Your tests are still failing with this version. Compare changes
Release Notes for 1.16.2
- Fix restoring
cookie.originalMaxAgewhen store returnsDate - deps: parseurl@~1.3.3
Commits
The new version differs by 18 commits.
2d54f0d1.16.230e23f1Fix restoring cookie.originalMaxAge when store returns Date479940atests: add cookie.originalMaxAge tests97fe63cdocs: add @google-cloud/connect-firestore to the list of session storesbff097edocs: add connect-typeorm to the list of session storesfb498acbuild: [email protected]1c75fa0build: [email protected]ad90250build: [email protected]969e4c1build: [email protected]8d6430ebuild: [email protected]e0feb04build: support Node.js 12.x327695ebuild: [email protected]268c929build: [email protected]3d5fa06build: use nyc for coverage testing1588ef6docs: add connect-hazelcast to the list of session stores
There are 18 commits in total.
See the full diff
- The
dependencyexpress-session was updated from1.16.2to1.17.0.
Your tests are still failing with this version. Compare changes
Release Notes for 1.17.0
- deps: [email protected]
- Add
SameSite=Nonesupport
- Add
- deps: [email protected]
Commits
The new version differs by 12 commits.
b22384b1.17.04d25340build: fix coverage reportingc32ad19docs: expand description of the rolling option9a5e313docs: add lowdb-session-store to the list of session stores9c06509build: [email protected]8731d7bbuild: [email protected]10607bddeps: [email protected]1684c54deps: [email protected]8de7865docs: add express-session-rsdb to the list of session storesf75ed7ebuild: fix readme lint out of order message2719befbuild: [email protected]6db8e04build: [email protected]
See the full diff
- The
dependencyexpress-session was updated from1.17.0to1.17.1.
Your tests are still failing with this version. Compare changes
Commits
The new version differs by 25 commits.
80ae6a51.71.14b40b2ftests: fix flaky cookie.maxAge test5d5b51ftests: resolve originalMaxAge flaky testsac3f0a2Fix internal method wrapping error on failed reloads909d9e0docs: add debugging sectionbcf1f07build: [email protected]06e5579build: [email protected]82cc882build: [email protected]95946e3build: [email protected]a2b2795build: [email protected]f927fc1build: [email protected]a3c9dd3build: [email protected]e3c04a2build: [email protected]99d21d1build: [email protected]0461302build: support Node.js 13.x
There are 25 commits in total.
See the full diff