Re: [PR] Bump prettier from 2.5.1 to 3.0.3 in /console/react [qpid-dispatch]

2023-11-14 Thread via GitHub


dependabot[bot] closed pull request #1655: Bump prettier from 2.5.1 to 3.0.3 in 
/console/react
URL: https://github.com/apache/qpid-dispatch/pull/1655


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



Re: [PR] Bump prettier from 2.5.1 to 3.0.3 in /console/react [qpid-dispatch]

2023-11-14 Thread via GitHub


dependabot[bot] commented on PR #1655:
URL: https://github.com/apache/qpid-dispatch/pull/1655#issuecomment-1810767041

   Superseded by #1667.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[PR] Bump prettier from 2.5.1 to 3.1.0 in /console/react [qpid-dispatch]

2023-11-14 Thread via GitHub


dependabot[bot] opened a new pull request, #1667:
URL: https://github.com/apache/qpid-dispatch/pull/1667

   Bumps [prettier](https://github.com/prettier/prettier) from 2.5.1 to 3.1.0.
   
   Release notes
   Sourced from https://github.com/prettier/prettier/releases;>prettier's 
releases.
   
   3.1.0
   https://github.com/prettier/prettier/compare/3.0.3...3.1.0;>diff
    https://prettier.io/blog/2023/11/13/3.1.0.html;>Release 
note
   3.0.3
    https://github.com/prettier/prettier/blob/main/CHANGELOG.md#303;>Changelog
   3.0.2
    https://github.com/prettier/prettier/blob/main/CHANGELOG.md#302;>Changelog
   3.0.1
    https://github.com/prettier/prettier/blob/main/CHANGELOG.md#301;>Changelog
   3.0.0
   https://github.com/prettier/prettier/compare/3.0.0-alpha.6...3.0.0;>diff
    https://prettier.io/blog/2023/07/05/3.0.0.html;>Release 
note
   3.0.0-alpha.6
   What's Changed
   
   Update .d.ts files of plugins to use export default 
... by https://github.com/fisker;>@​fisker in 
https://redirect.github.com/prettier/prettier/pull/14435;>prettier/prettier#14435
   
   Other changes since v2, see https://github.com/prettier/prettier/releases/tag/3.0.0-alpha.1;>3.0.0-alpha.1
 release notes
   Full Changelog: https://github.com/prettier/prettier/compare/3.0.0-alpha.5...3.0.0-alpha.6;>https://github.com/prettier/prettier/compare/3.0.0-alpha.5...3.0.0-alpha.6
   3.0.0-alpha.5
   What's Changed
   
   Add .d.ts files by https://github.com/sosukesuzuki;>@​sosukesuzuki in https://redirect.github.com/prettier/prettier/pull/14212;>prettier/prettier#14212
   Support TypeScript 5 via babel-ts parser by https://github.com/fisker;>@​fisker in https://redirect.github.com/prettier/prettier/pull/14391;>prettier/prettier#14391
   
   Other changes since v2, see https://github.com/prettier/prettier/releases/tag/3.0.0-alpha.1;>3.0.0-alpha.1
 release notes
   Full Changelog: https://github.com/prettier/prettier/compare/3.0.0-alpha.4...3.0.0-alpha.5;>https://github.com/prettier/prettier/compare/3.0.0-alpha.4...3.0.0-alpha.5
   3.0.0-alpha.4
   What's Changed
   
   Remove support for Flow comment types by https://github.com/thorn0;>@​thorn0 in https://redirect.github.com/prettier/prettier/pull/13687;>prettier/prettier#13687
   Make resolveParser work like v2 by https://github.com/fisker;>@​fisker in https://redirect.github.com/prettier/prettier/pull/13732;>prettier/prettier#13732
   Add __debug apis to cjs version by https://github.com/fisker;>@​fisker in https://redirect.github.com/prettier/prettier/pull/13731;>prettier/prettier#13731
   
   Other changes since v2, see https://github.com/prettier/prettier/releases/tag/3.0.0-alpha.1;>3.0.0-alpha.1
 release notes
   Full Changelog: https://github.com/prettier/prettier/compare/3.0.0-alpha.3...3.0.0-alpha.4;>https://github.com/prettier/prettier/compare/3.0.0-alpha.3...3.0.0-alpha.4
   3.0.0-alpha.3
   
   Fix exports field in package.json file
   
   Other changes since v2, see https://github.com/prettier/prettier/releases/tag/3.0.0-alpha.1;>3.0.0-alpha.1
 release notes
   
   
   ... (truncated)
   
   
   Changelog
   Sourced from https://github.com/prettier/prettier/blob/main/CHANGELOG.md;>prettier's 
changelog.
   
   3.1.0
   https://github.com/prettier/prettier/compare/3.0.3...3.1.0;>diff
    https://prettier.io/blog/2023/11/13/3.1.0.html;>Release 
Notes
   3.0.3
   https://github.com/prettier/prettier/compare/3.0.2...3.0.3;>diff
   Add preferUnplugged: true to package.json (https://redirect.github.com/prettier/prettier/pull/15169;>#15169 by 
https://github.com/fisker;>@​fisker and https://github.com/so1ve;>@​so1ve)
   Prettier v3 uses dynamic imports, user https://redirect.github.com/yarnpkg/berry/pull/5411#issuecomment-1523502224;>will
 need to unplug Prettier when Yarn's PnP mode is enabled, add https://yarnpkg.com/configuration/manifest#preferUnplugged;>preferUnplugged:
 true to package.json, so Yarn will install Prettier as 
unplug by default.
   Support shared config that forbids require() (https://redirect.github.com/prettier/prettier/pull/15233;>#15233 by 
https://github.com/fisker;>@​fisker)
   If an external shared config package is used, and the package 
exports don't have require or default 
export.
   In Prettier 3.0.2 Prettier fails when attempt to require() 
the package, and throws an error.
   Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No 
exports main defined in packageName/package.json
   
   Allow argument of require() to break (https://redirect.github.com/prettier/prettier/pull/15256;>#15256 by 
https://github.com/fisker;>@​fisker)
   
   // Input
   const plugin = require(
 global.STANDALONE
   ? path.join(__dirname, ../standalone.js)
   : path.join(__dirname, ..)
   );
   // Prettier 3.0.2
   const plugin = require(global.STANDALONE
   ? path.join(__dirname, ../standalone.js)
   : path.join(__dirname, ..));
   // Prettier 3.0.3
   const plugin = require(
   global.STANDALONE
   ? path.join(__dirname, ../standalone.js)
   : 

[PR] Bump @testing-library/jest-dom from 5.16.2 to 6.1.4 in /console/react [qpid-dispatch]

2023-11-14 Thread via GitHub


dependabot[bot] opened a new pull request, #1666:
URL: https://github.com/apache/qpid-dispatch/pull/1666

   Bumps 
[@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 
5.16.2 to 6.1.4.
   
   Release notes
   Sourced from https://github.com/testing-library/jest-dom/releases;>@​testing-library/jest-dom's
 releases.
   
   v6.1.4
   https://github.com/testing-library/jest-dom/compare/v6.1.3...v6.1.4;>6.1.4
 (2023-10-12)
   Bug Fixes
   
   upgrade @adobe/css-tools to 4.3.1 to address 
vulnerability (https://redirect.github.com/testing-library/jest-dom/issues/532;>#532)
 (https://github.com/testing-library/jest-dom/commit/44f1eabc79b848f45daffac21c5f7383424e893c;>44f1eab)
   
   v6.1.3
   https://github.com/testing-library/jest-dom/compare/v6.1.2...v6.1.3;>6.1.3
 (2023-09-06)
   Bug Fixes
   
   proper @​jest/globals import (https://redirect.github.com/testing-library/jest-dom/issues/530;>#530)
 (https://github.com/testing-library/jest-dom/commit/5b492ace23d52b7cb7d3f91913ed0b5311905a26;>5b492ac)
   
   v6.1.2
   https://github.com/testing-library/jest-dom/compare/v6.1.1...v6.1.2;>6.1.2
 (2023-08-24)
   Bug Fixes
   
   bump @​adobe/css-tools for ESM support (https://redirect.github.com/testing-library/jest-dom/issues/525;>#525)
 (https://github.com/testing-library/jest-dom/commit/b959a681386164bf5d64f5b2b9c8bf891301bc12;>b959a68)
   
   v6.1.1
   https://github.com/testing-library/jest-dom/compare/v6.1.0...v6.1.1;>6.1.1
 (2023-08-23)
   Bug Fixes
   
   package.json: update main and module file paths (https://redirect.github.com/testing-library/jest-dom/issues/523;>#523)
 (https://github.com/testing-library/jest-dom/commit/853a3e51ba6757a34780e32953525b6142eadcf9;>853a3e5)
   
   v6.1.0
   https://github.com/testing-library/jest-dom/compare/v6.0.1...v6.1.0;>6.1.0
 (2023-08-23)
   Features
   
   Publish ESM and CJS (https://redirect.github.com/testing-library/jest-dom/pull/519;>testing-library/jest-dom#519)
   
   v6.0.1
   https://github.com/testing-library/jest-dom/compare/v6.0.0...v6.0.1;>6.0.1
 (2023-08-18)
   Bug Fixes
   
   matchers type is making the global expect unsafe (https://redirect.github.com/testing-library/jest-dom/issues/513;>#513)
 (https://github.com/testing-library/jest-dom/commit/bdb34f12959578c77b18b0c0910d512768b20ab0;>bdb34f1)
   
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/testing-library/jest-dom/commit/44f1eabc79b848f45daffac21c5f7383424e893c;>44f1eab
 fix: upgrade @adobe/css-tools to 4.3.1 to address 
vulnerability (https://redirect.github.com/testing-library/jest-dom/issues/532;>#532)
   https://github.com/testing-library/jest-dom/commit/6d659995665076d78b9f874bec75545bfc56e5ab;>6d65999
 chore: add jest/vitest version to bug report template (https://redirect.github.com/testing-library/jest-dom/issues/526;>#526)
   https://github.com/testing-library/jest-dom/commit/5b492ace23d52b7cb7d3f91913ed0b5311905a26;>5b492ac
 fix: proper @​jest/globals import (https://redirect.github.com/testing-library/jest-dom/issues/530;>#530)
   https://github.com/testing-library/jest-dom/commit/b959a681386164bf5d64f5b2b9c8bf891301bc12;>b959a68
 fix: bump @​adobe/css-tools for ESM support (https://redirect.github.com/testing-library/jest-dom/issues/525;>#525)
   https://github.com/testing-library/jest-dom/commit/853a3e51ba6757a34780e32953525b6142eadcf9;>853a3e5
 fix(package.json): update main and module file paths (https://redirect.github.com/testing-library/jest-dom/issues/523;>#523)
   https://github.com/testing-library/jest-dom/commit/3d834bbab9e5c43b1e94b3e0a1ca0fd13c00801e;>3d834bb
 feat: manually trigger release (https://redirect.github.com/testing-library/jest-dom/issues/520;>#520)
   https://github.com/testing-library/jest-dom/commit/61d17bd15b7d2cecb2868a2befe563cb9d5e22cf;>61d17bd
 chore: Publish ESM and CJS (https://redirect.github.com/testing-library/jest-dom/issues/519;>#519)
   https://github.com/testing-library/jest-dom/commit/bdb34f12959578c77b18b0c0910d512768b20ab0;>bdb34f1
 fix: matchers type is making the global expect unsafe (https://redirect.github.com/testing-library/jest-dom/issues/513;>#513)
   https://github.com/testing-library/jest-dom/commit/4b764b9f6a7b564d7f8ec0e9b0c6ba9cc875f2b8;>4b764b9
 feat: local types, supporting jest, @​jest/globals, vitest (https://redirect.github.com/testing-library/jest-dom/issues/511;>#511)
   https://github.com/testing-library/jest-dom/commit/d717c66cb4a32c806e53b287418a4013d37898fb;>d717c66
 feat: New toHaveAccessibleErrorMessage better implementing the 
spec, deprec...
   Additional commits viewable in https://github.com/testing-library/jest-dom/compare/v5.16.2...v6.1.4;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 

Re: [PR] Bump @testing-library/jest-dom from 5.16.2 to 6.1.3 in /console/react [qpid-dispatch]

2023-11-14 Thread via GitHub


dependabot[bot] closed pull request #1657: Bump @testing-library/jest-dom from 
5.16.2 to 6.1.3 in /console/react
URL: https://github.com/apache/qpid-dispatch/pull/1657


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



Re: [PR] Bump @testing-library/jest-dom from 5.16.2 to 6.1.3 in /console/react [qpid-dispatch]

2023-11-14 Thread via GitHub


dependabot[bot] commented on PR #1657:
URL: https://github.com/apache/qpid-dispatch/pull/1657#issuecomment-1810765760

   Superseded by #1666.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



Re: [PR] Bump browserslist from 4.20.0 to 4.21.11 in /console/react [qpid-dispatch]

2023-11-14 Thread via GitHub


dependabot[bot] commented on PR #1659:
URL: https://github.com/apache/qpid-dispatch/pull/1659#issuecomment-1810764503

   Superseded by #1665.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



Re: [PR] Bump browserslist from 4.20.0 to 4.21.11 in /console/react [qpid-dispatch]

2023-11-14 Thread via GitHub


dependabot[bot] closed pull request #1659: Bump browserslist from 4.20.0 to 
4.21.11 in /console/react
URL: https://github.com/apache/qpid-dispatch/pull/1659


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[PR] Bump browserslist from 4.20.0 to 4.22.1 in /console/react [qpid-dispatch]

2023-11-14 Thread via GitHub


dependabot[bot] opened a new pull request, #1665:
URL: https://github.com/apache/qpid-dispatch/pull/1665

   Bumps [browserslist](https://github.com/browserslist/browserslist) from 
4.20.0 to 4.22.1.
   
   Changelog
   Sourced from https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md;>browserslist's
 changelog.
   
   4.22.1
   
   Updated Firefox ESR (by https://github.com/lerkor;>@​lerkor).
   
   4.22
   
   Added fully supports query (by Ben Scott).
   Added partially supports alias for supports 
query (by Ben Scott).
   
   4.21.11
   
   Added warning to --update-db to move to new CLI (by Ivan 
Vasilev).
   Fixed docs (by Tatsunori Uchino).
   
   4.21.10
   
   Updated Firefox ESR.
   
   4.21.9
   
   Fixed Opera Mobile edge cases (by Steve Repsher).
   
   4.21.8
   
   Fixed supports query and mobileToDesktop (by 
Steve Repsher).
   
   4.21.7
   
   Fixed last queries for Android (by Steve Repsher).
   
   4.21.6
   
   Fixed time queries with mobileToDesktop (by Steve 
Repsher).
   Fixed docs (by Tatsunori Uchino, Will Stone, and Dominik 
Pschenitschni).
   
   4.21.5
   
   Fixed running Browserslist in browser environment.
   
   4.21.4
   
   Updated Firefox ESR.
   
   4.21.3
   
   Improved unknown region and unknown feature error (by Alexander 
Chabin).
   
   4.21.2
   
   Updated Firefox ESR.
   
   4.21.1
   
   Fixed parsing days in since query.
   
   4.21
   
   IE 11 was added to dead and removed from 
defaults (by Albert Portnoy).
   Added browserslist.parse() to get config AST for 
analysis.
   Moved --update-db script to 
update-browserslist-db tool.
   Fixed Unicode BOM support in package.json.
   
   4.20.4
   
   Fixed Opera in mobileToDesktop (by Pig Fang).
   
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/browserslist/browserslist/commit/6cb1934edfb6a1e5532d0f7ad4c3db4cf8937d18;>6cb1934
 Release 4.22.1 version
   https://github.com/browserslist/browserslist/commit/5b778ca4c107ee3fff436fcaa86d4c56813259f4;>5b778ca
 Update dependencies
   https://github.com/browserslist/browserslist/commit/7a4084879c17c4ff18b7333ce6fb373a2168d0e4;>7a40848
 Update Firefox ESR versions (https://redirect.github.com/browserslist/browserslist/issues/794;>#794)
   https://github.com/browserslist/browserslist/commit/32a5114d80d78a97578c7670e73dd60721a52414;>32a5114
 Release 4.22 version
   https://github.com/browserslist/browserslist/commit/40c831421f97914931a2f4933ff81e1f92236e5b;>40c8314
 Typo
   https://github.com/browserslist/browserslist/commit/f50b60f8d4c5031e74604e644ae5a79105b2dd94;>f50b60f
 Clean up code
   https://github.com/browserslist/browserslist/commit/6cd0a8767ce6016be3529c91e035f79168606520;>6cd0a87
 Update dependencies
   https://github.com/browserslist/browserslist/commit/686cc18e68ff32b8185c19ccb4fe58bc6b3e1304;>686cc18
 Add fully supports and partially supports queries 
(https://redirect.github.com/browserslist/browserslist/issues/787;>#787)
   https://github.com/browserslist/browserslist/commit/b9e2ddde37265a7b5f88cd126849d618440c531a;>b9e2ddd
 Release 4.21.11 version
   https://github.com/browserslist/browserslist/commit/d6079765b5db8542a7d1997fe94b93aaba4a41fc;>d607976
 Update CI
   Additional commits viewable in https://github.com/browserslist/browserslist/compare/4.20.0...4.22.1;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=browserslist=npm_and_yarn=4.20.0=4.22.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   You can trigger a rebase of this PR 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 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  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 

Re: [PR] Bump docker/build-push-action from 3 to 5 [qpid-dispatch]

2023-11-14 Thread via GitHub


jiridanek merged PR #1658:
URL: https://github.com/apache/qpid-dispatch/pull/1658


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



Re: [PR] Bump react-scripts from 4.0.3 to 5.0.1 in /console/react [qpid-dispatch]

2023-11-14 Thread via GitHub


dependabot[bot] closed pull request #1556: Bump react-scripts from 4.0.3 to 
5.0.1 in /console/react
URL: https://github.com/apache/qpid-dispatch/pull/1556


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



Re: [PR] Bump react-scripts from 4.0.3 to 5.0.1 in /console/react [qpid-dispatch]

2023-11-14 Thread via GitHub


dependabot[bot] commented on PR #1556:
URL: https://github.com/apache/qpid-dispatch/pull/1556#issuecomment-1810381810

   Superseded by #1664.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[PR] Bump postcss and react-scripts in /console/react [qpid-dispatch]

2023-11-14 Thread via GitHub


dependabot[bot] opened a new pull request, #1664:
URL: https://github.com/apache/qpid-dispatch/pull/1664

   Bumps [postcss](https://github.com/postcss/postcss) to 8.4.31 and updates 
ancestor dependency 
[react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts).
 These dependencies need to be updated together.
   
   Updates `postcss` from 7.0.36 to 8.4.31
   
   Release notes
   Sourced from https://github.com/postcss/postcss/releases;>postcss's 
releases.
   
   8.4.31
   
   Fixed \r parsing to fix CVE-2023-44270.
   
   8.4.30
   
   Improved source map performance (by https://github.com/romainmenke;>@​romainmenke).
   
   8.4.29
   
   Fixed Node#source.offset (by https://github.com/idoros;>@​idoros).
   Fixed docs (by https://github.com/coliff;>@​coliff).
   
   8.4.28
   
   Fixed Root.source.end for better source map (by https://github.com/romainmenke;>@​romainmenke).
   Fixed Result.root types when process() has no 
parser.
   
   8.4.27
   
   Fixed Container clone methods types.
   
   8.4.26
   
   Fixed clone methods types.
   
   8.4.25
   
   Improve stringify performance (by https://github.com/romainmenke;>@​romainmenke).
   Fixed docs (by https://github.com/vikaskaliramna07;>@​vikaskaliramna07).
   
   8.4.24
   
   Fixed Plugin types.
   
   8.4.23
   
   Fixed warnings in TypeDoc.
   
   8.4.22
   
   Fixed TypeScript support with node16 (by https://github.com/remcohaszing;>@​remcohaszing).
   
   8.4.21
   
   Fixed Input#error types (by https://github.com/hudochenkov;>@​hudochenkov).
   
   8.4.20
   
   Fixed source map generation for childless at-rules like 
@layer.
   
   8.4.19
   
   Fixed whitespace preserving after AST transformations (by https://github.com/romainmenke;>@​romainmenke).
   
   8.4.18
   
   Fixed an error on absolute: true with empty 
sourceContent (by https://github.com/KingSora;>@​KingSora).
   
   8.4.17
   
   Fixed Node.before() unexpected behavior (by https://github.com/romainmenke;>@​romainmenke).
   Added TOC to docs (by https://github.com/muddv;>@​muddv).
   
   8.4.16
   
   
   ... (truncated)
   
   
   Changelog
   Sourced from https://github.com/postcss/postcss/blob/main/CHANGELOG.md;>postcss's 
changelog.
   
   8.4.31
   
   Fixed \r parsing to fix CVE-2023-44270.
   
   8.4.30
   
   Improved source map performance (by Romain Menke).
   
   8.4.29
   
   Fixed Node#source.offset (by Ido Rosenthal).
   Fixed docs (by Christian Oliff).
   
   8.4.28
   
   Fixed Root.source.end for better source map (by Romain 
Menke).
   Fixed Result.root types when process() has no 
parser.
   
   8.4.27
   
   Fixed Container clone methods types.
   
   8.4.26
   
   Fixed clone methods types.
   
   8.4.25
   
   Improve stringify performance (by Romain Menke).
   Fixed docs (by https://github.com/vikaskaliramna07;>@​vikaskaliramna07).
   
   8.4.24
   
   Fixed Plugin types.
   
   8.4.23
   
   Fixed warnings in TypeDoc.
   
   8.4.22
   
   Fixed TypeScript support with node16 (by Remco 
Haszing).
   
   8.4.21
   
   Fixed Input#error types (by Aleks Hudochenkov).
   
   8.4.20
   
   Fixed source map generation for childless at-rules like 
@layer.
   
   8.4.19
   
   Fixed whitespace preserving after AST transformations (by Romain 
Menke).
   
   8.4.18
   
   Fixed an error on absolute: true with empty 
sourceContent (by Rene Haas).
   
   8.4.17
   
   Fixed Node.before() unexpected behavior (by Romain 
Menke).
   Added TOC to docs (by Mikhail Dedov).
   
   8.4.16
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/postcss/postcss/commit/90208de8805dd762596c0028b8637ffbed23e371;>90208de
 Release 8.4.31 version
   https://github.com/postcss/postcss/commit/58cc860b4c1707510c9cd1bc1fa30b423a9ad6c5;>58cc860
 Fix carrier return parsing
   https://github.com/postcss/postcss/commit/4fff8e4cdc237619df1d73a444c0a8329701c1e2;>4fff8e4
 Improve pnpm test output
   https://github.com/postcss/postcss/commit/cd43ed123274a92ebc13a1e8cccf1d65b8198f84;>cd43ed1
 Update dependencies
   https://github.com/postcss/postcss/commit/caa916bdcbf66c51321574e2dde112ab13e8b306;>caa916b
 Update dependencies
   https://github.com/postcss/postcss/commit/8972f76923e921a3c9655822382039b31b1c8e1a;>8972f76
 Typo
   https://github.com/postcss/postcss/commit/11a5286f781d2a637f2c545c5e9cd661055acaab;>11a5286
 Typo
   https://github.com/postcss/postcss/commit/45c55017776fc61f7815d1ea8e92d5291ca5d6c8;>45c5501
 Release 8.4.30 version
   https://github.com/postcss/postcss/commit/bc3c341f589f9c15f1b56838a33d908374e537e0;>bc3c341
 Update linter
   https://github.com/postcss/postcss/commit/b2be58a2eb788d12474ee1335f8ecdb9fa6225aa;>b2be58a
 Merge pull request https://redirect.github.com/postcss/postcss/issues/1881;>#1881 from 
romainmenke/improve-sourcemap-performance--phil...
   Additional commits viewable in https://github.com/postcss/postcss/compare/7.0.36...8.4.31;>compare 
view
   
   
   
   
   Updates `react-scripts` from 4.0.3 to 

[PR] Bump d3-color, victory-core and @patternfly/react-topology in /console/react [qpid-dispatch]

2023-11-14 Thread via GitHub


dependabot[bot] opened a new pull request, #1663:
URL: https://github.com/apache/qpid-dispatch/pull/1663

   Bumps [d3-color](https://github.com/d3/d3-color) to 3.1.0 and updates 
ancestor dependencies [d3-color](https://github.com/d3/d3-color), 
[victory-core](https://github.com/FormidableLabs/victory) and 
[@patternfly/react-topology](https://github.com/patternfly/react-topology). 
These dependencies need to be updated together.
   
   Updates `d3-color` from 1.4.1 to 3.1.0
   
   Release notes
   Sourced from https://github.com/d3/d3-color/releases;>d3-color's releases.
   
   v3.1.0
   
   Add https://github.com/d3/d3-color/blob/main/README.md#rgb_clamp;>rgb.clamp
 and https://github.com/d3/d3-color/blob/main/README.md#hsl_clamp;>hsl.clamp.
 https://redirect.github.com/d3/d3-color/issues/102;>#102
   Add https://github.com/d3/d3-color/blob/main/README.md#color_formatHex8;>color.formatHex8.
 https://redirect.github.com/d3/d3-color/issues/103;>#103
   Fix https://github.com/d3/d3-color/blob/main/README.md#color_formatHsl;>color.formatHsl
 to clamp values to the expected range. https://redirect.github.com/d3/d3-color/issues/83;>#83
   Fix catastrophic backtracking when parsing colors. https://redirect.github.com/d3/d3-color/issues/89;>#89 https://redirect.github.com/d3/d3-color/issues/97;>#97 https://redirect.github.com/d3/d3-color/issues/99;>#99 https://redirect.github.com/d3/d3-color/issues/100;>#100 https://security.snyk.io/vuln/SNYK-JS-D3COLOR-1076592;>SNYK-JS-D3COLOR-1076592
   
   v3.0.1
   
   Make build reproducible.
   
   v3.0.0
   
   Adopt type: module.
   
   This package now requires Node.js 12 or higher. For more, please read https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c;>Sindre
 Sorhus’s FAQ.
   v2.0.0
   This release adopts ES2015 language features such as https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of;>for-of
 and drops support for older browsers, including IE. If you need to support 
pre-ES2015 environments, you should stick with d3-color 1.x or use a 
transpiler.
   
   
   
   Commits
   
   https://github.com/d3/d3-color/commit/7a1573ed260de4fd97d061975244841132adde92;>7a1573e
 3.1.0
   https://github.com/d3/d3-color/commit/75c19c40c246e4b3fbcfdeeba29249c51ccf6524;>75c19c4
 update LICENSE
   https://github.com/d3/d3-color/commit/ef94e0125cce176e2df2f877c70741f4e2856073;>ef94e01
 update dependencies
   https://github.com/d3/d3-color/commit/5e9f7579dd32a74664f5000ee99aa87e3e463c2b;>5e9f757
 method shorthand
   https://github.com/d3/d3-color/commit/e4bc34e46cba08c4b7209f2bea74ef570c000b86;>e4bc34e
 formatHex8 (https://redirect.github.com/d3/d3-color/issues/103;>#103)
   https://github.com/d3/d3-color/commit/ac660c6b6bd60a2f1cd255fe04ead7d1b053861d;>ac660c6
 {rgb,hsl}.clamp() (https://redirect.github.com/d3/d3-color/issues/102;>#102)
   https://github.com/d3/d3-color/commit/70e3a041f1890e63855fad693891652b36f48195;>70e3a04
 clamp HSL format (https://redirect.github.com/d3/d3-color/issues/101;>#101)
   https://github.com/d3/d3-color/commit/994d8fd95181484a5a27c5edc919aa625781432d;>994d8fd
 avoid backtracking (https://redirect.github.com/d3/d3-color/issues/100;>#100)
   https://github.com/d3/d3-color/commit/7d61bbe6e426a7f3d3f4520a8b31cfc92dc69ee7;>7d61bbe
 3.0.1
   https://github.com/d3/d3-color/commit/93bc4ff5423ecbefb6607724384bf6ca788d13b6;>93bc4ff
 related https://redirect.github.com/d3/d3/issues/3;>d3/d33; 
extract copyrights from LICENSE
   Additional commits viewable in https://github.com/d3/d3-color/compare/v1.4.1...v3.1.0;>compare 
view
   
   
   
   
   Updates `victory-core` from 36.3.0 to 36.6.12
   
   Release notes
   Sourced from https://github.com/FormidableLabs/victory/releases;>victory-core's 
releases.
   
   v36.6.12
   What's Changed
   v36.6.12
   
   Add aria-hidden flag to svg for textsize util to fix accessibility issue 
(https://redirect.github.com/FormidableLabs/victory/pull/2661;>#2661)
   
   v36.6.9...v36.6.11
   
   Setup NPM Provenance (https://redirect.github.com/FormidableLabs/victory/issues/2587;>#2587,
 https://redirect.github.com/FormidableLabs/victory/issues/2590;>#2590)
   
   v36.6.5...v36.6.8
   
   Updated dependencies
   
   36.6.4
   
   
   Added explicit any type defs (fixes https://redirect.github.com/FormidableLabs/victory/issues/2358;>#2358)
 (https://github.com/FormidableLabs/victory/commit/57ed0fe304dbc8753da1126a02d44de8004e96aa;>57ed0fe30)
   
   
   Allow data accessors to accept any data types (fixes https://redirect.github.com/FormidableLabs/victory/issues/2360;>#2360)
 (https://redirect.github.com/FormidableLabs/victory/pull/2436;>#2436)
   
   
   36.6.3
   
   Do not generate *.js.map sourcemaps (fixes https://redirect.github.com/FormidableLabs/victory/issues/2346;>#2346)
 (https://redirect.github.com/FormidableLabs/victory/pull/2432;>#2432)
   
   v36.6.1...v36.6.2
   
   Updated dependencies
   
   Full Changelog: 

[PR] Bump @babel/traverse from 7.17.0 to 7.23.3 in /console/react [qpid-dispatch]

2023-11-14 Thread via GitHub


dependabot[bot] opened a new pull request, #1662:
URL: https://github.com/apache/qpid-dispatch/pull/1662

   Bumps 
[@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse)
 from 7.17.0 to 7.23.3.
   
   Release notes
   Sourced from https://github.com/babel/babel/releases;>@​babel/traverse's 
releases.
   
   v7.23.3 (2023-11-09)
   :bug: Bug Fix
   
   babel-plugin-transform-typescript
   
   https://redirect.github.com/babel/babel/pull/16071;>#16071 
Strip type-only TS namespaces (https://github.com/colinaaa;>@​colinaaa)
   
   
   babel-generator
   
   https://redirect.github.com/babel/babel/pull/16078;>#16078 
Fix indentation when generating comments with concise: true (https://github.com/liuxingbaoyu;>@​liuxingbaoyu)
   
   
   babel-compat-data, 
babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, 
babel-preset-env
   
   https://redirect.github.com/babel/babel/pull/14295;>#14295 
Add a bugfix plugin for https://crbug.com/v8/12421;>https://crbug.com/v8/12421 (https://github.com/nicolo-ribaudo;>@​nicolo-ribaudo)
   
   
   babel-plugin-transform-object-super
   
   https://redirect.github.com/babel/babel/pull/15948;>#15948 
fix: super.x in a loop (https://github.com/liuxingbaoyu;>@​liuxingbaoyu)
   
   
   babel-helper-module-transforms, 
babel-plugin-transform-modules-amd, 
babel-plugin-transform-modules-commonjs, 
babel-plugin-transform-modules-umd
   
   https://redirect.github.com/babel/babel/pull/16015;>#16015 
fix: handle __proto__ exports name in CJS/AMD/UMD (https://github.com/magic-akari;>@​magic-akari)
   
   
   
   :memo: Documentation
   
   https://redirect.github.com/babel/babel/pull/16044;>#16044 
docs: Update links in @​babel/eslint-parser README (https://github.com/aryehb;>@​aryehb)
   
   :house: Internal
   
   babel-core, babel-preset-env
   
   https://redirect.github.com/babel/babel/pull/15988;>#15988 
Refactor handling of modules plugins in preset-env (https://github.com/nicolo-ribaudo;>@​nicolo-ribaudo)
   
   
   
   :running_woman: Performance
   
   babel-generator
   
   https://redirect.github.com/babel/babel/pull/16061;>#16061 
perf: Improve @babel/generator performance (https://github.com/liuxingbaoyu;>@​liuxingbaoyu)
   
   
   babel-traverse
   
   https://redirect.github.com/babel/babel/pull/16060;>#16060 
Avoid dynamic dispatch when calling wrapCheck (https://github.com/yepitschunked;>@​yepitschunked)
   
   
   
   :microscope: Output optimization
   
   babel-plugin-transform-computed-properties
   
   https://redirect.github.com/babel/babel/pull/6652;>#6652 
Optimize computed properties output (byte-wise) (https://github.com/Andarist;>@​Andarist)
   
   
   
   Committers: 9
   
   Babel Bot (https://github.com/babel-bot;>@​babel-bot)
   Colin (https://github.com/colinaaa;>@​colinaaa)
   Huáng Jùnliàng (https://github.com/JLHwung;>@​JLHwung)
   Mateusz Burzyński (https://github.com/Andarist;>@​Andarist)
   Nicolò Ribaudo (https://github.com/nicolo-ribaudo;>@​nicolo-ribaudo)
   https://github.com/aryehb;>@​aryehb
   https://github.com/liuxingbaoyu;>@​liuxingbaoyu
   https://github.com/magic-akari;>@​magic-akari
   https://github.com/yepitschunked;>@​yepitschunked
   
   v7.23.2 (2023-10-11)
   NOTE: This release also re-publishes 
@babel/core, even if it does not appear in the linked release 
commit.
   Thanks https://github.com/jimmydief;>@​jimmydief for your first 
PR!
   :bug: Bug Fix
   
   babel-traverse
   
   
   
   ... (truncated)
   
   
   Changelog
   Sourced from https://github.com/babel/babel/blob/main/CHANGELOG.md;>@​babel/traverse's
 changelog.
   
   v7.23.3 (2023-11-09)
   :bug: Bug Fix
   
   babel-plugin-transform-typescript
   
   https://redirect.github.com/babel/babel/pull/16071;>#16071 
Strip type-only TS namespaces (https://github.com/colinaaa;>@​colinaaa)
   
   
   babel-generator
   
   https://redirect.github.com/babel/babel/pull/16078;>#16078 
Fix indentation when generating comments with concise: true (https://github.com/liuxingbaoyu;>@​liuxingbaoyu)
   
   
   babel-compat-data, 
babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, 
babel-preset-env
   
   https://redirect.github.com/babel/babel/pull/14295;>#14295 
Add a bugfix plugin for https://crbug.com/v8/12421;>https://crbug.com/v8/12421 (https://github.com/nicolo-ribaudo;>@​nicolo-ribaudo)
   
   
   babel-plugin-transform-object-super
   
   https://redirect.github.com/babel/babel/pull/15948;>#15948 
fix: super.x in a loop (https://github.com/liuxingbaoyu;>@​liuxingbaoyu)
   
   
   babel-helper-module-transforms, 
babel-plugin-transform-modules-amd, 
babel-plugin-transform-modules-commonjs, 
babel-plugin-transform-modules-umd
   
   https://redirect.github.com/babel/babel/pull/16015;>#16015 
fix: handle __proto__ exports name in CJS/AMD/UMD (https://github.com/magic-akari;>@​magic-akari)
   
   
   
   :memo: Documentation
   
   https://redirect.github.com/babel/babel/pull/16044;>#16044 
docs: Update links in 

Re: [PR] Bump actions/checkout from 3 to 4 [qpid-dispatch]

2023-11-14 Thread via GitHub


jiridanek commented on PR #1656:
URL: https://github.com/apache/qpid-dispatch/pull/1656#issuecomment-1810380629

   @dependabot rebase


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[PR] Bump browserify-sign from 4.2.1 to 4.2.2 in /console/react [qpid-dispatch]

2023-11-14 Thread via GitHub


dependabot[bot] opened a new pull request, #1661:
URL: https://github.com/apache/qpid-dispatch/pull/1661

   Bumps 
[browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 
4.2.1 to 4.2.2.
   
   Changelog
   Sourced from https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md;>browserify-sign's
 changelog.
   
   https://github.com/browserify/browserify-sign/compare/v4.2.1...v4.2.2;>v4.2.2
 - 2023-10-25
   Fixed
   
   [Tests] log when openssl doesn't support cipher https://redirect.github.com/browserify/browserify-sign/issues/37;>[#37](https://github.com/crypto-browserify/browserify-sign/issues/37)
   
   Commits
   
   Only apps should have lockfiles https://github.com/browserify/browserify-sign/commit/09a89959393b3c89fedd4f7f3bafa4fec44371d7;>09a8995
   [eslint] switch to eslint https://github.com/browserify/browserify-sign/commit/83fe46374b819e959d56d2c0b931308f7451a664;>83fe463
   [meta] add npmignore and auto-changelog https://github.com/browserify/browserify-sign/commit/44181838e7dcc4d5d0c568f74312ea28f0bcdfd5;>4418183
   [meta] fix package.json indentation https://github.com/browserify/browserify-sign/commit/9ac5a5eaaac8a11eb70ec2febd13745c8764ae02;>9ac5a5e
   [Tests] migrate from travis to github actions https://github.com/browserify/browserify-sign/commit/d845d855def38e2085d5a21e447a48300f99fa60;>d845d85
   [Fix] sign: throw on unsupported padding scheme https://github.com/browserify/browserify-sign/commit/8767739a4516289568bcce9fed8a3b7e23478de9;>8767739
   [Fix] properly check the upper bound for DSA signatures https://github.com/browserify/browserify-sign/commit/85994cd6348b50f2fd1b73c54e20881416f44a30;>85994cd
   [Tests] handle openSSL not supporting a scheme https://github.com/browserify/browserify-sign/commit/f5f17c27f9824de40b5ce8ebd8502111203fd6af;>f5f17c2
   [Deps] update bn.js, browserify-rsa, 
elliptic, parse-asn1, readable-stream, 
safe-buffer https://github.com/browserify/browserify-sign/commit/a67d0eb4ffceabb366b69da69ce9a223e9d5e96b;>a67d0eb
   [Dev Deps] update nyc, standard, 
tape https://github.com/browserify/browserify-sign/commit/cc5350b96702fcba930e0662cf763844fd2f59bf;>cc5350b
   [Tests] always run coverage; downgrade nyc https://github.com/browserify/browserify-sign/commit/75ce1d5c49a6591dd13422016c07f8f9cae13371;>75ce1d5
   [meta] add safe-publish-latest https://github.com/browserify/browserify-sign/commit/dcf49ce85a1a66a6fb31689508d916d7894286a9;>dcf49ce
   [Tests] add npm run posttest https://github.com/browserify/browserify-sign/commit/75dd8fd6ce56eb37b12e30807e5f913867b21733;>75dd8fd
   [Dev Deps] update tape https://github.com/browserify/browserify-sign/commit/3aec0386dc8dfba8698be756ec770df863867c84;>3aec038
   [Tests] skip unsupported schemes https://github.com/browserify/browserify-sign/commit/703c83ea72db2f45714fe749c6f04b05243ca9a8;>703c83e
   [Tests] node  6 lacks array includes https://github.com/browserify/browserify-sign/commit/3aa43cfbc1fdde8481bcdd3bff581574159b869a;>3aa43cf
   [Dev Deps] fix eslint range https://github.com/browserify/browserify-sign/commit/98d4e0d7ff18871b0ca07415f758a610ccf8ebbe;>98d4e0d
   
   
   
   
   Commits
   
   https://github.com/browserify/browserify-sign/commit/4af5a90bf8acd9e76e5671dc0497f6ba71968a2c;>4af5a90
 v4.2.2
   https://github.com/browserify/browserify-sign/commit/3aec0386dc8dfba8698be756ec770df863867c84;>3aec038
 [Dev Deps] update tape
   https://github.com/browserify/browserify-sign/commit/85994cd6348b50f2fd1b73c54e20881416f44a30;>85994cd
 [Fix] properly check the upper bound for DSA signatures
   https://github.com/browserify/browserify-sign/commit/9ac5a5eaaac8a11eb70ec2febd13745c8764ae02;>9ac5a5e
 [meta] fix package.json indentation
   https://github.com/browserify/browserify-sign/commit/dcf49ce85a1a66a6fb31689508d916d7894286a9;>dcf49ce
 [meta] add safe-publish-latest
   https://github.com/browserify/browserify-sign/commit/44181838e7dcc4d5d0c568f74312ea28f0bcdfd5;>4418183
 [meta] add npmignore and auto-changelog
   https://github.com/browserify/browserify-sign/commit/8767739a4516289568bcce9fed8a3b7e23478de9;>8767739
 [Fix] sign: throw on unsupported padding scheme
   https://github.com/browserify/browserify-sign/commit/5f6fb1755917851a40249db7d834da4265ed5950;>5f6fb17
 [Tests] log when openssl doesn't support cipher
   https://github.com/browserify/browserify-sign/commit/f5f17c27f9824de40b5ce8ebd8502111203fd6af;>f5f17c2
 [Tests] handle openSSL not supporting a scheme
   https://github.com/browserify/browserify-sign/commit/d845d855def38e2085d5a21e447a48300f99fa60;>d845d85
 [Tests] migrate from travis to github actions
   Additional commits viewable in https://github.com/crypto-browserify/browserify-sign/compare/v4.2.1...v4.2.2;>compare
 view
   
   
   
   Maintainer changes
   This version was pushed to npm by https://www.npmjs.com/~ljharb;>ljharb, a new releaser for 
browserify-sign since your current version.
   
   
   
   
   [![Dependabot compatibility 

Re: [PR] NO-JIRA: Update dependencies and refactoring the code [qpid-dispatch]

2023-11-14 Thread via GitHub


jiridanek commented on PR #1643:
URL: https://github.com/apache/qpid-dispatch/pull/1643#issuecomment-1810380049

   @dependabot rebase


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



Re: [PR] Bump docker/build-push-action from 3 to 5 [qpid-dispatch]

2023-11-14 Thread via GitHub


jiridanek commented on PR #1658:
URL: https://github.com/apache/qpid-dispatch/pull/1658#issuecomment-1810379905

   @dependabot rebase


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



Re: [PR] NO-JIRA: Install cffi as build dependency of latest Qpid Proton Python [qpid-dispatch]

2023-11-14 Thread via GitHub


jiridanek merged PR #1660:
URL: https://github.com/apache/qpid-dispatch/pull/1660


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[PR] NO-JIRA: Install cffi as build dependency of latest Qpid Proton Python [qpid-dispatch]

2023-11-14 Thread via GitHub


jiridanek opened a new pull request, #1660:
URL: https://github.com/apache/qpid-dispatch/pull/1660

   (no comment)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



Re: [PR] Bump docker/build-push-action from 3 to 5 [qpid-dispatch]

2023-11-14 Thread via GitHub


jiridanek commented on PR #1658:
URL: https://github.com/apache/qpid-dispatch/pull/1658#issuecomment-1810306142

   @dependabot rebase


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org