From 421aa518bba78e92c0aa53f55669107ea0cf3c33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 05:35:47 +0000 Subject: [PATCH 1/3] Bump the prod-dependencies group with 3 updates Bumps the prod-dependencies group with 3 updates: [astro-integration-kit](https://github.com/florian-lefebvre/astro-integration-kit), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro-integration-kit` from 0.4.0 to 0.5.1 - [Release notes](https://github.com/florian-lefebvre/astro-integration-kit/releases) - [Commits](https://github.com/florian-lefebvre/astro-integration-kit/compare/astro-integration-kit@0.4.0...astro-integration-kit@0.5.1) Updates `vite` from 5.1.4 to 5.1.5 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.1.5/packages/vite) Updates `astro` from 4.4.4 to 4.4.11 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@4.4.11/packages/astro) --- updated-dependencies: - dependency-name: astro-integration-kit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: vite dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] --- package/package.json | 4 +- playground/package.json | 2 +- pnpm-lock.yaml | 154 +++++++++++++++++++++++++++++++++++----- 3 files changed, 138 insertions(+), 22 deletions(-) diff --git a/package/package.json b/package/package.json index 60952b8..d75fb7d 100644 --- a/package/package.json +++ b/package/package.json @@ -49,8 +49,8 @@ "@expressive-code/plugin-line-numbers": "^0.33.4", "@octokit/types": "^12.6.0", "astro-expressive-code": "^0.33.4", - "astro-integration-kit": "^0.4.0", + "astro-integration-kit": "^0.5.1", "octokit": "^3.1.2", - "vite": "^5.1.4" + "vite": "^5.1.5" } } diff --git a/playground/package.json b/playground/package.json index 248ea1c..260f887 100644 --- a/playground/package.json +++ b/playground/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@matthiesenxyz/astro-gists": "*", - "astro": "^4.4.4" + "astro": "^4.4.11" }, "devDependencies": { "@astrojs/check": "^0.5.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 34acfc6..26952ab 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -28,19 +28,19 @@ importers: version: 12.6.0 astro: specifier: ^4.4.0 - version: 4.4.4(@types/node@20.11.24)(typescript@5.3.3) + version: 4.4.4 astro-expressive-code: specifier: ^0.33.4 version: 0.33.4(astro@4.4.4) astro-integration-kit: - specifier: ^0.4.0 - version: 0.4.0(astro@4.4.4) + specifier: ^0.5.1 + version: 0.5.1(astro@4.4.4) octokit: specifier: ^3.1.2 version: 3.1.2 vite: - specifier: ^5.1.4 - version: 5.1.4(@types/node@20.11.24) + specifier: ^5.1.5 + version: 5.1.5(@types/node@20.11.24) playground: dependencies: @@ -48,8 +48,8 @@ importers: specifier: '*' version: link:../package astro: - specifier: ^4.4.4 - version: 4.4.4(@types/node@20.11.24)(typescript@5.3.3) + specifier: ^4.4.11 + version: 4.4.11(@types/node@20.11.24)(typescript@5.3.3) devDependencies: '@astrojs/check': specifier: ^0.5.6 @@ -157,7 +157,7 @@ packages: '@astrojs/markdown-remark': 4.2.1 '@mdx-js/mdx': 3.0.1 acorn: 8.11.3 - astro: 4.4.4(@types/node@20.11.24)(typescript@5.3.3) + astro: 4.4.4 es-module-lexer: 1.4.1 estree-util-visit: 2.0.0 github-slugger: 2.0.0 @@ -1754,6 +1754,13 @@ packages: engines: {node: '>=0.10.0'} dev: true + /ast-types@0.16.1: + resolution: {integrity: sha512-6t10qk83GOG8p0vKmaCr8eiilZwO171AvbROMtvvNiwrTly62t+7XkA8RdIIVbpMhCASAsxgAzdRSwh6nw/5Dg==} + engines: {node: '>=4'} + dependencies: + tslib: 2.6.2 + dev: false + /astring@1.8.6: resolution: {integrity: sha512-ISvCdHdlTDlH5IpxQJIex7BWBywFWgjJSVdwst+/iQCoEYnyOaQ95+X1JGshuBjGp6nxKUy1jMgE3zPqN7fQdg==} hasBin: true @@ -1764,13 +1771,13 @@ packages: peerDependencies: astro: ^3.3.0 || ^4.0.0-beta dependencies: - astro: 4.4.4(@types/node@20.11.24)(typescript@5.3.3) + astro: 4.4.4 hast-util-to-html: 8.0.4 remark-expressive-code: 0.33.4 dev: false - /astro-integration-kit@0.4.0(astro@4.4.4): - resolution: {integrity: sha512-idgFQySnNnmccwjJ90FS51l3/U3RfKMb9RHT3St67iW8R5BJw+ZQl44n9HHAwT5k1uwS1wFTpCR0WKI5HiLe4Q==} + /astro-integration-kit@0.5.1(astro@4.4.4): + resolution: {integrity: sha512-ef309UUNOjxUe0jjsDP5O3p+jkt53HAcrKOsWJ2NIgdUTOp5P/YKnAjbatfyu3bAuLFDfj5xhXm/rrwSe9d/hw==} peerDependencies: '@vitejs/plugin-react': ^4.2.1 astro: ^4.4.1 @@ -1793,11 +1800,95 @@ packages: vue: optional: true dependencies: - astro: 4.4.4(@types/node@20.11.24)(typescript@5.3.3) + astro: 4.4.4 pathe: 1.1.2 + recast: 0.23.5 dev: false - /astro@4.4.4(@types/node@20.11.24)(typescript@5.3.3): + /astro@4.4.11(@types/node@20.11.24)(typescript@5.3.3): + resolution: {integrity: sha512-mJ1k67xzAJO1vTTpATe76uSWhOgiEj3Id7narE6X2rMMOBjR8vJM+9Cmv/Wbpot6uMwFo780skUowlMptK96fQ==} + engines: {node: '>=18.14.1', npm: '>=6.14.0'} + hasBin: true + dependencies: + '@astrojs/compiler': 2.6.0 + '@astrojs/internal-helpers': 0.2.1 + '@astrojs/markdown-remark': 4.2.1 + '@astrojs/telemetry': 3.0.4 + '@babel/core': 7.23.9 + '@babel/generator': 7.23.6 + '@babel/parser': 7.23.9 + '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.23.9) + '@babel/traverse': 7.23.9 + '@babel/types': 7.23.9 + '@medv/finder': 3.1.0 + '@types/babel__core': 7.20.5 + acorn: 8.11.3 + aria-query: 5.3.0 + axobject-query: 4.0.0 + boxen: 7.1.1 + chokidar: 3.6.0 + ci-info: 4.0.0 + clsx: 2.1.0 + common-ancestor-path: 1.0.1 + cookie: 0.6.0 + cssesc: 3.0.0 + debug: 4.3.4 + deterministic-object-hash: 2.0.2 + devalue: 4.3.2 + diff: 5.2.0 + dlv: 1.1.3 + dset: 3.1.3 + es-module-lexer: 1.4.1 + esbuild: 0.19.12 + estree-walker: 3.0.3 + execa: 8.0.1 + fast-glob: 3.3.2 + flattie: 1.1.0 + github-slugger: 2.0.0 + gray-matter: 4.0.3 + html-escaper: 3.0.3 + http-cache-semantics: 4.1.1 + js-yaml: 4.1.0 + kleur: 4.1.5 + magic-string: 0.30.7 + mdast-util-to-hast: 13.0.2 + mime: 3.0.0 + ora: 7.0.1 + p-limit: 5.0.0 + p-queue: 8.0.1 + path-to-regexp: 6.2.1 + preferred-pm: 3.1.3 + prompts: 2.4.2 + rehype: 13.0.1 + resolve: 1.22.8 + semver: 7.6.0 + shikiji: 0.9.19 + shikiji-core: 0.9.19 + string-width: 7.1.0 + strip-ansi: 7.1.0 + tsconfck: 3.0.2(typescript@5.3.3) + unist-util-visit: 5.0.0 + vfile: 6.0.1 + vite: 5.1.5(@types/node@20.11.24) + vitefu: 0.2.5(vite@5.1.5) + which-pm: 2.1.1 + yargs-parser: 21.1.1 + zod: 3.22.4 + optionalDependencies: + sharp: 0.32.6 + transitivePeerDependencies: + - '@types/node' + - less + - lightningcss + - sass + - stylus + - sugarss + - supports-color + - terser + - typescript + dev: false + + /astro@4.4.4: resolution: {integrity: sha512-EZrDTN888w4sFKqavGsHu8jSaymyxNwnoqIq5NKlMG9WNU/Xn4Yn41pUdBuAOrgNzRp1NyXXhhV6GV1pN71V2Q==} engines: {node: '>=18.14.1', npm: '>=6.14.0'} hasBin: true @@ -1861,8 +1952,8 @@ packages: tsconfck: 3.0.2(typescript@5.3.3) unist-util-visit: 5.0.0 vfile: 6.0.1 - vite: 5.1.4(@types/node@20.11.24) - vitefu: 0.2.5(vite@5.1.4) + vite: 5.1.5(@types/node@20.11.24) + vitefu: 0.2.5(vite@5.1.5) which-pm: 2.1.1 yargs-parser: 21.1.1 zod: 3.22.4 @@ -2217,6 +2308,7 @@ packages: /color-name@1.1.4: resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} + requiresBuild: true /color-string@1.9.1: resolution: {integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==} @@ -4801,6 +4893,17 @@ packages: dependencies: picomatch: 2.3.1 + /recast@0.23.5: + resolution: {integrity: sha512-M67zIddJiwXdfPQRYKJ0qZO1SLdH1I0hYeb0wzxA+pNOvAZiQHulWzuk+fYsEWRQ8VfZrgjyucqsCOtCyM01/A==} + engines: {node: '>= 4'} + dependencies: + ast-types: 0.16.1 + esprima: 4.0.1 + source-map: 0.6.1 + tiny-invariant: 1.3.3 + tslib: 2.6.2 + dev: false + /redent@3.0.0: resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==} engines: {node: '>=8'} @@ -5228,6 +5331,11 @@ packages: engines: {node: '>=0.10.0'} dev: false + /source-map@0.6.1: + resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} + engines: {node: '>=0.10.0'} + dev: false + /source-map@0.7.4: resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==} engines: {node: '>= 8'} @@ -5487,6 +5595,10 @@ packages: engines: {node: '>=8'} dev: true + /tiny-invariant@1.3.3: + resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==} + dev: false + /tmp@0.0.33: resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==} engines: {node: '>=0.6.0'} @@ -5531,6 +5643,10 @@ packages: typescript: 5.3.3 dev: false + /tslib@2.6.2: + resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} + dev: false + /tty-table@4.2.3: resolution: {integrity: sha512-Fs15mu0vGzCrj8fmJNP7Ynxt5J7praPXqFN0leZeZBXJwkMxv9cb2D454k1ltrtUSJbZ4yH4e0CynsHLxmUfFA==} engines: {node: '>=8.0.0'} @@ -5847,8 +5963,8 @@ packages: vfile-message: 4.0.2 dev: false - /vite@5.1.4(@types/node@20.11.24): - resolution: {integrity: sha512-n+MPqzq+d9nMVTKyewqw6kSt+R3CkvF9QAKY8obiQn8g1fwTscKxyfaYnC632HtBXAQGc1Yjomphwn1dtwGAHg==} + /vite@5.1.5(@types/node@20.11.24): + resolution: {integrity: sha512-BdN1xh0Of/oQafhU+FvopafUp6WaYenLU/NFoL5WyJL++GxkNfieKzBhM24H3HVsPQrlAqB7iJYTHabzaRed5Q==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -5883,7 +5999,7 @@ packages: fsevents: 2.3.3 dev: false - /vitefu@0.2.5(vite@5.1.4): + /vitefu@0.2.5(vite@5.1.5): resolution: {integrity: sha512-SgHtMLoqaeeGnd2evZ849ZbACbnwQCIwRH57t18FxcXoZop0uQu0uzlIhJBlF/eWVzuce0sHeqPcDo+evVcg8Q==} peerDependencies: vite: ^3.0.0 || ^4.0.0 || ^5.0.0 @@ -5891,7 +6007,7 @@ packages: vite: optional: true dependencies: - vite: 5.1.4(@types/node@20.11.24) + vite: 5.1.5(@types/node@20.11.24) dev: false /volar-service-css@0.0.30(@volar/language-service@2.0.4): From fae83c2fa9eab53c8af63c444044c3849726e576 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 05:36:01 +0000 Subject: [PATCH 2/3] Add changeset for dependabot updates Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/hot-mangos-invite.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .changeset/hot-mangos-invite.md diff --git a/.changeset/hot-mangos-invite.md b/.changeset/hot-mangos-invite.md new file mode 100644 index 0000000..a889421 --- /dev/null +++ b/.changeset/hot-mangos-invite.md @@ -0,0 +1,9 @@ +--- +"@matthiesenxyz/astro-gists": patch +--- + +Bump dependencies: + +- astro-integration-kit from to +- vite from to +- astro from to From 5661c0fbe5ac130e6dc3e3dae3fb0ef25d5c0f4f Mon Sep 17 00:00:00 2001 From: Adam Matthiesen <30383579+Adammatthiesen@users.noreply.github.com> Date: Mon, 4 Mar 2024 21:37:27 -0800 Subject: [PATCH 3/3] Update hot-mangos-invite.md --- .changeset/hot-mangos-invite.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.changeset/hot-mangos-invite.md b/.changeset/hot-mangos-invite.md index a889421..815ff9b 100644 --- a/.changeset/hot-mangos-invite.md +++ b/.changeset/hot-mangos-invite.md @@ -2,6 +2,9 @@ "@matthiesenxyz/astro-gists": patch --- +Update: +- Update Readme to reflect potential Octokit issues in SSR as per [Issue #15](https://github.com/MatthiesenXYZ/astro-gists/issues/15) + Bump dependencies: - astro-integration-kit from to