Bump cookie, swagger-client and @nestjs/platform-fastify in /data-api
Type: Pull Request
State: Merged
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(4 months ago)
(3 months ago)
(3 months ago)
by tmcallaghan
dependencies javascript
Bumps cookie to 1.0.2 and updates ancestor dependencies cookie, swagger-client and @nestjs/platform-fastify. These dependencies need to be updated together.
Updates cookie
from 0.6.0 to 1.0.2
Release notes
Sourced from cookie's releases.
v1.0.2
Fixed
- Loosen cookie name/value validation (#210)
- fix:
options.priority
used incorrect fallback (#207) by@jonchurch
Added
https://github.com/jshttp/cookie/compare/v1.0.1...v1.0.2
v1.0.1
Added
- Allow case insensitive options (#194) 3bed080
https://github.com/jshttp/cookie/compare/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 useimport { parse, serialize }
orimport * as cookie
- Minimum node.js v18
- Uses null prototype object for
parse
return value- Changes
strict
andpriority
to match the lower case strings (i.e.low
, notLOW
orLow
)- Require
maxAge
to be an integer usingNumber.isInteger
check- Delegates decode implementation details to
decode
option (i.e. error handling and quote parsing is defined bydecode
)- Improve arg/option error messages (#162) e206fd5
@MaoShizhong
Other
- Remove
hasOwnProperty
, useundefined
check for performance (#183) 8f3ee9e@gurgunday
https://github.com/jshttp/cookie/compare/v0.7.2...v1.0.0
v0.7.2
Fixed
- Fix object assignment of
hasOwnProperty
(#177) bc38ffdhttps://github.com/jshttp/cookie/compare/v0.7.1...v0.7.2
0.7.1
Fixed
- Allow leading dot for domain (#174)
... (truncated)
Commits
e739f41
1.0.28be4b82
Loosen cookie name/value validation (#210)94ba436
Fix codecov workflow in PRs (#209)4898ba2
fix:options.priority
used incorrect fallback (#207)408c2b4
Add import example to README (#190)ba9e677
1.0.13bed080
Allow case insensitive options (#194)bc66a7e
Generate cookie outside benchmarks (#187)c69cef6
1.0.042025f7
Use workflow status for badge- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by blakeembrey, a new releaser for cookie since your current version.
Updates swagger-client
from 3.28.2 to 3.35.3
Release notes
Sourced from swagger-client's releases.
v3.35.3
3.35.3 (2025-05-21)
Bug Fixes
v3.35.2
3.35.2 (2025-05-20)
Bug Fixes
v3.35.1
3.35.1 (2025-05-15)
Bug Fixes
v3.35.0
3.35.0 (2025-04-28)
Features
v3.34.4
3.34.4 (2025-03-27)
Bug Fixes
v3.34.3
3.34.3 (2025-03-10)
Bug Fixes
v3.34.2
3.34.2 (2025-03-10)
... (truncated)
Commits
e11b69d
chore(release): cut the 3.35.3 release [skip ci]1c37b99
fix(security): update Axios to non-vulnerable 1.9.0 version (#3934)d7f7ee5
chore(deps-dev): bump webpack from 5.99.8 to 5.99.9 (#3929)7de9330
chore(deps): bump@swagger-api/apidom-reference
(#3930)e67c035
chore(deps): bump@swagger-api/apidom-ns-openapi-3-1
(#3928)13c25fc
chore(release): cut the 3.35.2 release [skip ci]dc04c99
fix(resolver): avoid accessing properties of undefined or null parameters (#3...aa85b8e
chore(deps): bump@swagger-api/apidom-reference
(#3925)3f03bed
chore(deps): bump@swagger-api/apidom-ns-openapi-3-1
(#3921)346baf6
chore(deps): bump@swagger-api/apidom-json-pointer
(#3922)- Additional commits viewable in compare view
Updates @nestjs/platform-fastify
from 10.3.9 to 10.4.17
Release notes
Sourced from @nestjs/platform-fastify
's releases.
v10.4.16
What's Changed
- fix(common): introduce magic file type validator to nestjs common by
@Chathula
in nestjs/nest#14948Full Changelog: https://github.com/nestjs/nest/compare/v10.4.15...v10.4.16
v10.4.15 (2024-12-09)
Dependencies
platform-express
- #14282 fix(deps): update dependency express to v4.21.2 (
@renovate[bot]
)v10.4.13 (2024-12-03)
Bug fixes
common
- #14256 chore(common): Add type declaration for RawBody decorator with pipes (
@sapenlei
)Dependencies
- #14257 fix(deps): update dependency
@fastify/static
to v7.0.4 (@renovate[bot]
)- #14258 fix(deps): update dependency
@nestjs/sequelize
to v10.0.1 (@renovate[bot]
)- #14249 chore(deps): bump
@apollo/gateway
from 2.4.8 to 2.8.5 in /sample/32-graphql-federation-schema-first/users-application (@dependabot[bot]
)- #14250 chore(deps): update jest monorepo (
@renovate[bot]
)- #14245 chore(deps): update dependency mqtt to v5.10.3 (
@renovate[bot]
)- #14247 fix(deps): update nest monorepo to v10.4.12 (
@renovate[bot]
)- #14251 chore(deps-dev): bump graphql-tools from 9.0.3 to 9.0.5 (
@dependabot[bot]
)- #14246 chore(deps): update nest monorepo (
@renovate[bot]
)Committers: 3
- Kamil Mysliwiec (
@kamilmysliwiec
)- Micael Levi L. Cavalcante (
@micalevisk
)- sapenlei (
@sapenlei
)v10.4.12 (2024-11-29)
Bug fixes
common
- #14241 fix(common): enforce string type in validationpipe (
@LhonRafaat
)Dependencies
- Other
- #14243 chore(deps): update dependency
@types/node
to v20.17.9 (@renovate[bot]
)- #14240 chore(deps): update dependency
@types/multer
to v1.4.12 (@renovate[bot]
)- #14239 chore(deps): update dependency
@types/chai
to v4.3.20 (@renovate[bot]
)- #14237 chore(deps): update confluentinc/cp-zookeeper docker tag to v7.7.2 (
@renovate[bot]
)- #14236 chore(deps): update confluentinc/cp-kafka docker tag to v7.7.2 (
@renovate[bot]
)- #12253 fix(deps): update apollo graphql packages (
@renovate[bot]
)- #14235 chore(deps-dev): bump
@commitlint/config-angular
from 19.5.0 to 19.6.0 (@dependabot[bot]
)- #14233 chore(deps): update nest monorepo (
@renovate[bot]
)
... (truncated)
Commits
dc2a3c0
chore(@nestjs
) publish v10.4.17 release6c8aec6
chore(@nestjs
) publish v10.4.16 released0fb875
chore(@nestjs
) publish v10.4.15 release1d457fe
chore(@nestjs
) publish v10.4.14 release1eba012
chore(@nestjs
) publish v10.4.13 releasecf8d27c
chore(@nestjs
) publish v10.4.12 release7db85ad
fix(deps): update dependency tslib to v2.8.1bedf1fa
chore(@nestjs
) publish v10.4.11 release5ebe4b9
chore(@nestjs
) publish v10.4.10 release416830c
chore(@nestjs
) publish v10.4.9 release- Additional commits viewable in compare view
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 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)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Pull Request Statistics
1
3
+659
-706
Package Dependencies
@nestjs/platform-fastify
npm
10.3.9 → 10.4.17
Minor
/data-api
Technical Details
ID: | 1114931 |
UUID: | 2538023677 |
Node ID: | PR_kwDOEFiXy86XRyr9 |
Host: | GitHub |
Repository: | aws-samples/amazon-documentdb-samples |
Merge State: | Unknown |