Skip to content

Bump set-cookie-parser from 2.6.0 to 3.1.0#1

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/set-cookie-parser-3.1.0
Open

Bump set-cookie-parser from 2.6.0 to 3.1.0#1
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/set-cookie-parser-3.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 29, 2026

Bumps set-cookie-parser from 2.6.0 to 3.1.0.

Changelog

Sourced from set-cookie-parser's changelog.

v3.1.0 - 2026-01-12

Added:

  • Included TypeScript definitions in the library

v3.0.1 - 2026-01-12

Fixed:

  • CJS version of library is now included in npm release

v3.0.0 - 2026-01-12

Summary of v3 changes

  • Library now supports both ESM and CJS
  • Combined cookie headers are now split automatically
  • API has been simplified to a single named export: parseSetCookie (with other exports for backwards compatibility)

Changed:

  • Library is now written as an ES module, with CJS automatically built for backwards-compatibility
  • parse function renamed to parseSetCookie (with alias for backwards compatibility)

Added:

  • Library now splits combined cookies automatically based on input type.
  • The new split option overrides this behavior, set to true to always split or false for the previous behavior of never plitting automatically.

Removed / Soft-deprecated:

  • default export, parse(), parseString(), and splitCookieString() methods are no longer documented, but are still present for backwards compatibility.

v2.7.2 - 2025-10-27

Fixed:

  • Prevent Object prototype pollution by malicious cookies
  • Removed cookie values from error logs due to their potentially sensitive nature

v2.7.1 - 2024-10-21

v2.7.0 - 2024-08-01

  • Added support for partitioned attribute
  • Set up automatic publishing to npm from github actions, with provenance

Docs:

  • Added changelog
Commits
  • 7341c42 3.1.0
  • 81ecac0 v3.1.0 changelog
  • e0e67c7 dep bump
  • 387e838 move typescript typings test to new test-d folder
  • bfaf020 Merge pull request #77 from jlowcs/add-typescript-types
  • cf8e8f7 Merge pull request #78 from nfriedly/dependabot/npm_and_yarn/flatted-3.4.2
  • 362b71a Bump flatted from 3.2.5 to 3.4.2
  • 0de97d7 Add tsd type tests and typecheck script
  • fa31819 Add native TypeScript type definitions for v3
  • d2d19f7 3.0.1
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for set-cookie-parser since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [set-cookie-parser](https://github.com/nfriedly/set-cookie-parser) from 2.6.0 to 3.1.0.
- [Changelog](https://github.com/nfriedly/set-cookie-parser/blob/master/CHANGELOG.md)
- [Commits](nfriedly/set-cookie-parser@v2.6.0...v3.1.0)

---
updated-dependencies:
- dependency-name: set-cookie-parser
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants