Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#11426)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <[email protected]>
  • Loading branch information
2 people authored and ematipico committed Jul 18, 2024
1 parent d7c8b9c commit 575d93d
Show file tree
Hide file tree
Showing 36 changed files with 1,115 additions and 1,112 deletions.
2 changes: 1 addition & 1 deletion examples/framework-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/starlog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"astro": "^4.11.5",
"sass": "^1.77.6",
"sass": "^1.77.8",
"sharp": "^0.33.3"
}
}
2 changes: 1 addition & 1 deletion examples/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions packages/astro/e2e/fixtures/actions-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*",
Expand All @@ -19,6 +19,6 @@
"astro": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
}
}
4 changes: 2 additions & 2 deletions packages/astro/e2e/fixtures/actions-react-19/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/error-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"astro": "workspace:*",
"sass": "^1.77.6"
"sass": "^1.77.8"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/hmr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"devDependencies": {
"astro": "workspace:*",
"sass": "^1.77.6"
"sass": "^1.77.8"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"astro": "workspace:*",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4"
"tailwindcss": "^3.4.5"
}
}
32 changes: 16 additions & 16 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions packages/astro/test/astro-markdown-plugins.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand All @@ -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');
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/postcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"vue": "^3.4.31"
},
"devDependencies": {
"postcss-preset-env": "^9.5.15"
"postcss-preset-env": "^9.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/preact-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/solid-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/tailwindcss-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"@astrojs/tailwind": "workspace:*",
"astro": "workspace:*",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4"
"tailwindcss": "^3.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"astro": "workspace:*",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4"
"tailwindcss": "^3.4.5"
}
}
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
6 changes: 3 additions & 3 deletions packages/db/test/fixtures/ticketing-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions packages/integrations/alpinejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/markdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions packages/integrations/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions packages/integrations/mdx/test/mdx-plugins.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down Expand Up @@ -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.'
);
Expand Down
4 changes: 2 additions & 2 deletions packages/integrations/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading

0 comments on commit 575d93d

Please sign in to comment.