Skip to content

Bump disruptor from 1.2.20 to 1.2.21#585

Merged
mergify[bot] merged 1 commit into
mainfrom
dependabot/maven/com.conversantmedia-disruptor-1.2.21
Nov 19, 2022
Merged

Bump disruptor from 1.2.20 to 1.2.21#585
mergify[bot] merged 1 commit into
mainfrom
dependabot/maven/com.conversantmedia-disruptor-1.2.21

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps disruptor from 1.2.20 to 1.2.21.

Release notes

Sourced from disruptor's releases.

1.2.21

maintenance release: dependabot

Commits
  • 0803a76 1.2.21: dependabot changes
  • 6dae053 Bump junit from 4.13.1 to 4.13.2
  • 3738429 Bump maven-resources-plugin from 2.6 to 3.3.0
  • 1f1b368 Bump cobertura-maven-plugin from 2.6 to 2.7
  • 395309b Bump nexus-staging-maven-plugin from 1.6.7 to 1.6.13
  • 7362b77 Bump maven-failsafe-plugin from 2.17 to 2.22.2
  • 1cebffe Bump actions/setup-java from 3.4.0 to 3.6.0
  • a9af680 Bump actions/checkout from 2 to 3.1.0
  • d2348be Bump maven-assembly-plugin from 2.4 to 3.4.2
  • 708ab52 Bump maven-surefire-report-plugin from 2.17 to 2.22.2
  • Additional commits viewable in compare view

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 [disruptor](https://github.com/conversant/disruptor) from 1.2.20 to 1.2.21.
- [Release notes](https://github.com/conversant/disruptor/releases)
- [Changelog](https://github.com/conversant/disruptor/blob/master/RELEASE)
- [Commits](conversant/disruptor@1.2.20...1.2.21)

---
updated-dependencies:
- dependency-name: com.conversantmedia:disruptor
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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
@mergify mergify Bot merged commit 089cc1c into main Nov 19, 2022
@dependabot dependabot Bot deleted the dependabot/maven/com.conversantmedia-disruptor-1.2.21 branch November 19, 2022 09:34
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
…m.conversantmedia-disruptor-1.2.21

Bump disruptor from 1.2.20 to 1.2.21
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.

1 participant