Skip to content

Bump jedis from 3.7.1 to 4.3.1#587

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/redis.clients-jedis-4.3.1
Closed

Bump jedis from 3.7.1 to 4.3.1#587
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/redis.clients-jedis-4.3.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 24, 2022

Copy link
Copy Markdown
Contributor

Bumps jedis from 3.7.1 to 4.3.1.

Release notes

Sourced from jedis's releases.

4.3.1

Changes

🚀 New Features

  • Support passing ClusterConnectionProvider to JedisCluster (#3169)

🐛 Bug Fixes

  • Catch JedisException in loop instead of JedisConnectionException (#3166)

🧰 Maintenance

  • Deprecate TOPK.COUNT command (#3167)

Contributors

We'd like to thank all the contributors who worked on this release!

@​ham1255 and @​sazzad16

4.3.0

Changes

4.3.0-m2 release notes 4.3.0-m1 release notes

Following are the changes only since the last milestone release. Please check the notes for milestone releases for all changes.

🧪 Experimental Features

  • Support TDIGEST.[BY][REV]RANK commands (#3158)
  • Support TDIGEST.ADD changes (#3156)

Note - changes to TDIGEST commands may be incompatible with the previous milestone releases.

🐛 Bug Fixes

  • Validate host and port of jedis connection (to sentinel master) (#3155)
  • Fix null property value parsing of search document (#3148)

🧰 Maintenance

  • Upgrade org.JSON to 20220320 (#3161)
  • Upgrade SLF4J to 1.7.36 (#3160)
  • Improve jedis.get doc (#3150)

Contributors

We'd like to thank all the contributors who worked on this release!

@​chayim, @​sazzad16, @​shangjin92, @​shkediy and @​tianshuang

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [jedis](https://github.com/redis/jedis) from 3.7.1 to 4.3.1.
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](redis/jedis@v3.7.1...v4.3.1)

---
updated-dependencies:
- dependency-name: redis.clients:jedis
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java labels Oct 24, 2022
@dependabot @github

dependabot Bot commented on behalf of github Mar 27, 2023

Copy link
Copy Markdown
Contributor Author

Superseded by #978.

@dependabot dependabot Bot closed this Mar 27, 2023
@dependabot dependabot Bot deleted the dependabot/maven/redis.clients-jedis-4.3.1 branch March 27, 2023 04:58
mergify Bot added a commit that referenced this pull request May 24, 2026
…o 5.22.0 in /studio [skip ci]

Bumps [enhanced-resolve](https://github.com/webpack/enhanced-resolve) from 5.21.3 to 5.22.0.
Release notes

*Sourced from [enhanced-resolve's releases](https://github.com/webpack/enhanced-resolve/releases).*

> v5.22.0
> -------
>
> ### Minor Changes
>
> * `CachedInputFileSystem#purge` accepts a second `{ exact?: boolean }` argument; `exact: true` removes only entries whose key matches `what` exactly instead of any entry whose key starts with `what`. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#591](https://redirect.github.com/webpack/enhanced-resolve/pull/591))
>
> v5.21.6
> -------
>
> ### Patch Changes
>
> * Speed up alias resolution on the hot path. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#589](https://redirect.github.com/webpack/enhanced-resolve/pull/589))
>
>   + `AliasPlugin` / `TsconfigPathsPlugin`: bucket compiled alias options by the first char code of `name`, so resolves skip options whose name can't possibly match the request's first char. Gated to cases with 2+ distinct first chars so degenerate single-bucket lists (e.g. long alias chains) don't pay for the `Map.get`.
>   + `TsconfigPathsPlugin`: memoize `_selectPathsDataForContext(map, requestPath)` per map so the per-source-file `contextList` scan only runs once per directory. Gated to maps with 2+ contexts so single-context tsconfigs aren't penalized by the cache lookup.
>
>   Biggest wins on alias-heavy configs (300+ entries): `huge-alias-miss` +151%, `huge-alias-list` +126%, `alias-first-char-miss` +120%.
>
> v5.21.5
> -------
>
> ### Patch Changes
>
> * Don't add configDir to modules when tsconfig has no baseUrl. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [`61f36fd`](webpack/enhanced-resolve@61f36fd))
>
> v5.21.4
> -------
>
> ### Patch Changes
>
> * When `tsconfig: true` is used, walk up parent directories to find `tsconfig.json`, matching TypeScript's own `findConfigFile` behavior. (by [`@​xiaoxiaojx`](https://github.com/xiaoxiaojx) in [#585](https://redirect.github.com/webpack/enhanced-resolve/pull/585))


Changelog

*Sourced from [enhanced-resolve's changelog](https://github.com/webpack/enhanced-resolve/blob/main/CHANGELOG.md).*

> 5.22.0
> ------
>
> ### Minor Changes
>
> * `CachedInputFileSystem#purge` accepts a second `{ exact?: boolean }` argument; `exact: true` removes only entries whose key matches `what` exactly instead of any entry whose key starts with `what`. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#591](https://redirect.github.com/webpack/enhanced-resolve/pull/591))
>
> 5.21.6
> ------
>
> ### Patch Changes
>
> * Speed up alias resolution on the hot path. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#589](https://redirect.github.com/webpack/enhanced-resolve/pull/589))
>
>   + `AliasPlugin` / `TsconfigPathsPlugin`: bucket compiled alias options by the first char code of `name`, so resolves skip options whose name can't possibly match the request's first char. Gated to cases with 2+ distinct first chars so degenerate single-bucket lists (e.g. long alias chains) don't pay for the `Map.get`.
>   + `TsconfigPathsPlugin`: memoize `_selectPathsDataForContext(map, requestPath)` per map so the per-source-file `contextList` scan only runs once per directory. Gated to maps with 2+ contexts so single-context tsconfigs aren't penalized by the cache lookup.
>
>   Biggest wins on alias-heavy configs (300+ entries): `huge-alias-miss` +151%, `huge-alias-list` +126%, `alias-first-char-miss` +120%.
>
> 5.21.5
> ------
>
> ### Patch Changes
>
> * Don't add configDir to modules when tsconfig has no baseUrl. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [`61f36fd`](webpack/enhanced-resolve@61f36fd))
>
> 5.21.4
> ------
>
> ### Patch Changes
>
> * When `tsconfig: true` is used, walk up parent directories to find `tsconfig.json`, matching TypeScript's own `findConfigFile` behavior. (by [`@​xiaoxiaojx`](https://github.com/xiaoxiaojx) in [#585](https://redirect.github.com/webpack/enhanced-resolve/pull/585))


Commits

* [`25b923a`](webpack/enhanced-resolve@25b923a) chore(release): new release ([#592](https://redirect.github.com/webpack/enhanced-resolve/issues/592))
* [`a0f6257`](webpack/enhanced-resolve@a0f6257) feat: add exact option to CachedInputFileSystem#purge ([#591](https://redirect.github.com/webpack/enhanced-resolve/issues/591))
* [`658315c`](webpack/enhanced-resolve@658315c) chore(release): new release ([#590](https://redirect.github.com/webpack/enhanced-resolve/issues/590))
* [`7d8c24f`](webpack/enhanced-resolve@7d8c24f) perf: bucket alias options by first char & sort exports keys by priority ([#589](https://redirect.github.com/webpack/enhanced-resolve/issues/589))
* [`6a83888`](webpack/enhanced-resolve@6a83888) chore(release): new release ([#588](https://redirect.github.com/webpack/enhanced-resolve/issues/588))
* [`61f36fd`](webpack/enhanced-resolve@61f36fd) chore: add changelog entry
* [`9ceca83`](webpack/enhanced-resolve@9ceca83) fix: don't add configDir to modules when tsconfig has no baseUrl ([#587](https://redirect.github.com/webpack/enhanced-resolve/issues/587))
* [`e6f2158`](webpack/enhanced-resolve@e6f2158) chore(release): new release ([#586](https://redirect.github.com/webpack/enhanced-resolve/issues/586))
* [`ec533b6`](webpack/enhanced-resolve@ec533b6) fix: TsconfigPathsPlugin walks up parent directories when tsconfig is true (#...
* [`9e1c1e1`](webpack/enhanced-resolve@9e1c1e1) chore(deps): bump actions/create-github-app-token from 3.1.1 to 3.2.0 in the ...
* Additional commits viewable in [compare view](webpack/enhanced-resolve@v5.21.3...v5.22.0)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=enhanced-resolve&package-manager=npm\_and\_yarn&previous-version=5.21.3&new-version=5.22.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
…o 5.22.0 in /studio [skip ci]

Bumps [enhanced-resolve](https://github.com/webpack/enhanced-resolve) from 5.21.3 to 5.22.0.
Release notes

*Sourced from [enhanced-resolve's releases](https://github.com/webpack/enhanced-resolve/releases).*

> v5.22.0
> -------
>
> ### Minor Changes
>
> * `CachedInputFileSystem#purge` accepts a second `{ exact?: boolean }` argument; `exact: true` removes only entries whose key matches `what` exactly instead of any entry whose key starts with `what`. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [ArcadeData#591](https://redirect.github.com/webpack/enhanced-resolve/pull/591))
>
> v5.21.6
> -------
>
> ### Patch Changes
>
> * Speed up alias resolution on the hot path. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [ArcadeData#589](https://redirect.github.com/webpack/enhanced-resolve/pull/589))
>
>   + `AliasPlugin` / `TsconfigPathsPlugin`: bucket compiled alias options by the first char code of `name`, so resolves skip options whose name can't possibly match the request's first char. Gated to cases with 2+ distinct first chars so degenerate single-bucket lists (e.g. long alias chains) don't pay for the `Map.get`.
>   + `TsconfigPathsPlugin`: memoize `_selectPathsDataForContext(map, requestPath)` per map so the per-source-file `contextList` scan only runs once per directory. Gated to maps with 2+ contexts so single-context tsconfigs aren't penalized by the cache lookup.
>
>   Biggest wins on alias-heavy configs (300+ entries): `huge-alias-miss` +151%, `huge-alias-list` +126%, `alias-first-char-miss` +120%.
>
> v5.21.5
> -------
>
> ### Patch Changes
>
> * Don't add configDir to modules when tsconfig has no baseUrl. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [`61f36fd`](webpack/enhanced-resolve@61f36fd))
>
> v5.21.4
> -------
>
> ### Patch Changes
>
> * When `tsconfig: true` is used, walk up parent directories to find `tsconfig.json`, matching TypeScript's own `findConfigFile` behavior. (by [`@​xiaoxiaojx`](https://github.com/xiaoxiaojx) in [ArcadeData#585](https://redirect.github.com/webpack/enhanced-resolve/pull/585))


Changelog

*Sourced from [enhanced-resolve's changelog](https://github.com/webpack/enhanced-resolve/blob/main/CHANGELOG.md).*

> 5.22.0
> ------
>
> ### Minor Changes
>
> * `CachedInputFileSystem#purge` accepts a second `{ exact?: boolean }` argument; `exact: true` removes only entries whose key matches `what` exactly instead of any entry whose key starts with `what`. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [ArcadeData#591](https://redirect.github.com/webpack/enhanced-resolve/pull/591))
>
> 5.21.6
> ------
>
> ### Patch Changes
>
> * Speed up alias resolution on the hot path. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [ArcadeData#589](https://redirect.github.com/webpack/enhanced-resolve/pull/589))
>
>   + `AliasPlugin` / `TsconfigPathsPlugin`: bucket compiled alias options by the first char code of `name`, so resolves skip options whose name can't possibly match the request's first char. Gated to cases with 2+ distinct first chars so degenerate single-bucket lists (e.g. long alias chains) don't pay for the `Map.get`.
>   + `TsconfigPathsPlugin`: memoize `_selectPathsDataForContext(map, requestPath)` per map so the per-source-file `contextList` scan only runs once per directory. Gated to maps with 2+ contexts so single-context tsconfigs aren't penalized by the cache lookup.
>
>   Biggest wins on alias-heavy configs (300+ entries): `huge-alias-miss` +151%, `huge-alias-list` +126%, `alias-first-char-miss` +120%.
>
> 5.21.5
> ------
>
> ### Patch Changes
>
> * Don't add configDir to modules when tsconfig has no baseUrl. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [`61f36fd`](webpack/enhanced-resolve@61f36fd))
>
> 5.21.4
> ------
>
> ### Patch Changes
>
> * When `tsconfig: true` is used, walk up parent directories to find `tsconfig.json`, matching TypeScript's own `findConfigFile` behavior. (by [`@​xiaoxiaojx`](https://github.com/xiaoxiaojx) in [ArcadeData#585](https://redirect.github.com/webpack/enhanced-resolve/pull/585))


Commits

* [`25b923a`](webpack/enhanced-resolve@25b923a) chore(release): new release ([ArcadeData#592](https://redirect.github.com/webpack/enhanced-resolve/issues/592))
* [`a0f6257`](webpack/enhanced-resolve@a0f6257) feat: add exact option to CachedInputFileSystem#purge ([ArcadeData#591](https://redirect.github.com/webpack/enhanced-resolve/issues/591))
* [`658315c`](webpack/enhanced-resolve@658315c) chore(release): new release ([ArcadeData#590](https://redirect.github.com/webpack/enhanced-resolve/issues/590))
* [`7d8c24f`](webpack/enhanced-resolve@7d8c24f) perf: bucket alias options by first char & sort exports keys by priority ([ArcadeData#589](https://redirect.github.com/webpack/enhanced-resolve/issues/589))
* [`6a83888`](webpack/enhanced-resolve@6a83888) chore(release): new release ([#588](https://redirect.github.com/webpack/enhanced-resolve/issues/588))
* [`61f36fd`](webpack/enhanced-resolve@61f36fd) chore: add changelog entry
* [`9ceca83`](webpack/enhanced-resolve@9ceca83) fix: don't add configDir to modules when tsconfig has no baseUrl ([ArcadeData#587](https://redirect.github.com/webpack/enhanced-resolve/issues/587))
* [`e6f2158`](webpack/enhanced-resolve@e6f2158) chore(release): new release ([ArcadeData#586](https://redirect.github.com/webpack/enhanced-resolve/issues/586))
* [`ec533b6`](webpack/enhanced-resolve@ec533b6) fix: TsconfigPathsPlugin walks up parent directories when tsconfig is true (#...
* [`9e1c1e1`](webpack/enhanced-resolve@9e1c1e1) chore(deps): bump actions/create-github-app-token from 3.1.1 to 3.2.0 in the ...
* Additional commits viewable in [compare view](webpack/enhanced-resolve@v5.21.3...v5.22.0)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=enhanced-resolve&package-manager=npm\_and\_yarn&previous-version=5.21.3&new-version=5.22.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants