From b607340727a08806122220c787ad0efc03a4d278 Mon Sep 17 00:00:00 2001 From: "eoeo-release[bot]" <158570209+eoeo-release[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 12:25:01 +0000 Subject: [PATCH] release: v3.15.0 --- .../.release-please-manifest.json | 2 +- CHANGELOG.md | 132 ++++++++++++++++++ package.json | 2 +- 3 files changed, 134 insertions(+), 2 deletions(-) diff --git a/.github/files/release-please/.release-please-manifest.json b/.github/files/release-please/.release-please-manifest.json index 35114882..9c10c70f 100644 --- a/.github/files/release-please/.release-please-manifest.json +++ b/.github/files/release-please/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.14.33" + ".": "3.15.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f9f0deb..133f3409 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,137 @@ # Changelog +## [3.15.0](https://github.com/eoeo-org/pow/compare/v3.14.33...v3.15.0) (2025-02-27) + + +### Features + +* allow fallback to user name if guild member not found ([#1457](https://github.com/eoeo-org/pow/issues/1457)) ([3db3ea1](https://github.com/eoeo-org/pow/commit/3db3ea12023f46649bafa29bd3600181cacf8e99)) +* **db:** move to prisma ([#1367](https://github.com/eoeo-org/pow/issues/1367)) ([46da125](https://github.com/eoeo-org/pow/commit/46da1250c3ea8d4e4336f8d85f282181debd5ad8)) +* prevent timeout in command response ([#984](https://github.com/eoeo-org/pow/issues/984)) ([bf28075](https://github.com/eoeo-org/pow/commit/bf280752cfdcf59ad172db24ea14b5254ead86ff)) +* provide default values for unknown users, roles, and channels ([#1461](https://github.com/eoeo-org/pow/issues/1461)) ([f5c8b75](https://github.com/eoeo-org/pow/commit/f5c8b75245ae4a5bedd53bb5271f40fe11097c57)) + + +### Bug Fixes + +* add await ([#1455](https://github.com/eoeo-org/pow/issues/1455)) ([6d3848e](https://github.com/eoeo-org/pow/commit/6d3848e8de02793e257f5037d99bea2f370ab884)) +* import from .prisma/client ([#1405](https://github.com/eoeo-org/pow/issues/1405)) ([a9f5c05](https://github.com/eoeo-org/pow/commit/a9f5c056fe31623688bfba880df31411d8ec0872)) +* runs even if WORKER_TOKENS is empty ([#1363](https://github.com/eoeo-org/pow/issues/1363)) ([bdbfeaf](https://github.com/eoeo-org/pow/commit/bdbfeaf96546ef81152fb393b37fb140a8a41a70)) + + +### Dependencies + +* add bufferutil ([#1548](https://github.com/eoeo-org/pow/issues/1548)) ([58c9df5](https://github.com/eoeo-org/pow/commit/58c9df5b411503aea5ba5068a1c65a21818f789f)) +* add zlib-sync ([#1547](https://github.com/eoeo-org/pow/issues/1547)) ([6ae6d16](https://github.com/eoeo-org/pow/commit/6ae6d166bd27f87641b5078e3f3587af8d4a6f3f)) +* change prisma to devDependencies ([#1385](https://github.com/eoeo-org/pow/issues/1385)) ([f180dff](https://github.com/eoeo-org/pow/commit/f180dff240d79c1936ac81fc734c0b28b3411273)) +* downgrade pnpm version ([#1698](https://github.com/eoeo-org/pow/issues/1698)) ([f475107](https://github.com/eoeo-org/pow/commit/f475107c51e6fbb293f3483012c69a1e4c62702e)) +* lock file maintenance ([#1715](https://github.com/eoeo-org/pow/issues/1715)) ([b60b0b3](https://github.com/eoeo-org/pow/commit/b60b0b393befaf64c9e707a5fc4d3a4edc133888)) +* remove ffmpeg-static ([#1568](https://github.com/eoeo-org/pow/issues/1568)) ([7070204](https://github.com/eoeo-org/pow/commit/70702048a7c6dc9124b3504abe647829cd34a405)) +* remove sodium-native ([#1538](https://github.com/eoeo-org/pow/issues/1538)) ([656589e](https://github.com/eoeo-org/pow/commit/656589e90f5fc5ae02ca11b4889463e41d46bdd4)) +* update dependency @discordjs/voice to v0.18.0 ([#1536](https://github.com/eoeo-org/pow/issues/1536)) ([95c4204](https://github.com/eoeo-org/pow/commit/95c4204116623f167a15db9628e103858460bb22)) +* update dependency @sapphire/framework to v5.3.0 ([#1507](https://github.com/eoeo-org/pow/issues/1507)) ([36f9d90](https://github.com/eoeo-org/pow/commit/36f9d900d5200ab0167165f4df5db036e492d8e8)) +* update dependency @sapphire/framework to v5.3.1 ([#1515](https://github.com/eoeo-org/pow/issues/1515)) ([15fdde2](https://github.com/eoeo-org/pow/commit/15fdde2662c730b12ac815557b06f9b5af50e30e)) +* update dependency @sapphire/framework to v5.3.2 ([#1627](https://github.com/eoeo-org/pow/issues/1627)) ([3c864cd](https://github.com/eoeo-org/pow/commit/3c864cd9a476eb9133094b3f0c68866dd8e0f07a)) +* update dependency @sapphire/plugin-subcommands to v7 ([#1429](https://github.com/eoeo-org/pow/issues/1429)) ([61a5301](https://github.com/eoeo-org/pow/commit/61a53018c4f11a3dcc6350dfac6a41fb6af9949b)) +* update dependency @sapphire/plugin-subcommands to v7.0.1 ([#1508](https://github.com/eoeo-org/pow/issues/1508)) ([4da8349](https://github.com/eoeo-org/pow/commit/4da83492dad7679372dc56c28a4733deccec750e)) +* update dependency bufferutil to v4.0.9 ([#1616](https://github.com/eoeo-org/pow/issues/1616)) ([81c3df7](https://github.com/eoeo-org/pow/commit/81c3df77497f54a92a429410c91a07fee71b52c2)) +* update dependency debug to v4.3.6 ([#1383](https://github.com/eoeo-org/pow/issues/1383)) ([12b3635](https://github.com/eoeo-org/pow/commit/12b3635cbd4fb204087a3800dd58272a0059b42c)) +* update dependency debug to v4.3.7 ([#1417](https://github.com/eoeo-org/pow/issues/1417)) ([f00de1d](https://github.com/eoeo-org/pow/commit/f00de1d3ecc6564c0ece1953b8e52c2ad4bc9b53)) +* update dependency debug to v4.4.0 ([#1584](https://github.com/eoeo-org/pow/issues/1584)) ([803f871](https://github.com/eoeo-org/pow/commit/803f871caf956d8beff9e37af233a0996d3b19e6)) +* update dependency discord-emoji to v2.5.1 ([#1424](https://github.com/eoeo-org/pow/issues/1424)) ([75780c8](https://github.com/eoeo-org/pow/commit/75780c81414d0cd2126d1efbf148e602e2509e2d)) +* update dependency discord.js to v14.16.3 ([#1425](https://github.com/eoeo-org/pow/issues/1425)) ([10cfa59](https://github.com/eoeo-org/pow/commit/10cfa5954f353f85cb5d815b175289878efec3c5)) +* update dependency discord.js to v14.17.0 ([#1622](https://github.com/eoeo-org/pow/issues/1622)) ([c11cb13](https://github.com/eoeo-org/pow/commit/c11cb13fe7b60733124cc69d81399c8578c7b298)) +* update dependency discord.js to v14.17.1 ([#1624](https://github.com/eoeo-org/pow/issues/1624)) ([41bcce2](https://github.com/eoeo-org/pow/commit/41bcce2c366782d3f3b4a25ecea2cae6c12e2608)) +* update dependency discord.js to v14.17.2 ([#1625](https://github.com/eoeo-org/pow/issues/1625)) ([7ed7687](https://github.com/eoeo-org/pow/commit/7ed768720b229cc543faf43ca6ec532a391a9438)) +* update dependency discord.js to v14.17.3 ([#1635](https://github.com/eoeo-org/pow/issues/1635)) ([6d80638](https://github.com/eoeo-org/pow/commit/6d806387a7317ed5b078a92027df5a1634d3066c)) +* update dependency discord.js to v14.18.0 ([#1682](https://github.com/eoeo-org/pow/issues/1682)) ([d061b00](https://github.com/eoeo-org/pow/commit/d061b002e99877cc66888147d40b8000251eccae)) +* update dependency emoji-regex to v10.4.0 ([#1426](https://github.com/eoeo-org/pow/issues/1426)) ([d3763ab](https://github.com/eoeo-org/pow/commit/d3763abc505b278a21e79d8f2cc07b350ae27a06)) +* update dependency mariadb to v3.3.2 ([#1418](https://github.com/eoeo-org/pow/issues/1418)) ([f8d5ec8](https://github.com/eoeo-org/pow/commit/f8d5ec88de714a82169cf563a1fc87f6df5a154d)) +* update dependency mariadb to v3.4.0 ([#1493](https://github.com/eoeo-org/pow/issues/1493)) ([0439636](https://github.com/eoeo-org/pow/commit/04396369f4fa217933bec05f230b9fc9d7065c8c)) +* update dependency node to v22.10.0 ([#1476](https://github.com/eoeo-org/pow/issues/1476)) ([500a765](https://github.com/eoeo-org/pow/commit/500a76548bcb9b2d17a5eaf5c27fc4c94393e4d5)) +* update dependency node to v22.4.0 ([#1327](https://github.com/eoeo-org/pow/issues/1327)) ([1c0672f](https://github.com/eoeo-org/pow/commit/1c0672f4aaf12aa3a32f35ffd4e04a3886fe5d37)) +* update dependency node to v22.4.1 ([#1345](https://github.com/eoeo-org/pow/issues/1345)) ([f939171](https://github.com/eoeo-org/pow/commit/f939171cbd99cab6a39fa332d9d01e6acf8e5517)) +* update dependency node to v22.5.0 ([#1354](https://github.com/eoeo-org/pow/issues/1354)) ([3593415](https://github.com/eoeo-org/pow/commit/3593415f196b46b411e10c16a8daf905c3f5d7c9)) +* update dependency node to v22.5.1 ([#1361](https://github.com/eoeo-org/pow/issues/1361)) ([655ed82](https://github.com/eoeo-org/pow/commit/655ed8249ce53b481744302ea777d693df40fd59)) +* update dependency node to v22.9.0 ([#1416](https://github.com/eoeo-org/pow/issues/1416)) ([a5f1816](https://github.com/eoeo-org/pow/commit/a5f18168ac65277ee1d7a4ce29870502055c4ee3)) +* update dependency node to v23.0.0 ([#1479](https://github.com/eoeo-org/pow/issues/1479)) ([091efed](https://github.com/eoeo-org/pow/commit/091efedfd85c3ed3255421643ff41de5751d54fc)) +* update dependency node to v23.1.0 ([#1494](https://github.com/eoeo-org/pow/issues/1494)) ([c585c29](https://github.com/eoeo-org/pow/commit/c585c2994d767d7d01d715b05deca3cfdf095568)) +* update dependency sodium-native to v4.2.0 ([#1427](https://github.com/eoeo-org/pow/issues/1427)) ([ccc0800](https://github.com/eoeo-org/pow/commit/ccc08005d6921cf0ef1ea811a4938093b0479cce)) +* update dependency sodium-native to v4.2.1 ([#1440](https://github.com/eoeo-org/pow/issues/1440)) ([64ebee5](https://github.com/eoeo-org/pow/commit/64ebee52a226c3d3b2dbce7ded59a3c27b0f6301)) +* update dependency sodium-native to v4.2.2 ([#1489](https://github.com/eoeo-org/pow/issues/1489)) ([a5503b5](https://github.com/eoeo-org/pow/commit/a5503b5dbf11b5ac0710667748f638d5fb460421)) +* update dependency sodium-native to v4.3.0 ([#1520](https://github.com/eoeo-org/pow/issues/1520)) ([678c8ae](https://github.com/eoeo-org/pow/commit/678c8ae4e27135c304ab4e5734525d0a4011954a)) +* update dependency sodium-native to v4.3.1 ([#1529](https://github.com/eoeo-org/pow/issues/1529)) ([66018ce](https://github.com/eoeo-org/pow/commit/66018ce8ead9f445cac946ff63422fcc52b5f8dc)) +* update node.js to v23.2.0 ([#1526](https://github.com/eoeo-org/pow/issues/1526)) ([d46a74b](https://github.com/eoeo-org/pow/commit/d46a74b2bbae8be2776663c184bab9381ddb7cc8)) +* update node.js to v23.3.0 ([#1545](https://github.com/eoeo-org/pow/issues/1545)) ([45cf329](https://github.com/eoeo-org/pow/commit/45cf3293653f138bc5d5cf6b93a078781dc3a830)) +* update node.js to v23.4.0 ([#1591](https://github.com/eoeo-org/pow/issues/1591)) ([7ea2f8d](https://github.com/eoeo-org/pow/commit/7ea2f8ddec28f7e89b84ea5ae39b75f099f5da10)) +* update node.js to v23.5.0 ([#1606](https://github.com/eoeo-org/pow/issues/1606)) ([5d0c718](https://github.com/eoeo-org/pow/commit/5d0c718906186ad42e5b1d75915d99d8a24bbac6)) +* update node.js to v23.6.0 ([#1633](https://github.com/eoeo-org/pow/issues/1633)) ([5e46310](https://github.com/eoeo-org/pow/commit/5e4631017ada69707e71a3d847e8a0e51a3d955c)) +* update node.js to v23.6.1 ([#1653](https://github.com/eoeo-org/pow/issues/1653)) ([911af43](https://github.com/eoeo-org/pow/commit/911af437e9256af2d58909d397939141ca45b9b7)) +* update node.js to v23.7.0 ([#1666](https://github.com/eoeo-org/pow/issues/1666)) ([a663ef8](https://github.com/eoeo-org/pow/commit/a663ef8591f3bd6fcb9cd38e65421b9fcf9750ab)) +* update node.js to v23.8.0 ([#1690](https://github.com/eoeo-org/pow/issues/1690)) ([2e13b7e](https://github.com/eoeo-org/pow/commit/2e13b7e21e892bd210d9f9f5a7bafdf4ca4a98fa)) +* update prisma monorepo to v5.20.0 ([#1402](https://github.com/eoeo-org/pow/issues/1402)) ([4d1b1bd](https://github.com/eoeo-org/pow/commit/4d1b1bd64ac3582eda1cb7e409464e7c63161626)) +* update prisma monorepo to v5.21.0 ([#1470](https://github.com/eoeo-org/pow/issues/1470)) ([ce4e1d6](https://github.com/eoeo-org/pow/commit/ce4e1d672de510d057c823b6c7affdbc319f06a8)) +* update prisma monorepo to v5.21.1 ([#1481](https://github.com/eoeo-org/pow/issues/1481)) ([f29f86c](https://github.com/eoeo-org/pow/commit/f29f86c1eca702f759c94b635e924d0cf07cbe6c)) +* update prisma monorepo to v5.22.0 ([#1518](https://github.com/eoeo-org/pow/issues/1518)) ([f30ce00](https://github.com/eoeo-org/pow/commit/f30ce00b42b4871a5440bfe90e40482d7970130e)) +* update prisma monorepo to v6 (major) ([#1563](https://github.com/eoeo-org/pow/issues/1563)) ([d5ff887](https://github.com/eoeo-org/pow/commit/d5ff88746e39073d42d71196978629bb683b621e)) +* update prisma monorepo to v6.0.1 ([#1573](https://github.com/eoeo-org/pow/issues/1573)) ([ab8046c](https://github.com/eoeo-org/pow/commit/ab8046c9a607dfb7e0ce3b87e616bbebf610db42)) +* update prisma monorepo to v6.2.1 ([#1637](https://github.com/eoeo-org/pow/issues/1637)) ([074ca36](https://github.com/eoeo-org/pow/commit/074ca360d0b947cd63150b13b15465a45796d1a8)) +* update prisma monorepo to v6.3.1 ([#1675](https://github.com/eoeo-org/pow/issues/1675)) ([189a94f](https://github.com/eoeo-org/pow/commit/189a94f17b8a9f1957ead6a3bcef07c610ecd976)) + + +### Reverts + +* "chore: exclude the husky directory from language statistics" ([#1594](https://github.com/eoeo-org/pow/issues/1594)) ([0b696e3](https://github.com/eoeo-org/pow/commit/0b696e35f3b77666ee6266a9e32cb13d90822254)) +* "chore(deps): update dependency @swc/core to v1.7.42" ([#1504](https://github.com/eoeo-org/pow/issues/1504)) ([88db05c](https://github.com/eoeo-org/pow/commit/88db05c5ac5b4396e11aa18eb03fe42219638e41)) +* "deps: remove ffmpeg-static" ([#1572](https://github.com/eoeo-org/pow/issues/1572)) ([6779a09](https://github.com/eoeo-org/pow/commit/6779a0918c7099313df807bda4cbb1872104c79e)) +* "feat: allow fallback to user name if guild member not found" ([#1459](https://github.com/eoeo-org/pow/issues/1459)) ([1442a4d](https://github.com/eoeo-org/pow/commit/1442a4d0d16626db6e262cee74852feff9ef2ede)) +* "fix: import from .prisma/client" ([#1441](https://github.com/eoeo-org/pow/issues/1441)) ([27ce17b](https://github.com/eoeo-org/pow/commit/27ce17b6907f267bb1e9ef2b7e4c437103369f6d)) + + +### Build System + +* add migrate image ([#1390](https://github.com/eoeo-org/pow/issues/1390)) ([667c475](https://github.com/eoeo-org/pow/commit/667c4750b22b8123939e59b4f0dc39d9810222bd)) +* copy package.json before pnpm fetch as required by pnpm@10 ([#1708](https://github.com/eoeo-org/pow/issues/1708)) ([6000d24](https://github.com/eoeo-org/pow/commit/6000d243afc6c7f09ff4758f25aa013c180468ae)) +* correct SHELL environment variable ([#1510](https://github.com/eoeo-org/pow/issues/1510)) ([2688093](https://github.com/eoeo-org/pow/commit/2688093f45badcf662d558da38513f558dc52d18)) +* delete org.opencontainers.image.licenses label ([#1571](https://github.com/eoeo-org/pow/issues/1571)) ([5a0036c](https://github.com/eoeo-org/pow/commit/5a0036ca4c6fb2ac558fd47573c5de5304b3ed3a)) +* **deps:** update buildpack-deps:bookworm docker digest to 0374937 ([#1673](https://github.com/eoeo-org/pow/issues/1673)) ([a3583d4](https://github.com/eoeo-org/pow/commit/a3583d41b8a9af4431bb6101992e126ea12cf7ee)) +* **deps:** update buildpack-deps:bookworm docker digest to 0835951 ([#1579](https://github.com/eoeo-org/pow/issues/1579)) ([36061db](https://github.com/eoeo-org/pow/commit/36061db8889c4bdb36459fe265a0cbf36d4ca986)) +* **deps:** update buildpack-deps:bookworm docker digest to 08d61da ([#1582](https://github.com/eoeo-org/pow/issues/1582)) ([4b8828a](https://github.com/eoeo-org/pow/commit/4b8828aa8517da70707cdeac068878421f6d9646)) +* **deps:** update buildpack-deps:bookworm docker digest to 0e8f821 ([#1613](https://github.com/eoeo-org/pow/issues/1613)) ([4cd16b8](https://github.com/eoeo-org/pow/commit/4cd16b88d1c620a1c040c6ecb3cac70b081549b3)) +* **deps:** update buildpack-deps:bookworm docker digest to 1041c13 ([#1611](https://github.com/eoeo-org/pow/issues/1611)) ([e09758c](https://github.com/eoeo-org/pow/commit/e09758c7ec6eae3e87e3414a9da7f6fa9e3e8d25)) +* **deps:** update buildpack-deps:bookworm docker digest to 160a5d7 ([#1612](https://github.com/eoeo-org/pow/issues/1612)) ([b9663b7](https://github.com/eoeo-org/pow/commit/b9663b709e11fcf00f91c954d48ec831aac79ba8)) +* **deps:** update buildpack-deps:bookworm docker digest to 2cac6c0 ([#1723](https://github.com/eoeo-org/pow/issues/1723)) ([3017a9f](https://github.com/eoeo-org/pow/commit/3017a9f22d6b006151a7071351cb73c6f2256fab)) +* **deps:** update buildpack-deps:bookworm docker digest to 6f7569e ([#1721](https://github.com/eoeo-org/pow/issues/1721)) ([597f2e5](https://github.com/eoeo-org/pow/commit/597f2e501b5a4a2e579da085d1deace84400c3d0)) +* **deps:** update buildpack-deps:bookworm docker digest to 913a90c ([#1614](https://github.com/eoeo-org/pow/issues/1614)) ([333b4db](https://github.com/eoeo-org/pow/commit/333b4db9422f35ab5d0957c8ff20357a37e7367d)) +* **deps:** update buildpack-deps:bookworm docker digest to 965fa1c ([#1577](https://github.com/eoeo-org/pow/issues/1577)) ([d645bcb](https://github.com/eoeo-org/pow/commit/d645bcb3ad6bd32174cb33de3f3c370201dad128)) +* **deps:** update buildpack-deps:bookworm docker digest to 9aae1be ([#1725](https://github.com/eoeo-org/pow/issues/1725)) ([b6b7522](https://github.com/eoeo-org/pow/commit/b6b7522c205a9027d6f00ec3d9016c83e2216c97)) +* **deps:** update buildpack-deps:bookworm docker digest to 9bce248 ([#1649](https://github.com/eoeo-org/pow/issues/1649)) ([a42a57f](https://github.com/eoeo-org/pow/commit/a42a57f623c88c09402b7633c058fb28dd60e2eb)) +* **deps:** update buildpack-deps:bookworm docker digest to a74a7e5 ([#1717](https://github.com/eoeo-org/pow/issues/1717)) ([0ba01e9](https://github.com/eoeo-org/pow/commit/0ba01e9d3dfe039a7e0d5fcf80e16f0964bb310d)) +* **deps:** update buildpack-deps:bookworm docker digest to bdd13bd ([#1719](https://github.com/eoeo-org/pow/issues/1719)) ([21eb61b](https://github.com/eoeo-org/pow/commit/21eb61b80d28bd573a878321c8cfca5fa53f49e7)) +* **deps:** update buildpack-deps:bookworm docker digest to cc358a6 ([#1645](https://github.com/eoeo-org/pow/issues/1645)) ([91c048c](https://github.com/eoeo-org/pow/commit/91c048c7ea11150445ae2adb6a38ded4c09de249)) +* **deps:** update buildpack-deps:bookworm docker digest to d9ae3b8 ([#1575](https://github.com/eoeo-org/pow/issues/1575)) ([62094b6](https://github.com/eoeo-org/pow/commit/62094b6c748aff7be38d4a764a40c64901d6212d)) +* **deps:** update buildpack-deps:bookworm docker digest to db044b9 ([#1647](https://github.com/eoeo-org/pow/issues/1647)) ([bdc2f3e](https://github.com/eoeo-org/pow/commit/bdc2f3ebdd67c944ba7925625018d34a607b4162)) +* **deps:** update docker/dockerfile docker tag to v1.12.1 ([#1600](https://github.com/eoeo-org/pow/issues/1600)) ([5b31318](https://github.com/eoeo-org/pow/commit/5b31318d07c584aba30f75c11061c1dafefcf00c)) +* **deps:** update docker/dockerfile docker tag to v1.13.0 ([#1654](https://github.com/eoeo-org/pow/issues/1654)) ([f3da8b5](https://github.com/eoeo-org/pow/commit/f3da8b59e4cd523ae365089b95ab2ab99c22183a)) +* **deps:** update docker/dockerfile docker tag to v1.14.0 ([#1712](https://github.com/eoeo-org/pow/issues/1712)) ([2dc5252](https://github.com/eoeo-org/pow/commit/2dc52529c67c07922ce48389840a8db7e0ee4f1a)) +* **deps:** update docker/dockerfile docker tag to v1.8.1 ([#1300](https://github.com/eoeo-org/pow/issues/1300)) ([397b07d](https://github.com/eoeo-org/pow/commit/397b07df5bb1c4a687f08f3a57d7584e23fb9b8e)) +* **deps:** update docker/dockerfile docker tag to v1.9.0 ([#1350](https://github.com/eoeo-org/pow/issues/1350)) ([89faa95](https://github.com/eoeo-org/pow/commit/89faa9541aaf5b4541731451ec83c6e046b57714)) +* **deps:** update gcr.io/distroless/cc-debian12:nonroot docker digest to 594b520 ([#1564](https://github.com/eoeo-org/pow/issues/1564)) ([0255e9a](https://github.com/eoeo-org/pow/commit/0255e9ac488e183bfc129f811e53fd68c952fe89)) +* **deps:** update gcr.io/distroless/cc-debian12:nonroot docker digest to 6970a2b ([#1644](https://github.com/eoeo-org/pow/issues/1644)) ([3f30303](https://github.com/eoeo-org/pow/commit/3f30303b8a983e9cfac48f31c778756840e6dbce)) +* **deps:** update gcr.io/distroless/cc-debian12:nonroot docker digest to b87a508 ([#1409](https://github.com/eoeo-org/pow/issues/1409)) ([806c639](https://github.com/eoeo-org/pow/commit/806c63924845147ec13a5d109cc19a7189fb633c)) +* **deps:** update gcr.io/distroless/cc-debian12:nonroot docker digest to ce79e14 ([#1528](https://github.com/eoeo-org/pow/issues/1528)) ([fd97255](https://github.com/eoeo-org/pow/commit/fd972559bfe803988e32ea4fe1b892182132a8d8)) +* **deps:** update gcr.io/distroless/cc-debian12:nonroot docker digest to eeb716b ([#1338](https://github.com/eoeo-org/pow/issues/1338)) ([47afc14](https://github.com/eoeo-org/pow/commit/47afc1403733b8d0f7c7fa92da5b64eb30edddc4)) +* **deps:** update gcr.io/distroless/cc-debian12:nonroot docker digest to fe61a50 ([#1495](https://github.com/eoeo-org/pow/issues/1495)) ([8641952](https://github.com/eoeo-org/pow/commit/86419529391a73366b448360249f2295fad1054c)) +* **deps:** update quay.io/curl/curl-base docker tag to v8.11.1 ([#1592](https://github.com/eoeo-org/pow/issues/1592)) ([12dd80c](https://github.com/eoeo-org/pow/commit/12dd80ce0555e8967f965a330fc38cd57ab3b02d)) +* **deps:** update quay.io/curl/curl-base docker tag to v8.12.0 ([#1678](https://github.com/eoeo-org/pow/issues/1678)) ([a43e67e](https://github.com/eoeo-org/pow/commit/a43e67ee880c22b9d9a1459334784b95fd061528)) +* **deps:** update quay.io/curl/curl-base docker tag to v8.12.1 ([#1686](https://github.com/eoeo-org/pow/issues/1686)) ([d1744d2](https://github.com/eoeo-org/pow/commit/d1744d26fe2abe064e8bd401575c389192c7bfa9)) +* **deps:** update quay.io/curl/curl-base docker tag to v8.9.0 ([#1376](https://github.com/eoeo-org/pow/issues/1376)) ([1859e3e](https://github.com/eoeo-org/pow/commit/1859e3ef0249c1d9975604084ee56a38d2074b22)) +* **deps:** update ubuntu:devel docker digest to 2589506 ([#1330](https://github.com/eoeo-org/pow/issues/1330)) ([709a020](https://github.com/eoeo-org/pow/commit/709a020b7920fa75b235d2d1977479f4a644780c)) +* **deps:** update ubuntu:devel docker digest to b7c7d0b ([#1326](https://github.com/eoeo-org/pow/issues/1326)) ([63233df](https://github.com/eoeo-org/pow/commit/63233df910951802b9f828d87b51024a904e0ec9)) +* fix Dockerfile for prisma ([#1388](https://github.com/eoeo-org/pow/issues/1388)) ([9834d23](https://github.com/eoeo-org/pow/commit/9834d23fe665941ff404e02748694917f6ac5f88)) +* fix FromAsCasing ([#1364](https://github.com/eoeo-org/pow/issues/1364)) ([e76e1bf](https://github.com/eoeo-org/pow/commit/e76e1bf23c8f44ff084bc490421b8e93b011de47)) +* remove unnecessary package.json ([#1391](https://github.com/eoeo-org/pow/issues/1391)) ([fabad1b](https://github.com/eoeo-org/pow/commit/fabad1b2a3c3dbb1989dd2fc0afe97851474ae00)) +* use ubuntu user instead of root for container execution ([#1693](https://github.com/eoeo-org/pow/issues/1693)) ([22aee99](https://github.com/eoeo-org/pow/commit/22aee9985ddede107d113d432826d0305523cf5b)) + ## [3.14.33](https://github.com/eoeo-org/pow/compare/v3.14.32...v3.14.33) (2025-02-26) diff --git a/package.json b/package.json index 4b7e12dc..f00d53a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pow", - "version": "3.14.33", + "version": "3.15.0", "main": "dist/src/index.js", "scripts": { "start": "node .",