0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

fix(deps): update all non-major dependencies (#11426)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
This commit is contained in:
renovate[bot] 2024-07-17 14:48:07 +08:00 committed by GitHub
parent 2c437ff99c
commit 2113a56933
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
36 changed files with 1115 additions and 1112 deletions

View file

@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/preact": "^3.5.0",
"@preact/signals": "^1.2.3",
"@preact/signals": "^1.3.0",
"astro": "^4.11.5",
"preact": "^10.22.1"
}

View file

@ -11,7 +11,7 @@
},
"dependencies": {
"astro": "^4.11.5",
"sass": "^1.77.6",
"sass": "^1.77.8",
"sharp": "^0.33.3"
}
}

View file

@ -18,6 +18,6 @@
"autoprefixer": "^10.4.19",
"canvas-confetti": "^1.9.3",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4"
"tailwindcss": "^3.4.5"
}
}

View file

@ -52,25 +52,25 @@
"astro-benchmark": "workspace:*"
},
"devDependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/check": "^0.8.1",
"@biomejs/biome": "1.8.1",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.6",
"@changesets/cli": "^2.27.7",
"@eslint/eslintrc": "^3.1.0",
"@types/node": "^18.17.8",
"esbuild": "^0.21.5",
"eslint": "^9.6.0",
"eslint": "^9.7.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-regexp": "^2.6.0",
"globby": "^14.0.2",
"only-allow": "^1.2.1",
"organize-imports-cli": "^0.10.0",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.0",
"tiny-glob": "^0.2.9",
"turbo": "^1.13.4",
"typescript": "~5.5.2",
"typescript-eslint": "^7.14.1"
"typescript": "~5.5.3",
"typescript-eslint": "^7.16.1"
},
"pnpm": {
"packageExtensions": {

View file

@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/check": "^0.8.1",
"@astrojs/db": "workspace:*",
"@astrojs/node": "workspace:*",
"@astrojs/react": "workspace:*",
@ -19,6 +19,6 @@
"astro": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
}
}

View file

@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/check": "^0.8.1",
"@astrojs/db": "workspace:*",
"@astrojs/node": "workspace:*",
"@astrojs/react": "workspace:*",
@ -19,7 +19,7 @@
"astro": "workspace:*",
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "19.0.0-rc-fb9a90fa48-20240614",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"overrides": {
"@types/react": "npm:types-react",

View file

@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"astro": "workspace:*",
"sass": "^1.77.6"
"sass": "^1.77.8"
}
}

View file

@ -12,7 +12,7 @@
"preact": "^10.22.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.77.6",
"sass": "^1.77.8",
"solid-js": "^1.8.18",
"svelte": "^4.2.18",
"vue": "^3.4.31"

View file

@ -4,6 +4,6 @@
"private": true,
"devDependencies": {
"astro": "workspace:*",
"sass": "^1.77.6"
"sass": "^1.77.8"
}
}

View file

@ -7,6 +7,6 @@
"astro": "workspace:*",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4"
"tailwindcss": "^3.4.5"
}
}

View file

@ -124,21 +124,21 @@
"test:node": "astro-scripts test \"test/**/*.test.js\""
},
"dependencies": {
"@astrojs/compiler": "^2.8.1",
"@astrojs/compiler": "^2.8.2",
"@astrojs/internal-helpers": "workspace:*",
"@astrojs/markdown-remark": "workspace:*",
"@astrojs/telemetry": "workspace:*",
"@babel/core": "^7.24.7",
"@babel/generator": "^7.24.7",
"@babel/parser": "^7.24.7",
"@babel/core": "^7.24.9",
"@babel/generator": "^7.24.10",
"@babel/parser": "^7.24.8",
"@babel/plugin-transform-react-jsx": "^7.24.7",
"@babel/traverse": "^7.24.7",
"@babel/types": "^7.24.7",
"@babel/traverse": "^7.24.8",
"@babel/types": "^7.24.9",
"@types/babel__core": "^7.20.5",
"@types/cookie": "^0.6.0",
"acorn": "^8.12.0",
"acorn": "^8.12.1",
"aria-query": "^5.3.0",
"axobject-query": "^4.0.0",
"axobject-query": "^4.1.0",
"boxen": "^8.0.0",
"chokidar": "^3.6.0",
"ci-info": "^4.0.0",
@ -170,17 +170,17 @@
"p-limit": "^5.0.0",
"p-queue": "^8.0.1",
"path-to-regexp": "^6.2.2",
"preferred-pm": "^3.1.3",
"preferred-pm": "^3.1.4",
"prompts": "^2.4.2",
"rehype": "^13.0.1",
"semver": "^7.6.2",
"shiki": "^1.10.0",
"shiki": "^1.10.3",
"string-width": "^7.2.0",
"strip-ansi": "^7.1.0",
"tsconfck": "^3.1.1",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.1",
"vite": "^5.3.2",
"vfile": "^6.0.2",
"vite": "^5.3.4",
"vitefu": "^0.2.5",
"which-pm": "^2.2.0",
"yargs-parser": "^21.1.1",
@ -191,8 +191,8 @@
"sharp": "^0.33.3"
},
"devDependencies": {
"@astrojs/check": "^0.7.0",
"@playwright/test": "^1.45.0",
"@astrojs/check": "^0.8.1",
"@playwright/test": "^1.45.2",
"@types/aria-query": "^5.0.4",
"@types/babel__generator": "^7.6.8",
"@types/babel__traverse": "^7.20.6",
@ -226,8 +226,8 @@
"rehype-slug": "^6.0.0",
"rehype-toc": "^3.0.2",
"remark-code-titles": "^0.1.2",
"rollup": "^4.18.0",
"sass": "^1.77.6",
"rollup": "^4.18.1",
"sass": "^1.77.8",
"srcset-parse": "^1.1.0",
"undici": "^6.19.2",
"unified": "^11.0.5"

View file

@ -60,7 +60,7 @@ describe('Astro Markdown plugins', () => {
const smartypantsHtml = await fixture.readFile('/with-smartypants/index.html');
const $2 = cheerio.load(smartypantsHtml);
assert.equal($2('p').html(), 'Smartypants” is — awesome');
assert.equal($2('p').html(), 'Smartypants” is — awesome');
testRemark(gfmHtml);
testRehype(gfmHtml, '#github-flavored-markdown-test');
@ -82,7 +82,7 @@ describe('Astro Markdown plugins', () => {
const $ = cheerio.load(html);
// test 1: smartypants applied correctly
assert.equal($('p').html(), 'Smartypants” is — awesome');
assert.equal($('p').html(), 'Smartypants” is — awesome');
testRemark(html);
testRehype(html, '#smartypants-test');

View file

@ -14,6 +14,6 @@
"vue": "^3.4.31"
},
"devDependencies": {
"postcss-preset-env": "^9.5.15"
"postcss-preset-env": "^9.6.0"
}
}

View file

@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@astrojs/preact": "workspace:*",
"@preact/signals": "1.2.3",
"@preact/signals": "1.3.0",
"astro": "workspace:*",
"preact": "^10.22.1"
}

View file

@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@astrojs/solid-js": "workspace:*",
"@solidjs/router": "^0.13.6",
"@solidjs/router": "^0.14.1",
"@test/solid-jsx-component": "file:./deps/solid-jsx-component",
"astro": "workspace:*",
"solid-js": "^1.8.18"

View file

@ -6,6 +6,6 @@
"@astrojs/tailwind": "workspace:*",
"astro": "workspace:*",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4"
"tailwindcss": "^3.4.5"
}
}

View file

@ -8,6 +8,6 @@
"astro": "workspace:*",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4"
"tailwindcss": "^3.4.5"
}
}

View file

@ -94,7 +94,7 @@
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"cheerio": "1.0.0-rc.12",
"typescript": "^5.5.2",
"vite": "^5.3.2"
"typescript": "^5.5.3",
"vite": "^5.3.4"
}
}

View file

@ -10,18 +10,18 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/check": "^0.8.1",
"@astrojs/db": "workspace:*",
"@astrojs/node": "workspace:*",
"@astrojs/react": "^3.6.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "workspace:*",
"open-props": "^1.7.4",
"open-props": "^1.7.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"simple-stack-form": "^0.1.12",
"typescript": "^5.5.2",
"typescript": "^5.5.3",
"zod": "^3.23.8"
}
}

View file

@ -38,10 +38,10 @@
"alpinejs": "^3.0.0"
},
"devDependencies": {
"@playwright/test": "1.45.0",
"@playwright/test": "1.45.2",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"vite": "^5.3.2"
"vite": "^5.3.4"
},
"publishConfig": {
"provenance": true

View file

@ -61,7 +61,7 @@
"astro-scripts": "workspace:*",
"cheerio": "1.0.0-rc.12",
"lit": "^3.1.4",
"sass": "^1.77.6"
"sass": "^1.77.8"
},
"peerDependencies": {
"@webcomponents/template-shadowroot": "^0.2.1",

View file

@ -83,7 +83,7 @@
"astro-scripts": "workspace:*",
"devalue": "^5.0.0",
"linkedom": "^0.18.4",
"vite": "^5.3.2"
"vite": "^5.3.4"
},
"engines": {
"node": "^18.17.1 || ^20.3.0 || >=21.0.0"

View file

@ -35,7 +35,7 @@
"dependencies": {
"@astrojs/markdown-remark": "workspace:*",
"@mdx-js/mdx": "^3.0.1",
"acorn": "^8.12.0",
"acorn": "^8.12.1",
"es-module-lexer": "^1.5.4",
"estree-util-visit": "^2.0.0",
"github-slugger": "^2.0.0",
@ -44,10 +44,10 @@
"kleur": "^4.1.5",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"remark-smartypants": "^3.0.1",
"remark-smartypants": "^3.0.2",
"source-map": "^0.7.4",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.1"
"vfile": "^6.0.2"
},
"peerDependencies": {
"astro": "^4.8.0"
@ -72,7 +72,7 @@
"remark-shiki-twoslash": "^3.1.3",
"remark-toc": "^9.0.0",
"unified": "^11.0.5",
"vite": "^5.3.2"
"vite": "^5.3.4"
},
"engines": {
"node": "^18.17.1 || ^20.3.0 || >=21.0.0"

View file

@ -47,7 +47,7 @@ describe('MDX plugins', () => {
const quote = selectSmartypantsQuote(document);
assert.notEqual(quote, null);
assert.equal(quote.textContent.includes('Smartypants” is — awesome'), true);
assert.equal(quote.textContent.includes('Smartypants” is — awesome'), true);
});
it('supports custom rehype plugins', async () => {
@ -198,7 +198,7 @@ describe('MDX plugins', () => {
);
} else {
assert.equal(
quote.textContent.includes('Smartypants” is — awesome'),
quote.textContent.includes('Smartypants” is — awesome'),
true,
'Respects `markdown.smartypants` unexpectedly.'
);

View file

@ -38,10 +38,10 @@
"@babel/plugin-transform-react-jsx": "^7.24.7",
"@babel/plugin-transform-react-jsx-development": "^7.24.7",
"@preact/preset-vite": "2.8.2",
"@preact/signals": "^1.2.3",
"@preact/signals": "^1.3.0",
"babel-plugin-transform-hook-names": "^1.0.2",
"preact-render-to-string": "~6.3.1",
"preact-ssr-prepass": "^1.2.1"
"preact-ssr-prepass": "^1.2.2"
},
"devDependencies": {
"astro": "workspace:*",

View file

@ -66,7 +66,7 @@
"cheerio": "1.0.0-rc.12",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vite": "^5.3.2"
"vite": "^5.3.4"
},
"peerDependencies": {
"@types/react": "^17.0.50 || ^18.0.21",

View file

@ -41,7 +41,7 @@
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"solid-js": "^1.8.18",
"vite": "^5.3.2"
"vite": "^5.3.4"
},
"peerDependencies": {
"solid-devtools": "^0.30.1",

View file

@ -57,7 +57,7 @@
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"svelte": "^4.2.18",
"vite": "^5.3.2"
"vite": "^5.3.4"
},
"peerDependencies": {
"astro": "^4.0.0",

View file

@ -40,8 +40,8 @@
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"tailwindcss": "^3.4.4",
"vite": "^5.3.2"
"tailwindcss": "^3.4.5",
"vite": "^5.3.4"
},
"peerDependencies": {
"astro": "^3.0.0 || ^4.0.0",

View file

@ -54,7 +54,7 @@
"@astrojs/internal-helpers": "workspace:*",
"@vercel/analytics": "^1.3.1",
"@vercel/edge": "^1.1.1",
"@vercel/nft": "^0.27.2",
"@vercel/nft": "^0.27.3",
"esbuild": "^0.21.5",
"fast-glob": "^3.3.2",
"set-cookie-parser": "^2.6.0",
@ -64,7 +64,7 @@
"astro": "^4.2.0"
},
"devDependencies": {
"@types/set-cookie-parser": "^2.4.9",
"@types/set-cookie-parser": "^2.4.10",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"cheerio": "1.0.0-rc.12"

View file

@ -47,14 +47,14 @@
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vue/compiler-sfc": "^3.4.31",
"vite-plugin-vue-devtools": "^7.3.5"
"vite-plugin-vue-devtools": "^7.3.6"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"cheerio": "1.0.0-rc.12",
"linkedom": "^0.18.4",
"vite": "^5.3.2",
"vite": "^5.3.4",
"vue": "^3.4.31"
},
"peerDependencies": {

View file

@ -45,13 +45,13 @@
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"remark-smartypants": "^3.0.1",
"shiki": "^1.10.0",
"remark-smartypants": "^3.0.2",
"shiki": "^1.10.3",
"unified": "^11.0.5",
"unist-util-remove-position": "^5.0.0",
"unist-util-visit": "^5.0.0",
"unist-util-visit-parents": "^6.0.1",
"vfile": "^6.0.1"
"vfile": "^6.0.2"
},
"devDependencies": {
"@types/estree": "^1.0.5",

View file

@ -9,7 +9,7 @@ import type {
ThemeRegistrationRaw,
} from 'shiki';
import type * as unified from 'unified';
import type { VFile } from 'vfile';
import type { DataMap, VFile } from 'vfile';
export type { Node } from 'unist';
@ -82,9 +82,11 @@ export interface MarkdownHeading {
text: string;
}
// TODO: Remove `MarkdownVFile` and move all additional properties to `DataMap` instead
export interface MarkdownVFile extends VFile {
data: {
__astroHeadings?: MarkdownHeading[];
imagePaths?: Set<string>;
};
data: Record<string, unknown> &
Partial<DataMap> & {
__astroHeadings?: MarkdownHeading[];
imagePaths?: Set<string>;
};
}

View file

@ -41,7 +41,7 @@
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"typescript": "^5.5.2",
"vite": "^5.3.2"
"typescript": "^5.5.3",
"vite": "^5.3.4"
}
}

View file

@ -31,7 +31,7 @@
"dependencies": {
"@astrojs/cli-kit": "^0.4.1",
"semver": "^7.6.2",
"preferred-pm": "^3.1.3",
"preferred-pm": "^3.1.4",
"terminal-link": "^3.0.0"
},
"devDependencies": {

File diff suppressed because it is too large Load diff