freecodecamp-projects
freecodecamp-projects copied to clipboard
Bump cookiejar and chai-http in /Information-Security-And-Quality Assurance-Projects/issue-tracker
Bumps cookiejar to 2.1.4 and updates ancestor dependency chai-http. These dependencies need to be updated together.
Updates cookiejar
from 2.0.6 to 2.1.4
Commits
- See full diff in compare view
Updates chai-http
from 3.0.0 to 4.3.0
Release notes
Sourced from chai-http's releases.
4.3.0 / 2019-04-26
This feature release allows you to pass a Regular Expression to the
redirectTo
function.expect(res).to.redirectTo(/^\/search\/results\?orderBy=desc$/);
Community Contributions
Code Features & Fixes
- #243 configures redirectTo to accept regex (by
@mikemfleming
)4.2.1 / 2019-01-02
This patch fixes usability issues for TypeScript definitions.
Community Contributions
Code Features & Fixes
- #230 add typings to package.json files (by
@austince
)4.2.0 / 2018-08-29
This is a minor update that adds TypeScript definitions.
Community Contributions
Code Features & Fixes
- #221 Add TypeScript definitions (by
@austince
)4.1.0 / 2018-08-03
This is a minor update to fix a bug with
keepOpen()
now allowingclose()
to be called, and also some additional support for other http libraries - namely thehttp-errors
library.Community Contributions
Code Features & Fixes
- #219 Allow for
status
/statusCode
to exist on theprototype
(by@austince
)- #217 Enable closing after
keepOpen()
has been called (by@martypdx
)4.0.0 / 2018-03-22
This is a major update to the underlying dependencies and also introduces some breaking changes.
- The biggest breaking change is that this library will _no longer throw based on the status code! This means a request that returns a
404
, or500
or any other status code cannot be asserted on in thecatch
block, instead must be asserted on in thethen
block. In other words this behaves more akin tofetch
.- Another large breaking change is that the
chai.request(server)
object will automatically close the server connection after the first request. This means if you have code like this:const request = chai.request(app)
request.get('/bar') request.get('/bar')
... (truncated)
Commits
799f668
4.3.09b8fea3
feat: configures redirectTo to accept regex24ef17b
Merge pull request #233 from austince/release/4.2.1a84c598
4.2.130b0f73
fix: add typings to package.json files (#230)d0aa54a
Merge pull request #224 from chaijs/build-travis-update-npm-token3d2544e
build(travis): update npm token0cbcd3a
Merge pull request #223 from austince/release/4.2.0c863999
4.2.0b067791
feat(types): Add typescript definitions (#221)- 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 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) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.