Release notes
*Sourced from [express-session's releases](https://github.com/expressjs/session/releases).*
> ## v1.16.0
> * Catch invalid `cookie.maxAge` value earlier
> * Deprecate setting `cookie.maxAge` to a `Date` object
> * Fix issue where `resave: false` may not save altered sessions
> * Remove `utils-merge` dependency
> * Use `safe-buffer` for improved Buffer API
> * Use `Set-Cookie` as cookie header name for compatibility
> * deps: depd@~2.0.0
> - Replace internal `eval` usage with `Function` constructor
> - Use instance methods on `process` to check for listeners
> - perf: remove argument reassignment
> * deps: on-headers@~1.0.2
> - Fix `res.writeHead` patch missing return value
Changelog
*Sourced from [express-session's changelog](https://github.com/expressjs/session/blob/master/HISTORY.md).*
> 1.16.0 / 2019-04-10
> ===================
>
> * Catch invalid `cookie.maxAge` value earlier
> * Deprecate setting `cookie.maxAge` to a `Date` object
> * Fix issue where `resave: false` may not save altered sessions
> * Remove `utils-merge` dependency
> * Use `safe-buffer` for improved Buffer API
> * Use `Set-Cookie` as cookie header name for compatibility
> * deps: depd@~2.0.0
> - Replace internal `eval` usage with `Function` constructor
> - Use instance methods on `process` to check for listeners
> - perf: remove argument reassignment
> * deps: on-headers@~1.0.2
> - Fix `res.writeHead` patch missing return value
Commits
- [`b1f0984`](https://github.com/expressjs/session/commit/b1f0984086c8ed15162aa6ce22562ff829bf5ba7) 1.16.0
- [`e77cbfa`](https://github.com/expressjs/session/commit/e77cbfa93fb083209c4973c2bc6113b86bc32dc2) build: add version script for npm version releases
- [`9495367`](https://github.com/expressjs/session/commit/9495367f7cfd750a48cf99b74370d18c1f8930e9) docs: update badge for level-session-store store
- [`6e514a4`](https://github.com/expressjs/session/commit/6e514a4cc9cb5a683af6f0b75439e5546f7b3dcd) build: Node.js@11.13
- [`dc5262a`](https://github.com/expressjs/session/commit/dc5262a2c83759d54325ab62c2cd657d7d8eb8ec) docs: add connect-arango to the list of session stores
- [`e926b88`](https://github.com/expressjs/session/commit/e926b8846d9cfbf092a626dcc866b8055d99cf73) build: mocha@6.1.2
- [`a7cf57f`](https://github.com/expressjs/session/commit/a7cf57f56bd60878e0067d8c507415e356e36e94) build: Node.js@11.11
- [`03aa560`](https://github.com/expressjs/session/commit/03aa560b17e0e038050d379b8d0b040ee5255011) build: Node.js@6.17
- [`cc5c83a`](https://github.com/expressjs/session/commit/cc5c83abf710c6e9e4d0bb887777b44faefd2251) lint: ensure strict equality checks
- [`ed8a50f`](https://github.com/expressjs/session/commit/ed8a50f725b2b4a5837b868cae524c424cb4d49b) build: supertest@4.0.2
- Additional commits viewable in [compare view](https://github.com/expressjs/session/compare/v1.15.6...v1.16.0)
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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps express-session from 1.15.6 to 1.16.0.
Release notes
*Sourced from [express-session's releases](https://github.com/expressjs/session/releases).* > ## v1.16.0 > * Catch invalid `cookie.maxAge` value earlier > * Deprecate setting `cookie.maxAge` to a `Date` object > * Fix issue where `resave: false` may not save altered sessions > * Remove `utils-merge` dependency > * Use `safe-buffer` for improved Buffer API > * Use `Set-Cookie` as cookie header name for compatibility > * deps: depd@~2.0.0 > - Replace internal `eval` usage with `Function` constructor > - Use instance methods on `process` to check for listeners > - perf: remove argument reassignment > * deps: on-headers@~1.0.2 > - Fix `res.writeHead` patch missing return valueChangelog
*Sourced from [express-session's changelog](https://github.com/expressjs/session/blob/master/HISTORY.md).* > 1.16.0 / 2019-04-10 > =================== > > * Catch invalid `cookie.maxAge` value earlier > * Deprecate setting `cookie.maxAge` to a `Date` object > * Fix issue where `resave: false` may not save altered sessions > * Remove `utils-merge` dependency > * Use `safe-buffer` for improved Buffer API > * Use `Set-Cookie` as cookie header name for compatibility > * deps: depd@~2.0.0 > - Replace internal `eval` usage with `Function` constructor > - Use instance methods on `process` to check for listeners > - perf: remove argument reassignment > * deps: on-headers@~1.0.2 > - Fix `res.writeHead` patch missing return valueCommits
- [`b1f0984`](https://github.com/expressjs/session/commit/b1f0984086c8ed15162aa6ce22562ff829bf5ba7) 1.16.0 - [`e77cbfa`](https://github.com/expressjs/session/commit/e77cbfa93fb083209c4973c2bc6113b86bc32dc2) build: add version script for npm version releases - [`9495367`](https://github.com/expressjs/session/commit/9495367f7cfd750a48cf99b74370d18c1f8930e9) docs: update badge for level-session-store store - [`6e514a4`](https://github.com/expressjs/session/commit/6e514a4cc9cb5a683af6f0b75439e5546f7b3dcd) build: Node.js@11.13 - [`dc5262a`](https://github.com/expressjs/session/commit/dc5262a2c83759d54325ab62c2cd657d7d8eb8ec) docs: add connect-arango to the list of session stores - [`e926b88`](https://github.com/expressjs/session/commit/e926b8846d9cfbf092a626dcc866b8055d99cf73) build: mocha@6.1.2 - [`a7cf57f`](https://github.com/expressjs/session/commit/a7cf57f56bd60878e0067d8c507415e356e36e94) build: Node.js@11.11 - [`03aa560`](https://github.com/expressjs/session/commit/03aa560b17e0e038050d379b8d0b040ee5255011) build: Node.js@6.17 - [`cc5c83a`](https://github.com/expressjs/session/commit/cc5c83abf710c6e9e4d0bb887777b44faefd2251) lint: ensure strict equality checks - [`ed8a50f`](https://github.com/expressjs/session/commit/ed8a50f725b2b4a5837b868cae524c424cb4d49b) build: supertest@4.0.2 - Additional commits viewable in [compare view](https://github.com/expressjs/session/compare/v1.15.6...v1.16.0)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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.