Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

fix(deps): update dependency yaml to v1.10.0 #195

Merged
merged 2 commits into from
May 19, 2020
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 18, 2020

This PR contains the following updates:

Package Type Update Change
yaml (source) dependencies minor 1.9.2 -> 1.10.0

Release Notes

eemeli/yaml

v1.10.0

Compare Source

This will probably be the last minor release of yaml@1. I'm aiming to release yaml@2 within a few months; prereleases of that will be published using the next dist-tag on npm. Patch releases for 1.10 may still happen, if necessary.

New Features
  • Use Rollup for Node.js & browser builds (#​165)
    • This removes most of the internal dist/ paths from the release. If you want/need to use a class or function that is no longer public, please file an issue and we can add it to the exports.
    • Drop dependency on @babel/runtime. After this, the package has 0 runtime dependencies. 🎉
    • Add exports { Alias, Collection, Merge, Node } to 'yaml/types'
  • Document Schema.createPair() & make its ctx arg optional (#​157)
  • Always indent top-level scalars with lines starting with document markers or % directives (#​162)
  • Use double-space when forcing top-level block scalar indent, for clarity (#​162)
  • Add getNodes(): string[] method to Anchors (#​166)
  • Refactor Jest config, adding tests for compiled dist/ endpoints
  • Rename & refactor source files. This should have no effect on the results, but lots of stuff moved around
Improved Errors & Warnings
  • Throw more helpful error when setting Pair.commentBefore incorrectly (#​157)
  • Better errors for bad indents (#​169)
  • Drop incorrect error for flow mapping keys with length > 1024 chars
  • Add errors for plain scalars that start with reserved indicators
  • Add more explicit errors for block scalar values with bad indents
  • Enable log prints during npm start debugging
Improved TypeScript declarations
  • Fix/simplify export mapping of 'yaml/types' and 'yaml/util'
  • Fix types, dropping AST.{AstNode,ScalarNode,CollectionNode} (#​160)
  • Add missing toString() methods to AST nodes (#​159)
  • Add directivesEndMarker to Document type (#​167)
Bugfixes
  • Use CommonJS for top-level default-exporting browser endpoints (#​163)
  • docs: Add note about simpleKeys for null values (#​170)
  • Update dev & playground dependencies, including eslint 7 & jest 26
  • Update yaml-test-suite, fixing errors in remaining invalid-input tests
    • Add explicit error for block scalars with more-indented leading empty lines (S98Z)
    • Properly add error for tab-indented map values (4EJS)
    • Add error for multiline implicit flow sequence pair key (DK4H & ZXT5)
    • Require space after comma before comment in flow collections (CVW2)
    • Use mapAsMap: true for out.yaml tests (4FJ6)

Renovate configuration

📅 Schedule: "after 2pm on Monday" in timezone Europe/Zurich.

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

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

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@github-actions
Copy link

This PR will trigger a patch release when merged.

@renovate
Copy link
Contributor Author

renovate bot commented May 18, 2020

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

@tripodsan tripodsan merged commit 992afbb into master May 19, 2020
@tripodsan tripodsan deleted the renovate/external branch May 19, 2020 01:48
trieloff pushed a commit that referenced this pull request May 19, 2020
## [1.8.29](v1.8.28...v1.8.29) (2020-05-19)

### Bug Fixes

* **deps:** update dependency yaml to v1.10.0 ([#195](#195)) ([992afbb](992afbb))
@trieloff
Copy link
Collaborator

🎉 This PR is included in version 1.8.29 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit to adobe/freyja-service that referenced this pull request Jan 9, 2024
# 1.0.0 (2024-01-09)

### Bug Fixes

* @adobe/helix-fetch -> @adobe/fetch ([#644](https://github.com/adobe/freyja-service/issues/644)) ([b545ad9](https://github.com/adobe/freyja-service/commit/b545ad94cda7742097e2807a8604ba8f8184ceca))
* **actions:** add main and release workflows for GH actions ([323fa8d](https://github.com/adobe/freyja-service/commit/323fa8d534a51242fa67994cc42c85cee60b3b68)), closes [#140](https://github.com/adobe/freyja-service/issues/140)
* better releasing ([#578](https://github.com/adobe/freyja-service/issues/578)) ([ee7d212](https://github.com/adobe/freyja-service/commit/ee7d212884402f435298bdce00b643c4c060b810))
* **build:** add missing dependency ([aa163d7](https://github.com/adobe/freyja-service/commit/aa163d71ee726a1a5e5133c5feec96dbaede927e))
* **build:** add wsk property for release tracking ([9e36a10](https://github.com/adobe/freyja-service/commit/9e36a1028c5b4a37ece2bab0b3b68de3e6c8571e))
* **build:** fix YAML syntax ([1d950c0](https://github.com/adobe/freyja-service/commit/1d950c02ab9be98f316762d0dcb36081ebf680d7))
* **build:** increase version number to get a release ([f04ab95](https://github.com/adobe/freyja-service/commit/f04ab95d9fc06cd0498d587a06f22f184903dd2b))
* **cfg:** use helix-serives package ([#178](https://github.com/adobe/freyja-service/issues/178)) ([25fa3bf](https://github.com/adobe/freyja-service/commit/25fa3bfbb3d0f2b5b051372177b87c82a9e430b5))
* **ci:** fix release branch ([92a8e0e](https://github.com/adobe/freyja-service/commit/92a8e0eee3f5e205c31554baf9d7c1c2551d3077))
* **cli:** remane start script ([82382eb](https://github.com/adobe/freyja-service/commit/82382ebae8dd026812465e1e30cdbf699404d13a)), closes [#669](https://github.com/adobe/freyja-service/issues/669)
* deploy me ([334f05e](https://github.com/adobe/freyja-service/commit/334f05e1349e3e41a4199e73a25abb0293553a36))
* **deploy:** adjust action name for deployments ([95d69cc](https://github.com/adobe/freyja-service/commit/95d69ccdb9e8b744733e069ddd1cb4f2194942a1)), closes [#153](https://github.com/adobe/freyja-service/issues/153)
* **deploy:** use helix-services package ([#174](https://github.com/adobe/freyja-service/issues/174)) ([c053ed9](https://github.com/adobe/freyja-service/commit/c053ed9dd821596434c3594ad3257d5aa84666ca))
* **deps:** pin dependencies ([b3564ee](https://github.com/adobe/freyja-service/commit/b3564ee428939b5af09cbd5d82b0482a74f0d281))
* **deps:** remove unused junit dependency ([461af53](https://github.com/adobe/freyja-service/commit/461af53bbcb22ab1aa4fb46ab59bca783484ac70))
* **deps:** should use new helix-post-deploy ([#387](https://github.com/adobe/freyja-service/issues/387)) ([13f14ac](https://github.com/adobe/freyja-service/commit/13f14ac308ed4d3028f101e3a60ee807a9687c3e))
* **deps:** update [@adobe](https://github.com/adobe) ([9339d74](https://github.com/adobe/freyja-service/commit/9339d746a1e2dbaa78d67914876a43d886503f5f))
* **deps:** update [@adobe](https://github.com/adobe) ([37d9a09](https://github.com/adobe/freyja-service/commit/37d9a093d606738b854408ec31248529fa4d9037))
* **deps:** update [@adobe](https://github.com/adobe) ([#116](https://github.com/adobe/freyja-service/issues/116)) ([3ad2bfa](https://github.com/adobe/freyja-service/commit/3ad2bfa468e28e36104bf8484f4f4a86c3620583))
* **deps:** update adobe fixes ([bf9355e](https://github.com/adobe/freyja-service/commit/bf9355ee488aa80926f9c69febe8902b924d4afd))
* **deps:** update adobe fixes ([7539097](https://github.com/adobe/freyja-service/commit/753909741e705b63123899ede836a7b76e098457))
* **deps:** update adobe fixes ([e3913a3](https://github.com/adobe/freyja-service/commit/e3913a3362c88491cf67efa58adef2d9f380f62d))
* **deps:** update adobe fixes ([34d5b77](https://github.com/adobe/freyja-service/commit/34d5b770d478183a1bfcea05f9c11468890e026c))
* **deps:** update adobe fixes ([dc953f9](https://github.com/adobe/freyja-service/commit/dc953f9b4676169a7d5c18e97adf5cbc10151c42))
* **deps:** update adobe fixes ([e300cc0](https://github.com/adobe/freyja-service/commit/e300cc0d4899ceaab24e49cf826b27bac9dd8a3b))
* **deps:** update adobe fixes ([cda1b4e](https://github.com/adobe/freyja-service/commit/cda1b4e27a55f1d87f54565c131db49c736dab1c))
* **deps:** update adobe fixes ([d4fd40e](https://github.com/adobe/freyja-service/commit/d4fd40e3124e16734078f5ec74f87cc941fdacb9))
* **deps:** update adobe fixes ([f195400](https://github.com/adobe/freyja-service/commit/f195400b7f0772a5fcb4339eda7df4a0003cbde2))
* **deps:** update adobe fixes ([4a39817](https://github.com/adobe/freyja-service/commit/4a39817588050b12e45a6a444032dc369cc814fd))
* **deps:** update adobe fixes ([529b393](https://github.com/adobe/freyja-service/commit/529b3937c443f58f04adeeec7648874640a949d4))
* **deps:** update adobe fixes ([db11ab8](https://github.com/adobe/freyja-service/commit/db11ab8c49c00cb9ef9f59cefb726a6a961314c0))
* **deps:** update adobe fixes ([b40dd80](https://github.com/adobe/freyja-service/commit/b40dd8082dbd15c29e6fe0eee6d4083f1607fd13))
* **deps:** update adobe fixes ([646b177](https://github.com/adobe/freyja-service/commit/646b1779edf0e23ed6e5ba55020d758fe2d35861))
* **deps:** update adobe fixes ([3ce3aa4](https://github.com/adobe/freyja-service/commit/3ce3aa482c807c59bc7a542e0cca6959fc76aefd))
* **deps:** update adobe fixes ([d7a77d5](https://github.com/adobe/freyja-service/commit/d7a77d5e316bbf8a06609284e8c5666d17942104))
* **deps:** update adobe fixes ([dd8ca6d](https://github.com/adobe/freyja-service/commit/dd8ca6d09ab1e24ada2db13b6a6be916701b524f))
* **deps:** update adobe fixes ([e5883bf](https://github.com/adobe/freyja-service/commit/e5883bf6f7a18215cfd2b15ed123030c6f3e6269))
* **deps:** update adobe fixes ([#310](https://github.com/adobe/freyja-service/issues/310)) ([8103b7d](https://github.com/adobe/freyja-service/commit/8103b7dbcb40e093e70dc71d94bfaccd02be4c6b))
* **deps:** update adobe fixes ([#330](https://github.com/adobe/freyja-service/issues/330)) ([8399265](https://github.com/adobe/freyja-service/commit/83992654b2b5fd1a513faa23fcbb25a7ebbced9c))
* **deps:** update adobe fixes ([#353](https://github.com/adobe/freyja-service/issues/353)) ([b98a5e0](https://github.com/adobe/freyja-service/commit/b98a5e05d66e3816af415f1974a4d987336a286f))
* **deps:** update adobe fixes ([#359](https://github.com/adobe/freyja-service/issues/359)) ([60fe17f](https://github.com/adobe/freyja-service/commit/60fe17fb4cbc271bcdfe116d8e8548d84c55f942))
* **deps:** update adobe fixes ([#364](https://github.com/adobe/freyja-service/issues/364)) ([036710d](https://github.com/adobe/freyja-service/commit/036710d46ddd56c19cc089d0527ad3a85f72dac1))
* **deps:** update adobe fixes ([#370](https://github.com/adobe/freyja-service/issues/370)) ([70791d0](https://github.com/adobe/freyja-service/commit/70791d0e5bc2609cc6e59dc4499e17d75b764cd4))
* **deps:** update adobe fixes ([#375](https://github.com/adobe/freyja-service/issues/375)) ([6d09959](https://github.com/adobe/freyja-service/commit/6d0995964c351807afbe8481ebd1091cedd5de16))
* **deps:** update adobe fixes ([#390](https://github.com/adobe/freyja-service/issues/390)) ([2d66975](https://github.com/adobe/freyja-service/commit/2d669757f58f7fc34b094424f65450b0336afc64))
* **deps:** update adobe fixes ([#439](https://github.com/adobe/freyja-service/issues/439)) ([f219a1f](https://github.com/adobe/freyja-service/commit/f219a1fb3ad35dfc0380ece608a2f17eef9cf5a1))
* **deps:** update adobe fixes ([#468](https://github.com/adobe/freyja-service/issues/468)) ([5222294](https://github.com/adobe/freyja-service/commit/52222948053872a4122a1928912b5fae7c0639ce))
* **deps:** update adobe fixes ([#510](https://github.com/adobe/freyja-service/issues/510)) ([4329d93](https://github.com/adobe/freyja-service/commit/4329d934456ef44450658e9fb5dc003338375ba5))
* **deps:** update adobe fixes ([#547](https://github.com/adobe/freyja-service/issues/547)) ([fa5218c](https://github.com/adobe/freyja-service/commit/fa5218cacfc17078e656ca6bb32335e29ddb1164))
* **deps:** update adobe fixes ([#549](https://github.com/adobe/freyja-service/issues/549)) ([bb78e90](https://github.com/adobe/freyja-service/commit/bb78e90c6e36e7a22d4edf64af97e4d7b389de58))
* **deps:** update adobe fixes ([#594](https://github.com/adobe/freyja-service/issues/594)) ([cc470b1](https://github.com/adobe/freyja-service/commit/cc470b14fb9d5f2f4fd648d72fd1d3fb4c8032a1))
* **deps:** update adobe fixes ([#637](https://github.com/adobe/freyja-service/issues/637)) ([42a8be7](https://github.com/adobe/freyja-service/commit/42a8be75dabed4b6c4f3c19e77d1786a88082b8d))
* **deps:** update adobe fixes ([#690](https://github.com/adobe/freyja-service/issues/690)) ([e62fd30](https://github.com/adobe/freyja-service/commit/e62fd30c84110654ea9c8691b57bb29fb97365b3))
* **deps:** update adobe fixes ([#711](https://github.com/adobe/freyja-service/issues/711)) ([273ae8a](https://github.com/adobe/freyja-service/commit/273ae8a62a6f9e950f403a629bb74001df70db7c))
* **deps:** update adobe fixes ([#730](https://github.com/adobe/freyja-service/issues/730)) ([643fd9b](https://github.com/adobe/freyja-service/commit/643fd9b5525286e22bee83711528bf6655aa096e))
* **deps:** update adobe fixes ([#754](https://github.com/adobe/freyja-service/issues/754)) ([fb9ee3a](https://github.com/adobe/freyja-service/commit/fb9ee3a73d9f8f8a61bbb30d83ec85e78068f32b))
* **deps:** update adobe major (major) ([#698](https://github.com/adobe/freyja-service/issues/698)) ([c3c265a](https://github.com/adobe/freyja-service/commit/c3c265acba65653bd78b1aa5d4a1ddc0445e9f31))
* **deps:** update any ([#45](https://github.com/adobe/freyja-service/issues/45)) ([802ccf9](https://github.com/adobe/freyja-service/commit/802ccf956bcf39713923e60504670fab803ccda1))
* **deps:** update dependency @adobe/create-franklin-library to v3.0.1 ([a13f2b1](https://github.com/adobe/freyja-service/commit/a13f2b122ce9257be55f037a6ad54e49df223900))
* **deps:** update dependency @adobe/create-franklin-library to v3.0.10 ([5ecf0dc](https://github.com/adobe/freyja-service/commit/5ecf0dc429581bf43e75ad03ce291af1755d5734))
* **deps:** update dependency @adobe/create-franklin-library to v3.0.11 ([4e6ff05](https://github.com/adobe/freyja-service/commit/4e6ff056391d522586dd739e04c7180926d3cad6))
* **deps:** update dependency @adobe/create-franklin-library to v3.0.5 ([5e25faf](https://github.com/adobe/freyja-service/commit/5e25fafda6d2bf785e78ec5cef5968b77f6ad1c5))
* **deps:** update dependency @adobe/create-franklin-library to v3.0.8 ([f39f972](https://github.com/adobe/freyja-service/commit/f39f972c8ce875cdc854467bcb3eea58b0714b16))
* **deps:** update dependency @adobe/create-helix-library to v1.3.1 ([f7f1216](https://github.com/adobe/freyja-service/commit/f7f1216fedce0a05445a89a53e353796d6f74902))
* **deps:** update dependency @adobe/create-helix-library to v1.3.2 ([#98](https://github.com/adobe/freyja-service/issues/98)) ([a4f6516](https://github.com/adobe/freyja-service/commit/a4f651693bc91e4e5a5efdfe06e0d3092159f322))
* **deps:** update dependency @adobe/create-helix-library to v1.4.0 ([439de59](https://github.com/adobe/freyja-service/commit/439de5966ceaa1db2e61b5282decc7deee237d13))
* **deps:** update dependency @adobe/create-helix-library to v1.4.1 ([841f26e](https://github.com/adobe/freyja-service/commit/841f26eac7b002748aac3e5effae4d310ad8561d))
* **deps:** update dependency @adobe/create-helix-library to v1.4.10 ([#400](https://github.com/adobe/freyja-service/issues/400)) ([94d2de9](https://github.com/adobe/freyja-service/commit/94d2de9eebabe1825f520c7ae06d1f7b0fa96f2e))
* **deps:** update dependency @adobe/create-helix-library to v1.4.11 ([#416](https://github.com/adobe/freyja-service/issues/416)) ([719b1ac](https://github.com/adobe/freyja-service/commit/719b1acf3126e0373162f3bea431ef8898ab7d8e))
* **deps:** update dependency @adobe/create-helix-library to v1.4.2 ([#150](https://github.com/adobe/freyja-service/issues/150)) ([f33c17d](https://github.com/adobe/freyja-service/commit/f33c17de00bc143c64c5d77c432093e1f6203c98))
* **deps:** update dependency @adobe/create-helix-library to v1.4.3 ([#167](https://github.com/adobe/freyja-service/issues/167)) ([c0bf00c](https://github.com/adobe/freyja-service/commit/c0bf00cb3f353f19bc4e40accdba0ca05cc7f964))
* **deps:** update dependency @adobe/create-helix-library to v1.4.5 ([#271](https://github.com/adobe/freyja-service/issues/271)) ([f3ac00d](https://github.com/adobe/freyja-service/commit/f3ac00d56ee917b743147d0763dd7d89b6ba70b4))
* **deps:** update dependency @adobe/create-helix-library to v1.4.6 ([#335](https://github.com/adobe/freyja-service/issues/335)) ([9a5e6c4](https://github.com/adobe/freyja-service/commit/9a5e6c42f5ae6df902fc4e141283132372431763))
* **deps:** update dependency @adobe/create-helix-library to v2 ([#490](https://github.com/adobe/freyja-service/issues/490)) ([5e1d539](https://github.com/adobe/freyja-service/commit/5e1d5391fc538c6d7b7452ef194645c216ec1616))
* **deps:** update dependency @adobe/create-helix-library to v2.0.2 ([#529](https://github.com/adobe/freyja-service/issues/529)) ([70be049](https://github.com/adobe/freyja-service/commit/70be0497b02f6fca69ae6e3c76446c84adf55064))
* **deps:** update dependency @adobe/create-helix-library to v2.0.4 ([f9ced1b](https://github.com/adobe/freyja-service/commit/f9ced1b5f1bae132722215044a883845c8e7adaa))
* **deps:** update dependency @adobe/create-helix-library to v2.0.5 ([02fbab6](https://github.com/adobe/freyja-service/commit/02fbab6041bb4540a6c346dc77c6bd1081af7bf9))
* **deps:** update dependency @adobe/create-helix-library to v2.0.6 ([3079867](https://github.com/adobe/freyja-service/commit/3079867f07417dc07c2665ed0ae84b09055d1ad4))
* **deps:** update dependency @adobe/create-helix-library to v2.0.8 ([5c50d47](https://github.com/adobe/freyja-service/commit/5c50d473c268cb79a27a9b3e60e61b87c1a8a993))
* **deps:** update dependency @adobe/fetch to v4.0.2 ([25ab60c](https://github.com/adobe/freyja-service/commit/25ab60cd4753523b31c159ea2ae3fa3001914646))
* **deps:** update dependency @adobe/fetch to v4.0.7 ([#741](https://github.com/adobe/freyja-service/issues/741)) ([0c6fef3](https://github.com/adobe/freyja-service/commit/0c6fef301c81b4dc3efb7d9ba715818c6fe507a7))
* **deps:** update dependency @adobe/fetch to v4.1.1 ([#829](https://github.com/adobe/freyja-service/issues/829)) ([20bcd4c](https://github.com/adobe/freyja-service/commit/20bcd4c72a7e5b8a27b35f0c329cae606401901d))
* **deps:** update dependency @adobe/helix-epsagon to v1.1.1 ([694bda4](https://github.com/adobe/freyja-service/commit/694bda456be8ead71962b5c937aa9ba908f1b9e2))
* **deps:** update dependency @adobe/helix-epsagon to v1.1.10 ([#155](https://github.com/adobe/freyja-service/issues/155)) ([4bec677](https://github.com/adobe/freyja-service/commit/4bec677ca70872861c840d7f91bfaa4450e5f136))
* **deps:** update dependency @adobe/helix-epsagon to v1.1.11 ([#158](https://github.com/adobe/freyja-service/issues/158)) ([a27ffd0](https://github.com/adobe/freyja-service/commit/a27ffd03c7529c141db6f453bfe38a97a359c47e))
* **deps:** update dependency @adobe/helix-epsagon to v1.1.12 ([#166](https://github.com/adobe/freyja-service/issues/166)) ([da55035](https://github.com/adobe/freyja-service/commit/da5503549188d62a57d1afe2aba50a3aaefaa27a))
* **deps:** update dependency @adobe/helix-epsagon to v1.1.13 ([#168](https://github.com/adobe/freyja-service/issues/168)) ([e774e21](https://github.com/adobe/freyja-service/commit/e774e217467ba6b9238c203a6e4cef9c7280a862))
* **deps:** update dependency @adobe/helix-epsagon to v1.1.14 ([#169](https://github.com/adobe/freyja-service/issues/169)) ([3e626c4](https://github.com/adobe/freyja-service/commit/3e626c43af27b64b3c8f282a3c8f0550ab60ac6b))
* **deps:** update dependency @adobe/helix-epsagon to v1.1.2 ([3b32b2f](https://github.com/adobe/freyja-service/commit/3b32b2f180a1fbfa75cbc5e88e698f6a579485cd))
* **deps:** update dependency @adobe/helix-epsagon to v1.1.3 ([#104](https://github.com/adobe/freyja-service/issues/104)) ([3042979](https://github.com/adobe/freyja-service/commit/30429799f155b0c9f55fbc2ac7e651b6258c576d))
* **deps:** update dependency @adobe/helix-epsagon to v1.1.4 ([96a1c52](https://github.com/adobe/freyja-service/commit/96a1c5204c129bd2c53ad5cc1335c4d8bef76d4c))
* **deps:** update dependency @adobe/helix-epsagon to v1.1.5 ([44b46e3](https://github.com/adobe/freyja-service/commit/44b46e393a948d7594abea7e84495686efa41fc6))
* **deps:** update dependency @adobe/helix-epsagon to v1.1.6 ([ccb7262](https://github.com/adobe/freyja-service/commit/ccb72622cb9091ae53b5fc0417eff90f971d5165))
* **deps:** update dependency @adobe/helix-epsagon to v1.1.7 ([b4d7c26](https://github.com/adobe/freyja-service/commit/b4d7c263ff2df2b79ac6835a70e9e3dd3af04cd0))
* **deps:** update dependency @adobe/helix-epsagon to v1.1.8 ([086627e](https://github.com/adobe/freyja-service/commit/086627e477d8afc1ba3f12ff4dfbba39c85e383f))
* **deps:** update dependency @adobe/helix-epsagon to v1.1.9 ([#147](https://github.com/adobe/freyja-service/issues/147)) ([6e5f8c0](https://github.com/adobe/freyja-service/commit/6e5f8c04ad477e40538d3ff98fee236a2e7648c2))
* **deps:** update dependency @adobe/helix-epsagon to v1.2.0 ([#170](https://github.com/adobe/freyja-service/issues/170)) ([92ffa61](https://github.com/adobe/freyja-service/commit/92ffa613a4e4dc0e1c1628166b9a0604627871ae))
* **deps:** update dependency @adobe/helix-epsagon to v1.2.1 ([#187](https://github.com/adobe/freyja-service/issues/187)) ([2617660](https://github.com/adobe/freyja-service/commit/2617660cc9d61475fb7799145e1509ab57ccf6a3))
* **deps:** update dependency @adobe/helix-epsagon to v1.2.2 ([#190](https://github.com/adobe/freyja-service/issues/190)) ([db1db11](https://github.com/adobe/freyja-service/commit/db1db11b883caf62416182bcc9c4c05624fd9c3a))
* **deps:** update dependency @adobe/helix-epsagon to v1.3.0 ([#193](https://github.com/adobe/freyja-service/issues/193)) ([4701c82](https://github.com/adobe/freyja-service/commit/4701c82546c7ffb314b667e107c7a8c0a1606c0f))
* **deps:** update dependency @adobe/helix-epsagon to v1.3.1 ([34e5191](https://github.com/adobe/freyja-service/commit/34e51911e9a4e283a0da9e7c2b851b657cd174ff))
* **deps:** update dependency @adobe/helix-epsagon to v1.3.10 ([#213](https://github.com/adobe/freyja-service/issues/213)) ([29b133d](https://github.com/adobe/freyja-service/commit/29b133dd0b12f512af855c4f109ada1c81af2e67))
* **deps:** update dependency @adobe/helix-epsagon to v1.3.11 ([#214](https://github.com/adobe/freyja-service/issues/214)) ([a320520](https://github.com/adobe/freyja-service/commit/a32052087758a9d577b00e1ac170a60638195e5f))
* **deps:** update dependency @adobe/helix-epsagon to v1.3.12 ([#218](https://github.com/adobe/freyja-service/issues/218)) ([365de2b](https://github.com/adobe/freyja-service/commit/365de2b47c243c4a2d99d6e102740995d5c23b65))
* **deps:** update dependency @adobe/helix-epsagon to v1.3.13 ([7e76e32](https://github.com/adobe/freyja-service/commit/7e76e32eb6c22eaf0df8d61cf63f884de45dad50))
* **deps:** update dependency @adobe/helix-epsagon to v1.3.2 ([#197](https://github.com/adobe/freyja-service/issues/197)) ([1ba78e4](https://github.com/adobe/freyja-service/commit/1ba78e4f0f0e0b09c7eb63f66254ba65b27e890c))
* **deps:** update dependency @adobe/helix-epsagon to v1.3.3 ([#200](https://github.com/adobe/freyja-service/issues/200)) ([b6aa359](https://github.com/adobe/freyja-service/commit/b6aa359e9d6e002739199c4907e0efa66d0eddcd))
* **deps:** update dependency @adobe/helix-epsagon to v1.3.4 ([#203](https://github.com/adobe/freyja-service/issues/203)) ([cb6b976](https://github.com/adobe/freyja-service/commit/cb6b97678d7607983abe011e7078c54062a115f7))
* **deps:** update dependency @adobe/helix-epsagon to v1.3.5 ([#205](https://github.com/adobe/freyja-service/issues/205)) ([8386082](https://github.com/adobe/freyja-service/commit/838608296970dd7f73d9d7569f14d8ed8e641847))
* **deps:** update dependency @adobe/helix-epsagon to v1.3.6 ([#207](https://github.com/adobe/freyja-service/issues/207)) ([f2e271d](https://github.com/adobe/freyja-service/commit/f2e271dedb34c6f73bf484f3f11a78e0eed3a778))
* **deps:** update dependency @adobe/helix-epsagon to v1.3.7 ([#208](https://github.com/adobe/freyja-service/issues/208)) ([5f85e1f](https://github.com/adobe/freyja-service/commit/5f85e1f753101514c00fc1ea8483f928ce89d242))
* **deps:** update dependency @adobe/helix-epsagon to v1.3.8 ([#209](https://github.com/adobe/freyja-service/issues/209)) ([b457155](https://github.com/adobe/freyja-service/commit/b457155ec0ea644faa1c04e6c6d9a19f705e52b0))
* **deps:** update dependency @adobe/helix-epsagon to v1.3.9 ([#210](https://github.com/adobe/freyja-service/issues/210)) ([f8277b4](https://github.com/adobe/freyja-service/commit/f8277b4ddf3f6136ac6574530caabc2c269cec3f))
* **deps:** update dependency @adobe/helix-epsagon to v1.4.0 ([#252](https://github.com/adobe/freyja-service/issues/252)) ([d371670](https://github.com/adobe/freyja-service/commit/d3716707f3a7935b5645c28d4d15cabbd5f31a69))
* **deps:** update dependency @adobe/helix-epsagon to v1.5.0 ([#254](https://github.com/adobe/freyja-service/issues/254)) ([2f24605](https://github.com/adobe/freyja-service/commit/2f246056e820de13b1bc6faa35092f9165997588))
* **deps:** update dependency @adobe/helix-epsagon to v1.5.1 ([#257](https://github.com/adobe/freyja-service/issues/257)) ([61613cb](https://github.com/adobe/freyja-service/commit/61613cbbcf2c5a3e14500ad43b58c3807c19c89d))
* **deps:** update dependency @adobe/helix-epsagon to v1.5.2 ([#263](https://github.com/adobe/freyja-service/issues/263)) ([93cdac2](https://github.com/adobe/freyja-service/commit/93cdac20a0b1e97107cad53426359b341c2d9781))
* **deps:** update dependency @adobe/helix-epsagon to v1.5.3 ([#268](https://github.com/adobe/freyja-service/issues/268)) ([c270ab6](https://github.com/adobe/freyja-service/commit/c270ab63fe827585d7132976c4be8c3a5db1ffb7))
* **deps:** update dependency @adobe/helix-epsagon to v1.5.4 ([#283](https://github.com/adobe/freyja-service/issues/283)) ([228b2fe](https://github.com/adobe/freyja-service/commit/228b2fe6200f49e94d1900cfc6b22e5511961c12))
* **deps:** update dependency @adobe/helix-epsagon to v1.5.5 ([#296](https://github.com/adobe/freyja-service/issues/296)) ([0fa9bc8](https://github.com/adobe/freyja-service/commit/0fa9bc85404ce86c5f7686d8844cf42ed175c762))
* **deps:** update dependency @adobe/helix-epsagon to v1.5.6 ([#305](https://github.com/adobe/freyja-service/issues/305)) ([5c88a5c](https://github.com/adobe/freyja-service/commit/5c88a5cf58dc94aaa436573cc5a3e31fac21862a))
* **deps:** update dependency @adobe/helix-epsagon to v1.5.8 ([#315](https://github.com/adobe/freyja-service/issues/315)) ([2b1cbb2](https://github.com/adobe/freyja-service/commit/2b1cbb2cd69cd84c16e450611c79c79d1dcb91d9))
* **deps:** update dependency @adobe/helix-epsagon to v1.6.0 ([#340](https://github.com/adobe/freyja-service/issues/340)) ([553ece3](https://github.com/adobe/freyja-service/commit/553ece3a48031dc82bf3853a19159b63a5fc8ccd))
* **deps:** update dependency @adobe/helix-epsagon to v1.6.1 ([#356](https://github.com/adobe/freyja-service/issues/356)) ([c8ad520](https://github.com/adobe/freyja-service/commit/c8ad520f7142a3b093d716cfa8396a940aed75c0))
* **deps:** update dependency @adobe/helix-epsagon to v1.6.2 ([#362](https://github.com/adobe/freyja-service/issues/362)) ([aec472f](https://github.com/adobe/freyja-service/commit/aec472fb482ecb80ebb8e719fe9e085ce6436d59))
* **deps:** update dependency @adobe/helix-epsagon to v1.6.4 ([#368](https://github.com/adobe/freyja-service/issues/368)) ([326b8b0](https://github.com/adobe/freyja-service/commit/326b8b05cd2c8520c171e8771086714fe9f8bedd))
* **deps:** update dependency @adobe/helix-fetch to v3.0.11 ([7cfce80](https://github.com/adobe/freyja-service/commit/7cfce80c60fc0e2c244c79c7a361d5eebb20ef30))
* **deps:** update dependency @adobe/helix-fetch to v3.0.4 ([27bfc00](https://github.com/adobe/freyja-service/commit/27bfc00d0de2da0fc0b26da6835257b39f4fdb78))
* **deps:** update dependency @adobe/helix-fetch to v3.0.7 ([c49a4c6](https://github.com/adobe/freyja-service/commit/c49a4c6ca78cb3c166cdd4ff5ef15488cdbb6ab6))
* **deps:** update dependency @adobe/helix-shared to v7.25.0 ([#372](https://github.com/adobe/freyja-service/issues/372)) ([bd56d2c](https://github.com/adobe/freyja-service/commit/bd56d2ce13253dc5900f07d5df72bd1522f675f7))
* **deps:** update dependency @adobe/helix-shared to v7.25.1 ([#373](https://github.com/adobe/freyja-service/issues/373)) ([35b6706](https://github.com/adobe/freyja-service/commit/35b6706ace19d1833577e0073bb65961b8795039))
* **deps:** update dependency @adobe/helix-shared to v7.26.3 ([#378](https://github.com/adobe/freyja-service/issues/378)) ([b1728f5](https://github.com/adobe/freyja-service/commit/b1728f55cd592a62cd395766b4543be786391b89))
* **deps:** update dependency @adobe/helix-shared to v7.27.0 ([#382](https://github.com/adobe/freyja-service/issues/382)) ([ff4c38a](https://github.com/adobe/freyja-service/commit/ff4c38a59791539e3f111e5b8fc0c5e56ae39882))
* **deps:** update dependency @adobe/helix-shared to v7.28.0 ([#385](https://github.com/adobe/freyja-service/issues/385)) ([7d5ce43](https://github.com/adobe/freyja-service/commit/7d5ce43623e446faff99f28def0fd1fe28977ed6))
* **deps:** update dependency @adobe/helix-shared to v7.29.1 ([#386](https://github.com/adobe/freyja-service/issues/386)) ([ca49ccb](https://github.com/adobe/freyja-service/commit/ca49ccba8ecaf273f5903022dcbe5745728d75f7))
* **deps:** update dependency @adobe/helix-shared to v8 ([#388](https://github.com/adobe/freyja-service/issues/388)) ([126feee](https://github.com/adobe/freyja-service/commit/126feeeeb32ab038d437b252e48552abf57b5d86))
* **deps:** update dependency @adobe/helix-shared to v8.0.4 ([#391](https://github.com/adobe/freyja-service/issues/391)) ([83a650e](https://github.com/adobe/freyja-service/commit/83a650e90839e0bced78e6d3a978314680afe427))
* **deps:** update dependency @adobe/helix-shared-wrap to v1.0.1 ([#521](https://github.com/adobe/freyja-service/issues/521)) ([2f49446](https://github.com/adobe/freyja-service/commit/2f4944618073080712457961dfcfc6e3ecf8ca14))
* **deps:** update dependency @adobe/helix-shared-wrap to v1.0.2 ([#530](https://github.com/adobe/freyja-service/issues/530)) ([0303d82](https://github.com/adobe/freyja-service/commit/0303d82bd36b1fa9f1060026d5d422a192ef8684))
* **deps:** update dependency @adobe/helix-shared-wrap to v1.0.4 ([#557](https://github.com/adobe/freyja-service/issues/557)) ([0a42bed](https://github.com/adobe/freyja-service/commit/0a42bed4f424c53123e49d3430f017c885906af1))
* **deps:** update dependency @adobe/helix-shared-wrap to v1.0.5 ([#584](https://github.com/adobe/freyja-service/issues/584)) ([beb9573](https://github.com/adobe/freyja-service/commit/beb9573276a70b58405bc4db7d7ccfbf7855e961))
* **deps:** update dependency @adobe/helix-status to v5.0.2 ([#32](https://github.com/adobe/freyja-service/issues/32)) ([49ea87b](https://github.com/adobe/freyja-service/commit/49ea87b255ec4ee9a15cc376e526e38ba92d4b0a))
* **deps:** update dependency @adobe/helix-status to v5.1.0 ([#35](https://github.com/adobe/freyja-service/issues/35)) ([118444c](https://github.com/adobe/freyja-service/commit/118444c890dc92ca90826c04d998e7ebd085fbc9))
* **deps:** update dependency @adobe/helix-status to v5.1.1 ([#41](https://github.com/adobe/freyja-service/issues/41)) ([1704807](https://github.com/adobe/freyja-service/commit/17048073d5cb4f6cf181049e172df23614a5f3de))
* **deps:** update dependency @adobe/helix-status to v5.2.0 ([#43](https://github.com/adobe/freyja-service/issues/43)) ([d5e7605](https://github.com/adobe/freyja-service/commit/d5e7605a14cfa00a459e7b4ec3c07eb0bda9dc05))
* **deps:** update dependency @adobe/helix-status to v6 ([b76f907](https://github.com/adobe/freyja-service/commit/b76f9073d86a84af361b5f3eeb0026dad1b52e76))
* **deps:** update dependency @adobe/helix-status to v7 ([ae179e5](https://github.com/adobe/freyja-service/commit/ae179e54700b3c0a2b3d9504ce557cb90132216c))
* **deps:** update dependency @adobe/helix-status to v7.0.2 ([35e8a4a](https://github.com/adobe/freyja-service/commit/35e8a4a0e1d26fb8fede8552504cc5b0df711fbe))
* **deps:** update dependency @adobe/helix-status to v7.0.3 ([#79](https://github.com/adobe/freyja-service/issues/79)) ([76ee8d8](https://github.com/adobe/freyja-service/commit/76ee8d84a7b6a2f2324e6778b393909ac35024a8))
* **deps:** update dependency @adobe/helix-status to v7.1.1 ([aa63bfb](https://github.com/adobe/freyja-service/commit/aa63bfbba0c16fc91780844cef1286b42deb66c9))
* **deps:** update dependency @adobe/helix-status to v7.1.3 ([#175](https://github.com/adobe/freyja-service/issues/175)) ([eb370c9](https://github.com/adobe/freyja-service/commit/eb370c9cffca2754152722ec4d5a3e4f6af87329))
* **deps:** update dependency @adobe/helix-status to v8 ([#224](https://github.com/adobe/freyja-service/issues/224)) ([1f98903](https://github.com/adobe/freyja-service/commit/1f989039ef3088d652c6d704eece3e06fc757e58))
* **deps:** update dependency @adobe/helix-status to v8.1.0 ([#225](https://github.com/adobe/freyja-service/issues/225)) ([e97a298](https://github.com/adobe/freyja-service/commit/e97a29818aa670417e2fbad9c2b7ec0a46c0ea52))
* **deps:** update dependency @adobe/helix-status to v8.1.1 ([#237](https://github.com/adobe/freyja-service/issues/237)) ([78a029b](https://github.com/adobe/freyja-service/commit/78a029b04f3f50b595a609207a99a5fa0c53ed81))
* **deps:** update dependency @adobe/helix-status to v8.1.2 ([#239](https://github.com/adobe/freyja-service/issues/239)) ([3dc54ce](https://github.com/adobe/freyja-service/commit/3dc54ce8effa53a3adacd1068e4630dff042f348))
* **deps:** update dependency @adobe/helix-status to v8.1.3 ([#244](https://github.com/adobe/freyja-service/issues/244)) ([af4935e](https://github.com/adobe/freyja-service/commit/af4935ecdd703b68414d0837a744f16f89b80a50))
* **deps:** update dependency @adobe/helix-status to v8.2.0 ([#266](https://github.com/adobe/freyja-service/issues/266)) ([e6fd2f0](https://github.com/adobe/freyja-service/commit/e6fd2f006311ba02b6ea3846cc976d0af7afedd4))
* **deps:** update dependency @adobe/helix-status to v8.2.1 ([#270](https://github.com/adobe/freyja-service/issues/270)) ([cc6e164](https://github.com/adobe/freyja-service/commit/cc6e164faa418729ba91c23078728d8669435bd2))
* **deps:** update dependency @adobe/helix-status to v8.2.2 ([#290](https://github.com/adobe/freyja-service/issues/290)) ([00302cb](https://github.com/adobe/freyja-service/commit/00302cb57f2196d2e94e139c14b4d6ba56418100))
* **deps:** update dependency @adobe/helix-status to v8.2.3 ([#297](https://github.com/adobe/freyja-service/issues/297)) ([447c150](https://github.com/adobe/freyja-service/commit/447c150542aa3d1327272087edd3abc48e608c6f))
* **deps:** update dependency @adobe/helix-status to v9 ([#301](https://github.com/adobe/freyja-service/issues/301)) ([ecd5ed6](https://github.com/adobe/freyja-service/commit/ecd5ed6b5355655ea26541fef6ec332484445273))
* **deps:** update dependency @adobe/helix-status to v9.0.1 ([#311](https://github.com/adobe/freyja-service/issues/311)) ([e1b5ac9](https://github.com/adobe/freyja-service/commit/e1b5ac90dd826f4c0f53c06ff639e62095e5c3b7))
* **deps:** update dependency @adobe/helix-status to v9.0.2 ([#319](https://github.com/adobe/freyja-service/issues/319)) ([47fb258](https://github.com/adobe/freyja-service/commit/47fb258a91838acb7651d2e84135dd6e70acc2c1))
* **deps:** update dependency @adobe/helix-status to v9.0.3 ([#322](https://github.com/adobe/freyja-service/issues/322)) ([f2e43fa](https://github.com/adobe/freyja-service/commit/f2e43fa7e77f2dcfb128e47952d8b8c2e3eb1dc7))
* **deps:** update dependency @adobe/helix-status to v9.0.4 ([#325](https://github.com/adobe/freyja-service/issues/325)) ([11abb5b](https://github.com/adobe/freyja-service/commit/11abb5b711880dba7ce246f5e10875b0a7d8d0c7))
* **deps:** update dependency @adobe/helix-status to v9.0.6 ([#332](https://github.com/adobe/freyja-service/issues/332)) ([0032e73](https://github.com/adobe/freyja-service/commit/0032e7331468d54ced2720cfec887f82ebd6c058))
* **deps:** update dependency @adobe/helix-status to v9.0.7 ([#341](https://github.com/adobe/freyja-service/issues/341)) ([ee55cd2](https://github.com/adobe/freyja-service/commit/ee55cd2db1f1f5430425e3f6bcf2d452cb7f4673))
* **deps:** update dependency @adobe/helix-status to v9.0.8 ([#342](https://github.com/adobe/freyja-service/issues/342)) ([a28d918](https://github.com/adobe/freyja-service/commit/a28d9181b7ff551f82302e72c4262e7118d983d2))
* **deps:** update dependency @adobe/helix-status to v9.0.9 ([#343](https://github.com/adobe/freyja-service/issues/343)) ([be5ed4d](https://github.com/adobe/freyja-service/commit/be5ed4d1a163f730f65e374ac3624cf2059157cb))
* **deps:** update dependency @adobe/helix-status to v9.1.0 ([#344](https://github.com/adobe/freyja-service/issues/344)) ([a326a19](https://github.com/adobe/freyja-service/commit/a326a196dc93750ee62fabfdc1fbdf1bdf71bf0e))
* **deps:** update dependency @adobe/helix-status to v9.1.1 ([#350](https://github.com/adobe/freyja-service/issues/350)) ([9219ba9](https://github.com/adobe/freyja-service/commit/9219ba9dd30e6f8c1960fc7066600d0660b208ef))
* **deps:** update dependency @adobe/helix-status to v9.1.2 ([#352](https://github.com/adobe/freyja-service/issues/352)) ([6a311e8](https://github.com/adobe/freyja-service/commit/6a311e8329f93153da780e9789f4e53b76446524))
* **deps:** update dependency @adobe/helix-status to v9.1.5 ([#360](https://github.com/adobe/freyja-service/issues/360)) ([089530a](https://github.com/adobe/freyja-service/commit/089530af3a0789408df38334de1157532fdc9e85))
* **deps:** update dependency @adobe/helix-status to v9.2.0 ([#430](https://github.com/adobe/freyja-service/issues/430)) ([76b57f7](https://github.com/adobe/freyja-service/commit/76b57f7bd501f88178a1d50f61098b35603519c5))
* **deps:** update dependency @adobe/helix-status to v9.2.14 ([#642](https://github.com/adobe/freyja-service/issues/642)) ([de787a0](https://github.com/adobe/freyja-service/commit/de787a032e7ba87992da4c969fd2129c23988842))
* **deps:** update dependency @adobe/helix-status to v9.2.15 ([ad174e1](https://github.com/adobe/freyja-service/commit/ad174e1a3e3410b660d3cb762d56f2bf3779e488))
* **deps:** update dependency @adobe/helix-status to v9.2.3 ([#457](https://github.com/adobe/freyja-service/issues/457)) ([50b6a9f](https://github.com/adobe/freyja-service/commit/50b6a9f7c1d10d932a8f5ff622c7e4ea0ad57374))
* **deps:** update dependency @adobe/helix-status to v9.2.7 ([7a1b157](https://github.com/adobe/freyja-service/commit/7a1b1574d86010ba15d3238e3067622216ead0b2))
* **deps:** update dependency @adobe/helix-status to v9.2.9 ([#561](https://github.com/adobe/freyja-service/issues/561)) ([4e2c158](https://github.com/adobe/freyja-service/commit/4e2c158826f67e1b09c9e1f6a94a7b8ee5880cd1))
* **deps:** update dependency @adobe/helix-universal to v1.4.0 ([#392](https://github.com/adobe/freyja-service/issues/392)) ([a0c85c9](https://github.com/adobe/freyja-service/commit/a0c85c9d2d98b45449b3733a248bcc703c10dcbb))
* **deps:** update dependency @adobe/helix-universal to v1.5.0 ([#396](https://github.com/adobe/freyja-service/issues/396)) ([2c57818](https://github.com/adobe/freyja-service/commit/2c578182c1967d1ed3c915dba01f4eb6213450af))
* **deps:** update dependency @adobe/helix-universal to v1.6.1 ([#412](https://github.com/adobe/freyja-service/issues/412)) ([3b0b42b](https://github.com/adobe/freyja-service/commit/3b0b42b97e0de2afaac0aab4323620ca4ef81cc5))
* **deps:** update dependency @adobe/helix-universal to v1.6.10 ([#451](https://github.com/adobe/freyja-service/issues/451)) ([5c40a4b](https://github.com/adobe/freyja-service/commit/5c40a4bf341e225cdef88ce4966bb0b5de9e94ed))
* **deps:** update dependency @adobe/helix-universal to v1.6.12 ([#454](https://github.com/adobe/freyja-service/issues/454)) ([b8dd769](https://github.com/adobe/freyja-service/commit/b8dd769fb23144cbf101ddb4fc9f95f4eb54c88c))
* **deps:** update dependency @adobe/helix-universal to v1.6.2 ([#415](https://github.com/adobe/freyja-service/issues/415)) ([51ff08d](https://github.com/adobe/freyja-service/commit/51ff08d169300740070f0a318813202bb3e6aeb8))
* **deps:** update dependency @adobe/helix-universal to v1.6.3 ([#419](https://github.com/adobe/freyja-service/issues/419)) ([d73e4b4](https://github.com/adobe/freyja-service/commit/d73e4b48f157758af3a0415f7e3dab13d526964e))
* **deps:** update dependency @adobe/helix-universal to v1.6.4 ([#423](https://github.com/adobe/freyja-service/issues/423)) ([77d4bd0](https://github.com/adobe/freyja-service/commit/77d4bd0db423f89330618ce064297be95d7b837e))
* **deps:** update dependency @adobe/helix-universal to v1.6.5 ([#425](https://github.com/adobe/freyja-service/issues/425)) ([a213f62](https://github.com/adobe/freyja-service/commit/a213f62ece722605b6f46c252e0c14b592933a18))
* **deps:** update dependency @adobe/helix-universal to v1.6.7 ([#440](https://github.com/adobe/freyja-service/issues/440)) ([05f8bba](https://github.com/adobe/freyja-service/commit/05f8bbaf6f7e4e01c28ee3eba3de93b0fac56229))
* **deps:** update dependency @adobe/helix-universal to v1.6.8 ([#445](https://github.com/adobe/freyja-service/issues/445)) ([3c661f9](https://github.com/adobe/freyja-service/commit/3c661f916f4433c58ac9ad4509a6eb1d914f77c0))
* **deps:** update dependency @adobe/helix-universal to v1.6.9 ([#449](https://github.com/adobe/freyja-service/issues/449)) ([cce4bfe](https://github.com/adobe/freyja-service/commit/cce4bfeca2ba0a8c39ae390db1d5ce540a094cc1))
* **deps:** update dependency @adobe/helix-universal to v1.8.0 ([#463](https://github.com/adobe/freyja-service/issues/463)) ([0af37d5](https://github.com/adobe/freyja-service/commit/0af37d583c7595afc73529675b9ddebe5aedf6ba))
* **deps:** update dependency @adobe/helix-universal to v1.9.0 ([#470](https://github.com/adobe/freyja-service/issues/470)) ([c989031](https://github.com/adobe/freyja-service/commit/c989031a4d6b947f054a25b826b733d02d606d07))
* **deps:** update dependency @adobe/helix-universal to v1.9.1 ([#488](https://github.com/adobe/freyja-service/issues/488)) ([af86840](https://github.com/adobe/freyja-service/commit/af8684026242543e7145c784f04aed4a759b8e6f))
* **deps:** update dependency @adobe/helix-universal to v2 ([#504](https://github.com/adobe/freyja-service/issues/504)) ([4548fb4](https://github.com/adobe/freyja-service/commit/4548fb4ec241eb95cd52f2785f333e7442cec9de))
* **deps:** update dependency @adobe/helix-universal-logger to v1.0.8 ([#446](https://github.com/adobe/freyja-service/issues/446)) ([ea8dd8d](https://github.com/adobe/freyja-service/commit/ea8dd8d64083e6c214e316a29730960483d0f58e))
* **deps:** update dependency @adobe/helix-universal-logger to v1.1.0 ([#464](https://github.com/adobe/freyja-service/issues/464)) ([edb4054](https://github.com/adobe/freyja-service/commit/edb405462c2d6e3a58393d61eedb1d73e8046f2c))
* **deps:** update dependency @adobe/helix-universal-logger to v2 ([#471](https://github.com/adobe/freyja-service/issues/471)) ([21572d2](https://github.com/adobe/freyja-service/commit/21572d20bdaac0c6da445044ac74dfde29c93f3a))
* **deps:** update dependency @adobe/helix-universal-logger to v2.0.2 ([#524](https://github.com/adobe/freyja-service/issues/524)) ([7abcbbf](https://github.com/adobe/freyja-service/commit/7abcbbf8415f9c3692ac4260f1f9da033e43bc86))
* **deps:** update dependency @adobe/helix-universal-logger to v3.0.12 ([#827](https://github.com/adobe/freyja-service/issues/827)) ([0f6e0f4](https://github.com/adobe/freyja-service/commit/0f6e0f4bc2049c1c924bb57c7b89154fc2ef87dc))
* **deps:** update dependency @adobe/openwhisk-action-logger to v2.1.0 ([c939bb9](https://github.com/adobe/freyja-service/commit/c939bb98fe48de0f99fff8000a95194b9555cd23))
* **deps:** update dependency @adobe/openwhisk-action-logger to v2.2.0 ([aca65bb](https://github.com/adobe/freyja-service/commit/aca65bbb765ab9dc49a10df741c82304f2fceb86))
* **deps:** update dependency @adobe/openwhisk-action-logger to v2.2.1 ([#274](https://github.com/adobe/freyja-service/issues/274)) ([5ab734b](https://github.com/adobe/freyja-service/commit/5ab734b9b657d6ab923b9f52048acb3c3788109b))
* **deps:** update dependency @adobe/openwhisk-action-logger to v2.2.2 ([#285](https://github.com/adobe/freyja-service/issues/285)) ([0de2c71](https://github.com/adobe/freyja-service/commit/0de2c710f3f805a8846c09beb850214a1025ac2c))
* **deps:** update dependency @adobe/openwhisk-action-logger to v2.3.0 ([56b3e2b](https://github.com/adobe/freyja-service/commit/56b3e2b70d14f9fe60472eb1f71e02faef53af21))
* **deps:** update dependency @adobe/openwhisk-action-logger to v2.3.1 ([#300](https://github.com/adobe/freyja-service/issues/300)) ([6c4d608](https://github.com/adobe/freyja-service/commit/6c4d60847e958b60d6053525a52365ba16fc18a6))
* **deps:** update dependency @adobe/openwhisk-action-logger to v2.4.0 ([#329](https://github.com/adobe/freyja-service/issues/329)) ([43ffbc2](https://github.com/adobe/freyja-service/commit/43ffbc28cf7c68365adc68ec5c848ac45479ae34))
* **deps:** update dependency @adobe/openwhisk-action-logger to v2.4.2 ([#358](https://github.com/adobe/freyja-service/issues/358)) ([e5930b7](https://github.com/adobe/freyja-service/commit/e5930b71b9211d95f35d79ab8cc7f9dcc4130804))
* **deps:** update dependency @adobe/openwhisk-action-utils to v4 ([#84](https://github.com/adobe/freyja-service/issues/84)) ([314e1b0](https://github.com/adobe/freyja-service/commit/314e1b07d90682dbfffd2bfe325e29b537d1e06a))
* **deps:** update dependency @adobe/openwhisk-action-utils to v4.1.0 ([a95c367](https://github.com/adobe/freyja-service/commit/a95c36792a79ba05a36357bd25bd841e77af0575))
* **deps:** update dependency @adobe/openwhisk-action-utils to v4.2.0 ([735582e](https://github.com/adobe/freyja-service/commit/735582e8a59d4ef42afcc9da199d9d3945d61827))
* **deps:** update dependency @adobe/openwhisk-action-utils to v4.2.1 ([f300b27](https://github.com/adobe/freyja-service/commit/f300b27fccc884a19406f37e5a710071df5422ec))
* **deps:** update dependency @adobe/openwhisk-action-utils to v4.2.2 ([b625226](https://github.com/adobe/freyja-service/commit/b6252262ecb4b96dace6960545a7141191d76b36))
* **deps:** update dependency @adobe/openwhisk-action-utils to v4.2.3 ([#221](https://github.com/adobe/freyja-service/issues/221)) ([ac01196](https://github.com/adobe/freyja-service/commit/ac011966837dc2c9e253ea56dbb5ef0046b82025))
* **deps:** update dependency @adobe/openwhisk-action-utils to v4.3.0 ([#258](https://github.com/adobe/freyja-service/issues/258)) ([e3cbace](https://github.com/adobe/freyja-service/commit/e3cbaceeb2fa3ac1a1941945c2cd8dbdfa3fcb43))
* **deps:** update dependency @adobe/openwhisk-action-utils to v4.3.1 ([#269](https://github.com/adobe/freyja-service/issues/269)) ([c5695ed](https://github.com/adobe/freyja-service/commit/c5695ed7b0165a84272755ad0fdd62e9ea8dd301))
* **deps:** update dependency @adobe/openwhisk-action-utils to v4.3.2 ([#289](https://github.com/adobe/freyja-service/issues/289)) ([6d7625a](https://github.com/adobe/freyja-service/commit/6d7625a8772642a0902f54325fac570b8a7264ef))
* **deps:** update dependency @adobe/openwhisk-action-utils to v4.3.3 ([#293](https://github.com/adobe/freyja-service/issues/293)) ([bf957ec](https://github.com/adobe/freyja-service/commit/bf957ec12a42d1c47b77352c97612b7f872efe57))
* **deps:** update dependency @adobe/openwhisk-action-utils to v4.4.0 ([#294](https://github.com/adobe/freyja-service/issues/294)) ([c7089c4](https://github.com/adobe/freyja-service/commit/c7089c4ba1791e35da563f93646350fc1d81086c))
* **deps:** update dependency yaml to v1.10.0 ([#195](https://github.com/adobe/freyja-service/issues/195)) ([992afbb](https://github.com/adobe/freyja-service/commit/992afbbd0e0ad143acc50e4b6c7cc046a7b0ca65))
* **deps:** update dependency yaml to v1.10.2 ([#347](https://github.com/adobe/freyja-service/issues/347)) ([f738fc3](https://github.com/adobe/freyja-service/commit/f738fc3ea28c880d58ee349982965d4b0d929788))
* **deps:** update dependency yaml to v1.8.0 ([#126](https://github.com/adobe/freyja-service/issues/126)) ([a0d5a99](https://github.com/adobe/freyja-service/commit/a0d5a99d6eab0fca2cf1abf7647b2239525ad292))
* **deps:** update dependency yaml to v1.8.2 ([#131](https://github.com/adobe/freyja-service/issues/131)) ([46f974a](https://github.com/adobe/freyja-service/commit/46f974aced560f16f7cb7547b814345ed7afe72f))
* **deps:** update dependency yaml to v2 ([#568](https://github.com/adobe/freyja-service/issues/568)) ([f4df927](https://github.com/adobe/freyja-service/commit/f4df927f178f57f161b098f13844d30865a53944))
* **deps:** update dependency yaml to v2.2.0 ([de6d8a5](https://github.com/adobe/freyja-service/commit/de6d8a597a1532052b36a6706832951b36bed1f1))
* **deps:** update dependency yaml to v2.3.2 ([210f2f0](https://github.com/adobe/freyja-service/commit/210f2f0b7f58167ade8f632b07e0295073bdca76))
* **deps:** update external ([#76](https://github.com/adobe/freyja-service/issues/76)) ([fba7b50](https://github.com/adobe/freyja-service/commit/fba7b508e0b30ec5f45e4dce7f7e459cd94219dd))
* **deps:** update package dependencies ([e2aebea](https://github.com/adobe/freyja-service/commit/e2aebea2e9f5fcc0fa494f466f57a2b113ffa5f9))
* **epsagon:** use helix-epsagon wrapper ([#92](https://github.com/adobe/freyja-service/issues/92)) ([ee1875f](https://github.com/adobe/freyja-service/commit/ee1875f8e3dc0e5a987de1aae9b3f7686591a77e))
* **git:** use main branch ([1946f79](https://github.com/adobe/freyja-service/commit/1946f7945f910b0d3bb8f66615ec9d002ff59497))
* guard yaml map ([e768af1](https://github.com/adobe/freyja-service/commit/e768af10dd050cd028d05f2f5f2a054a11793aa4))
* **index:** include .github directory in NPM distribution ([9c99e25](https://github.com/adobe/freyja-service/commit/9c99e25bf6da1331c6b490d12eed21aa2b9f27e1)), closes [#138](https://github.com/adobe/freyja-service/issues/138)
* **index:** set service name property for wsk deployer ([1c1edae](https://github.com/adobe/freyja-service/commit/1c1edaebc66fa0b9f313e81e3c56ff191a17d98c)), closes [#103](https://github.com/adobe/freyja-service/issues/103)
* **index:** use correct path for circleci dotfiles ([8bdeb24](https://github.com/adobe/freyja-service/commit/8bdeb24affd8c385aa1942778095bab748b2e213)), closes [#142](https://github.com/adobe/freyja-service/issues/142)
* **init:** add missing gitignore ([0cd2a74](https://github.com/adobe/freyja-service/commit/0cd2a7414dfcd865bd74128436a5cecf2a60bd3a))
* **init:** add missing npmignore file ([537517b](https://github.com/adobe/freyja-service/commit/537517b97524cec9cca958ae3cba41232f6e674d))
* **init:** ensure dot files are copied by create wizard ([d4f4dbb](https://github.com/adobe/freyja-service/commit/d4f4dbb5266efcf30b87d1938bbf2328d8f5fe60)), closes [#93](https://github.com/adobe/freyja-service/issues/93)
* **init:** replace correct monitoring auto params ([e2e7141](https://github.com/adobe/freyja-service/commit/e2e71412196f3df99979d075ddc41d70693fc3af))
* **init:** update to init package with npmignore fix ([9fb08d8](https://github.com/adobe/freyja-service/commit/9fb08d8a0386412dd851bfcba64fb86e0644c864))
* keep monitoring automation disabled by default ([#834](https://github.com/adobe/freyja-service/issues/834)) ([8d70975](https://github.com/adobe/freyja-service/commit/8d709757dcbb091eb18848e6dda0a9b4c2e02106))
* missing dot-nycrc.json ([1244d82](https://github.com/adobe/freyja-service/commit/1244d8248a2dd54e8b1011ac3a5efcc1e4dd69d2))
* **monitoring:** use correct .bin path ([a4388e8](https://github.com/adobe/freyja-service/commit/a4388e86625f109d9eb32f56308d4c27ab14ba7f))
* **monitoring:** use latest helix-post-deploy orb which knows about incubator mode ([9537dbe](https://github.com/adobe/freyja-service/commit/9537dbe15347555cdbaa012f28ba37629176cffb))
* **npm:** pack test directory ([affc16a](https://github.com/adobe/freyja-service/commit/affc16a16f59e28c505a1309b41149217107f9e9)), closes [#149](https://github.com/adobe/freyja-service/issues/149)
* **package.json:** remove redundant istanbul dependency and use latest nyc ([b29f97d](https://github.com/adobe/freyja-service/commit/b29f97d2d1201eac9c0e38cac4e2988e333c1f90)), closes [#4](https://github.com/adobe/freyja-service/issues/4)
* **package:** exclude semantic-release script ([7ca876f](https://github.com/adobe/freyja-service/commit/7ca876f177c66e4bf9a8fb8aff0affb1e0d25991))
* **package:** fix npm test script in order to provide information about failing tests ([80e7fe2](https://github.com/adobe/freyja-service/commit/80e7fe2022c4259cd8bc8a05c527a45f474be4ec)), closes [#13](https://github.com/adobe/freyja-service/issues/13)
* **package:** include circleci directory ([23a0622](https://github.com/adobe/freyja-service/commit/23a06229fcabb2a5e36a3dfd24eeecf4ec7166f8)), closes [#142](https://github.com/adobe/freyja-service/issues/142)
* **package:** include github template, too ([d5fe128](https://github.com/adobe/freyja-service/commit/d5fe12876557c1988369f08a028658b8b574d602))
* **package:** include some default excludes ([a795a98](https://github.com/adobe/freyja-service/commit/a795a985db85c7ba0011efe2fefe28ff23170f34))
* **package:** include template directory ([6253c2d](https://github.com/adobe/freyja-service/commit/6253c2db01e7dcf6d06b635f7242a2c4bf6f4256)), closes [#141](https://github.com/adobe/freyja-service/issues/141)
* **package:** make package public ([640d259](https://github.com/adobe/freyja-service/commit/640d2592e85490ef1a91e7e8da06030d163a01a0))
* **package:** update @adobe/helix-status to version 4.2.1 ([f7ab47a](https://github.com/adobe/freyja-service/commit/f7ab47a6c9e07035d10c54b788108c9120f902b5))
* **package:** update @adobe/helix-status to version 5.0.0 ([401c589](https://github.com/adobe/freyja-service/commit/401c5894160a725430563908ccbc1e17e8b6ba56))
* **package:** update helix-library to non-buggy version ([1dfa143](https://github.com/adobe/freyja-service/commit/1dfa143e5a999819ae1a06833982a6155e35447e))
* **package:** use 256 mb by default ([6efff5e](https://github.com/adobe/freyja-service/commit/6efff5e48e447c0120642e9b00ccd731cb2fb1b6))
* **package:** use correct name for template directory ([a0d5ebf](https://github.com/adobe/freyja-service/commit/a0d5ebf8d57c6d68f8af156d3b9338eb14377684)), closes [#141](https://github.com/adobe/freyja-service/issues/141)
* post deploy ([#641](https://github.com/adobe/freyja-service/issues/641)) ([6e72d99](https://github.com/adobe/freyja-service/commit/6e72d99c6605d8a65f8eea47bb8e51c089dbea35))
* property order and defaults in monitoring ([13225c4](https://github.com/adobe/freyja-service/commit/13225c44f03370783c64f87fc4a51f067af5d9e8))
* **readme:** use correct replacements for readme template ([b87de6c](https://github.com/adobe/freyja-service/commit/b87de6cf214de706f17b96fe280234615fcdb44e)), closes [#154](https://github.com/adobe/freyja-service/issues/154)
* **release:** use our own ship ([ef733f5](https://github.com/adobe/freyja-service/commit/ef733f5dc02fb16e07e50c2b3f8fc58c7d2dba77))
* remove chai and default to aws ([#596](https://github.com/adobe/freyja-service/issues/596)) ([c375046](https://github.com/adobe/freyja-service/commit/c3750469ae90badbf1c3d148de7595ade47c7a82))
* request.url is a string, not a URL ([#380](https://github.com/adobe/freyja-service/issues/380)) ([1a1f51e](https://github.com/adobe/freyja-service/commit/1a1f51ebd16e38a0536e185bcc3ddb02783f54e7))
* **template:** add renovate config template ([f0222a0](https://github.com/adobe/freyja-service/commit/f0222a01c2253b7bbcb6baa93962561fecd0e39c))
* **template:** ensure .circleci is released ([9d71b0e](https://github.com/adobe/freyja-service/commit/9d71b0e780350d652d729fe196e96ffc481c107c))
* **template:** ensure .circleci is released ([9459d10](https://github.com/adobe/freyja-service/commit/9459d10fb3d4949bdc1850624ac0f8fdf86995ea)), closes [#102](https://github.com/adobe/freyja-service/issues/102)
* **template:** remove deprecated codecov cli ([6eb76a2](https://github.com/adobe/freyja-service/commit/6eb76a2b2f44310d10ae16f10b92dab48ea95a26))
* **template:** remove greenkeeper badge ([e2cb022](https://github.com/adobe/freyja-service/commit/e2cb022a4eb277f57a961b3ae3467e44a25af2c0))
* **template:** start new projects on tier 3 ([c4d6afa](https://github.com/adobe/freyja-service/commit/c4d6afa1d5baba294106ceb33147fb1ea47aea8f))
* **template:** use correct argument order to exclude post-deploy tests ([57c8170](https://github.com/adobe/freyja-service/commit/57c81704b750533f725f17060d343b40f008d626))
* **test:** fix linebreaks ([78771fd](https://github.com/adobe/freyja-service/commit/78771fd11e601e89dfc2f499080c4744eef329b8))
* trigger release ([e5daafa](https://github.com/adobe/freyja-service/commit/e5daafa3de6ed51d31bab1eb5dd48f8d361aabb6))
* use ci codecov uploader and node16 ([#595](https://github.com/adobe/freyja-service/issues/595)) ([0387799](https://github.com/adobe/freyja-service/commit/038779918bab3b9d366b1a6829cc3cc19e1d885f))
* use helix-universal ([4ee63d7](https://github.com/adobe/freyja-service/commit/4ee63d71aaab83a8af083902ab8711febce6e5ea))
* use latest library ([e01010d](https://github.com/adobe/freyja-service/commit/e01010d5c1418efe6e2a69af618f24ac7b2c5f1a))
* Use node 18 for circleci ([#687](https://github.com/adobe/freyja-service/issues/687)) ([7ae1148](https://github.com/adobe/freyja-service/commit/7ae11485bb6ca71d1373a4734d45d02f4f1f3e77))

### Features

* **action:** turn action into a web action ([f41f212](https://github.com/adobe/freyja-service/commit/f41f21235051451be84df611cb101b26b0355fd5))
* **build:** add semantic-release-comment-action ([c7a627c](https://github.com/adobe/freyja-service/commit/c7a627ca89f2b3455378d1ab41d6cb2212ee5e4d))
* **circleci:** use contexts for env vars ([d54f2af](https://github.com/adobe/freyja-service/commit/d54f2af4ef787831b86b0d50b134aa91fc077493))
* **init:** add patching of circleci config ([7d95909](https://github.com/adobe/freyja-service/commit/7d95909c090d775a37aac8439e45f848ba1cea46))
* **init:** add template files ([f8d682e](https://github.com/adobe/freyja-service/commit/f8d682ecfbfa057a9b18ca6093a2e56487b02b89))
* **init:** provide init script ([a2a45c4](https://github.com/adobe/freyja-service/commit/a2a45c4b535ae5f83e42e353d0b0cbe92dcaae9e))
* **monitoring:** add epsagon tracing ([f490d82](https://github.com/adobe/freyja-service/commit/f490d825abea09acfbc373842ca65f58b9cb7d1c))
* **monitoring:** add helix-status library to enable monitoring ([ef72300](https://github.com/adobe/freyja-service/commit/ef723008a6ff594cba8a43a224d79fe8cad70c75))
* **monitoring:** make incubator default ([48f1d55](https://github.com/adobe/freyja-service/commit/48f1d55a0fc82247af0faca10487426644b737c1))
* **package:** add cleanup options ([b0a1e65](https://github.com/adobe/freyja-service/commit/b0a1e652f65cf359ffd60d9c9d5bde82361a4e42))
* **release:** include semantic-release-coralogix plugin in release procedure ([b7466e7](https://github.com/adobe/freyja-service/commit/b7466e78fc8ad304d120069744d8f4cea3a3b133))
* rename to Create Franklin Service ([5457109](https://github.com/adobe/freyja-service/commit/54571093e3c348584c1cce73f0bdaca8c18437b9)), closes [adobe/franklin-library#288](https://github.com/adobe/franklin-library/issues/288)
* **support-universal-runtime:** adopt all changes needed for create-helix-service to create universal runtime functions by default ([97e0c3d](https://github.com/adobe/freyja-service/commit/97e0c3d8bd4656a9596e40d532d4834defc2f0e3))
* **template:** add support for google deployments ([f99dd1b](https://github.com/adobe/freyja-service/commit/f99dd1b7de5b18bf4496f8a949414363f8735939))
* **test:** use chai-http for post-deploy tests ([d5dd63e](https://github.com/adobe/freyja-service/commit/d5dd63ed04b48fc7688b0bc38bb68c579cabbedc))
* **tracing:** exclude Coralogix from Epsagon traces ([5052753](https://github.com/adobe/freyja-service/commit/5052753f68ee3625dfc96383922c4fd5a9d18f8f)), closes [#81](https://github.com/adobe/freyja-service/issues/81)

### BREAKING CHANGES

* the name of the tool changes to create-franklin-library
* **support-universal-runtime:** switch from openwhisk-action-builder (targeting Adobe I/O Runtime) to helix-deploy (targeting Universal Runtime)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants