iot-application
iot-application copied to clipboard
chore(deps): bump @fastify/cookie from 9.1.0 to 9.3.1
Bumps @fastify/cookie from 9.1.0 to 9.3.1.
Release notes
Sourced from @fastify/cookie
's releases.
v9.3.1
What's Changed
- feat: add priority to serializer by
@Uzlopak
in fastify/fastify-cookie#275Full Changelog: https://github.com/fastify/fastify-cookie/compare/v9.3.0...v9.3.1
v9.3.0
What's Changed
- export integrated cookie functionality by
@Uzlopak
in fastify/fastify-cookie#263- remove redundant isNaN check and add fast path for empty options by
@gurgunday
in fastify/fastify-cookie#264- chore(deps-dev): bump tsd from 0.29.0 to 0.30.0 by
@dependabot
in fastify/fastify-cookie#267- refactor setCookies and remove istanbul ignore else by
@gurgunday
in fastify/fastify-cookie#271- cookie parse: add fast path by
@gurgunday
in fastify/fastify-cookie#272- docs(readme): replace
fastify.io
links withfastify.dev
by@Fdawgs
in fastify/fastify-cookie#273Full Changelog: https://github.com/fastify/fastify-cookie/compare/v9.2.0...v9.3.0
v9.2.0
What's Changed
- chore: add
.gitattributes
file by@Fdawgs
in fastify/fastify-cookie#255- refactor(signer): add
u
unicode flag to regex by@Fdawgs
in fastify/fastify-cookie#256- chore(deps-dev): bump sinon from 16.1.3 to 17.0.0 by
@dependabot
in fastify/fastify-cookie#257- chore(package): explicitly declare js module type by
@Fdawgs
in fastify/fastify-cookie#258- refactor(plugin): replace
typeof
undefined check by@Fdawgs
in fastify/fastify-cookie#259- Go back to use our own cookie implementation by
@mcollina
in fastify/fastify-cookie#260- feat: add partitioned by
@gurgunday
in fastify/fastify-cookie#261Full Changelog: https://github.com/fastify/fastify-cookie/compare/v9.1.0...v9.2.0
Commits
79bed72
Bumped v9.3.18f05d7e
feat: add priority to serializer (#275)9da96ea
v9.3.07cafdde
docs(readme): replacefastify.io
links withfastify.dev
(#273)21d4d2f
add fast path and move negation out (#272)3c666ae
refactor setCookies and remove istanbul ignore else (#271)7ad33bc
chore(deps-dev): bump tsd from 0.29.0 to 0.30.0 (#267)088871f
remove redundant isNaN check and add fast path for empty options (#264)0c7351c
export integrated cookie functionality (#263)5f66b9a
Bumped v9.2.0- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by climba03003, a new releaser for @fastify/cookie
since your current version.
You can trigger a rebase of this PR 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 close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.