chore: Update cookies dependencies
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.6k
- Forks
- 155
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 20
Description
Description
Currently all Faust packages use cookie 0.7.0 and should be updated to the latest version cookie 1.0.2
[!IMPORTANT]
This would be a breaking change
Steps to reproduce
We need to update faust/core dependency
"dependencies": {
"cookie": "^0.5.0",
to
"dependencies": {
"cookie": "^1.0.0",
Additional context
No response
@faustwp/core Version
3.2.3
@faustwp/cli Version
3.2.3
FaustWP Plugin Version
N/A
WordPress Version
N/A
Additional environment details
No response
Please confirm that you have searched existing issues in the repo.
- Yes
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the package manifests for faust/core and the other Faust packages that depend on cookie. Compare their current cookie ranges with the requested 1.0.x range, then run the repository's available checks to verify the dependency update and account for the noted breaking change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100