From 7fe8a4be80de04c3591f337ef5716eb4978aa94c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 15:24:33 +0800 Subject: [PATCH] bump(deps): update dependency @birthdayresearch/contented to v1.7.3 (#38) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @​birthdayresearch/contented | [`1.7.1` -> `1.7.3`](https://renovatebot.com/diffs/npm/@birthdayresearch%2fcontented/1.7.1/1.7.3) | [![age](https://badges.renovateapi.com/packages/npm/@birthdayresearch%2fcontented/1.7.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@birthdayresearch%2fcontented/1.7.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@birthdayresearch%2fcontented/1.7.3/compatibility-slim/1.7.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@birthdayresearch%2fcontented/1.7.3/confidence-slim/1.7.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/BirthdayResearch/sticky). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/sticky-docs/package.json | 2 +- pnpm-lock.yaml | 148 +++++++++++++++--------------- 2 files changed, 75 insertions(+), 75 deletions(-) diff --git a/packages/sticky-docs/package.json b/packages/sticky-docs/package.json index 4ed2e9b..98829bd 100644 --- a/packages/sticky-docs/package.json +++ b/packages/sticky-docs/package.json @@ -12,6 +12,6 @@ "build": "contented build" }, "devDependencies": { - "@birthdayresearch/contented": "1.7.1" + "@birthdayresearch/contented": "1.7.3" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fce0d74..5ead018 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -38,9 +38,9 @@ importers: packages/sticky-docs: specifiers: - '@birthdayresearch/contented': 1.7.1 + '@birthdayresearch/contented': 1.7.3 devDependencies: - '@birthdayresearch/contented': 1.7.1_typanion@3.9.0 + '@birthdayresearch/contented': 1.7.3_typanion@3.9.0 packages/sticky-jest: specifiers: @@ -116,14 +116,14 @@ packages: dependencies: '@ampproject/remapping': 2.2.0 '@babel/code-frame': 7.18.6 - '@babel/generator': 7.19.6 + '@babel/generator': 7.20.4 '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.13 '@babel/helper-module-transforms': 7.18.9 '@babel/helpers': 7.18.9 - '@babel/parser': 7.19.6 + '@babel/parser': 7.20.3 '@babel/template': 7.18.10 '@babel/traverse': 7.18.13 - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 convert-source-map: 1.8.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -133,11 +133,11 @@ packages: - supports-color dev: false - /@babel/generator/7.19.6: - resolution: {integrity: sha512-oHGRUQeoX1QrKeJIKVe0hwjGqNnVYsM5Nep5zo0uE0m42sLH+Fsd2pStJ5sRM1bNyTUUoz0pe2lTeMJrb/taTA==} + /@babel/generator/7.20.4: + resolution: {integrity: sha512-luCf7yk/cm7yab6CAW1aiFnmEfBJplb/JojV56MYEK7ziWfGmFlTfmL9Ehwfy4gFhbjBfWO1wj7/TuSbVNEEtA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 '@jridgewell/gen-mapping': 0.3.2 jsesc: 2.5.2 @@ -164,21 +164,21 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.18.10 - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 dev: false /@babel/helper-hoist-variables/7.18.6: resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 dev: false /@babel/helper-module-imports/7.18.6: resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 dev: false /@babel/helper-module-transforms/7.18.9: @@ -192,7 +192,7 @@ packages: '@babel/helper-validator-identifier': 7.19.1 '@babel/template': 7.18.10 '@babel/traverse': 7.18.13 - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 transitivePeerDependencies: - supports-color dev: false @@ -206,14 +206,14 @@ packages: resolution: {integrity: sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 dev: false /@babel/helper-split-export-declaration/7.18.6: resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 dev: false /@babel/helper-string-parser/7.19.4: @@ -235,7 +235,7 @@ packages: dependencies: '@babel/template': 7.18.10 '@babel/traverse': 7.18.13 - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 transitivePeerDependencies: - supports-color dev: false @@ -249,12 +249,12 @@ packages: js-tokens: 4.0.0 dev: false - /@babel/parser/7.19.6: - resolution: {integrity: sha512-h1IUp81s2JYJ3mRkdxJgs4UvmSsRvDrx5ICSJbPvtWYv5i1nTBGcBpnog+89rAFMwvvru6E5NUHdBe01UeSzYA==} + /@babel/parser/7.20.3: + resolution: {integrity: sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.18.13: resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} @@ -390,8 +390,8 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/parser': 7.19.6 - '@babel/types': 7.19.4 + '@babel/parser': 7.20.3 + '@babel/types': 7.20.2 dev: false /@babel/traverse/7.18.13: @@ -399,21 +399,21 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/generator': 7.19.6 + '@babel/generator': 7.20.4 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-function-name': 7.18.9 '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.19.6 - '@babel/types': 7.19.4 + '@babel/parser': 7.20.3 + '@babel/types': 7.20.2 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: false - /@babel/types/7.19.4: - resolution: {integrity: sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw==} + /@babel/types/7.20.2: + resolution: {integrity: sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-string-parser': 7.19.4 @@ -424,23 +424,23 @@ packages: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: false - /@birthdayresearch/contented-pipeline-jest-md/1.7.1: - resolution: {integrity: sha512-zNdjkrM9yFXnhLvjuH0nDS99ugbTEZExatLfo16XSaX69YU4w79XytjKdi8lLubED9YJBLEqYU0UByemip5nEg==} + /@birthdayresearch/contented-pipeline-jest-md/1.7.3: + resolution: {integrity: sha512-dh7SbBfDrfAsvAL8aVcSxl8rcztdaHQWe4NfREkyp/1vmto4cGDnRA4DsNw4wr0HkdJAnI0uX1RpbDmLiDxrvg==} dependencies: - '@babel/parser': 7.19.6 - '@babel/types': 7.19.4 - '@birthdayresearch/contented-pipeline-md': 1.7.1 + '@babel/parser': 7.20.3 + '@babel/types': 7.20.2 + '@birthdayresearch/contented-pipeline-md': 1.7.3 strip-indent: 4.0.0 unified: 10.1.2 - vfile: 5.3.5 + vfile: 5.3.6 transitivePeerDependencies: - supports-color dev: true - /@birthdayresearch/contented-pipeline-md/1.7.1: - resolution: {integrity: sha512-xkIqsE6OdQJb+ilvAw6L9ExpfAgcDqpcq7a0i7xNcu4j3f1Mbr5r3uJO9JW5DEKs+jLZtZ5yJzqxUa0KDzP89Q==} + /@birthdayresearch/contented-pipeline-md/1.7.3: + resolution: {integrity: sha512-YVrizM1qlLnNoxI5d8KHRirPopoymxUAm7pnHviUSxe8cM76lyVgFQSr3T96z+u8gNAb7LDsGeaKDN6k3sKJ7w==} dependencies: - '@birthdayresearch/contented-pipeline': 1.7.1 + '@birthdayresearch/contented-pipeline': 1.7.3 '@jsdevtools/rehype-toc': 3.0.2 '@leafac/rehype-shiki': 2.2.1_shiki@0.11.1 '@sindresorhus/slugify': 2.1.1 @@ -450,7 +450,7 @@ packages: rehype-autolink-headings: 6.1.1 rehype-external-links: 2.0.1 rehype-parse: 8.0.4 - rehype-slug: 5.0.1 + rehype-slug: 5.1.0 rehype-stringify: 9.0.3 remark-directive: 2.0.1 remark-directive-rehype: 0.4.2 @@ -462,36 +462,36 @@ packages: to-vfile: 7.2.3 unified: 10.1.2 unist-util-visit: 4.1.1 - vfile: 5.3.5 + vfile: 5.3.6 transitivePeerDependencies: - supports-color dev: true - /@birthdayresearch/contented-pipeline/1.7.1: - resolution: {integrity: sha512-Mxuc8cpCACwdtC3XMP2lD0hcxKmGcAUnIv3kLkE7QfiKS62V2WD2UijRGtCWJnAQD7hj5KYUHuE58SaZjk9xSg==} + /@birthdayresearch/contented-pipeline/1.7.3: + resolution: {integrity: sha512-a8TzDP3RbEXd9o2jFbmtWsUVCype8j3YFi+e8vWXJjRrWRIvIsaiI3s4BDVy48PUgCIOQDe9TJOw1odIjUAxIQ==} dependencies: '@sindresorhus/slugify': 2.1.1 dev: true - /@birthdayresearch/contented-processor/1.7.1: - resolution: {integrity: sha512-xQz6gosjlaBO6Tuw3UYYqmTWgTSCbQQZMzzWyCsm53bQeUWTdpYfXKcF221lFyoQYA9fGVb+B7E25Zk1oM2MJQ==} + /@birthdayresearch/contented-processor/1.7.3: + resolution: {integrity: sha512-lwfcImLEmJEl7jjRND3NE9HzqXVer9QXXw7ywOG5k/6z9gp172hrVlqWTOmP5XP7iUhdOw9j+YN3LjDewZgGKQ==} dependencies: - '@babel/generator': 7.19.6 - '@birthdayresearch/contented-pipeline': 1.7.1 - '@birthdayresearch/contented-pipeline-jest-md': 1.7.1 - '@birthdayresearch/contented-pipeline-md': 1.7.1 + '@babel/generator': 7.20.4 + '@birthdayresearch/contented-pipeline': 1.7.3 + '@birthdayresearch/contented-pipeline-jest-md': 1.7.3 + '@birthdayresearch/contented-pipeline-md': 1.7.3 minimatch: 5.1.0 transitivePeerDependencies: - supports-color dev: true - /@birthdayresearch/contented/1.7.1_typanion@3.9.0: - resolution: {integrity: sha512-KGK+MmZeiKdibBa1EJklBjTgY4gki2nDdE/j67yrIXakbrhNDdjG0T68UnAHQAQVCFIotiauXZf2NALy1Bzw2g==} + /@birthdayresearch/contented/1.7.3_typanion@3.9.0: + resolution: {integrity: sha512-y16h/Fx6WcRndOKC3XTKnmbSZceonn5BbNKGlnrUDzBTRrsO03N15aSoMmhRcvBks2pkqXRID3FlEWAJ1dqf/Q==} hasBin: true dependencies: - '@birthdayresearch/contented-processor': 1.7.1 - '@parcel/watcher': 2.0.5 - clipanion: 3.2.0-rc.12_typanion@3.9.0 + '@birthdayresearch/contented-processor': 1.7.3 + '@parcel/watcher': 2.0.7 + clipanion: 3.2.0-rc.14_typanion@3.9.0 debounce: 1.2.1 ignore-walk: 6.0.0 typescript: 4.8.4 @@ -852,8 +852,8 @@ packages: fastq: 1.13.0 dev: false - /@parcel/watcher/2.0.5: - resolution: {integrity: sha512-x0hUbjv891omnkcHD7ZOhiyyUqUUR6MNjq89JhEI3BxppeKWAm6NPQsqqRrAkCJBogdT/o/My21sXtTI9rJIsw==} + /@parcel/watcher/2.0.7: + resolution: {integrity: sha512-gc3hoS6e+2XdIQ4HHljDB1l0Yx2EWh/sBBtCEFNKGSMlwASWeAQsOY/fPbxOBcZ/pg0jBh4Ga+4xHlZc4faAEQ==} engines: {node: '>= 10.0.0'} requiresBuild: true dependencies: @@ -896,8 +896,8 @@ packages: /@types/babel__core/7.1.19: resolution: {integrity: sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==} dependencies: - '@babel/parser': 7.19.6 - '@babel/types': 7.19.4 + '@babel/parser': 7.20.3 + '@babel/types': 7.20.2 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 '@types/babel__traverse': 7.18.1 @@ -906,20 +906,20 @@ packages: /@types/babel__generator/7.6.4: resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} dependencies: - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 dev: false /@types/babel__template/7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.19.6 - '@babel/types': 7.19.4 + '@babel/parser': 7.20.3 + '@babel/types': 7.20.2 dev: false /@types/babel__traverse/7.18.1: resolution: {integrity: sha512-FSdLaZh2UxaMuLp9lixWaHq/golWTRWOnRsAXzDTDSDOQLuZb1nsdCt6pJSPWSEQt2eFZ2YVk3oYhn+1kLMeMA==} dependencies: - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 dev: false /@types/debug/4.1.7: @@ -1308,7 +1308,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/template': 7.18.10 - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 '@types/babel__core': 7.1.19 '@types/babel__traverse': 7.18.1 dev: false @@ -1503,8 +1503,8 @@ packages: string-width: 5.1.2 dev: false - /clipanion/3.2.0-rc.12_typanion@3.9.0: - resolution: {integrity: sha512-yhxjhyfuOtQW11CLgfqG3aWsVNu52CzQd18tgAn4P/AMaEvaLbB1x9qmKb5K5HPvjBzDG6JWSHdJOIfqQgOo7Q==} + /clipanion/3.2.0-rc.14_typanion@3.9.0: + resolution: {integrity: sha512-lj5zydbH786t6gpXe6oNX7CM5YKhd0CDhcXG8pKyRa2Nz5cgj1yhnNKxDi/MyPYwjyvAG5oVBeDdYCGUAgD8lQ==} peerDependencies: typanion: '*' dependencies: @@ -2271,8 +2271,8 @@ packages: get-intrinsic: 1.1.2 dev: false - /github-slugger/1.4.0: - resolution: {integrity: sha512-w0dzqw/nt51xMVmlaV1+JRzN+oCa1KfcgGEWhxUG16wbdA+Xnt/yoFO8Z8x/V82ZcZ0wy6ln9QDup5avbhiDhQ==} + /github-slugger/2.0.0: + resolution: {integrity: sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==} dev: true /glob-parent/5.1.2: @@ -2379,7 +2379,7 @@ packages: '@types/unist': 2.0.6 hastscript: 7.0.2 property-information: 6.1.1 - vfile: 5.3.5 + vfile: 5.3.6 vfile-location: 4.0.1 web-namespaces: 2.0.1 dev: true @@ -2715,7 +2715,7 @@ packages: engines: {node: '>=8'} dependencies: '@babel/core': 7.18.13 - '@babel/parser': 7.19.6 + '@babel/parser': 7.20.3 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.0 @@ -3164,11 +3164,11 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/core': 7.18.13 - '@babel/generator': 7.19.6 + '@babel/generator': 7.20.4 '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.18.13 '@babel/plugin-syntax-typescript': 7.18.6_@babel+core@7.18.13 '@babel/traverse': 7.18.13 - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 '@jest/expect-utils': 29.3.1 '@jest/transform': 29.3.1 '@jest/types': 29.3.1 @@ -4306,11 +4306,11 @@ packages: unified: 10.1.2 dev: true - /rehype-slug/5.0.1: - resolution: {integrity: sha512-X5v3wV/meuOX9NFcGhJvUpEjIvQl2gDvjg3z40RVprYFt7q3th4qMmYLULiu3gXvbNX1ppx+oaa6JyY1W67pTA==} + /rehype-slug/5.1.0: + resolution: {integrity: sha512-Gf91dJoXneiorNEnn+Phx97CO7oRMrpi+6r155tTxzGuLtm+QrI4cTwCa9e1rtePdL4i9tSO58PeSS6HWfgsiw==} dependencies: '@types/hast': 2.3.4 - github-slugger: 1.4.0 + github-slugger: 2.0.0 hast-util-has-property: 2.0.0 hast-util-heading-rank: 2.1.0 hast-util-to-string: 2.0.0 @@ -4744,7 +4744,7 @@ packages: resolution: {integrity: sha512-QO0A9aE6Z/YkmQadJ0syxpmNXtcQiu0qAtCKYKD5cS3EfgfFTAXfgLX6AOaBrSfWSek5nfsMf3gBZ9KGVFcLuw==} dependencies: is-buffer: 2.0.5 - vfile: 5.3.5 + vfile: 5.3.6 dev: true /trim-lines/3.0.1: @@ -4932,7 +4932,7 @@ packages: is-buffer: 2.0.5 is-plain-obj: 4.1.0 trough: 2.1.0 - vfile: 5.3.5 + vfile: 5.3.6 dev: true /unist-builder/3.0.0: @@ -5037,7 +5037,7 @@ packages: resolution: {integrity: sha512-JDxPlTbZrZCQXogGheBHjbRWjESSPEak770XwWPfw5mTc1v1nWGLB/apzZxsx8a0SJVfF8HK8ql8RD308vXRUw==} dependencies: '@types/unist': 2.0.6 - vfile: 5.3.5 + vfile: 5.3.6 dev: true /vfile-message/3.1.2: @@ -5047,8 +5047,8 @@ packages: unist-util-stringify-position: 3.0.2 dev: true - /vfile/5.3.5: - resolution: {integrity: sha512-U1ho2ga33eZ8y8pkbQLH54uKqGhFJ6GYIHnnG5AhRpAh3OWjkrRHKa/KogbmQn8We+c0KVV3rTOgR9V/WowbXQ==} + /vfile/5.3.6: + resolution: {integrity: sha512-ADBsmerdGBs2WYckrLBEmuETSPyTD4TuLxTrw0DvjirxW1ra4ZwkbzG8ndsv3Q57smvHxo677MHaQrY9yxH8cA==} dependencies: '@types/unist': 2.0.6 is-buffer: 2.0.5