Skip to content

Commit

Permalink
chore: dep update all minor packages
Browse files Browse the repository at this point in the history
- except eslint rule checker
- and also bump vite
- and fix some prod and peer deps to have ^
- configure syncpack to keep prod and dev deps separate
- prettier
- downgrade vfile to 6.0.1 because of e2e test failure
  • Loading branch information
wmertens authored and shairez committed Aug 1, 2024
1 parent 3c30ecd commit f5fc443
Show file tree
Hide file tree
Showing 17 changed files with 2,380 additions and 5,972 deletions.
80 changes: 45 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,43 +9,55 @@
"config": {
"syncpack": {
"versionGroups": [
{
"label": "Separate prod deps from dev deps",
"dependencyTypes": [
"prod",
"peer"
]
},
{
"label": "use workspace protocol for local packages and allow patch versions (used in e.g. qwik-react)",
"dependencies": [
"$LOCAL"
],
"dependencyTypes": [
"!local"
"!local",
"!dev"
],
"pinVersion": "workspace:^"
},
{
"label": "Playwright should have the same version as in flake.nix",
"label": "dev: use workspace protocol for local packages - split from prod and peer version group",
"dependencies": [
"@playwright/test"
"$LOCAL"
],
"pinVersion": "1.40.0"
"dependencyTypes": [
"dev"
],
"pinVersion": "workspace:^"
}
],
"semverGroups": [
{
"label": "Playwright should have the same version as in flake.nix",
"dependencies": [
"@playwright/test"
],
"pinVersion": "1.40.0"
},
{
"label": "Undici should always be * until we remove it",
"range": "*",
"dependencies": [
"undici"
]
],
"range": "*"
},
{
"label": "use exact version numbers for devDependencies",
"packages": [
"**"
],
"dependencyTypes": [
"dev"
],
"dependencies": [
"**"
],
"range": ""
}
]
Expand Down Expand Up @@ -75,37 +87,35 @@
"esbuild-plugin-raw": "^0.1.8"
},
"devDependencies": {
"@builder.io/partytown": "0.10.0",
"@builder.io/partytown": "0.10.2",
"@builder.io/qwik": "workspace:^",
"@builder.io/qwik-city": "workspace:^",
"@changesets/cli": "2.27.5",
"@changesets/cli": "2.27.7",
"@changesets/get-github-info": "0.6.0",
"@changesets/types": "6.0.0",
"@clack/prompts": "0.7.0",
"@eslint/eslintrc": "3.0.2",
"@eslint/eslintrc": "3.1.0",
"@mdx-js/mdx": "3.0.1",
"@microsoft/api-documenter": "7.24.2",
"@microsoft/api-extractor": "7.43.1",
"@napi-rs/cli": "2.18.4",
"@napi-rs/triples": "1.2.0",
"@node-rs/helper": "1.5.0",
"@octokit/action": "6.0.7",
"@node-rs/helper": "1.6.0",
"@octokit/action": "6.1.0",
"@playwright/test": "1.40.0",
"@types/brotli": "1.3.4",
"@types/bun": "1.1.0",
"@types/bun": "1.1.6",
"@types/cross-spawn": "6.0.6",
"@types/eslint": "8.56.10",
"@types/express": "4.17.21",
"@types/node": "20.12.7",
"@types/node": "20.14.11",
"@types/path-browserify": "1.0.2",
"@types/prompts": "2.4.9",
"@types/react": "18.2.79",
"@types/react": "18.3.3",
"@types/semver": "7.5.8",
"@types/which-pm-runs": "1.0.2",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"@typescript-eslint/rule-tester": "7.7.1",
"@typescript-eslint/utils": "7.7.1",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"all-contributors-cli": "6.26.1",
"brotli": "1.3.3",
"concurrently": "8.2.2",
Expand All @@ -123,27 +133,27 @@
"monaco-editor": "0.45.0",
"mri": "1.2.0",
"path-browserify": "1.0.1",
"prettier": "3.2.5",
"prettier": "3.3.3",
"prettier-plugin-jsdoc": "1.3.0",
"pretty-quick": "4.0.0",
"prompts": "2.4.2",
"rollup": "4.13.0",
"semver": "7.6.0",
"rollup": "4.19.0",
"semver": "7.6.3",
"simple-git-hooks": "2.11.1",
"snoop": "1.0.4",
"source-map": "0.7.4",
"svgo": "3.2.0",
"syncpack": "12.3.1",
"terser": "5.29.2",
"svgo": "3.3.2",
"syncpack": "12.3.3",
"terser": "5.31.3",
"tsm": "2.3.0",
"typescript": "5.4.5",
"undici": "*",
"vfile": "6.0.1",
"vite": "5.2.10",
"vite-imagetools": "6.2.9",
"vite-plugin-dts": "3.9.0",
"vite": "5.3.4",
"vite-imagetools": "7.0.4",
"vite-plugin-dts": "3.9.1",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.5.0",
"vitest": "1.6.0",
"watchlist": "0.3.1",
"which-pm-runs": "1.1.0",
"zod": "3.22.4"
Expand All @@ -158,7 +168,7 @@
"pnpm": {
"overrides": {
"typescript": "5.4.5",
"vfile": "^6.0.1",
"vfile": "6.0.1",
"sharp": ">=0.33",
"@supabase/realtime-js": "2.8.4"
},
Expand Down
56 changes: 28 additions & 28 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,56 +5,56 @@
"author": "Builder.io Team",
"bugs": "https://github.com/QwikDev/qwik",
"devDependencies": {
"@algolia/autocomplete-core": "1.7.4",
"@algolia/client-search": "4.14.3",
"@builder.io/partytown": "0.10.0",
"@algolia/autocomplete-core": "1.17.4",
"@algolia/client-search": "4.24.0",
"@builder.io/partytown": "0.10.2",
"@builder.io/qwik": "workspace:^",
"@builder.io/qwik-city": "workspace:^",
"@builder.io/qwik-labs": "workspace:^",
"@builder.io/qwik-react": "workspace:^",
"@builder.io/sdk-qwik": "0.14.17",
"@docsearch/css": "3.5.2",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.0",
"@builder.io/sdk-qwik": "0.14.31",
"@docsearch/css": "3.6.1",
"@emotion/react": "11.13.0",
"@emotion/styled": "11.13.0",
"@modular-forms/qwik": "0.23.1",
"@mui/material": "5.15.14",
"@mui/system": "5.15.14",
"@mui/x-data-grid": "6.19.6",
"@mui/material": "5.16.4",
"@mui/system": "5.16.4",
"@mui/x-data-grid": "6.20.4",
"@qwik-ui/headless": "0.5.0",
"@supabase/supabase-js": "2.39.8",
"@supabase/supabase-js": "2.44.4",
"@types/leaflet": "1.9.12",
"@types/prismjs": "1.26.3",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@types/prismjs": "1.26.4",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@unpic/core": "0.0.42",
"@unpic/qwik": "0.0.38",
"algoliasearch": "4.16.0",
"autoprefixer": "10.4.18",
"algoliasearch": "4.24.0",
"autoprefixer": "10.4.19",
"fflate": "0.8.2",
"gray-matter": "4.0.3",
"leaflet": "1.9.4",
"openai": "3.3.0",
"postcss": "8.4.37",
"prettier": "3.2.5",
"postcss": "8.4.39",
"prettier": "3.3.3",
"prism-themes": "1.9.0",
"prismjs": "1.29.0",
"puppeteer": "22.6.0",
"puppeteer": "22.13.1",
"qwik-image": "0.0.10",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"rehype-pretty-code": "0.11.0",
"shiki": "0.14.7",
"shikiji": "^0.7.0 || ^0.8.0 || ^0.9.0",
"shikiji": "0.9.19",
"snarkdown": "2.0.0",
"tailwindcss": "3.4.1",
"terser": "5.29.2",
"tailwindcss": "3.4.6",
"terser": "5.31.3",
"tsm": "2.3.0",
"typescript": "5.4.5",
"undici": "*",
"valibot": "0.33.2",
"vite": "5.2.10",
"vite-plugin-inspect": "0.8.4",
"wrangler": "3.30.1"
"valibot": "0.33.3",
"vite": "5.3.4",
"vite-plugin-inspect": "0.8.5",
"wrangler": "3.65.1"
},
"engines": {
"node": ">=18.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/repl/worker/app-ssr-html.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const appSsrHtml = async (options: ReplInputOptions, cache: Cache, result
run(mod, mod.exports, noopRequire);

const server: ServerModule = mod.exports;
const render = typeof server === 'function' ? server : server.default ?? server.render;
const render = typeof server === 'function' ? server : (server.default ?? server.render);
if (typeof render !== 'function') {
throw new Error(`Server module "${ssrModule.path}" does not export render()`);
}
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin-qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"@builder.io/qwik": "workspace:^",
"@builder.io/qwik-city": "workspace:^",
"@types/eslint": "8.56.10",
"@types/estree": "1.0.2",
"@typescript-eslint/rule-tester": "7.7.1",
"@typescript-eslint/utils": "7.7.1",
"@types/estree": "1.0.5",
"@typescript-eslint/rule-tester": "7.8.0",
"@typescript-eslint/utils": "7.8.0",
"redent": "4.0.0"
},
"engines": {
Expand Down
26 changes: 13 additions & 13 deletions packages/insights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,26 @@
"@builder.io/qwik-city": "workspace:^",
"@builder.io/qwik-labs": "workspace:^",
"@builder.io/vite-plugin-macro": "0.0.7",
"@netlify/edge-functions": "2.3.1",
"@netlify/edge-functions": "2.10.0",
"@types/density-clustering": "1.3.3",
"@types/eslint": "8.56.10",
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"autoprefixer": "10.4.18",
"better-sqlite3": "9.4.3",
"@types/node": "20.14.11",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"autoprefixer": "10.4.19",
"better-sqlite3": "9.6.0",
"eslint": "8.57.0",
"eslint-plugin-qwik": "workspace:^",
"netlify-cli": "17.19.5",
"postcss": "8.4.37",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.12",
"tailwindcss": "3.4.1",
"netlify-cli": "17.33.4",
"postcss": "8.4.39",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.5.14",
"tailwindcss": "3.4.6",
"typescript": "5.4.5",
"undici": "*",
"vite": "5.2.10",
"vite": "5.3.4",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.5.0"
"vitest": "1.6.0"
},
"engines": {
"node": ">=16.8.0 <18.0.0 || >=18.11"
Expand Down
4 changes: 2 additions & 2 deletions packages/qwik-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"version": "0.2.2",
"bugs": "https://github.com/QwikDev/qwik/issues",
"dependencies": {
"@auth/core": "0.30.0"
"@auth/core": "^0.30.0"
},
"devDependencies": {
"@auth/core": "0.30.0",
"@builder.io/qwik": "workspace:^",
"@builder.io/qwik-city": "workspace:^",
"@types/set-cookie-parser": "2.4.7",
"@types/set-cookie-parser": "2.4.10",
"set-cookie-parser": "2.6.0"
},
"engines": {
Expand Down
20 changes: 10 additions & 10 deletions packages/qwik-city/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"dependencies": {
"@mdx-js/mdx": "^3.0.1",
"@types/mdx": "^2.0.13",
"source-map": "0.7.4",
"source-map": "^0.7.4",
"svgo": "^3.2.0",
"undici": "*",
"vfile": "^6.0.1",
"vfile": "6.0.1",
"vite": "^5.2.10",
"vite-imagetools": "^6.2.9",
"zod": "^3.22.4"
Expand All @@ -18,17 +18,17 @@
"@azure/functions": "3.5.1",
"@builder.io/qwik": "workspace:^",
"@microsoft/api-extractor": "7.43.1",
"@netlify/edge-functions": "2.3.1",
"@types/mdast": "4.0.1",
"@types/node": "20.12.7",
"@netlify/edge-functions": "2.10.0",
"@types/mdast": "4.0.4",
"@types/node": "20.14.11",
"@types/refractor": "3.4.1",
"@types/set-cookie-parser": "2.4.7",
"estree-util-value-to-estree": "3.0.1",
"@types/set-cookie-parser": "2.4.10",
"estree-util-value-to-estree": "3.1.2",
"github-slugger": "2.0.0",
"hast-util-heading-rank": "2.1.1",
"hast-util-to-string": "2.0.0",
"kleur": "4.1.5",
"marked": "12.0.1",
"marked": "12.0.2",
"mdast-util-mdx": "3.0.0",
"refractor": "4.8.1",
"rehype-autolink-headings": "7.1.0",
Expand All @@ -37,10 +37,10 @@
"set-cookie-parser": "2.6.0",
"tsm": "2.3.0",
"typescript": "5.4.5",
"unified": "11.0.4",
"unified": "11.0.5",
"unist-util-visit": "5.0.0",
"uvu": "0.5.6",
"yaml": "2.4.1"
"yaml": "2.4.5"
},
"engines": {
"node": ">=16.8.0 <18.0.0 || >=18.11"
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik-city/src/buildtime/vite/image-jsx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export function imagePlugin(userOpts?: QwikCityVitePluginOptions): PluginOption[
.catch((err) => {
console.error('Error loading vite-imagetools, image imports are not available', err);
return null;
}),
}) as PluginOption,
{
name: 'qwik-city-image-jsx',
load: {
Expand Down
Loading

0 comments on commit f5fc443

Please sign in to comment.