From b8e8d26ec3ec02fd06f30d09ad70ad7d324df26a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 08:20:19 +0000 Subject: [PATCH] Bump the prod-dependencies group with 2 updates Bumps the prod-dependencies group with 2 updates: [astro-integration-kit](https://github.com/florian-lefebvre/astro-integration-kit) and [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro-integration-kit` from 0.4.0 to 0.5.0 - [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.0) Updates `astro` from 4.4.4 to 4.4.9 - [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.9/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: astro dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] --- package/package.json | 2 +- playground/package.json | 2 +- pnpm-lock.yaml | 112 +++++++++++++++++++++++++++++++++++----- 3 files changed, 100 insertions(+), 16 deletions(-) diff --git a/package/package.json b/package/package.json index 60952b8..e526cec 100644 --- a/package/package.json +++ b/package/package.json @@ -49,7 +49,7 @@ "@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.0", "octokit": "^3.1.2", "vite": "^5.1.4" } diff --git a/playground/package.json b/playground/package.json index 7b5d5ba..7900770 100644 --- a/playground/package.json +++ b/playground/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@matthiesenxyz/astro-gists": "*", - "astro": "^4.4.4" + "astro": "^4.4.9" }, "devDependencies": { "@astrojs/check": "^0.5.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d38b81d..2c8dc50 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -28,13 +28,13 @@ importers: version: 12.6.0 astro: specifier: ^4.4.0 - version: 4.4.4(@types/node@20.11.20)(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.0 + version: 0.5.0(astro@4.4.4) octokit: specifier: ^3.1.2 version: 3.1.2 @@ -48,8 +48,8 @@ importers: specifier: '*' version: link:../package astro: - specifier: ^4.4.4 - version: 4.4.4(@types/node@20.11.20)(typescript@5.3.3) + specifier: ^4.4.9 + version: 4.4.9(@types/node@20.11.20)(typescript@5.3.3) devDependencies: '@astrojs/check': specifier: ^0.5.5 @@ -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.20)(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 @@ -1764,13 +1764,13 @@ packages: peerDependencies: astro: ^3.3.0 || ^4.0.0-beta dependencies: - astro: 4.4.4(@types/node@20.11.20)(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.0(astro@4.4.4): + resolution: {integrity: sha512-RbviqerotzLoVBGF8L1aFw5jIP40oWKScRXuzJNp399uDnPMPq7/cIh2x3MIS62U17h7o3d0S3kGt/Ael+tj1g==} peerDependencies: '@vitejs/plugin-react': ^4.2.1 astro: ^4.4.1 @@ -1793,11 +1793,11 @@ packages: vue: optional: true dependencies: - astro: 4.4.4(@types/node@20.11.20)(typescript@5.3.3) + astro: 4.4.4 pathe: 1.1.2 dev: false - /astro@4.4.4(@types/node@20.11.20)(typescript@5.3.3): + /astro@4.4.4: resolution: {integrity: sha512-EZrDTN888w4sFKqavGsHu8jSaymyxNwnoqIq5NKlMG9WNU/Xn4Yn41pUdBuAOrgNzRp1NyXXhhV6GV1pN71V2Q==} engines: {node: '>=18.14.1', npm: '>=6.14.0'} hasBin: true @@ -1880,6 +1880,89 @@ packages: - typescript dev: false + /astro@4.4.9(@types/node@20.11.20)(typescript@5.3.3): + resolution: {integrity: sha512-FTWhzKjao7rHHiF/CqPqPS18AFad+fmUcYUFhWWIsYETHcc9g0IIIiv6cHXUE7g6mEZf7ycAa+WdboeEHUhraQ==} + 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.4(@types/node@20.11.20) + vitefu: 0.2.5(vite@5.1.4) + 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 + /available-typed-arrays@1.0.7: resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==} engines: {node: '>= 0.4'} @@ -1909,8 +1992,8 @@ packages: dev: false optional: true - /bare-fs@2.2.0: - resolution: {integrity: sha512-+VhW202E9eTVGkX7p+TNXtZC4RTzj9JfJW7PtfIbZ7mIQ/QT9uOafQTx7lx2n9ERmWsXvLHF4hStAFn4gl2mQw==} + /bare-fs@2.2.1: + resolution: {integrity: sha512-+CjmZANQDFZWy4PGbVdmALIwmt33aJg8qTkVjClU6X4WmZkTPBDxRHiBn7fpqEWEfF3AC2io++erpViAIQbSjg==} requiresBuild: true dependencies: bare-events: 2.2.0 @@ -2217,6 +2300,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==} @@ -5454,7 +5538,7 @@ packages: pump: 3.0.0 tar-stream: 3.1.7 optionalDependencies: - bare-fs: 2.2.0 + bare-fs: 2.2.1 bare-path: 2.1.0 dev: false optional: true