Bump the npm_and_yarn group across 1 directory with 2 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 0
(10 days ago)
(10 days ago)
dependencies javascript
Bumps the npm_and_yarn group with 2 updates in the / directory: tough-cookie and jsdom.
Updates tough-cookie
from 2.5.0 to 4.1.4
Release notes
Sourced from tough-cookie's releases.
v4.1.4
https://www.npmjs.com/package/tough-cookie/v/4.1.4
What's Changed
- Add local alias for
toString
by@corvidism
in salesforce/tough-cookie#409- Fix incorrect string validation for URL by
@coditva
in salesforce/tough-cookie#261New Contributors
@corvidism
made their first contribution in salesforce/tough-cookie#409@coditva
made their first contribution in salesforce/tough-cookie#261Full Changelog: https://github.com/salesforce/tough-cookie/compare/v4.1.3...v4.1.4
4.1.3
Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the
inspect
utility is affected by this change, we felt this change was important enough to be pushed into the next patch.4.1.2 -- Patch and Bugfix Release
What's Changed
- fix: allow set cookies with localhost by
@colincasey
in salesforce/tough-cookie#253Full Changelog: https://github.com/salesforce/tough-cookie/compare/v4.1.1...v4.1.2
4.1.1
Patch Release
What's Changed
- fix: allow special use domains by default by
@colincasey
in salesforce/tough-cookie#249- 4.1.1 Patch -- allow special use domains by default by
@awaterma
in salesforce/tough-cookie#250Full Changelog: https://github.com/salesforce/tough-cookie/compare/v4.1.0...v4.1.1
4.1.0
v4.1.0
Minor release, focused mainly on resolving reported issues and some minor feature work.
What's Changed
- Create CHANGELOG.md by
@ShivanKaul
in salesforce/tough-cookie#189- Missing param validation issue145 by
@medelibero-sfdc
in salesforce/tough-cookie#193- Create SECURITY.md by
@ShivanKaul
in salesforce/tough-cookie#201- Create CODE_OF_CONDUCT.md by
@ShivanKaul
in salesforce/tough-cookie#200- Fix for issue #195 by
@medelibero-sfdc
in salesforce/tough-cookie#202- Add explanation and more special-use domains by
@ShivanKaul
in salesforce/tough-cookie#203- Sync of constructor options for serialization by
@medelibero-sfdc
in salesforce/tough-cookie#204- Returned null in case of empty cookie value by
@vsin12
in salesforce/tough-cookie#196- 132 str trim not a function by
@awaterma
in salesforce/tough-cookie#209- Fix for issue #153 by
@medelibero-sfdc
in salesforce/tough-cookie#210- Fix permuteDomain with trailing dot by
@ruoho-sfdc
in salesforce/tough-cookie#216- Issue #213 -- added gh-actions flow for building and testing tough-co… by
@awaterma
in salesforce/tough-cookie#218
... (truncated)
Commits
cacbc37
Bump version to 4.1.4a48fb3a
Add tests for url validation50e69bf
Merge pull request #261 from postmanlabs/fix/url-string-validation1253d58
Merge pull request #409 from corvidism/validators-to-string238367e
Add local alias fortoString
4ff4d29
4.1.3 release preparation, update the package and lib/version to 4.1.3. (#284)12d4747
Prevent prototype pollution in cookie memstore (#283)f06b72d
Fix documentation for store.findCookies, missing allowSpecialUseDomain proper...cf6debd
Fix incorrect string validation for URLb1a8898
fix: allow set cookies with localhost (#253)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ccasey, a new releaser for tough-cookie since your current version.
Updates jsdom
from 16.5.3 to 16.7.0
Release notes
Sourced from jsdom's releases.
Version 16.7.0
- Added
AbortSignal.abort()
. (ninevra)- Added dummy
x
andy
properties to the return value ofgetBoundingClientRect()
. (eiko)- Implemented wrapping for
textareaEl.value
if thewrap=""
attribute is specified. (ninevra)- Changed newline normalization in
<textarea>
s according to recent HTML Standard updates. (ninevra)- Fixed some bad cascade computation in
getComputedStyle()
. (romain-trotard)Version 16.6.0
- Added
parentNode.replaceChildren()
. (@ninevra
)- Fixed jsdom's handling of when code running inside the jsdom throws
null
orundefined
as an exception. (@mbest
)- Removed the dependency on the deprecated
request
package, in the process fixing several issues with theXMLHttpRequest
implementation around header processing. Thanks go to@tobyhinloopen
,@andrewaylett
, and especially@vegardbb
, for completing this months-long effort!
Changelog
Sourced from jsdom's changelog.
16.7.0
- Added
AbortSignal.abort()
. (ninevra)- Added dummy
x
andy
properties to the return value ofgetBoundingClientRect()
. (eiko)- Implemented wrapping for
textareaEl.value
if thewrap=""
attribute is specified. (ninevra)- Changed newline normalization in
<textarea>
s according to recent HTML Standard updates. (ninevra)- Fixed some bad cascade computation in
getComputedStyle()
. (romain-trotard)16.6.0
- Added
parentNode.replaceChildren()
. (ninevra)- Fixed jsdom's handling of when code running inside the jsdom throws
null
orundefined
as an exception. (mbest)- Removed the dependency on the deprecated
request
package, in the process fixing several issues with theXMLHttpRequest
implementation around header processing. Special thanks to vegardbb for completing this months-long effort!
Commits
1aa3cbc
Version 16.7.0df1f551
Don't run WebSocketStream testseb105b2
Fix browser tests by enabling SharedArrayBuffer0dedfc0
Fix some bad cascade computation in getComputedStyle()8021a56
Fix "configuation" typo (#3213)a7febe3
Fix typo in level2/html.js (#3222)c9896c0
Return x, y properties from Element.getBoundingClientRect (#3187)346ea98
Update web-platform tests (#3203)364c77d
Bump to ws 7.4.693ba6a0
We are now on Matrix (#3207)- 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 <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions
You can disable automated security fix PRs for this repo from the Security Alerts page.
Pull Request Statistics
1
1
+7315
-4600
Package Dependencies
Technical Details
ID: | 6022350 |
UUID: | 2787334852 |
Node ID: | PR_kwDOGMzGy86mI1rE |
Host: | GitHub |
Repository: | abhinavm24/javascript-algorithms |
Merge State: | Unknown |