Skip to content

Bump cookie and next-test-api-route-handler#186

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-4325aa9a70
Open

Bump cookie and next-test-api-route-handler#186
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-4325aa9a70

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Dec 11, 2024

Bumps cookie to 1.1.1 and updates ancestor dependency next-test-api-route-handler. These dependencies need to be updated together.

Updates cookie from 0.6.0 to 1.1.1

Release notes

Sourced from cookie's releases.

v1.1.1

Fixed

  • Overwrite value in passed in options (#253) c66147c
    • When value was provided in serialize(key, value, { value }) the value in options was used instead of the value passed as an argument

jshttp/cookie@v1.1.0...v1.1.1

v1.1.0

Added:

  • Add stringifyCookie and parseSetCookie methods (#244, #214)
  • Rename existing methods for clarity (old method names remain for backward compatibility)
    • parseparseCookie
    • serializestringifySetCookie
  • Add side effects field (#245) 00b0327

jshttp/cookie@v1.0.2...v1.1.0

v1.0.2

Fixed

  • Loosen cookie name/value validation (#210)
  • fix: options.priority used incorrect fallback (#207) by @​jonchurch

Added

jshttp/cookie@v1.0.1...v1.0.2

v1.0.1

Added

  • Allow case insensitive options (#194) 3bed080

jshttp/cookie@v1.0.0...v1.0.1

v1.0.0

Breaking changes

  • Use modern JS features, ship TypeScript definition (#175) 1cc64ff
    • Adds __esModule marker, imports need to use import { parse, serialize } or import * as cookie
  • Minimum node.js v18
  • Uses null prototype object for parse return value
  • Changes strict and priority to match the lower case strings (i.e. low, not LOW or Low)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by blakeembrey, a new releaser for cookie since your current version.

Install script changes

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


Updates next-test-api-route-handler from 3.2.0 to 5.0.4

Release notes

Sourced from next-test-api-route-handler's releases.

next-test-api-route-handler@5.0.4

⚙️ Build System

  • deps: bump @​whatwg-node/server from 0.10.12 to 0.10.18 (e0d2b1f)
  • deps: bump cookie from 1.0.2 to 1.1.1 (b82bd64)
  • deps: bump core-js from 3.45.1 to 3.49.0 (feb1004)
  • deps: bump minimatch (a494d0b)
  • deps: bump minimatch (9776164)
  • deps: bump next from 15.5.4 to 16.2.1 (6999a86)
  • deps: bump next from 15.5.4 to 16.2.1 (bdeeb98)
  • deps: bump tar and npm (f2a0685)
  • deps: bump tar and npm (05891f5)

next-test-api-route-handler@5.0.3

⚡️ Optimizations

  • Use Node's ReadableStream.from instead of ponyfill (6f32402)

next-test-api-route-handler@5.0.2

🪄 Fixes

  • src: polyfill react.createContext to support "react-server" condition (d3aea1e) see #11513

next-test-api-route-handler@5.0.1

🪄 Fixes

  • src: address minor incompatibility with next@15.5 (290654c)

... (truncated)

Changelog

Sourced from next-test-api-route-handler's changelog.

🏗️ Patch next-test-api-route-handler[@​5.0.4][9] (2026-03-22)

⚙️ Build System

  • deps: bump @​whatwg-node/server from 0.10.12 to 0.10.18 ([e0d2b1f][10])
  • deps: bump cookie from 1.0.2 to 1.1.1 ([b82bd64][11])
  • deps: bump core-js from 3.45.1 to 3.49.0 ([feb1004][12])
  • deps: bump minimatch ([a494d0b][13])
  • deps: bump minimatch ([9776164][14])
  • deps: bump next from 15.5.4 to 16.2.1 ([6999a86][15])
  • deps: bump next from 15.5.4 to 16.2.1 ([bdeeb98][16])
  • deps: bump tar and npm ([f2a0685][17])
  • deps: bump tar and npm ([05891f5][18])

🏗️ Patch next-test-api-route-handler[@​5.0.3][19] (2025-09-04)

⚡️ Optimizations

  • Use Node's ReadableStream.from instead of ponyfill ([6f32402][20])

🏗️ Patch next-test-api-route-handler[@​5.0.2][21] (2025-08-22)

🪄 Fixes

  • src: polyfill react.createContext to support "react-server" condition ([d3aea1e][22]) see #1151[23]

🏗️ Patch next-test-api-route-handler[@​5.0.1][24] (2025-08-21)

🪄 Fixes

  • src: address minor incompatibility with next@15.5 ([290654c][25])

⚙️ Build System

  • deps: bump @​whatwg-node/server from 0.10.10 to 0.10.12 ([fc0de21][26])
  • deps: bump core-js from 3.44.0 to 3.45.0 ([018776a][27])
  • deps: bump core-js from 3.45.0 to 3.45.1 ([f017121][28])

next-test-api-route-handler[@​4.0.0][29] (2024-01-15)

💥 BREAKING CHANGES 💥

... (truncated)

Commits
  • d92f1aa release: next-test-api-route-handler@5.0.4 [skip ci]
  • e91acdd chore(package): update package-lock.json
  • 809f3c1 chore(deps-dev): bump @-xun/symbiote from 4.15.5 to 4.15.6
  • b9cfce2 refactor(tstyche): regenerate asset
  • ddef338 test(unit-index): fix incorrectly swapped assertions
  • 3a2327c chore(test): linting pass
  • 00b3f90 chore(package): update package-lock.json
  • 6c265d7 chore(deps-dev): bump @-xun/symbiote from 4.15.4 to 4.15.5
  • 3d9925b chore: linting and formatting pass
  • d0a2c3a test: acknowledge incompatibility between next@12 and node@>=25
  • Additional commits viewable in compare view
Install script changes

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


@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Dec 11, 2024
@vercel
Copy link
Copy Markdown

vercel Bot commented Dec 11, 2024

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
couchbase-nextjs-quickstart Ready Ready Preview, Comment May 2, 2026 3:02am
nextjs-quickstart Ready Ready Preview, Comment May 2, 2026 3:02am

@ejscribner
Copy link
Copy Markdown
Collaborator

@dependabot recreate

@ejscribner
Copy link
Copy Markdown
Collaborator

@dependabot rebase

Bumps [cookie](https://github.com/jshttp/cookie) to 1.1.1 and updates ancestor dependency [next-test-api-route-handler](https://github.com/Xunnamius/next-test-api-route-handler). These dependencies need to be updated together.


Updates `cookie` from 0.6.0 to 1.1.1
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](jshttp/cookie@v0.6.0...v1.1.1)

Updates `next-test-api-route-handler` from 3.2.0 to 5.0.4
- [Release notes](https://github.com/Xunnamius/next-test-api-route-handler/releases)
- [Changelog](https://github.com/Xunnamius/next-test-api-route-handler/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Xunnamius/next-test-api-route-handler/compare/next-test-api-route-handler@3.2.0...next-test-api-route-handler@5.0.4)

---
updated-dependencies:
- dependency-name: cookie
  dependency-version: 1.0.2
  dependency-type: indirect
- dependency-name: next-test-api-route-handler
  dependency-version: 4.0.14
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant