Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dev-dependencies group with 5 updates #358

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 16, 2024

Bumps the dev-dependencies group with 5 updates:

Package From To
@typescript-eslint/eslint-plugin 6.18.0 6.19.0
@typescript-eslint/parser 6.18.0 6.19.0
eslint-plugin-prettier 5.1.2 5.1.3
genversion 3.1.1 3.2.0
prettier 3.1.1 3.2.2

Updates @typescript-eslint/eslint-plugin from 6.18.0 to 6.19.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v6.19.0

6.19.0 (2024-01-15)

🚀 Features

  • eslint-plugin: [prefer-promise-reject-errors] add rule (#8011)
  • eslint-plugin: [no-array-delete] add new rule (#8067)
  • eslint-plugin: [no-useless-template-literals] add fix suggestions (#8065)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression (#8143)
  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable (#8089)
  • typescript-estree: add JSDocParsingMode enum merge for typescript/lib/tsserverlibrary (#8193)
  • typescript-estree: disallow using as the variable keyword for for..in loops (#7649)
  • typescript-estree: fix incorrect backwards-compat augmentation in TS 5.3 (#8181)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v6.18.1

6.18.1 (2024-01-08)

🩹 Fixes

  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line (#8185)
  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee (#8178)
  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections (#8169)
  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option (#8176)
  • typescript-estree: fix invalid parsing error when use update expression on non-null assertion (#8202)
  • typescript-estree: only create project service from env setting if project is enabled (#8136)
  • utils: improve error message on typed rule with invalid parser (#8146)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

6.19.0 (2024-01-15)

🚀 Features

  • eslint-plugin: [prefer-promise-reject-errors] add rule

  • eslint-plugin: [no-array-delete] add new rule

  • eslint-plugin: [no-useless-template-literals] add fix suggestions

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression

  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable

❤️ Thank You

  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

You can read about our versioning strategy and releases on our website.

6.18.1 (2024-01-08)

🩹 Fixes

  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line

  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee

  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections

  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option

❤️ Thank You

  • auvred
  • James
  • Josh Goldberg ✨

... (truncated)

Commits
  • 7c673a1 chore(release): publish 6.19.0
  • 85ae4a8 fix(eslint-plugin): [no-unnecesary-type-assertion] treat unknown/any as nulla...
  • 5a56708 fix(eslint-plugin): [no-unnecessary-type-assertion] detect unnecessary non-nu...
  • c3767ed feat(eslint-plugin): [no-useless-template-literals] add fix suggestions (#8065)
  • 8ca5e5e docs: force space after await in no-floating-promises snippet (#8228)
  • e0f591e feat(eslint-plugin): [no-array-delete] add new rule (#8067)
  • 1aa8664 feat(eslint-plugin): [prefer-promise-reject-errors] add rule (#8011)
  • aa7ab0e chore(release): publish 6.18.1
  • 78db0ad chore: fix test formatting in prefer-readonly.test.ts (#8223)
  • 5205192 fix(eslint-plugin): [switch-exhaustiveness-check] fix new allowDefaultCaseFor...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 6.18.0 to 6.19.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v6.19.0

6.19.0 (2024-01-15)

🚀 Features

  • eslint-plugin: [prefer-promise-reject-errors] add rule (#8011)
  • eslint-plugin: [no-array-delete] add new rule (#8067)
  • eslint-plugin: [no-useless-template-literals] add fix suggestions (#8065)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression (#8143)
  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable (#8089)
  • typescript-estree: add JSDocParsingMode enum merge for typescript/lib/tsserverlibrary (#8193)
  • typescript-estree: disallow using as the variable keyword for for..in loops (#7649)
  • typescript-estree: fix incorrect backwards-compat augmentation in TS 5.3 (#8181)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v6.18.1

6.18.1 (2024-01-08)

🩹 Fixes

  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line (#8185)
  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee (#8178)
  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections (#8169)
  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option (#8176)
  • typescript-estree: fix invalid parsing error when use update expression on non-null assertion (#8202)
  • typescript-estree: only create project service from env setting if project is enabled (#8136)
  • utils: improve error message on typed rule with invalid parser (#8146)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

6.19.0 (2024-01-15)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

6.18.1 (2024-01-08)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates eslint-plugin-prettier from 5.1.2 to 5.1.3

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.1.3

Patch Changes

Full Changelog: prettier/eslint-plugin-prettier@v5.1.2...v5.1.3

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.1.3

Patch Changes

Commits
  • 248cd17 chore: release eslint-plugin-prettier (#636)
  • 985b33c chore: add package.json into exports map (#629)
  • f985718 ci: enable NPM_TOKEN for releasing automatically (#631)
  • fa1e1e5 chore: add more ignoring file patterns on formatting (#627)
  • 0ea812c test: enable testing on .svelte files (#628)
  • 188487b chore: add more related funding links
  • See full diff in compare view

Updates genversion from 3.1.1 to 3.2.0

Release notes

Sourced from genversion's releases.

v3.2.0

🎁 New features:

  • added option --backtick / useBackticks to generate with backticks instead of single quotes. Thanks @​darylwright
  • added option --force to rewrite target file even when it might be unsafe. Thanks @​alexandercerutti
  • added option --property / properties to pick additional properties from package.json. Thanks @​dattran1999 and @​alexandercerutti
  • added options --template / template and --template-engine / templateEngine to generate with a custom template.
  • added option --esm to alias --es6 flag that might be deprecated in future.
  • added option useEsmSyntax to alias useEs6Syntax that might be deprecated in future.

🐛 Bugfixes:

  • improved CLI exit behaviour to ensure all output is flushed before exit

📃 Documentation changes:

  • added instructions how to integrate with the npm version command. Thanks @​sanjaypojo
  • improved genversion logo to work on dark backgrounds.
  • changed image file names to be more SEO friendly
  • improved documentation in general

⚙️ DevOps changes:

  • uninstalled unused dev dependencies: eslint, command-line-test
  • implemented in-house clitest module to replace command-line-test
  • lots of refactoring under the hood
  • extended test suite
  • switched from broken Travis CI to GitHub Actions
Commits
  • b3d0354 bump 3.2.0
  • 1766dfc Merge pull request #29 from axelpale/feature-actions
  • 46ec337 npmignore github workflows
  • bd2ec88 replace travis badge with github actions badge
  • be79545 downgrade mocha@8 to support node v10
  • 57de824 downgrade to standard v16 to support node v10
  • 7ee15c2 test on node v10 and v12
  • f7aa628 try github actions without npm cache
  • 9b64d75 improve github actions workflow
  • 6fb5c9c use replace instead of replaceAll to support node<=14
  • Additional commits viewable in compare view

Updates prettier from 3.1.1 to 3.2.2

Release notes

Sourced from prettier's releases.

3.2.2

🔗 Changelog

3.2.1

🔗 Changelog

3.2.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.2.2

diff

Fix crash when parsing template literal CSS in a JSX style tag using a spread attribute (#15896 by @​eelco)

For example this code would crash before:

<style {...spread}>{`.{}`}</style>

Fix formatting error on optional call expression and member chain (#15920 by @​sosukesuzuki)

// Input
a(() => {}, c?.d());
// Prettier 3.2.1
TypeError: Cannot read properties of undefined (reading 'type')
// Prettier 3.2.2
a(() => {}, c?.d());

3.2.1

diff

Fix formatting error on member chain (#15915 by @​sosukesuzuki)

// Input
test().test2().test2(thing?.something);
// Prettier 3.2.0
TypeError: Cannot read properties of undefined (reading 'type')
// Prettier 3.2.1
test().test2().test2(thing?.something);

3.2.0

diff

... (truncated)

Commits

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

Bumps the dev-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.18.0` | `6.19.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.18.0` | `6.19.0` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.1.2` | `5.1.3` |
| [genversion](https://github.com/axelpale/genversion) | `3.1.1` | `3.2.0` |
| [prettier](https://github.com/prettier/prettier) | `3.1.1` | `3.2.2` |


Updates `@typescript-eslint/eslint-plugin` from 6.18.0 to 6.19.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.19.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.18.0 to 6.19.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.19.0/packages/parser)

Updates `eslint-plugin-prettier` from 5.1.2 to 5.1.3
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.1.2...v5.1.3)

Updates `genversion` from 3.1.1 to 3.2.0
- [Release notes](https://github.com/axelpale/genversion/releases)
- [Commits](axelpale/genversion@v3.1.1...v3.2.0)

Updates `prettier` from 3.1.1 to 3.2.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.1.1...3.2.2)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: genversion
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file minor We expect this work to be a minor semver change npm Pull request with npm dependency update skip changelog No documentation needed for this PR labels Jan 16, 2024
@wjhsf wjhsf merged commit ed834af into master Jan 16, 2024
6 checks passed
@wjhsf wjhsf deleted the dependabot/npm_and_yarn/dev-dependencies-42e4cfa7e1 branch January 16, 2024 15:54
kc13greiner pushed a commit to elastic/kibana that referenced this pull request Sep 18, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [tough-cookie](https://github.com/salesforce/tough-cookie) |
devDependencies | major | [`^4.1.4` ->
`^5.0.0`](https://renovatebot.com/diffs/npm/tough-cookie/4.1.4/5.0.0) |

---

### Release Notes

<details>
<summary>salesforce/tough-cookie (tough-cookie)</summary>

###
[`v5.0.0`](https://github.com/salesforce/tough-cookie/releases/tag/v5.0.0)

[Compare
Source](https://github.com/salesforce/tough-cookie/compare/v4.1.4...v5.0.0)

#### Summary

##### Breaking Changes

- We've migrated the project to TypeScript! First-party types are now
available.
-   The minimum supported version of node is v18.
-   We no longer provide official support for non-node enviroments.

##### API Changes

- We've standardized most of our exposed interfaces to accept both
`null` and `undefined` and return only `undefined`.
- `getCookie` and `getCookies` now accept a `string` or `URL` as a
parameter.
- We've removed the `inspect` function in favor of node's
`util.inspect.custom` symbol. Cookies may appear different when logged
in non-node environments.

##### Other Changes

-   Fixed the expiry time not updating when a cookie is updating.
-   Fixed validation errors not getting called in some callbacks.
- [New
documentation](https://github.com/salesforce/tough-cookie/blob/v5.0.0/api/docs/tough-cookie.md)
that is always kept up to date!
-   Performance improvements.

#### What's Changed

- Typescript support by
[@&#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#264
- \[v5] Update config by [@&#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#269
- Fix prettier in eslint config by
[@&#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#274
- Updated dev tooling by
[@&#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#271
- Port 283 fix to v5 by
[@&#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#287
- Remove some [@&#8203;ts-ignore](https://github.com/ts-ignore)
directives. by [@&#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#288
- Clean up validate function. by
[@&#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#275
- Changes to support full eslint rule configurations by
[@&#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#289
- Split giant cookie.ts into multiple files. by
[@&#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#296
- Merge branch 'master' into v5 by
[@&#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#300
- Merge `v5` into `master` by
[@&#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#303
- Preparing for release `5.0.0-rc.0` by
[@&#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#304
- Bump [@&#8203;babel/traverse](https://github.com/babel/traverse)
from 7.21.3 to 7.23.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#305
- Configure dependabot and codeowners by
[@&#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#306
- Bump
[@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser)
from 5.58.0 to 5.62.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#310
- Bump eslint-config-prettier from 8.8.0 to 9.0.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#311
- Bump async from 2.6.4 to 3.2.4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#313
- Avoid using `arguments` by [@&#8203;wjhsf](https://github.com/wjhsf)
in
[salesforce/tough-cookie#316
- Configure dependabot to ignore
[@&#8203;types/node](https://github.com/types/node). by
[@&#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#319
- Bump dependencies. by [@&#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#323
- Bump the dev-dependencies group with 6 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#342
- Bump the dev-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#344
- Bump the dev-dependencies group with 3 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#347
- docs: use correct memstore file link by
[@&#8203;alissonsleal](https://github.com/alissonsleal) in
[salesforce/tough-cookie#349
- Bump the dev-dependencies group with 3 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#351
- Bump the dev-dependencies group with 2 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#354
- Fix expiry time not updating when cookie is updated by
[@&#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#345
- Change dependabot to monthly by
[@&#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#355
- Bump the dev-dependencies group with 5 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#358
- Avoid `void` by [@&#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#331
- Replace `psl` with `tldts` by
[@&#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#346
- Bump the production-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#362
- Bump the dev-dependencies group with 4 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#363
- docs: fix JSON.serialize -> JSON.stringify by
[@&#8203;zavan](https://github.com/zavan) in
[salesforce/tough-cookie#361
- Remove workarounds for `util` in non-node environments by
[@&#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#359
- Accept URL parameter in `getCookies` and `setCookie` by
[@&#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#364
- Remove community cookie store links by
[@&#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#367
- Handle unlikely edge case in unimportant util by
[@&#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#366
- Fix allow listed `files` for what to include in npm package by
[@&#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#368
- fix
[#&#8203;256](https://github.com/salesforce/tough-cookie/issues/256)
by [@&#8203;hrueger](https://github.com/hrueger) in
[salesforce/tough-cookie#297
- Preparing for release 5.0.0-rc.1 by
[@&#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#369
- Bump
[@&#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin)
from 6.20.0 to 7.0.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#373
- Bump the production-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#370
- Fixes eslint plugin dev upgrades by
[@&#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#375
- restore `parse` export that was accidentally removed by
[@&#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#376
- Clean up cookie creation by
[@&#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#381
- Enforce explicit function return type by
[@&#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#383
- patch removed util methods for vows by
[@&#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#389
- clean up usage of null/undefined by
[@&#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#380
- Bump the dev-dependencies group with 2 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#404
- Bump the production-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#403
- Remove `@types/psl` from dev dependencies by
[@&#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#406
- Bump tldts from 6.1.16 to 6.1.18 in the production-dependencies group
by [@&#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#411
- Bump the dev-dependencies group with 2 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#412
- Bump ejs from 3.1.9 to 3.1.10 by
[@&#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#413
- Update v5 docs by
[@&#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#384
- Enable strict type checked rules by
[@&#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#392
- Preparing for release 5.0.0-rc.2 by
[@&#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#414
- Bump the dev-dependencies group with 4 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#417
- Bump [@&#8203;eslint/js](https://github.com/eslint/js) from 8.57.0
to 9.4.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#419
- Bump tldts from 6.1.18 to 6.1.24 in the production-dependencies group
across 1 directory by
[@&#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#420
- chore: update deps by [@&#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#421
- Use latest TypeScript version by
[@&#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#423
- Update contributors by
[@&#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#425
- Bump tldts from 6.1.28 to 6.1.30 in the production-dependencies group
by [@&#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#426
- Bump the dev-dependencies group with 4 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#427
- Fix validation errors not calling callbacks by
[@&#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#424
- Preparing for release 5.0.0-rc.3 by
[@&#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#430
- Remove url-parse and punycode by
[@&#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#429
- Checks structure instead of instanceof for URL test by
[@&#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#431
- pre-release cleanup by [@&#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#428
- Preparing for release 5.0.0-rc.4 by
[@&#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#432
- use `domainToASCII(str)` instead of `new URL(str).hostName` by
[@&#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#433
- Bump tldts from 6.1.32 to 6.1.37 in the production-dependencies group
by [@&#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#436
- Bump the dev-dependencies group across 1 directory with 6 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#439
- Bump tldts from 6.1.37 to 6.1.41 in the production-dependencies group
by [@&#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#443
- Bump the dev-dependencies group with 6 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#444
- upgrade typescript-eslint to 8.0.1 by
[@&#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#440
- Bump the dev-dependencies group with 2 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#448
- Bump eslint from 8.57.0 to 9.9.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#449
- Prepare v5 by [@&#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#451

#### New Contributors

- [@&#8203;alissonsleal](https://github.com/alissonsleal) made their
first contribution in
[salesforce/tough-cookie#349
- [@&#8203;zavan](https://github.com/zavan) made their first
contribution in
[salesforce/tough-cookie#361
- [@&#8203;hrueger](https://github.com/hrueger) made their first
contribution in
[salesforce/tough-cookie#297

**Full Changelog**:
salesforce/tough-cookie@v4.1.3...v5.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNlY3VyaXR5IiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Sep 18, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [tough-cookie](https://github.com/salesforce/tough-cookie) |
devDependencies | major | [`^4.1.4` ->
`^5.0.0`](https://renovatebot.com/diffs/npm/tough-cookie/4.1.4/5.0.0) |

---

### Release Notes

<details>
<summary>salesforce/tough-cookie (tough-cookie)</summary>

###
[`v5.0.0`](https://github.com/salesforce/tough-cookie/releases/tag/v5.0.0)

[Compare
Source](https://github.com/salesforce/tough-cookie/compare/v4.1.4...v5.0.0)

#### Summary

##### Breaking Changes

- We've migrated the project to TypeScript! First-party types are now
available.
-   The minimum supported version of node is v18.
-   We no longer provide official support for non-node enviroments.

##### API Changes

- We've standardized most of our exposed interfaces to accept both
`null` and `undefined` and return only `undefined`.
- `getCookie` and `getCookies` now accept a `string` or `URL` as a
parameter.
- We've removed the `inspect` function in favor of node's
`util.inspect.custom` symbol. Cookies may appear different when logged
in non-node environments.

##### Other Changes

-   Fixed the expiry time not updating when a cookie is updating.
-   Fixed validation errors not getting called in some callbacks.
- [New
documentation](https://github.com/salesforce/tough-cookie/blob/v5.0.0/api/docs/tough-cookie.md)
that is always kept up to date!
-   Performance improvements.

#### What's Changed

- Typescript support by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#264
- \[v5] Update config by [@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#269
- Fix prettier in eslint config by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#274
- Updated dev tooling by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#271
- Port 283 fix to v5 by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#287
- Remove some [@&elastic#8203;ts-ignore](https://github.com/ts-ignore)
directives. by [@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#288
- Clean up validate function. by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#275
- Changes to support full eslint rule configurations by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#289
- Split giant cookie.ts into multiple files. by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#296
- Merge branch 'master' into v5 by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#300
- Merge `v5` into `master` by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#303
- Preparing for release `5.0.0-rc.0` by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#304
- Bump [@&elastic#8203;babel/traverse](https://github.com/babel/traverse)
from 7.21.3 to 7.23.2 by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#305
- Configure dependabot and codeowners by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#306
- Bump
[@&elastic#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser)
from 5.58.0 to 5.62.0 by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#310
- Bump eslint-config-prettier from 8.8.0 to 9.0.0 by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#311
- Bump async from 2.6.4 to 3.2.4 by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#313
- Avoid using `arguments` by [@&elastic#8203;wjhsf](https://github.com/wjhsf)
in
[salesforce/tough-cookie#316
- Configure dependabot to ignore
[@&elastic#8203;types/node](https://github.com/types/node). by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#319
- Bump dependencies. by [@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#323
- Bump the dev-dependencies group with 6 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#342
- Bump the dev-dependencies group with 1 update by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#344
- Bump the dev-dependencies group with 3 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#347
- docs: use correct memstore file link by
[@&elastic#8203;alissonsleal](https://github.com/alissonsleal) in
[salesforce/tough-cookie#349
- Bump the dev-dependencies group with 3 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#351
- Bump the dev-dependencies group with 2 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#354
- Fix expiry time not updating when cookie is updated by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#345
- Change dependabot to monthly by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#355
- Bump the dev-dependencies group with 5 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#358
- Avoid `void` by [@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#331
- Replace `psl` with `tldts` by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#346
- Bump the production-dependencies group with 1 update by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#362
- Bump the dev-dependencies group with 4 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#363
- docs: fix JSON.serialize -> JSON.stringify by
[@&elastic#8203;zavan](https://github.com/zavan) in
[salesforce/tough-cookie#361
- Remove workarounds for `util` in non-node environments by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#359
- Accept URL parameter in `getCookies` and `setCookie` by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#364
- Remove community cookie store links by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#367
- Handle unlikely edge case in unimportant util by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#366
- Fix allow listed `files` for what to include in npm package by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#368
- fix
[#&elastic#8203;256](https://github.com/salesforce/tough-cookie/issues/256)
by [@&elastic#8203;hrueger](https://github.com/hrueger) in
[salesforce/tough-cookie#297
- Preparing for release 5.0.0-rc.1 by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#369
- Bump
[@&elastic#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin)
from 6.20.0 to 7.0.0 by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#373
- Bump the production-dependencies group with 1 update by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#370
- Fixes eslint plugin dev upgrades by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#375
- restore `parse` export that was accidentally removed by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#376
- Clean up cookie creation by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#381
- Enforce explicit function return type by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#383
- patch removed util methods for vows by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#389
- clean up usage of null/undefined by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#380
- Bump the dev-dependencies group with 2 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#404
- Bump the production-dependencies group with 1 update by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#403
- Remove `@types/psl` from dev dependencies by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#406
- Bump tldts from 6.1.16 to 6.1.18 in the production-dependencies group
by [@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#411
- Bump the dev-dependencies group with 2 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#412
- Bump ejs from 3.1.9 to 3.1.10 by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#413
- Update v5 docs by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#384
- Enable strict type checked rules by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#392
- Preparing for release 5.0.0-rc.2 by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#414
- Bump the dev-dependencies group with 4 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#417
- Bump [@&elastic#8203;eslint/js](https://github.com/eslint/js) from 8.57.0
to 9.4.0 by [@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#419
- Bump tldts from 6.1.18 to 6.1.24 in the production-dependencies group
across 1 directory by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#420
- chore: update deps by [@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#421
- Use latest TypeScript version by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#423
- Update contributors by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#425
- Bump tldts from 6.1.28 to 6.1.30 in the production-dependencies group
by [@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#426
- Bump the dev-dependencies group with 4 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#427
- Fix validation errors not calling callbacks by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#424
- Preparing for release 5.0.0-rc.3 by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#430
- Remove url-parse and punycode by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#429
- Checks structure instead of instanceof for URL test by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#431
- pre-release cleanup by [@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#428
- Preparing for release 5.0.0-rc.4 by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#432
- use `domainToASCII(str)` instead of `new URL(str).hostName` by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#433
- Bump tldts from 6.1.32 to 6.1.37 in the production-dependencies group
by [@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#436
- Bump the dev-dependencies group across 1 directory with 6 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#439
- Bump tldts from 6.1.37 to 6.1.41 in the production-dependencies group
by [@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#443
- Bump the dev-dependencies group with 6 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#444
- upgrade typescript-eslint to 8.0.1 by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#440
- Bump the dev-dependencies group with 2 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#448
- Bump eslint from 8.57.0 to 9.9.1 by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#449
- Prepare v5 by [@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#451

#### New Contributors

- [@&elastic#8203;alissonsleal](https://github.com/alissonsleal) made their
first contribution in
[salesforce/tough-cookie#349
- [@&elastic#8203;zavan](https://github.com/zavan) made their first
contribution in
[salesforce/tough-cookie#361
- [@&elastic#8203;hrueger](https://github.com/hrueger) made their first
contribution in
[salesforce/tough-cookie#297

**Full Changelog**:
salesforce/tough-cookie@v4.1.3...v5.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNlY3VyaXR5IiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
(cherry picked from commit f712e4a)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Sep 18, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [tough-cookie](https://github.com/salesforce/tough-cookie) |
devDependencies | major | [`^4.1.4` ->
`^5.0.0`](https://renovatebot.com/diffs/npm/tough-cookie/4.1.4/5.0.0) |

---

### Release Notes

<details>
<summary>salesforce/tough-cookie (tough-cookie)</summary>

###
[`v5.0.0`](https://github.com/salesforce/tough-cookie/releases/tag/v5.0.0)

[Compare
Source](https://github.com/salesforce/tough-cookie/compare/v4.1.4...v5.0.0)

#### Summary

##### Breaking Changes

- We've migrated the project to TypeScript! First-party types are now
available.
-   The minimum supported version of node is v18.
-   We no longer provide official support for non-node enviroments.

##### API Changes

- We've standardized most of our exposed interfaces to accept both
`null` and `undefined` and return only `undefined`.
- `getCookie` and `getCookies` now accept a `string` or `URL` as a
parameter.
- We've removed the `inspect` function in favor of node's
`util.inspect.custom` symbol. Cookies may appear different when logged
in non-node environments.

##### Other Changes

-   Fixed the expiry time not updating when a cookie is updating.
-   Fixed validation errors not getting called in some callbacks.
- [New
documentation](https://github.com/salesforce/tough-cookie/blob/v5.0.0/api/docs/tough-cookie.md)
that is always kept up to date!
-   Performance improvements.

#### What's Changed

- Typescript support by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#264
- \[v5] Update config by [@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#269
- Fix prettier in eslint config by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#274
- Updated dev tooling by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#271
- Port 283 fix to v5 by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#287
- Remove some [@&elastic#8203;ts-ignore](https://github.com/ts-ignore)
directives. by [@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#288
- Clean up validate function. by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#275
- Changes to support full eslint rule configurations by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#289
- Split giant cookie.ts into multiple files. by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#296
- Merge branch 'master' into v5 by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#300
- Merge `v5` into `master` by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#303
- Preparing for release `5.0.0-rc.0` by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#304
- Bump [@&elastic#8203;babel/traverse](https://github.com/babel/traverse)
from 7.21.3 to 7.23.2 by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#305
- Configure dependabot and codeowners by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#306
- Bump
[@&elastic#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser)
from 5.58.0 to 5.62.0 by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#310
- Bump eslint-config-prettier from 8.8.0 to 9.0.0 by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#311
- Bump async from 2.6.4 to 3.2.4 by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#313
- Avoid using `arguments` by [@&elastic#8203;wjhsf](https://github.com/wjhsf)
in
[salesforce/tough-cookie#316
- Configure dependabot to ignore
[@&elastic#8203;types/node](https://github.com/types/node). by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#319
- Bump dependencies. by [@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#323
- Bump the dev-dependencies group with 6 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#342
- Bump the dev-dependencies group with 1 update by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#344
- Bump the dev-dependencies group with 3 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#347
- docs: use correct memstore file link by
[@&elastic#8203;alissonsleal](https://github.com/alissonsleal) in
[salesforce/tough-cookie#349
- Bump the dev-dependencies group with 3 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#351
- Bump the dev-dependencies group with 2 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#354
- Fix expiry time not updating when cookie is updated by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#345
- Change dependabot to monthly by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#355
- Bump the dev-dependencies group with 5 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#358
- Avoid `void` by [@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#331
- Replace `psl` with `tldts` by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#346
- Bump the production-dependencies group with 1 update by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#362
- Bump the dev-dependencies group with 4 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#363
- docs: fix JSON.serialize -> JSON.stringify by
[@&elastic#8203;zavan](https://github.com/zavan) in
[salesforce/tough-cookie#361
- Remove workarounds for `util` in non-node environments by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#359
- Accept URL parameter in `getCookies` and `setCookie` by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#364
- Remove community cookie store links by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#367
- Handle unlikely edge case in unimportant util by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#366
- Fix allow listed `files` for what to include in npm package by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#368
- fix
[#&elastic#8203;256](https://github.com/salesforce/tough-cookie/issues/256)
by [@&elastic#8203;hrueger](https://github.com/hrueger) in
[salesforce/tough-cookie#297
- Preparing for release 5.0.0-rc.1 by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#369
- Bump
[@&elastic#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin)
from 6.20.0 to 7.0.0 by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#373
- Bump the production-dependencies group with 1 update by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#370
- Fixes eslint plugin dev upgrades by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#375
- restore `parse` export that was accidentally removed by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#376
- Clean up cookie creation by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#381
- Enforce explicit function return type by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#383
- patch removed util methods for vows by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#389
- clean up usage of null/undefined by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#380
- Bump the dev-dependencies group with 2 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#404
- Bump the production-dependencies group with 1 update by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#403
- Remove `@types/psl` from dev dependencies by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#406
- Bump tldts from 6.1.16 to 6.1.18 in the production-dependencies group
by [@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#411
- Bump the dev-dependencies group with 2 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#412
- Bump ejs from 3.1.9 to 3.1.10 by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#413
- Update v5 docs by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#384
- Enable strict type checked rules by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#392
- Preparing for release 5.0.0-rc.2 by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#414
- Bump the dev-dependencies group with 4 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#417
- Bump [@&elastic#8203;eslint/js](https://github.com/eslint/js) from 8.57.0
to 9.4.0 by [@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#419
- Bump tldts from 6.1.18 to 6.1.24 in the production-dependencies group
across 1 directory by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#420
- chore: update deps by [@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#421
- Use latest TypeScript version by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#423
- Update contributors by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#425
- Bump tldts from 6.1.28 to 6.1.30 in the production-dependencies group
by [@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#426
- Bump the dev-dependencies group with 4 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#427
- Fix validation errors not calling callbacks by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#424
- Preparing for release 5.0.0-rc.3 by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#430
- Remove url-parse and punycode by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#429
- Checks structure instead of instanceof for URL test by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#431
- pre-release cleanup by [@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#428
- Preparing for release 5.0.0-rc.4 by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#432
- use `domainToASCII(str)` instead of `new URL(str).hostName` by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#433
- Bump tldts from 6.1.32 to 6.1.37 in the production-dependencies group
by [@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#436
- Bump the dev-dependencies group across 1 directory with 6 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#439
- Bump tldts from 6.1.37 to 6.1.41 in the production-dependencies group
by [@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#443
- Bump the dev-dependencies group with 6 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#444
- upgrade typescript-eslint to 8.0.1 by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#440
- Bump the dev-dependencies group with 2 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#448
- Bump eslint from 8.57.0 to 9.9.1 by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#449
- Prepare v5 by [@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#451

#### New Contributors

- [@&elastic#8203;alissonsleal](https://github.com/alissonsleal) made their
first contribution in
[salesforce/tough-cookie#349
- [@&elastic#8203;zavan](https://github.com/zavan) made their first
contribution in
[salesforce/tough-cookie#361
- [@&elastic#8203;hrueger](https://github.com/hrueger) made their first
contribution in
[salesforce/tough-cookie#297

**Full Changelog**:
salesforce/tough-cookie@v4.1.3...v5.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNlY3VyaXR5IiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
(cherry picked from commit f712e4a)
kc13greiner pushed a commit to kc13greiner/kibana that referenced this pull request Sep 18, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [tough-cookie](https://github.com/salesforce/tough-cookie) |
devDependencies | major | [`^4.1.4` ->
`^5.0.0`](https://renovatebot.com/diffs/npm/tough-cookie/4.1.4/5.0.0) |

---

### Release Notes

<details>
<summary>salesforce/tough-cookie (tough-cookie)</summary>

###
[`v5.0.0`](https://github.com/salesforce/tough-cookie/releases/tag/v5.0.0)

[Compare
Source](https://github.com/salesforce/tough-cookie/compare/v4.1.4...v5.0.0)

#### Summary

##### Breaking Changes

- We've migrated the project to TypeScript! First-party types are now
available.
-   The minimum supported version of node is v18.
-   We no longer provide official support for non-node enviroments.

##### API Changes

- We've standardized most of our exposed interfaces to accept both
`null` and `undefined` and return only `undefined`.
- `getCookie` and `getCookies` now accept a `string` or `URL` as a
parameter.
- We've removed the `inspect` function in favor of node's
`util.inspect.custom` symbol. Cookies may appear different when logged
in non-node environments.

##### Other Changes

-   Fixed the expiry time not updating when a cookie is updating.
-   Fixed validation errors not getting called in some callbacks.
- [New
documentation](https://github.com/salesforce/tough-cookie/blob/v5.0.0/api/docs/tough-cookie.md)
that is always kept up to date!
-   Performance improvements.

#### What's Changed

- Typescript support by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#264
- \[v5] Update config by [@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#269
- Fix prettier in eslint config by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#274
- Updated dev tooling by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#271
- Port 283 fix to v5 by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#287
- Remove some [@&elastic#8203;ts-ignore](https://github.com/ts-ignore)
directives. by [@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#288
- Clean up validate function. by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#275
- Changes to support full eslint rule configurations by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#289
- Split giant cookie.ts into multiple files. by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#296
- Merge branch 'master' into v5 by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#300
- Merge `v5` into `master` by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#303
- Preparing for release `5.0.0-rc.0` by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#304
- Bump [@&elastic#8203;babel/traverse](https://github.com/babel/traverse)
from 7.21.3 to 7.23.2 by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#305
- Configure dependabot and codeowners by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#306
- Bump
[@&elastic#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser)
from 5.58.0 to 5.62.0 by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#310
- Bump eslint-config-prettier from 8.8.0 to 9.0.0 by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#311
- Bump async from 2.6.4 to 3.2.4 by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#313
- Avoid using `arguments` by [@&elastic#8203;wjhsf](https://github.com/wjhsf)
in
[salesforce/tough-cookie#316
- Configure dependabot to ignore
[@&elastic#8203;types/node](https://github.com/types/node). by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#319
- Bump dependencies. by [@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#323
- Bump the dev-dependencies group with 6 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#342
- Bump the dev-dependencies group with 1 update by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#344
- Bump the dev-dependencies group with 3 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#347
- docs: use correct memstore file link by
[@&elastic#8203;alissonsleal](https://github.com/alissonsleal) in
[salesforce/tough-cookie#349
- Bump the dev-dependencies group with 3 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#351
- Bump the dev-dependencies group with 2 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#354
- Fix expiry time not updating when cookie is updated by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#345
- Change dependabot to monthly by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#355
- Bump the dev-dependencies group with 5 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#358
- Avoid `void` by [@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#331
- Replace `psl` with `tldts` by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#346
- Bump the production-dependencies group with 1 update by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#362
- Bump the dev-dependencies group with 4 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#363
- docs: fix JSON.serialize -> JSON.stringify by
[@&elastic#8203;zavan](https://github.com/zavan) in
[salesforce/tough-cookie#361
- Remove workarounds for `util` in non-node environments by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#359
- Accept URL parameter in `getCookies` and `setCookie` by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#364
- Remove community cookie store links by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#367
- Handle unlikely edge case in unimportant util by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#366
- Fix allow listed `files` for what to include in npm package by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#368
- fix
[#&elastic#8203;256](https://github.com/salesforce/tough-cookie/issues/256)
by [@&elastic#8203;hrueger](https://github.com/hrueger) in
[salesforce/tough-cookie#297
- Preparing for release 5.0.0-rc.1 by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#369
- Bump
[@&elastic#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin)
from 6.20.0 to 7.0.0 by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#373
- Bump the production-dependencies group with 1 update by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#370
- Fixes eslint plugin dev upgrades by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#375
- restore `parse` export that was accidentally removed by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#376
- Clean up cookie creation by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#381
- Enforce explicit function return type by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#383
- patch removed util methods for vows by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#389
- clean up usage of null/undefined by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#380
- Bump the dev-dependencies group with 2 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#404
- Bump the production-dependencies group with 1 update by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#403
- Remove `@types/psl` from dev dependencies by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#406
- Bump tldts from 6.1.16 to 6.1.18 in the production-dependencies group
by [@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#411
- Bump the dev-dependencies group with 2 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#412
- Bump ejs from 3.1.9 to 3.1.10 by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#413
- Update v5 docs by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#384
- Enable strict type checked rules by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#392
- Preparing for release 5.0.0-rc.2 by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#414
- Bump the dev-dependencies group with 4 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#417
- Bump [@&elastic#8203;eslint/js](https://github.com/eslint/js) from 8.57.0
to 9.4.0 by [@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#419
- Bump tldts from 6.1.18 to 6.1.24 in the production-dependencies group
across 1 directory by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#420
- chore: update deps by [@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#421
- Use latest TypeScript version by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#423
- Update contributors by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#425
- Bump tldts from 6.1.28 to 6.1.30 in the production-dependencies group
by [@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#426
- Bump the dev-dependencies group with 4 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#427
- Fix validation errors not calling callbacks by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#424
- Preparing for release 5.0.0-rc.3 by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#430
- Remove url-parse and punycode by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#429
- Checks structure instead of instanceof for URL test by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#431
- pre-release cleanup by [@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#428
- Preparing for release 5.0.0-rc.4 by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#432
- use `domainToASCII(str)` instead of `new URL(str).hostName` by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#433
- Bump tldts from 6.1.32 to 6.1.37 in the production-dependencies group
by [@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#436
- Bump the dev-dependencies group across 1 directory with 6 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#439
- Bump tldts from 6.1.37 to 6.1.41 in the production-dependencies group
by [@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#443
- Bump the dev-dependencies group with 6 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#444
- upgrade typescript-eslint to 8.0.1 by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#440
- Bump the dev-dependencies group with 2 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#448
- Bump eslint from 8.57.0 to 9.9.1 by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#449
- Prepare v5 by [@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#451

#### New Contributors

- [@&elastic#8203;alissonsleal](https://github.com/alissonsleal) made their
first contribution in
[salesforce/tough-cookie#349
- [@&elastic#8203;zavan](https://github.com/zavan) made their first
contribution in
[salesforce/tough-cookie#361
- [@&elastic#8203;hrueger](https://github.com/hrueger) made their first
contribution in
[salesforce/tough-cookie#297

**Full Changelog**:
salesforce/tough-cookie@v4.1.3...v5.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNlY3VyaXR5IiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
(cherry picked from commit f712e4a)

# Conflicts:
#	package.json
#	yarn.lock
kibanamachine added a commit to elastic/kibana that referenced this pull request Sep 18, 2024
# Backport

This will backport the following commits from `main` to `8.x`:
- [Update dependency tough-cookie to v5 (main)
(#193107)](https://github.com/elastic/kibana/pull/193107)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"elastic-renovate-prod[bot]","email":"174716857+elastic-renovate-prod[bot]@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-09-18T12:32:42Z","message":"Update
dependency tough-cookie to v5 (main) (#193107)\n\nThis PR contains the
following updates:\r\n\r\n| Package | Type | Update | Change
|\r\n|---|---|---|---|\r\n|
[tough-cookie](https://github.com/salesforce/tough-cookie)
|\r\ndevDependencies | major | [`^4.1.4`
->\r\n`^5.0.0`](https://renovatebot.com/diffs/npm/tough-cookie/4.1.4/5.0.0)
|\r\n\r\n---\r\n\r\n### Release
Notes\r\n\r\n<details>\r\n<summary>salesforce/tough-cookie
(tough-cookie)</summary>\r\n\r\n###\r\n[`v5.0.0`](https://github.com/salesforce/tough-cookie/releases/tag/v5.0.0)\r\n\r\n[Compare\r\nSource](https://github.com/salesforce/tough-cookie/compare/v4.1.4...v5.0.0)\r\n\r\n####
Summary\r\n\r\n##### Breaking Changes\r\n\r\n- We've migrated the
project to TypeScript! First-party types are now\r\navailable.\r\n- The
minimum supported version of node is v18.\r\n- We no longer provide
official support for non-node enviroments.\r\n\r\n##### API
Changes\r\n\r\n- We've standardized most of our exposed interfaces to
accept both\r\n`null` and `undefined` and return only `undefined`.\r\n-
`getCookie` and `getCookies` now accept a `string` or `URL` as
a\r\nparameter.\r\n- We've removed the `inspect` function in favor of
node's\r\n`util.inspect.custom` symbol. Cookies may appear different
when logged\r\nin non-node environments.\r\n\r\n##### Other
Changes\r\n\r\n- Fixed the expiry time not updating when a cookie is
updating.\r\n- Fixed validation errors not getting called in some
callbacks.\r\n-
[New\r\ndocumentation](https://github.com/salesforce/tough-cookie/blob/v5.0.0/api/docs/tough-cookie.md)\r\nthat
is always kept up to date!\r\n- Performance improvements.\r\n\r\n####
What's Changed\r\n\r\n- Typescript support
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/264](https://github.com/salesforce/tough-cookie/pull/264)\r\n-
\\[v5] Update config by [@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/269](https://github.com/salesforce/tough-cookie/pull/269)\r\n-
Fix prettier in eslint config
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/274](https://github.com/salesforce/tough-cookie/pull/274)\r\n-
Updated dev tooling
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/271](https://github.com/salesforce/tough-cookie/pull/271)\r\n-
Port 283 fix to v5
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/287](https://github.com/salesforce/tough-cookie/pull/287)\r\n-
Remove some
[@&#8203;ts-ignore](https://github.com/ts-ignore)\r\ndirectives. by
[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/288](https://github.com/salesforce/tough-cookie/pull/288)\r\n-
Clean up validate function.
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/275](https://github.com/salesforce/tough-cookie/pull/275)\r\n-
Changes to support full eslint rule configurations
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/289](https://github.com/salesforce/tough-cookie/pull/289)\r\n-
Split giant cookie.ts into multiple files.
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/296](https://github.com/salesforce/tough-cookie/pull/296)\r\n-
Merge branch 'master' into v5
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/300](https://github.com/salesforce/tough-cookie/pull/300)\r\n-
Merge `v5` into `master`
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/303](https://github.com/salesforce/tough-cookie/pull/303)\r\n-
Preparing for release `5.0.0-rc.0`
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/304](https://github.com/salesforce/tough-cookie/pull/304)\r\n-
Bump
[@&#8203;babel/traverse](https://github.com/babel/traverse)\r\nfrom
7.21.3 to 7.23.2
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/305](https://github.com/salesforce/tough-cookie/pull/305)\r\n-
Configure dependabot and codeowners
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/306](https://github.com/salesforce/tough-cookie/pull/306)\r\n-
Bump\r\n[@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser)\r\nfrom
5.58.0 to 5.62.0
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/310](https://github.com/salesforce/tough-cookie/pull/310)\r\n-
Bump eslint-config-prettier from 8.8.0 to 9.0.0
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/311](https://github.com/salesforce/tough-cookie/pull/311)\r\n-
Bump async from 2.6.4 to 3.2.4
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/313](https://github.com/salesforce/tough-cookie/pull/313)\r\n-
Avoid using `arguments` by
[@&#8203;wjhsf](https://github.com/wjhsf)\r\nin\r\n[https://github.com/salesforce/tough-cookie/pull/316](https://github.com/salesforce/tough-cookie/pull/316)\r\n-
Configure dependabot to
ignore\r\n[@&#8203;types/node](https://github.com/types/node).
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/319](https://github.com/salesforce/tough-cookie/pull/319)\r\n-
Bump dependencies. by [@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/323](https://github.com/salesforce/tough-cookie/pull/323)\r\n-
Bump the dev-dependencies group with 6 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/342](https://github.com/salesforce/tough-cookie/pull/342)\r\n-
Bump the dev-dependencies group with 1 update
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/344](https://github.com/salesforce/tough-cookie/pull/344)\r\n-
Bump the dev-dependencies group with 3 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/347](https://github.com/salesforce/tough-cookie/pull/347)\r\n-
docs: use correct memstore file link
by\r\n[@&#8203;alissonsleal](https://github.com/alissonsleal)
in\r\n[https://github.com/salesforce/tough-cookie/pull/349](https://github.com/salesforce/tough-cookie/pull/349)\r\n-
Bump the dev-dependencies group with 3 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/351](https://github.com/salesforce/tough-cookie/pull/351)\r\n-
Bump the dev-dependencies group with 2 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/354](https://github.com/salesforce/tough-cookie/pull/354)\r\n-
Fix expiry time not updating when cookie is updated
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/345](https://github.com/salesforce/tough-cookie/pull/345)\r\n-
Change dependabot to monthly
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/355](https://github.com/salesforce/tough-cookie/pull/355)\r\n-
Bump the dev-dependencies group with 5 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/358](https://github.com/salesforce/tough-cookie/pull/358)\r\n-
Avoid `void` by [@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/331](https://github.com/salesforce/tough-cookie/pull/331)\r\n-
Replace `psl` with `tldts`
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/346](https://github.com/salesforce/tough-cookie/pull/346)\r\n-
Bump the production-dependencies group with 1 update
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/362](https://github.com/salesforce/tough-cookie/pull/362)\r\n-
Bump the dev-dependencies group with 4 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/363](https://github.com/salesforce/tough-cookie/pull/363)\r\n-
docs: fix JSON.serialize -> JSON.stringify
by\r\n[@&#8203;zavan](https://github.com/zavan)
in\r\n[https://github.com/salesforce/tough-cookie/pull/361](https://github.com/salesforce/tough-cookie/pull/361)\r\n-
Remove workarounds for `util` in non-node environments
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/359](https://github.com/salesforce/tough-cookie/pull/359)\r\n-
Accept URL parameter in `getCookies` and `setCookie`
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/364](https://github.com/salesforce/tough-cookie/pull/364)\r\n-
Remove community cookie store links
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/367](https://github.com/salesforce/tough-cookie/pull/367)\r\n-
Handle unlikely edge case in unimportant util
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/366](https://github.com/salesforce/tough-cookie/pull/366)\r\n-
Fix allow listed `files` for what to include in npm package
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/368](https://github.com/salesforce/tough-cookie/pull/368)\r\n-
fix\r\n[#&#8203;256](https://github.com/salesforce/tough-cookie/issues/256)\r\nby
[@&#8203;hrueger](https://github.com/hrueger)
in\r\n[https://github.com/salesforce/tough-cookie/pull/297](https://github.com/salesforce/tough-cookie/pull/297)\r\n-
Preparing for release 5.0.0-rc.1
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/369](https://github.com/salesforce/tough-cookie/pull/369)\r\n-
Bump\r\n[@&#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin)\r\nfrom
6.20.0 to 7.0.0
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/373](https://github.com/salesforce/tough-cookie/pull/373)\r\n-
Bump the production-dependencies group with 1 update
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/370](https://github.com/salesforce/tough-cookie/pull/370)\r\n-
Fixes eslint plugin dev upgrades
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/375](https://github.com/salesforce/tough-cookie/pull/375)\r\n-
restore `parse` export that was accidentally removed
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/376](https://github.com/salesforce/tough-cookie/pull/376)\r\n-
Clean up cookie creation
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/381](https://github.com/salesforce/tough-cookie/pull/381)\r\n-
Enforce explicit function return type
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/383](https://github.com/salesforce/tough-cookie/pull/383)\r\n-
patch removed util methods for vows
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/389](https://github.com/salesforce/tough-cookie/pull/389)\r\n-
clean up usage of null/undefined
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/380](https://github.com/salesforce/tough-cookie/pull/380)\r\n-
Bump the dev-dependencies group with 2 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/404](https://github.com/salesforce/tough-cookie/pull/404)\r\n-
Bump the production-dependencies group with 1 update
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/403](https://github.com/salesforce/tough-cookie/pull/403)\r\n-
Remove `@types/psl` from dev dependencies
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/406](https://github.com/salesforce/tough-cookie/pull/406)\r\n-
Bump tldts from 6.1.16 to 6.1.18 in the production-dependencies
group\r\nby [@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/411](https://github.com/salesforce/tough-cookie/pull/411)\r\n-
Bump the dev-dependencies group with 2 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/412](https://github.com/salesforce/tough-cookie/pull/412)\r\n-
Bump ejs from 3.1.9 to 3.1.10
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/413](https://github.com/salesforce/tough-cookie/pull/413)\r\n-
Update v5 docs
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/384](https://github.com/salesforce/tough-cookie/pull/384)\r\n-
Enable strict type checked rules
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/392](https://github.com/salesforce/tough-cookie/pull/392)\r\n-
Preparing for release 5.0.0-rc.2
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/414](https://github.com/salesforce/tough-cookie/pull/414)\r\n-
Bump the dev-dependencies group with 4 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/417](https://github.com/salesforce/tough-cookie/pull/417)\r\n-
Bump [@&#8203;eslint/js](https://github.com/eslint/js) from
8.57.0\r\nto 9.4.0 by
[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/419](https://github.com/salesforce/tough-cookie/pull/419)\r\n-
Bump tldts from 6.1.18 to 6.1.24 in the production-dependencies
group\r\nacross 1 directory
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/420](https://github.com/salesforce/tough-cookie/pull/420)\r\n-
chore: update deps by [@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/421](https://github.com/salesforce/tough-cookie/pull/421)\r\n-
Use latest TypeScript version
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/423](https://github.com/salesforce/tough-cookie/pull/423)\r\n-
Update contributors
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/425](https://github.com/salesforce/tough-cookie/pull/425)\r\n-
Bump tldts from 6.1.28 to 6.1.30 in the production-dependencies
group\r\nby [@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/426](https://github.com/salesforce/tough-cookie/pull/426)\r\n-
Bump the dev-dependencies group with 4 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/427](https://github.com/salesforce/tough-cookie/pull/427)\r\n-
Fix validation errors not calling callbacks
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/424](https://github.com/salesforce/tough-cookie/pull/424)\r\n-
Preparing for release 5.0.0-rc.3
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/430](https://github.com/salesforce/tough-cookie/pull/430)\r\n-
Remove url-parse and punycode
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/429](https://github.com/salesforce/tough-cookie/pull/429)\r\n-
Checks structure instead of instanceof for URL test
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/431](https://github.com/salesforce/tough-cookie/pull/431)\r\n-
pre-release cleanup by [@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/428](https://github.com/salesforce/tough-cookie/pull/428)\r\n-
Preparing for release 5.0.0-rc.4
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/432](https://github.com/salesforce/tough-cookie/pull/432)\r\n-
use `domainToASCII(str)` instead of `new URL(str).hostName`
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/433](https://github.com/salesforce/tough-cookie/pull/433)\r\n-
Bump tldts from 6.1.32 to 6.1.37 in the production-dependencies
group\r\nby [@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/436](https://github.com/salesforce/tough-cookie/pull/436)\r\n-
Bump the dev-dependencies group across 1 directory with 6 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/439](https://github.com/salesforce/tough-cookie/pull/439)\r\n-
Bump tldts from 6.1.37 to 6.1.41 in the production-dependencies
group\r\nby [@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/443](https://github.com/salesforce/tough-cookie/pull/443)\r\n-
Bump the dev-dependencies group with 6 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/444](https://github.com/salesforce/tough-cookie/pull/444)\r\n-
upgrade typescript-eslint to 8.0.1
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/440](https://github.com/salesforce/tough-cookie/pull/440)\r\n-
Bump the dev-dependencies group with 2 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/448](https://github.com/salesforce/tough-cookie/pull/448)\r\n-
Bump eslint from 8.57.0 to 9.9.1
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/449](https://github.com/salesforce/tough-cookie/pull/449)\r\n-
Prepare v5 by [@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/451](https://github.com/salesforce/tough-cookie/pull/451)\r\n\r\n####
New Contributors\r\n\r\n-
[@&#8203;alissonsleal](https://github.com/alissonsleal) made
their\r\nfirst contribution
in\r\n[https://github.com/salesforce/tough-cookie/pull/349](https://github.com/salesforce/tough-cookie/pull/349)\r\n-
[@&#8203;zavan](https://github.com/zavan) made their
first\r\ncontribution
in\r\n[https://github.com/salesforce/tough-cookie/pull/361](https://github.com/salesforce/tough-cookie/pull/361)\r\n-
[@&#8203;hrueger](https://github.com/hrueger) made their
first\r\ncontribution
in\r\n[https://github.com/salesforce/tough-cookie/pull/297](https://github.com/salesforce/tough-cookie/pull/297)\r\n\r\n**Full
Changelog**:\r\nhttps://github.com/salesforce/tough-cookie/compare/v4.1.3...v5.0.0\r\n\r\n</details>\r\n\r\n---\r\n\r\n###
Configuration\r\n\r\n📅 **Schedule**: Branch creation - At any time (no
schedule defined),\r\nAutomerge - At any time (no schedule
defined).\r\n\r\n🚦 **Automerge**: Disabled by config. Please merge this
manually once you\r\nare satisfied.\r\n\r\n♻ **Rebasing**: Whenever PR
becomes conflicted, or you tick the\r\nrebase/retry checkbox.\r\n\r\n🔕
**Ignore**: Close this PR and you won't be reminded about this
update\r\nagain.\r\n\r\n---\r\n\r\n- [ ] <!-- rebase-check -->If you
want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis
PR has been generated by
[Renovate\r\nBot](https://github.com/renovatebot/renovate).\r\n\r\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNlY3VyaXR5IiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==-->\r\n\r\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>","sha":"f712e4a47bb653136cc8ceefca08d3524dc00a4b","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Security","release_note:skip","💝community","v9.0.0","backport:all-open"],"title":"Update
dependency tough-cookie to v5
(main)","number":193107,"url":"https://github.com/elastic/kibana/pull/193107","mergeCommit":{"message":"Update
dependency tough-cookie to v5 (main) (#193107)\n\nThis PR contains the
following updates:\r\n\r\n| Package | Type | Update | Change
|\r\n|---|---|---|---|\r\n|
[tough-cookie](https://github.com/salesforce/tough-cookie)
|\r\ndevDependencies | major | [`^4.1.4`
->\r\n`^5.0.0`](https://renovatebot.com/diffs/npm/tough-cookie/4.1.4/5.0.0)
|\r\n\r\n---\r\n\r\n### Release
Notes\r\n\r\n<details>\r\n<summary>salesforce/tough-cookie
(tough-cookie)</summary>\r\n\r\n###\r\n[`v5.0.0`](https://github.com/salesforce/tough-cookie/releases/tag/v5.0.0)\r\n\r\n[Compare\r\nSource](https://github.com/salesforce/tough-cookie/compare/v4.1.4...v5.0.0)\r\n\r\n####
Summary\r\n\r\n##### Breaking Changes\r\n\r\n- We've migrated the
project to TypeScript! First-party types are now\r\navailable.\r\n- The
minimum supported version of node is v18.\r\n- We no longer provide
official support for non-node enviroments.\r\n\r\n##### API
Changes\r\n\r\n- We've standardized most of our exposed interfaces to
accept both\r\n`null` and `undefined` and return only `undefined`.\r\n-
`getCookie` and `getCookies` now accept a `string` or `URL` as
a\r\nparameter.\r\n- We've removed the `inspect` function in favor of
node's\r\n`util.inspect.custom` symbol. Cookies may appear different
when logged\r\nin non-node environments.\r\n\r\n##### Other
Changes\r\n\r\n- Fixed the expiry time not updating when a cookie is
updating.\r\n- Fixed validation errors not getting called in some
callbacks.\r\n-
[New\r\ndocumentation](https://github.com/salesforce/tough-cookie/blob/v5.0.0/api/docs/tough-cookie.md)\r\nthat
is always kept up to date!\r\n- Performance improvements.\r\n\r\n####
What's Changed\r\n\r\n- Typescript support
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/264](https://github.com/salesforce/tough-cookie/pull/264)\r\n-
\\[v5] Update config by [@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/269](https://github.com/salesforce/tough-cookie/pull/269)\r\n-
Fix prettier in eslint config
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/274](https://github.com/salesforce/tough-cookie/pull/274)\r\n-
Updated dev tooling
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/271](https://github.com/salesforce/tough-cookie/pull/271)\r\n-
Port 283 fix to v5
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/287](https://github.com/salesforce/tough-cookie/pull/287)\r\n-
Remove some
[@&#8203;ts-ignore](https://github.com/ts-ignore)\r\ndirectives. by
[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/288](https://github.com/salesforce/tough-cookie/pull/288)\r\n-
Clean up validate function.
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/275](https://github.com/salesforce/tough-cookie/pull/275)\r\n-
Changes to support full eslint rule configurations
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/289](https://github.com/salesforce/tough-cookie/pull/289)\r\n-
Split giant cookie.ts into multiple files.
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/296](https://github.com/salesforce/tough-cookie/pull/296)\r\n-
Merge branch 'master' into v5
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/300](https://github.com/salesforce/tough-cookie/pull/300)\r\n-
Merge `v5` into `master`
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/303](https://github.com/salesforce/tough-cookie/pull/303)\r\n-
Preparing for release `5.0.0-rc.0`
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/304](https://github.com/salesforce/tough-cookie/pull/304)\r\n-
Bump
[@&#8203;babel/traverse](https://github.com/babel/traverse)\r\nfrom
7.21.3 to 7.23.2
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/305](https://github.com/salesforce/tough-cookie/pull/305)\r\n-
Configure dependabot and codeowners
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/306](https://github.com/salesforce/tough-cookie/pull/306)\r\n-
Bump\r\n[@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser)\r\nfrom
5.58.0 to 5.62.0
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/310](https://github.com/salesforce/tough-cookie/pull/310)\r\n-
Bump eslint-config-prettier from 8.8.0 to 9.0.0
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/311](https://github.com/salesforce/tough-cookie/pull/311)\r\n-
Bump async from 2.6.4 to 3.2.4
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/313](https://github.com/salesforce/tough-cookie/pull/313)\r\n-
Avoid using `arguments` by
[@&#8203;wjhsf](https://github.com/wjhsf)\r\nin\r\n[https://github.com/salesforce/tough-cookie/pull/316](https://github.com/salesforce/tough-cookie/pull/316)\r\n-
Configure dependabot to
ignore\r\n[@&#8203;types/node](https://github.com/types/node).
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/319](https://github.com/salesforce/tough-cookie/pull/319)\r\n-
Bump dependencies. by [@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/323](https://github.com/salesforce/tough-cookie/pull/323)\r\n-
Bump the dev-dependencies group with 6 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/342](https://github.com/salesforce/tough-cookie/pull/342)\r\n-
Bump the dev-dependencies group with 1 update
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/344](https://github.com/salesforce/tough-cookie/pull/344)\r\n-
Bump the dev-dependencies group with 3 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/347](https://github.com/salesforce/tough-cookie/pull/347)\r\n-
docs: use correct memstore file link
by\r\n[@&#8203;alissonsleal](https://github.com/alissonsleal)
in\r\n[https://github.com/salesforce/tough-cookie/pull/349](https://github.com/salesforce/tough-cookie/pull/349)\r\n-
Bump the dev-dependencies group with 3 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/351](https://github.com/salesforce/tough-cookie/pull/351)\r\n-
Bump the dev-dependencies group with 2 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/354](https://github.com/salesforce/tough-cookie/pull/354)\r\n-
Fix expiry time not updating when cookie is updated
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/345](https://github.com/salesforce/tough-cookie/pull/345)\r\n-
Change dependabot to monthly
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/355](https://github.com/salesforce/tough-cookie/pull/355)\r\n-
Bump the dev-dependencies group with 5 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/358](https://github.com/salesforce/tough-cookie/pull/358)\r\n-
Avoid `void` by [@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/331](https://github.com/salesforce/tough-cookie/pull/331)\r\n-
Replace `psl` with `tldts`
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/346](https://github.com/salesforce/tough-cookie/pull/346)\r\n-
Bump the production-dependencies group with 1 update
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/362](https://github.com/salesforce/tough-cookie/pull/362)\r\n-
Bump the dev-dependencies group with 4 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/363](https://github.com/salesforce/tough-cookie/pull/363)\r\n-
docs: fix JSON.serialize -> JSON.stringify
by\r\n[@&#8203;zavan](https://github.com/zavan)
in\r\n[https://github.com/salesforce/tough-cookie/pull/361](https://github.com/salesforce/tough-cookie/pull/361)\r\n-
Remove workarounds for `util` in non-node environments
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/359](https://github.com/salesforce/tough-cookie/pull/359)\r\n-
Accept URL parameter in `getCookies` and `setCookie`
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/364](https://github.com/salesforce/tough-cookie/pull/364)\r\n-
Remove community cookie store links
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/367](https://github.com/salesforce/tough-cookie/pull/367)\r\n-
Handle unlikely edge case in unimportant util
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/366](https://github.com/salesforce/tough-cookie/pull/366)\r\n-
Fix allow listed `files` for what to include in npm package
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/368](https://github.com/salesforce/tough-cookie/pull/368)\r\n-
fix\r\n[#&#8203;256](https://github.com/salesforce/tough-cookie/issues/256)\r\nby
[@&#8203;hrueger](https://github.com/hrueger)
in\r\n[https://github.com/salesforce/tough-cookie/pull/297](https://github.com/salesforce/tough-cookie/pull/297)\r\n-
Preparing for release 5.0.0-rc.1
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/369](https://github.com/salesforce/tough-cookie/pull/369)\r\n-
Bump\r\n[@&#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin)\r\nfrom
6.20.0 to 7.0.0
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/373](https://github.com/salesforce/tough-cookie/pull/373)\r\n-
Bump the production-dependencies group with 1 update
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/370](https://github.com/salesforce/tough-cookie/pull/370)\r\n-
Fixes eslint plugin dev upgrades
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/375](https://github.com/salesforce/tough-cookie/pull/375)\r\n-
restore `parse` export that was accidentally removed
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/376](https://github.com/salesforce/tough-cookie/pull/376)\r\n-
Clean up cookie creation
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/381](https://github.com/salesforce/tough-cookie/pull/381)\r\n-
Enforce explicit function return type
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/383](https://github.com/salesforce/tough-cookie/pull/383)\r\n-
patch removed util methods for vows
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/389](https://github.com/salesforce/tough-cookie/pull/389)\r\n-
clean up usage of null/undefined
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/380](https://github.com/salesforce/tough-cookie/pull/380)\r\n-
Bump the dev-dependencies group with 2 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/404](https://github.com/salesforce/tough-cookie/pull/404)\r\n-
Bump the production-dependencies group with 1 update
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/403](https://github.com/salesforce/tough-cookie/pull/403)\r\n-
Remove `@types/psl` from dev dependencies
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/406](https://github.com/salesforce/tough-cookie/pull/406)\r\n-
Bump tldts from 6.1.16 to 6.1.18 in the production-dependencies
group\r\nby [@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/411](https://github.com/salesforce/tough-cookie/pull/411)\r\n-
Bump the dev-dependencies group with 2 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/412](https://github.com/salesforce/tough-cookie/pull/412)\r\n-
Bump ejs from 3.1.9 to 3.1.10
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/413](https://github.com/salesforce/tough-cookie/pull/413)\r\n-
Update v5 docs
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/384](https://github.com/salesforce/tough-cookie/pull/384)\r\n-
Enable strict type checked rules
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/392](https://github.com/salesforce/tough-cookie/pull/392)\r\n-
Preparing for release 5.0.0-rc.2
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/414](https://github.com/salesforce/tough-cookie/pull/414)\r\n-
Bump the dev-dependencies group with 4 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/417](https://github.com/salesforce/tough-cookie/pull/417)\r\n-
Bump [@&#8203;eslint/js](https://github.com/eslint/js) from
8.57.0\r\nto 9.4.0 by
[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/419](https://github.com/salesforce/tough-cookie/pull/419)\r\n-
Bump tldts from 6.1.18 to 6.1.24 in the production-dependencies
group\r\nacross 1 directory
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/420](https://github.com/salesforce/tough-cookie/pull/420)\r\n-
chore: update deps by [@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/421](https://github.com/salesforce/tough-cookie/pull/421)\r\n-
Use latest TypeScript version
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/423](https://github.com/salesforce/tough-cookie/pull/423)\r\n-
Update contributors
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/425](https://github.com/salesforce/tough-cookie/pull/425)\r\n-
Bump tldts from 6.1.28 to 6.1.30 in the production-dependencies
group\r\nby [@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/426](https://github.com/salesforce/tough-cookie/pull/426)\r\n-
Bump the dev-dependencies group with 4 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/427](https://github.com/salesforce/tough-cookie/pull/427)\r\n-
Fix validation errors not calling callbacks
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/424](https://github.com/salesforce/tough-cookie/pull/424)\r\n-
Preparing for release 5.0.0-rc.3
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/430](https://github.com/salesforce/tough-cookie/pull/430)\r\n-
Remove url-parse and punycode
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/429](https://github.com/salesforce/tough-cookie/pull/429)\r\n-
Checks structure instead of instanceof for URL test
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/431](https://github.com/salesforce/tough-cookie/pull/431)\r\n-
pre-release cleanup by [@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/428](https://github.com/salesforce/tough-cookie/pull/428)\r\n-
Preparing for release 5.0.0-rc.4
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/432](https://github.com/salesforce/tough-cookie/pull/432)\r\n-
use `domainToASCII(str)` instead of `new URL(str).hostName`
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/433](https://github.com/salesforce/tough-cookie/pull/433)\r\n-
Bump tldts from 6.1.32 to 6.1.37 in the production-dependencies
group\r\nby [@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/436](https://github.com/salesforce/tough-cookie/pull/436)\r\n-
Bump the dev-dependencies group across 1 directory with 6 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/439](https://github.com/salesforce/tough-cookie/pull/439)\r\n-
Bump tldts from 6.1.37 to 6.1.41 in the production-dependencies
group\r\nby [@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/443](https://github.com/salesforce/tough-cookie/pull/443)\r\n-
Bump the dev-dependencies group with 6 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/444](https://github.com/salesforce/tough-cookie/pull/444)\r\n-
upgrade typescript-eslint to 8.0.1
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/440](https://github.com/salesforce/tough-cookie/pull/440)\r\n-
Bump the dev-dependencies group with 2 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/448](https://github.com/salesforce/tough-cookie/pull/448)\r\n-
Bump eslint from 8.57.0 to 9.9.1
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/449](https://github.com/salesforce/tough-cookie/pull/449)\r\n-
Prepare v5 by [@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/451](https://github.com/salesforce/tough-cookie/pull/451)\r\n\r\n####
New Contributors\r\n\r\n-
[@&#8203;alissonsleal](https://github.com/alissonsleal) made
their\r\nfirst contribution
in\r\n[https://github.com/salesforce/tough-cookie/pull/349](https://github.com/salesforce/tough-cookie/pull/349)\r\n-
[@&#8203;zavan](https://github.com/zavan) made their
first\r\ncontribution
in\r\n[https://github.com/salesforce/tough-cookie/pull/361](https://github.com/salesforce/tough-cookie/pull/361)\r\n-
[@&#8203;hrueger](https://github.com/hrueger) made their
first\r\ncontribution
in\r\n[https://github.com/salesforce/tough-cookie/pull/297](https://github.com/salesforce/tough-cookie/pull/297)\r\n\r\n**Full
Changelog**:\r\nhttps://github.com/salesforce/tough-cookie/compare/v4.1.3...v5.0.0\r\n\r\n</details>\r\n\r\n---\r\n\r\n###
Configuration\r\n\r\n📅 **Schedule**: Branch creation - At any time (no
schedule defined),\r\nAutomerge - At any time (no schedule
defined).\r\n\r\n🚦 **Automerge**: Disabled by config. Please merge this
manually once you\r\nare satisfied.\r\n\r\n♻ **Rebasing**: Whenever PR
becomes conflicted, or you tick the\r\nrebase/retry checkbox.\r\n\r\n🔕
**Ignore**: Close this PR and you won't be reminded about this
update\r\nagain.\r\n\r\n---\r\n\r\n- [ ] <!-- rebase-check -->If you
want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis
PR has been generated by
[Renovate\r\nBot](https://github.com/renovatebot/renovate).\r\n\r\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNlY3VyaXR5IiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==-->\r\n\r\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>","sha":"f712e4a47bb653136cc8ceefca08d3524dc00a4b"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/193107","number":193107,"mergeCommit":{"message":"Update
dependency tough-cookie to v5 (main) (#193107)\n\nThis PR contains the
following updates:\r\n\r\n| Package | Type | Update | Change
|\r\n|---|---|---|---|\r\n|
[tough-cookie](https://github.com/salesforce/tough-cookie)
|\r\ndevDependencies | major | [`^4.1.4`
->\r\n`^5.0.0`](https://renovatebot.com/diffs/npm/tough-cookie/4.1.4/5.0.0)
|\r\n\r\n---\r\n\r\n### Release
Notes\r\n\r\n<details>\r\n<summary>salesforce/tough-cookie
(tough-cookie)</summary>\r\n\r\n###\r\n[`v5.0.0`](https://github.com/salesforce/tough-cookie/releases/tag/v5.0.0)\r\n\r\n[Compare\r\nSource](https://github.com/salesforce/tough-cookie/compare/v4.1.4...v5.0.0)\r\n\r\n####
Summary\r\n\r\n##### Breaking Changes\r\n\r\n- We've migrated the
project to TypeScript! First-party types are now\r\navailable.\r\n- The
minimum supported version of node is v18.\r\n- We no longer provide
official support for non-node enviroments.\r\n\r\n##### API
Changes\r\n\r\n- We've standardized most of our exposed interfaces to
accept both\r\n`null` and `undefined` and return only `undefined`.\r\n-
`getCookie` and `getCookies` now accept a `string` or `URL` as
a\r\nparameter.\r\n- We've removed the `inspect` function in favor of
node's\r\n`util.inspect.custom` symbol. Cookies may appear different
when logged\r\nin non-node environments.\r\n\r\n##### Other
Changes\r\n\r\n- Fixed the expiry time not updating when a cookie is
updating.\r\n- Fixed validation errors not getting called in some
callbacks.\r\n-
[New\r\ndocumentation](https://github.com/salesforce/tough-cookie/blob/v5.0.0/api/docs/tough-cookie.md)\r\nthat
is always kept up to date!\r\n- Performance improvements.\r\n\r\n####
What's Changed\r\n\r\n- Typescript support
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/264](https://github.com/salesforce/tough-cookie/pull/264)\r\n-
\\[v5] Update config by [@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/269](https://github.com/salesforce/tough-cookie/pull/269)\r\n-
Fix prettier in eslint config
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/274](https://github.com/salesforce/tough-cookie/pull/274)\r\n-
Updated dev tooling
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/271](https://github.com/salesforce/tough-cookie/pull/271)\r\n-
Port 283 fix to v5
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/287](https://github.com/salesforce/tough-cookie/pull/287)\r\n-
Remove some
[@&#8203;ts-ignore](https://github.com/ts-ignore)\r\ndirectives. by
[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/288](https://github.com/salesforce/tough-cookie/pull/288)\r\n-
Clean up validate function.
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/275](https://github.com/salesforce/tough-cookie/pull/275)\r\n-
Changes to support full eslint rule configurations
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/289](https://github.com/salesforce/tough-cookie/pull/289)\r\n-
Split giant cookie.ts into multiple files.
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/296](https://github.com/salesforce/tough-cookie/pull/296)\r\n-
Merge branch 'master' into v5
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/300](https://github.com/salesforce/tough-cookie/pull/300)\r\n-
Merge `v5` into `master`
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/303](https://github.com/salesforce/tough-cookie/pull/303)\r\n-
Preparing for release `5.0.0-rc.0`
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/304](https://github.com/salesforce/tough-cookie/pull/304)\r\n-
Bump
[@&#8203;babel/traverse](https://github.com/babel/traverse)\r\nfrom
7.21.3 to 7.23.2
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/305](https://github.com/salesforce/tough-cookie/pull/305)\r\n-
Configure dependabot and codeowners
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/306](https://github.com/salesforce/tough-cookie/pull/306)\r\n-
Bump\r\n[@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser)\r\nfrom
5.58.0 to 5.62.0
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/310](https://github.com/salesforce/tough-cookie/pull/310)\r\n-
Bump eslint-config-prettier from 8.8.0 to 9.0.0
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/311](https://github.com/salesforce/tough-cookie/pull/311)\r\n-
Bump async from 2.6.4 to 3.2.4
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/313](https://github.com/salesforce/tough-cookie/pull/313)\r\n-
Avoid using `arguments` by
[@&#8203;wjhsf](https://github.com/wjhsf)\r\nin\r\n[https://github.com/salesforce/tough-cookie/pull/316](https://github.com/salesforce/tough-cookie/pull/316)\r\n-
Configure dependabot to
ignore\r\n[@&#8203;types/node](https://github.com/types/node).
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/319](https://github.com/salesforce/tough-cookie/pull/319)\r\n-
Bump dependencies. by [@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/323](https://github.com/salesforce/tough-cookie/pull/323)\r\n-
Bump the dev-dependencies group with 6 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/342](https://github.com/salesforce/tough-cookie/pull/342)\r\n-
Bump the dev-dependencies group with 1 update
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/344](https://github.com/salesforce/tough-cookie/pull/344)\r\n-
Bump the dev-dependencies group with 3 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/347](https://github.com/salesforce/tough-cookie/pull/347)\r\n-
docs: use correct memstore file link
by\r\n[@&#8203;alissonsleal](https://github.com/alissonsleal)
in\r\n[https://github.com/salesforce/tough-cookie/pull/349](https://github.com/salesforce/tough-cookie/pull/349)\r\n-
Bump the dev-dependencies group with 3 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/351](https://github.com/salesforce/tough-cookie/pull/351)\r\n-
Bump the dev-dependencies group with 2 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/354](https://github.com/salesforce/tough-cookie/pull/354)\r\n-
Fix expiry time not updating when cookie is updated
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/345](https://github.com/salesforce/tough-cookie/pull/345)\r\n-
Change dependabot to monthly
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/355](https://github.com/salesforce/tough-cookie/pull/355)\r\n-
Bump the dev-dependencies group with 5 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/358](https://github.com/salesforce/tough-cookie/pull/358)\r\n-
Avoid `void` by [@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/331](https://github.com/salesforce/tough-cookie/pull/331)\r\n-
Replace `psl` with `tldts`
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/346](https://github.com/salesforce/tough-cookie/pull/346)\r\n-
Bump the production-dependencies group with 1 update
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/362](https://github.com/salesforce/tough-cookie/pull/362)\r\n-
Bump the dev-dependencies group with 4 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/363](https://github.com/salesforce/tough-cookie/pull/363)\r\n-
docs: fix JSON.serialize -> JSON.stringify
by\r\n[@&#8203;zavan](https://github.com/zavan)
in\r\n[https://github.com/salesforce/tough-cookie/pull/361](https://github.com/salesforce/tough-cookie/pull/361)\r\n-
Remove workarounds for `util` in non-node environments
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/359](https://github.com/salesforce/tough-cookie/pull/359)\r\n-
Accept URL parameter in `getCookies` and `setCookie`
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/364](https://github.com/salesforce/tough-cookie/pull/364)\r\n-
Remove community cookie store links
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/367](https://github.com/salesforce/tough-cookie/pull/367)\r\n-
Handle unlikely edge case in unimportant util
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/366](https://github.com/salesforce/tough-cookie/pull/366)\r\n-
Fix allow listed `files` for what to include in npm package
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/368](https://github.com/salesforce/tough-cookie/pull/368)\r\n-
fix\r\n[#&#8203;256](https://github.com/salesforce/tough-cookie/issues/256)\r\nby
[@&#8203;hrueger](https://github.com/hrueger)
in\r\n[https://github.com/salesforce/tough-cookie/pull/297](https://github.com/salesforce/tough-cookie/pull/297)\r\n-
Preparing for release 5.0.0-rc.1
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/369](https://github.com/salesforce/tough-cookie/pull/369)\r\n-
Bump\r\n[@&#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin)\r\nfrom
6.20.0 to 7.0.0
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/373](https://github.com/salesforce/tough-cookie/pull/373)\r\n-
Bump the production-dependencies group with 1 update
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/370](https://github.com/salesforce/tough-cookie/pull/370)\r\n-
Fixes eslint plugin dev upgrades
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/375](https://github.com/salesforce/tough-cookie/pull/375)\r\n-
restore `parse` export that was accidentally removed
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/376](https://github.com/salesforce/tough-cookie/pull/376)\r\n-
Clean up cookie creation
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/381](https://github.com/salesforce/tough-cookie/pull/381)\r\n-
Enforce explicit function return type
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/383](https://github.com/salesforce/tough-cookie/pull/383)\r\n-
patch removed util methods for vows
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/389](https://github.com/salesforce/tough-cookie/pull/389)\r\n-
clean up usage of null/undefined
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/380](https://github.com/salesforce/tough-cookie/pull/380)\r\n-
Bump the dev-dependencies group with 2 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/404](https://github.com/salesforce/tough-cookie/pull/404)\r\n-
Bump the production-dependencies group with 1 update
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/403](https://github.com/salesforce/tough-cookie/pull/403)\r\n-
Remove `@types/psl` from dev dependencies
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/406](https://github.com/salesforce/tough-cookie/pull/406)\r\n-
Bump tldts from 6.1.16 to 6.1.18 in the production-dependencies
group\r\nby [@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/411](https://github.com/salesforce/tough-cookie/pull/411)\r\n-
Bump the dev-dependencies group with 2 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/412](https://github.com/salesforce/tough-cookie/pull/412)\r\n-
Bump ejs from 3.1.9 to 3.1.10
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/413](https://github.com/salesforce/tough-cookie/pull/413)\r\n-
Update v5 docs
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/384](https://github.com/salesforce/tough-cookie/pull/384)\r\n-
Enable strict type checked rules
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/392](https://github.com/salesforce/tough-cookie/pull/392)\r\n-
Preparing for release 5.0.0-rc.2
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/414](https://github.com/salesforce/tough-cookie/pull/414)\r\n-
Bump the dev-dependencies group with 4 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/417](https://github.com/salesforce/tough-cookie/pull/417)\r\n-
Bump [@&#8203;eslint/js](https://github.com/eslint/js) from
8.57.0\r\nto 9.4.0 by
[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/419](https://github.com/salesforce/tough-cookie/pull/419)\r\n-
Bump tldts from 6.1.18 to 6.1.24 in the production-dependencies
group\r\nacross 1 directory
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/420](https://github.com/salesforce/tough-cookie/pull/420)\r\n-
chore: update deps by [@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/421](https://github.com/salesforce/tough-cookie/pull/421)\r\n-
Use latest TypeScript version
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/423](https://github.com/salesforce/tough-cookie/pull/423)\r\n-
Update contributors
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/425](https://github.com/salesforce/tough-cookie/pull/425)\r\n-
Bump tldts from 6.1.28 to 6.1.30 in the production-dependencies
group\r\nby [@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/426](https://github.com/salesforce/tough-cookie/pull/426)\r\n-
Bump the dev-dependencies group with 4 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/427](https://github.com/salesforce/tough-cookie/pull/427)\r\n-
Fix validation errors not calling callbacks
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/424](https://github.com/salesforce/tough-cookie/pull/424)\r\n-
Preparing for release 5.0.0-rc.3
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/430](https://github.com/salesforce/tough-cookie/pull/430)\r\n-
Remove url-parse and punycode
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/429](https://github.com/salesforce/tough-cookie/pull/429)\r\n-
Checks structure instead of instanceof for URL test
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/431](https://github.com/salesforce/tough-cookie/pull/431)\r\n-
pre-release cleanup by [@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/428](https://github.com/salesforce/tough-cookie/pull/428)\r\n-
Preparing for release 5.0.0-rc.4
by\r\n[@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/432](https://github.com/salesforce/tough-cookie/pull/432)\r\n-
use `domainToASCII(str)` instead of `new URL(str).hostName`
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/433](https://github.com/salesforce/tough-cookie/pull/433)\r\n-
Bump tldts from 6.1.32 to 6.1.37 in the production-dependencies
group\r\nby [@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/436](https://github.com/salesforce/tough-cookie/pull/436)\r\n-
Bump the dev-dependencies group across 1 directory with 6 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/439](https://github.com/salesforce/tough-cookie/pull/439)\r\n-
Bump tldts from 6.1.37 to 6.1.41 in the production-dependencies
group\r\nby [@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/443](https://github.com/salesforce/tough-cookie/pull/443)\r\n-
Bump the dev-dependencies group with 6 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/444](https://github.com/salesforce/tough-cookie/pull/444)\r\n-
upgrade typescript-eslint to 8.0.1
by\r\n[@&#8203;wjhsf](https://github.com/wjhsf)
in\r\n[https://github.com/salesforce/tough-cookie/pull/440](https://github.com/salesforce/tough-cookie/pull/440)\r\n-
Bump the dev-dependencies group with 2 updates
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/448](https://github.com/salesforce/tough-cookie/pull/448)\r\n-
Bump eslint from 8.57.0 to 9.9.1
by\r\n[@&#8203;dependabot](https://github.com/dependabot)
in\r\n[https://github.com/salesforce/tough-cookie/pull/449](https://github.com/salesforce/tough-cookie/pull/449)\r\n-
Prepare v5 by [@&#8203;colincasey](https://github.com/colincasey)
in\r\n[https://github.com/salesforce/tough-cookie/pull/451](https://github.com/salesforce/tough-cookie/pull/451)\r\n\r\n####
New Contributors\r\n\r\n-
[@&#8203;alissonsleal](https://github.com/alissonsleal) made
their\r\nfirst contribution
in\r\n[https://github.com/salesforce/tough-cookie/pull/349](https://github.com/salesforce/tough-cookie/pull/349)\r\n-
[@&#8203;zavan](https://github.com/zavan) made their
first\r\ncontribution
in\r\n[https://github.com/salesforce/tough-cookie/pull/361](https://github.com/salesforce/tough-cookie/pull/361)\r\n-
[@&#8203;hrueger](https://github.com/hrueger) made their
first\r\ncontribution
in\r\n[https://github.com/salesforce/tough-cookie/pull/297](https://github.com/salesforce/tough-cookie/pull/297)\r\n\r\n**Full
Changelog**:\r\nhttps://github.com/salesforce/tough-cookie/compare/v4.1.3...v5.0.0\r\n\r\n</details>\r\n\r\n---\r\n\r\n###
Configuration\r\n\r\n📅 **Schedule**: Branch creation - At any time (no
schedule defined),\r\nAutomerge - At any time (no schedule
defined).\r\n\r\n🚦 **Automerge**: Disabled by config. Please merge this
manually once you\r\nare satisfied.\r\n\r\n♻ **Rebasing**: Whenever PR
becomes conflicted, or you tick the\r\nrebase/retry checkbox.\r\n\r\n🔕
**Ignore**: Close this PR and you won't be reminded about this
update\r\nagain.\r\n\r\n---\r\n\r\n- [ ] <!-- rebase-check -->If you
want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis
PR has been generated by
[Renovate\r\nBot](https://github.com/renovatebot/renovate).\r\n\r\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNlY3VyaXR5IiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==-->\r\n\r\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>","sha":"f712e4a47bb653136cc8ceefca08d3524dc00a4b"}}]}]
BACKPORT-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.no…
markov00 pushed a commit to markov00/kibana that referenced this pull request Sep 18, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [tough-cookie](https://github.com/salesforce/tough-cookie) |
devDependencies | major | [`^4.1.4` ->
`^5.0.0`](https://renovatebot.com/diffs/npm/tough-cookie/4.1.4/5.0.0) |

---

### Release Notes

<details>
<summary>salesforce/tough-cookie (tough-cookie)</summary>

###
[`v5.0.0`](https://github.com/salesforce/tough-cookie/releases/tag/v5.0.0)

[Compare
Source](https://github.com/salesforce/tough-cookie/compare/v4.1.4...v5.0.0)

#### Summary

##### Breaking Changes

- We've migrated the project to TypeScript! First-party types are now
available.
-   The minimum supported version of node is v18.
-   We no longer provide official support for non-node enviroments.

##### API Changes

- We've standardized most of our exposed interfaces to accept both
`null` and `undefined` and return only `undefined`.
- `getCookie` and `getCookies` now accept a `string` or `URL` as a
parameter.
- We've removed the `inspect` function in favor of node's
`util.inspect.custom` symbol. Cookies may appear different when logged
in non-node environments.

##### Other Changes

-   Fixed the expiry time not updating when a cookie is updating.
-   Fixed validation errors not getting called in some callbacks.
- [New
documentation](https://github.com/salesforce/tough-cookie/blob/v5.0.0/api/docs/tough-cookie.md)
that is always kept up to date!
-   Performance improvements.

#### What's Changed

- Typescript support by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#264
- \[v5] Update config by [@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#269
- Fix prettier in eslint config by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#274
- Updated dev tooling by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#271
- Port 283 fix to v5 by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#287
- Remove some [@&elastic#8203;ts-ignore](https://github.com/ts-ignore)
directives. by [@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#288
- Clean up validate function. by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#275
- Changes to support full eslint rule configurations by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#289
- Split giant cookie.ts into multiple files. by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#296
- Merge branch 'master' into v5 by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#300
- Merge `v5` into `master` by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#303
- Preparing for release `5.0.0-rc.0` by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#304
- Bump [@&elastic#8203;babel/traverse](https://github.com/babel/traverse)
from 7.21.3 to 7.23.2 by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#305
- Configure dependabot and codeowners by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#306
- Bump
[@&elastic#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser)
from 5.58.0 to 5.62.0 by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#310
- Bump eslint-config-prettier from 8.8.0 to 9.0.0 by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#311
- Bump async from 2.6.4 to 3.2.4 by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#313
- Avoid using `arguments` by [@&elastic#8203;wjhsf](https://github.com/wjhsf)
in
[salesforce/tough-cookie#316
- Configure dependabot to ignore
[@&elastic#8203;types/node](https://github.com/types/node). by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#319
- Bump dependencies. by [@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#323
- Bump the dev-dependencies group with 6 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#342
- Bump the dev-dependencies group with 1 update by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#344
- Bump the dev-dependencies group with 3 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#347
- docs: use correct memstore file link by
[@&elastic#8203;alissonsleal](https://github.com/alissonsleal) in
[salesforce/tough-cookie#349
- Bump the dev-dependencies group with 3 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#351
- Bump the dev-dependencies group with 2 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#354
- Fix expiry time not updating when cookie is updated by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#345
- Change dependabot to monthly by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#355
- Bump the dev-dependencies group with 5 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#358
- Avoid `void` by [@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#331
- Replace `psl` with `tldts` by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#346
- Bump the production-dependencies group with 1 update by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#362
- Bump the dev-dependencies group with 4 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#363
- docs: fix JSON.serialize -> JSON.stringify by
[@&elastic#8203;zavan](https://github.com/zavan) in
[salesforce/tough-cookie#361
- Remove workarounds for `util` in non-node environments by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#359
- Accept URL parameter in `getCookies` and `setCookie` by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#364
- Remove community cookie store links by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#367
- Handle unlikely edge case in unimportant util by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#366
- Fix allow listed `files` for what to include in npm package by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#368
- fix
[#&elastic#8203;256](https://github.com/salesforce/tough-cookie/issues/256)
by [@&elastic#8203;hrueger](https://github.com/hrueger) in
[salesforce/tough-cookie#297
- Preparing for release 5.0.0-rc.1 by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#369
- Bump
[@&elastic#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin)
from 6.20.0 to 7.0.0 by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#373
- Bump the production-dependencies group with 1 update by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#370
- Fixes eslint plugin dev upgrades by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#375
- restore `parse` export that was accidentally removed by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#376
- Clean up cookie creation by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#381
- Enforce explicit function return type by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#383
- patch removed util methods for vows by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#389
- clean up usage of null/undefined by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#380
- Bump the dev-dependencies group with 2 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#404
- Bump the production-dependencies group with 1 update by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#403
- Remove `@types/psl` from dev dependencies by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#406
- Bump tldts from 6.1.16 to 6.1.18 in the production-dependencies group
by [@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#411
- Bump the dev-dependencies group with 2 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#412
- Bump ejs from 3.1.9 to 3.1.10 by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#413
- Update v5 docs by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#384
- Enable strict type checked rules by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#392
- Preparing for release 5.0.0-rc.2 by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#414
- Bump the dev-dependencies group with 4 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#417
- Bump [@&elastic#8203;eslint/js](https://github.com/eslint/js) from 8.57.0
to 9.4.0 by [@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#419
- Bump tldts from 6.1.18 to 6.1.24 in the production-dependencies group
across 1 directory by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#420
- chore: update deps by [@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#421
- Use latest TypeScript version by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#423
- Update contributors by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#425
- Bump tldts from 6.1.28 to 6.1.30 in the production-dependencies group
by [@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#426
- Bump the dev-dependencies group with 4 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#427
- Fix validation errors not calling callbacks by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#424
- Preparing for release 5.0.0-rc.3 by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#430
- Remove url-parse and punycode by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#429
- Checks structure instead of instanceof for URL test by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#431
- pre-release cleanup by [@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#428
- Preparing for release 5.0.0-rc.4 by
[@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#432
- use `domainToASCII(str)` instead of `new URL(str).hostName` by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#433
- Bump tldts from 6.1.32 to 6.1.37 in the production-dependencies group
by [@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#436
- Bump the dev-dependencies group across 1 directory with 6 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#439
- Bump tldts from 6.1.37 to 6.1.41 in the production-dependencies group
by [@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#443
- Bump the dev-dependencies group with 6 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#444
- upgrade typescript-eslint to 8.0.1 by
[@&elastic#8203;wjhsf](https://github.com/wjhsf) in
[salesforce/tough-cookie#440
- Bump the dev-dependencies group with 2 updates by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#448
- Bump eslint from 8.57.0 to 9.9.1 by
[@&elastic#8203;dependabot](https://github.com/dependabot) in
[salesforce/tough-cookie#449
- Prepare v5 by [@&elastic#8203;colincasey](https://github.com/colincasey) in
[salesforce/tough-cookie#451

#### New Contributors

- [@&elastic#8203;alissonsleal](https://github.com/alissonsleal) made their
first contribution in
[salesforce/tough-cookie#349
- [@&elastic#8203;zavan](https://github.com/zavan) made their first
contribution in
[salesforce/tough-cookie#361
- [@&elastic#8203;hrueger](https://github.com/hrueger) made their first
contribution in
[salesforce/tough-cookie#297

**Full Changelog**:
salesforce/tough-cookie@v4.1.3...v5.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNlY3VyaXR5IiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file minor We expect this work to be a minor semver change npm Pull request with npm dependency update skip changelog No documentation needed for this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant